aboutsummaryrefslogtreecommitdiff
path: root/textproc/colordiff
Commit message (Collapse)AuthorAgeFilesLines
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376409
* Bump PORTREVISION since the previous commit changed the package list.Emanuel Haupt2014-04-161-0/+1
| | | | Notes: svn path=/head/; revision=351393
* Use @sample pkg-plist macro.Emanuel Haupt2014-04-162-4/+2
| | | | Notes: svn path=/head/; revision=351392
* Support stagingEmanuel Haupt2013-10-222-9/+7
| | | | Notes: svn path=/head/; revision=331328
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* Convert to use shebangfix USES flag.Emanuel Haupt2013-05-071-4/+4
| | | | Notes: svn path=/head/; revision=317591
* - Tighten COMMENTEmanuel Haupt2013-03-081-2/+2
| | | | | | | | | | - Use MAN1PREFIX PR: 176739 Submitted by: jgh Notes: svn path=/head/; revision=313619
* Update to 1.0.13Emanuel Haupt2012-11-182-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307541
* - Update to 1.0.12Emanuel Haupt2012-11-123-10/+6
| | | | | | | | | | - Update WWW - Trim header Feature safe: yes Notes: svn path=/head/; revision=307354
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Remove MAKE_JOBS_SAFE, port has no build target.Emanuel Haupt2009-03-301-1/+0
| | | | Notes: svn path=/head/; revision=231309
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Update to 1.0.8Emanuel Haupt2009-01-262-4/+4
| | | | Notes: svn path=/head/; revision=226888
* Update to 1.0.7Emanuel Haupt2007-12-112-4/+4
| | | | | | | PR: 118156 Notes: svn path=/head/; revision=202967
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 1.0.6Emanuel Haupt2006-09-252-5/+4
| | | | Notes: svn path=/head/; revision=173839
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* - Patch colordiff to use ${PREFIX}/etc as config directory instead ofEmanuel Haupt2006-01-092-6/+13
| | | | | | | | | | | | | /etc [1] - Move colordiffrc from ${EXAMPLESDIR} to ${PREFIX}/etc, - install ${PREFIX}/etc/colordiffrc.default and - preserve ${PREFIX}/etc/colordiffrc on install/update/deinstall if it differs to ${PREFIX}/etc/colordiffrc.default Suggested by: martinko <martinkov@pobox.sk> [1] Notes: svn path=/head/; revision=153127
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Colordiff works fine with PERL_LEVEL < 500600, it just requiresEmanuel Haupt2005-10-241-2/+3
| | | | | | | devel/p5-Getopt-Long. Notes: svn path=/head/; revision=146278
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Add colordiff 1.0.5, a tool to colorize diff output.Erwin Lansing2005-07-063-0/+53
Colordiff is a wrapper for diff and produces the same output as diff but with coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. PR: ports/83062 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=138616