Subject: CVS commit: pkgsrc/devel/sunifdef
From: Blair Sadewitz
Date: 2008-05-22 05:10:01
Message id: 20080522031001.ABD42175D0@cvs.netbsd.org

Log Message:

Import sunifdef-3.1.3.

--

Sunifdef is a commandline tool for eliminating superfluous preprocessor
clutter from C and C++ source files. It is a more powerful successor to
the FreeBSD 'unifdef' tool.

Sunifdef is most useful to developers of constantly evolving products with
large code bases, where preprocessor conditionals are used to configure
the feature sets, APIs or implementations of different releases. In these
environments the code base steadily accumulates #ifdef pollution as
transient configuration options become obselete. Sunifdef can largely
automate the recurrent task of purging redundant #if logic from the code.


Files:
RevisionActionfile
1.1importpkgsrc/devel/sunifdef/Makefile
1.1importpkgsrc/devel/sunifdef/PLIST
1.1importpkgsrc/devel/sunifdef/distinfo
1.1importpkgsrc/devel/sunifdef/DESCR