diff options
author | krion <krion@FreeBSD.org> | 2004-05-14 22:37:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-14 22:37:17 +0800 |
commit | 920aaf1c6a04901c7f69e2d0d73f9168b63b30da (patch) | |
tree | 89e00265d0f7bc6b6a242d97ab7bb611426033b1 /archivers/advancecomp | |
parent | c9adcd76e5809f3a47aa7d67be8716898aa46a8a (diff) | |
download | freebsd-ports-gnome-920aaf1c6a04901c7f69e2d0d73f9168b63b30da.tar.gz freebsd-ports-gnome-920aaf1c6a04901c7f69e2d0d73f9168b63b30da.tar.zst freebsd-ports-gnome-920aaf1c6a04901c7f69e2d0d73f9168b63b30da.zip |
Add advancecomp 1.10, recompression utilities for .ZIP, .PNG, .MNG and
.GZ files.
PR: ports/66581
Submitted by: Radim Kolar
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r-- | archivers/advancecomp/Makefile | 25 | ||||
-rw-r--r-- | archivers/advancecomp/distinfo | 2 | ||||
-rw-r--r-- | archivers/advancecomp/pkg-descr | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile new file mode 100644 index 000000000000..dcefd3e538e6 --- /dev/null +++ b/archivers/advancecomp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: advancecomp +# Date created: 11 May 2004 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PORTNAME= advancecomp +PORTVERSION= 1.10 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= advancemame + +MAINTAINER= hsn@netmag.cz +COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GETOPT_LONG=yes +USE_GMAKE= yes + +PLIST_FILES= bin/advzip bin/advpng bin/advmng bin/advdef +MAN1= advzip.1 advpng.1 advmng.1 advdef.1 + +.include <bsd.port.mk> diff --git a/archivers/advancecomp/distinfo b/archivers/advancecomp/distinfo new file mode 100644 index 000000000000..041506a4a8f3 --- /dev/null +++ b/archivers/advancecomp/distinfo @@ -0,0 +1,2 @@ +MD5 (advancecomp-1.10.tar.gz) = 757f6ed0f528a1d44991802361b61e13 +SIZE (advancecomp-1.10.tar.gz) = 353727 diff --git a/archivers/advancecomp/pkg-descr b/archivers/advancecomp/pkg-descr new file mode 100644 index 000000000000..e4f216741c38 --- /dev/null +++ b/archivers/advancecomp/pkg-descr @@ -0,0 +1,11 @@ +AdvanceCOMP is a collection of recompression utilities for your + .ZIP archives + .PNG snapshots + .MNG video clips + .GZ files + +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. + +WWW: http://advancemame.sourceforge.net/comp-readme.html |