summaryrefslogtreecommitdiff
path: root/archivers/advancecomp
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-15Kill trailing whitespace.snj1-3/+3
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
2005-01-21Move GCC_REQD-for-Interix check into a hacks.mk; suggested by jlam.tv2-7/+15
2005-01-21Add GCC_REQD for Interix to prevent use of the base system gcc, which istv1-1/+7
missing "long long" support in iostream.
2004-11-09Changes 1.13:adam2-7/+5
* Added support for .svgz files at advdef * Fixed the 8-bit colour reduction on 32-bit PNG files
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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/+3
2004-07-28This package needs C++ compiler.minskim1-1/+2
2004-05-16Initial import of advancecomp-1.10.xtraeme4-0/+40
AdvanceCOMP is a collection of recompression utilities for your .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files. It's mainly intended for recompressing your rom, snapshot and clip collection of emulated games. The main features are: * Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip implementation. * Recompress MNG files using Delta and Move optimization.