Bug 86078

Summary: new port: x11/fldiff - A graphical diff program using FLTK
Product: Ports & Packages Reporter: Emanuel Haupt <ehaupt>
Component: Individual Port(s)Assignee: Jean-Yves Lefort <jylefort>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fldiff.shar none

Description Emanuel Haupt 2005-09-13 18:50:05 UTC
new port: x11/fldiff - A graphical diff program using FLTK

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.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-13 23:43:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-14 01:39:22 UTC
State Changed
From-To: open->closed

Committed (as textproc/fldiff) with a few modifications, thanks! 

Notes: 
- the x11 category should usually not appear in a CATEGORIES line, see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html 
- it is not necessary (although harmless) to use ${CFLAGS}/${CXXFLAGS} in 
the link command 
- ports must not specify their own optimization flags, see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-cflags.html 
- in order to ensure proper permissions/ownerships, files must be installed 
with ${INSTALL_*}, not cp