1b0137d01c
ADVANCECOMP VERSION 1.15 2005/10 ================================ * Fixed the date displayed with the -l advzip command. * The advdef utility now detects the file type from the file header instead of using the extension. * Fixed a lot of bugs in the 64 bits platforms. ADVANCECOMP VERSION 1.14 2005/02 ================================ * Relaxed a consistency check for the local header in zip files. The crc and size entries are allowed to contain the real value also if a data descriptor is present. * Fixed the conversion of RGB images with less than 256 color with transparency data. * Minor fixes at the documentation.
17 lines
475 B
Makefile
17 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/04/12 20:12:56 rillig Exp $
|
|
|
|
DISTNAME= advancecomp-1.15
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://advancemame.sourceforge.net/
|
|
COMMENT= Recompression utilities for .zip, .png, .mng and .gz files
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|