aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fldiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>