summaryrefslogtreecommitdiff
path: root/archivers/xmill
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-28Enable pkgviews installation.minskim1-1/+5
2004-06-15Bump PKGREVISION due to LDFLAGS changes. Noted by grant@.minskim1-1/+2
2004-06-15Honor CC and LDFLAGS to create correctly linked binaries when pkgsrcminskim2-1/+31
bzip2 library is used instead of native one.
2004-04-14Add USE_LANGUAGES=c c++ to note that this package uses C and C++.ben1-1/+2
2004-04-10Make xmill build and run in Linux by adding zlib and bzip2 dependencies.ben1-1/+4
2004-03-29Correction to PLIST, xmill is now named xcmill.ben2-4/+4
2004-03-29Update xmill to v0.9.1 and remove unnecessary patches. Notable changes:ben17-490/+25
* portability fixes for makefiles and for newer C++ compilers * configuration options to build xmill without included zlib/bzlib * will work with libbz2 as well as libbz
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-10-18Add RCS IDscjep11-0/+11
2003-10-07patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.rtr13-2/+205
patch-a{m,n}: whitespace fix to avoid cpp warnings. Finally, make it use gmake nbmake isn't compatible anymore. Should resolve pr pkg/23075. Patches approved by Johnny C. Lam.
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-17use the full path to unzip.grant1-2/+2
2003-02-17Initial import of xmill-0.7 into The NetBSD packages collection.grant7-0/+307
XMill is a special-purpose compressor for XML data that typically achieves twice the compression rate over existing compressors, such as gzip. Provided by collver1@attbi.com in PR pkg/20353, with minor changes by me.