aboutsummaryrefslogtreecommitdiff
path: root/textproc/fldiff
Commit message (Collapse)AuthorAgeFilesLines
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-7/+7
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* 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
* Quiesce a compiler warning in preparation for the upcoming fltk update [1].Emanuel Haupt2011-09-082-3/+20
| | | | | | | | | While here, move LICENSE per new portlint regime. Submitted by: gahr [1] Notes: svn path=/head/; revision=281441
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-1/+1
| | | | Notes: svn path=/head/; revision=251412
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-3/+2
| | | | Notes: svn path=/head/; revision=209964
* Get rid of USE_X_PREFIX.Emanuel Haupt2008-03-171-2/+1
| | | | Notes: svn path=/head/; revision=209206
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.1Emanuel Haupt2006-12-312-4/+4
| | | | Notes: svn path=/head/; revision=181159
* Add an additional mirror.Emanuel Haupt2006-06-011-0/+1
| | | | Notes: svn path=/head/; revision=164152
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Update master sitesMarcus Alves Grando2005-09-171-1/+2
| | | | | | | | | PR: ports/86239 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=143015
* Add fldiff.Jean-Yves Lefort2005-09-144-0/+61
Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with. WWW: http://www.easysw.com/~mike/fldiff/ PR: ports/86078 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=142661