pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/advancecomp Initial import of advancecomp-1.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ce438698ff9
branches:  trunk
changeset: 475456:3ce438698ff9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 16 01:32:10 2004 +0000

description:
Initial import of advancecomp-1.10.

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.

diffstat:

 archivers/advancecomp/DESCR    |  11 +++++++++++
 archivers/advancecomp/Makefile |  16 ++++++++++++++++
 archivers/advancecomp/PLIST    |   9 +++++++++
 archivers/advancecomp/distinfo |   4 ++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r b462cef05e12 -r 3ce438698ff9 archivers/advancecomp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/advancecomp/DESCR       Sun May 16 01:32:10 2004 +0000
@@ -0,0 +1,11 @@
+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. 
diff -r b462cef05e12 -r 3ce438698ff9 archivers/advancecomp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/advancecomp/Makefile    Sun May 16 01:32:10 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 01:32:10 xtraeme Exp $
+#
+
+DISTNAME=      advancecomp-1.10
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=advancemame/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://advancemame.sourceforge.net/
+COMMENT=       Recompression utilities for .zip, .png, .mng and .gz files
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b462cef05e12 -r 3ce438698ff9 archivers/advancecomp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/advancecomp/PLIST       Sun May 16 01:32:10 2004 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/16 01:32:10 xtraeme Exp $
+bin/advdef
+bin/advmng
+bin/advpng
+bin/advzip
+man/man1/advdef.1
+man/man1/advmng.1
+man/man1/advpng.1
+man/man1/advzip.1
diff -r b462cef05e12 -r 3ce438698ff9 archivers/advancecomp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/advancecomp/distinfo    Sun May 16 01:32:10 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/16 01:32:10 xtraeme Exp $
+
+SHA1 (advancecomp-1.10.tar.gz) = 4f9a1592113fb9fbb6981ae44279dfd3c7ba3360
+Size (advancecomp-1.10.tar.gz) = 353727 bytes



Home | Main Index | Thread Index | Old Index