pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/cmdpack Update to 1.03:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b38e75fd71a
branches:  trunk
changeset: 602558:4b38e75fd71a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 15 15:46:53 2012 +0000

description:
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

diffstat:

 emulators/cmdpack/Makefile |  8 ++++----
 emulators/cmdpack/PLIST    |  3 ++-
 emulators/cmdpack/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (59 lines):

diff -r 4fa4a5378234 -r 4b38e75fd71a emulators/cmdpack/Makefile
--- a/emulators/cmdpack/Makefile        Sun Apr 15 15:46:30 2012 +0000
+++ b/emulators/cmdpack/Makefile        Sun Apr 15 15:46:53 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/15 15:46:53 wiz Exp $
 #
 
-DISTNAME=      cmdpack-1.02-src
+DISTNAME=      cmdpack-1.03-src
 PKGNAME=       ${DISTNAME:S/-src//}
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.neillcorlett.com/downloads/
@@ -17,13 +17,13 @@
 
 do-build:
        cd ${WRKSRC}/src && \
-       for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
+       for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
                ${CC} -o $$file $$file.c; \
        done
 
 do-install:
        cd ${WRKSRC}/src && \
-       for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
+       for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
                ${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \
        done
        ${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack
diff -r 4fa4a5378234 -r 4b38e75fd71a emulators/cmdpack/PLIST
--- a/emulators/cmdpack/PLIST   Sun Apr 15 15:46:30 2012 +0000
+++ b/emulators/cmdpack/PLIST   Sun Apr 15 15:46:53 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/04/15 15:46:53 wiz Exp $
 bin/bin2iso
 bin/bincomp
 bin/brrrip
@@ -9,6 +9,7 @@
 bin/fakecrc
 bin/hax65816
 bin/id3point
+bin/pecompat
 bin/rels
 bin/screamf
 bin/subfile
diff -r 4fa4a5378234 -r 4b38e75fd71a emulators/cmdpack/distinfo
--- a/emulators/cmdpack/distinfo        Sun Apr 15 15:46:30 2012 +0000
+++ b/emulators/cmdpack/distinfo        Sun Apr 15 15:46:53 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $
+$NetBSD: distinfo,v 1.2 2012/04/15 15:46:53 wiz Exp $
 
-SHA1 (cmdpack-1.02-src.tar.gz) = cf235e77532aaa2464c1fd42d35d5de4f1a968b1
-RMD160 (cmdpack-1.02-src.tar.gz) = 0c3b018767f23fb1bf6535a31ddd45d858be477b
-Size (cmdpack-1.02-src.tar.gz) = 77037 bytes
+SHA1 (cmdpack-1.03-src.tar.gz) = a6df4184878adf3131b0578506118ad1e77c265c
+RMD160 (cmdpack-1.03-src.tar.gz) = a9073592aeb3514e8dd456189d34deb1e5e4952a
+Size (cmdpack-1.03-src.tar.gz) = 80716 bytes



Home | Main Index | Thread Index | Old Index