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.
This commit is contained in:
parent
bd4dec0618
commit
24eafc7dc4
4 changed files with 40 additions and 0 deletions
11
archivers/advancecomp/DESCR
Normal file
11
archivers/advancecomp/DESCR
Normal file
|
@ -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.
|
16
archivers/advancecomp/Makefile
Normal file
16
archivers/advancecomp/Makefile
Normal file
|
@ -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
|
||||
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"
|
9
archivers/advancecomp/PLIST
Normal file
9
archivers/advancecomp/PLIST
Normal file
|
@ -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
|
4
archivers/advancecomp/distinfo
Normal file
4
archivers/advancecomp/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue