diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:56 +0000 |
commit | 30bf900acd080c8de40a83ebf7161d29f874a228 (patch) | |
tree | 5f8ffda38b1286bde14d42ee463d4d623160014e /emulators | |
parent | c9d589fe422e825b783e79123af9ebf1cf915c21 (diff) | |
download | pkgsrc-30bf900acd080c8de40a83ebf7161d29f874a228.tar.gz |
Update to 2.26:
30/12/2006 *** v2.26 ***
- Uses DatLib v2.19.
- Improved -dX modes (understands merging despite differing names)
- Added CPS-2 to descriptions when producing disk supplements
- Added sourcefile information to output datafile
- Fixed sample functionality in the standard comparison modes.
i.e. Running MAMEDiff without options or in verbose mode (-v).
11/07/2006 *** v2.25 ***
- Uses DatLib v2.16.
- Fixed bug that messed up internal indices (affected crc matching)
- More intelligent directory scanner (regarding samples and CHDs)
- Removed 64MB file limit from directory scanner (reads 1MB blocks)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 11 | ||||
-rw-r--r-- | emulators/MAMEDiff/PLIST | 4 | ||||
-rw-r--r-- | emulators/MAMEDiff/distinfo | 8 |
3 files changed, 10 insertions, 13 deletions
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index fb2e9f8156f..41efca8c9f4 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/26 00:00:56 wiz Exp $ # -DISTNAME= mdiff224 -PKGNAME= MAMEDiff-2.24 -PKGREVISION= 1 +DISTNAME= mdiff226 +PKGNAME= MAMEDiff-2.26 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/MAMEDiff/ EXTRACT_SUFX= .zip @@ -19,15 +18,13 @@ BUILD_TARGET= mamediff EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.13 - post-extract: ${MKDIR} ${WRKSRC}/obj do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mamediff ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/MAMEDiff - ${INSTALL_DATA} ${WRKSRC}/mamediff.txt ${PREFIX}/share/doc/MAMEDiff + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/MAMEDiff .include "../../devel/zlib/buildlink3.mk" .include "../../emulators/DatLib/buildlink3.mk" diff --git a/emulators/MAMEDiff/PLIST b/emulators/MAMEDiff/PLIST index f3a96a11f79..bf34cebc872 100644 --- a/emulators/MAMEDiff/PLIST +++ b/emulators/MAMEDiff/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:00:56 wiz Exp $ bin/mamediff -share/doc/MAMEDiff/mamediff.txt +share/doc/MAMEDiff/readme.txt @dirrm share/doc/MAMEDiff diff --git a/emulators/MAMEDiff/distinfo b/emulators/MAMEDiff/distinfo index f248cae5a0e..59956259101 100644 --- a/emulators/MAMEDiff/distinfo +++ b/emulators/MAMEDiff/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2006/01/11 18:55:17 wiz Exp $ +$NetBSD: distinfo,v 1.8 2007/02/26 00:00:56 wiz Exp $ -SHA1 (mdiff224.zip) = 327c9490953cd587ab997871e7a398e7b95d29f7 -RMD160 (mdiff224.zip) = 8e72dc11f1c5f7a7df77a64c20ead17a3add6ec7 -Size (mdiff224.zip) = 165512 bytes +SHA1 (mdiff226.zip) = 498819c346210e8ff80b80ca0d777e115253540d +RMD160 (mdiff226.zip) = bc8b90c4ed7c3a56db753b6ffd437e0ee4d3c901 +Size (mdiff226.zip) = 202186 bytes SHA1 (patch-aa) = da1422224efb2c332b2a4d1117f6b3184535cebe SHA1 (patch-ab) = 0558a1b50e869a40e5268ba567b0a6c23e354c07 SHA1 (patch-ac) = d5095a349590a9f2a96173b973a9bec78f9fdd4f |