aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-String-ShowDiff
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-11-072-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Remove SITE_PERL from *_DEPENDSculot2012-06-041-2/+2
| | | | Submitted by: az@
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2009-08-161-1/+1
| | | | Hat: portmgr
* Use the CPAN site macro.mat2007-08-311-2/+1
| | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Be hipe and add SHA256mat2005-11-141-0/+1
|
* Add SIZE fieldmat2004-01-291-0/+1
|
* Update my ports to use my @FreeBSD.org addressmat2003-08-161-1/+1
| | | | Approved by: demon (mentor)
* UPDATE textproc/p5-String-ShowDiffedwin2003-05-094-14/+9
| | | | | | | Update to 0.03 PR: ports/51687 Submitted by: Mathieu Arnold <m@absolight.net>
* NEW PORT devel/p5-String-ShowDiffedwin2003-04-294-0/+46
This module is a wrapper around the diff algorithm from the module Algorithm::Diff. It's job is to simplify a visualization of the differences of each strings. Compared to the many other Diff modules, the output is neither in diff-style nor are the recognised differences on line or word boundaries, they are at character level. PR: ports/51434 Submitted by: Mathieu Arnold <m@absolight.net>