summaryrefslogtreecommitdiff
path: root/emulators/cmdpack
diff options
context:
space:
mode:
authorwiz <wiz>2011-12-05 01:15:25 +0000
committerwiz <wiz>2011-12-05 01:15:25 +0000
commit8dc171529898c1e215309ec113d065efcada62df (patch)
treeac4e2445a2ed8f95c1aa1f9ebe1c1e8df117b82f /emulators/cmdpack
parentc4f7ad062d5c76d180eb1d138c2a4c306aa72a9a (diff)
downloadpkgsrc-8dc171529898c1e215309ec113d065efcada62df.tar.gz
Initial import of cmdpack-1.02:
Collection of tools written by Neill Corlett. Includes bin2iso, bincomp, cdpatch, ecm, uips, and many others.
Diffstat (limited to 'emulators/cmdpack')
-rw-r--r--emulators/cmdpack/DESCR3
-rw-r--r--emulators/cmdpack/Makefile31
-rw-r--r--emulators/cmdpack/PLIST20
-rw-r--r--emulators/cmdpack/distinfo5
4 files changed, 59 insertions, 0 deletions
diff --git a/emulators/cmdpack/DESCR b/emulators/cmdpack/DESCR
new file mode 100644
index 00000000000..62060b66f7b
--- /dev/null
+++ b/emulators/cmdpack/DESCR
@@ -0,0 +1,3 @@
+Collection of tools written by Neill Corlett.
+
+Includes bin2iso, bincomp, cdpatch, ecm, uips, and many others.
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile
new file mode 100644
index 00000000000..992a93c5eba
--- /dev/null
+++ b/emulators/cmdpack/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $
+#
+
+DISTNAME= cmdpack-1.02-src
+PKGNAME= ${DISTNAME:S/-src//}
+CATEGORIES= emulators
+MASTER_SITES= http://www.neillcorlett.com/downloads/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.neillcorlett.com/cmdpack/
+COMMENT= Neill Corlett's command line tools for emulation
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin share/doc/cmdpack
+
+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 \
+ ${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 \
+ ${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \
+ done
+ ${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/cmdpack/PLIST b/emulators/cmdpack/PLIST
new file mode 100644
index 00000000000..ce53d803979
--- /dev/null
+++ b/emulators/cmdpack/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $
+bin/bin2iso
+bin/bincomp
+bin/brrrip
+bin/byteshuf
+bin/byteswap
+bin/cdpatch
+bin/ecm
+bin/fakecrc
+bin/hax65816
+bin/id3point
+bin/rels
+bin/screamf
+bin/subfile
+bin/uips
+bin/usfv
+bin/vb2rip
+bin/wordadd
+bin/zerofill
+share/doc/cmdpack/cmdpack.txt
diff --git a/emulators/cmdpack/distinfo b/emulators/cmdpack/distinfo
new file mode 100644
index 00000000000..a89dcd35c01
--- /dev/null
+++ b/emulators/cmdpack/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/05 01:15:25 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