diff options
author | wiz <wiz> | 2007-02-26 00:01:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-26 00:01:30 +0000 |
commit | e4999700eb763e34ef54e022029df3753d0ff05f (patch) | |
tree | 3eceb7c782f62544bf2305640ab832a0bffd9f6c /emulators/ZIPIdent | |
parent | 5abc0748dea64a5bfbb8b6f4564950b26fb4d6c3 (diff) | |
download | pkgsrc-e4999700eb763e34ef54e022029df3753d0ff05f.tar.gz |
Update to 2.8:
11/07/2006 *** v2.8 ***
- Uses DatLib v2.16.
- Fixed bug that messed up internal indices (affected crc matching)
Diffstat (limited to 'emulators/ZIPIdent')
-rw-r--r-- | emulators/ZIPIdent/Makefile | 11 | ||||
-rw-r--r-- | emulators/ZIPIdent/PLIST | 4 | ||||
-rw-r--r-- | emulators/ZIPIdent/distinfo | 8 |
3 files changed, 10 insertions, 13 deletions
diff --git a/emulators/ZIPIdent/Makefile b/emulators/ZIPIdent/Makefile index a1298fb32c8..babeb6c65ca 100644 --- a/emulators/ZIPIdent/Makefile +++ b/emulators/ZIPIdent/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/26 00:01:30 wiz Exp $ # -DISTNAME= zident27 -PKGNAME= ZIPIdent-2.7 -PKGREVISION= 1 +DISTNAME= zident28 +PKGNAME= ZIPIdent-2.8 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ZIPIdent/ EXTRACT_SUFX= .zip @@ -19,15 +18,13 @@ BUILD_TARGET= zipident EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.13 - post-extract: ${MKDIR} ${WRKSRC}/obj do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zipident ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ZIPIdent - ${INSTALL_DATA} ${WRKSRC}/zipident.txt ${PREFIX}/share/doc/ZIPIdent + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/ZIPIdent .include "../../devel/zlib/buildlink3.mk" .include "../../emulators/DatLib/buildlink3.mk" diff --git a/emulators/ZIPIdent/PLIST b/emulators/ZIPIdent/PLIST index d24c12a2ccf..be4cb836a54 100644 --- a/emulators/ZIPIdent/PLIST +++ b/emulators/ZIPIdent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/02/26 00:01:30 wiz Exp $ bin/zipident -share/doc/ZIPIdent/zipident.txt +share/doc/ZIPIdent/readme.txt @dirrm share/doc/ZIPIdent diff --git a/emulators/ZIPIdent/distinfo b/emulators/ZIPIdent/distinfo index 095b06e5e41..c35d2e4c560 100644 --- a/emulators/ZIPIdent/distinfo +++ b/emulators/ZIPIdent/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2006/01/01 19:37:28 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/02/26 00:01:30 wiz Exp $ -SHA1 (zident27.zip) = d64b230b37b68ecaf8d6e5139204a8aa9930b351 -RMD160 (zident27.zip) = 1f34783cd6341e72634e7e0d537b4889ff921aa2 -Size (zident27.zip) = 299025 bytes +SHA1 (zident28.zip) = a530170234564665a179b31da2c634387f03d114 +RMD160 (zident28.zip) = f712115c1fc9001d2819f450c788e8e99be5bbdb +Size (zident28.zip) = 148166 bytes SHA1 (patch-aa) = 2718a0187b02e57001d9f6f8e9b3b5c1760daea6 SHA1 (patch-ab) = 67ad17076bff44fc854a7f0b076283b4f3c135de |