aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fldiff
Commit message (Collapse)AuthorAgeFilesLines
* Use MASTER_SITE_CRITICALehaupt2008-03-281-3/+2
|
* Get rid of USE_X_PREFIX.ehaupt2008-03-171-2/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 1.1ehaupt2006-12-312-4/+4
|
* Add an additional mirror.ehaupt2006-06-011-0/+1
|
* Remove deprecated USE_REINPLACEehaupt2006-02-191-1/+0
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* Update master sitesmnag2005-09-181-1/+2
| | | | | | PR: ports/86239 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: pav (mentor)
* Add fldiff.jylefort2005-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>