Sun Apr 15 15:46:53 2012 UTC ()
Update to 1.03:

v1.03:

    pecompat: New app
    uips: Fixed a bug that caused bytes near the end of the file to be unnecessarily included in the .ips patch
    cdpatch: Combining -f and -v now lists all errors, while still ignoring them
    cdpatch: -x option now preserves modification time when possible


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/cmdpack/Makefile 2011/12/05 01:15:25 1.1.1.1
+++ pkgsrc/emulators/cmdpack/Makefile 2012/04/15 15:46:53 1.2
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2012/04/15 15:46:53 wiz Exp $
2# 2#
3 3
4DISTNAME= cmdpack-1.02-src 4DISTNAME= cmdpack-1.03-src
5PKGNAME= ${DISTNAME:S/-src//} 5PKGNAME= ${DISTNAME:S/-src//}
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= http://www.neillcorlett.com/downloads/ 7MASTER_SITES= http://www.neillcorlett.com/downloads/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.neillcorlett.com/cmdpack/ 10HOMEPAGE= http://www.neillcorlett.com/cmdpack/
11COMMENT= Neill Corlett's command line tools for emulation 11COMMENT= Neill Corlett's command line tools for emulation
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16INSTALLATION_DIRS= bin share/doc/cmdpack 16INSTALLATION_DIRS= bin share/doc/cmdpack
17 17
18do-build: 18do-build:
19 cd ${WRKSRC}/src && \ 19 cd ${WRKSRC}/src && \
20 for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ 20 for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
21 ${CC} -o $$file $$file.c; \ 21 ${CC} -o $$file $$file.c; \
22 done 22 done
23 23
24do-install: 24do-install:
25 cd ${WRKSRC}/src && \ 25 cd ${WRKSRC}/src && \
26 for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ 26 for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
27 ${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \ 27 ${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \
28 done 28 done
29 ${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack 29 ${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack
30 30
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/PLIST (expand / switch to unified diff)

--- pkgsrc/emulators/cmdpack/PLIST 2011/12/05 01:15:25 1.1.1.1
+++ pkgsrc/emulators/cmdpack/PLIST 2012/04/15 15:46:53 1.2
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/04/15 15:46:53 wiz Exp $
2bin/bin2iso 2bin/bin2iso
3bin/bincomp 3bin/bincomp
4bin/brrrip 4bin/brrrip
5bin/byteshuf 5bin/byteshuf
6bin/byteswap 6bin/byteswap
7bin/cdpatch 7bin/cdpatch
8bin/ecm 8bin/ecm
9bin/fakecrc 9bin/fakecrc
10bin/hax65816 10bin/hax65816
11bin/id3point 11bin/id3point
 12bin/pecompat
12bin/rels 13bin/rels
13bin/screamf 14bin/screamf
14bin/subfile 15bin/subfile
15bin/uips 16bin/uips
16bin/usfv 17bin/usfv
17bin/vb2rip 18bin/vb2rip
18bin/wordadd 19bin/wordadd
19bin/zerofill 20bin/zerofill
20share/doc/cmdpack/cmdpack.txt 21share/doc/cmdpack/cmdpack.txt

cvs diff -r1.1.1.1 -r1.2 pkgsrc/emulators/cmdpack/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/cmdpack/distinfo 2011/12/05 01:15:25 1.1.1.1
+++ pkgsrc/emulators/cmdpack/distinfo 2012/04/15 15:46:53 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2012/04/15 15:46:53 wiz Exp $
2 2
3SHA1 (cmdpack-1.02-src.tar.gz) = cf235e77532aaa2464c1fd42d35d5de4f1a968b1 3SHA1 (cmdpack-1.03-src.tar.gz) = a6df4184878adf3131b0578506118ad1e77c265c
4RMD160 (cmdpack-1.02-src.tar.gz) = 0c3b018767f23fb1bf6535a31ddd45d858be477b 4RMD160 (cmdpack-1.03-src.tar.gz) = a9073592aeb3514e8dd456189d34deb1e5e4952a
5Size (cmdpack-1.02-src.tar.gz) = 77037 bytes 5Size (cmdpack-1.03-src.tar.gz) = 80716 bytes