Bug 86078 - new port: x11/fldiff - A graphical diff program using FLTK
Summary: new port: x11/fldiff - A graphical diff program using FLTK
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 18:50 UTC by Emanuel Haupt
Modified: 2005-09-14 01:42 UTC (History)
0 users

See Also:


Attachments
fldiff.shar (1.94 KB, text/plain)
2005-09-13 18:50 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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