summaryrefslogtreecommitdiff
path: root/archivers/libcomprex
AgeCommit message (Collapse)AuthorFilesLines
2004-02-19Convert to buildlink3.wiz3-32/+27
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-10USE_PKGLOCALEDIRcjep1-2/+3
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+29
2002-11-18Initial import of libcomprex 0.3.2 into the NetBSD packages collectioncjep6-0/+243
as archivers/libcomprex. The libcomprex library transparently handles automatic compression and decompression of files. The API is similar to C's built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also open uncompressed files, making it a good replacement for the native file access functions. libcomprex is part of the GNUpdate project. libcomprex is currently in development (so should not be used in stable products).