diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-14 01:12:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-14 01:12:54 +0000 |
commit | ae08baccc5e42a1cf3e5c604a9b1b4cd057ec6b2 (patch) | |
tree | 0026b9bf118388dd9b877e4f2254c3e1e06d6924 /sysutils | |
parent | 15edeb584ee4b239736cc5d59842d1c2cb8e075f (diff) | |
download | pkgsrc-ae08baccc5e42a1cf3e5c604a9b1b4cd057ec6b2.tar.gz |
Initial import of nrg2iso-0.2, contributed by Ola Eriksson in
PR pkg/26088.
Nrg2Iso converts cd images generated by the Windows(TM) program
Nero Burning Rom to ISO format.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nrg2iso/DESCR | 2 | ||||
-rw-r--r-- | sysutils/nrg2iso/Makefile | 17 | ||||
-rw-r--r-- | sysutils/nrg2iso/PLIST | 2 | ||||
-rw-r--r-- | sysutils/nrg2iso/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/nrg2iso/DESCR b/sysutils/nrg2iso/DESCR new file mode 100644 index 00000000000..f744eece4c6 --- /dev/null +++ b/sysutils/nrg2iso/DESCR @@ -0,0 +1,2 @@ +Nrg2Iso converts cd images generated by the Windows(TM) Nero Burning +Rom to ISO format. diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile new file mode 100644 index 00000000000..dc99e5d858c --- /dev/null +++ b/sysutils/nrg2iso/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/14 01:12:54 xtraeme Exp $ +# + +DISTNAME= nrg2iso-0.2 +CATEGORIES= sysutils +MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html +COMMENT= Converts Nero Burning Roms to ISO images + +USE_BUILDLINK3= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/nrg2iso/PLIST b/sysutils/nrg2iso/PLIST new file mode 100644 index 00000000000..8b0ecfcddbd --- /dev/null +++ b/sysutils/nrg2iso/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/14 01:12:54 xtraeme Exp $ +bin/nrg2iso diff --git a/sysutils/nrg2iso/distinfo b/sysutils/nrg2iso/distinfo new file mode 100644 index 00000000000..4372d9299a8 --- /dev/null +++ b/sysutils/nrg2iso/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/14 01:12:54 xtraeme Exp $ + +SHA1 (nrg2iso-0.2.tar.gz) = ae7131504c57bdf817848f8193ddd48fa3cf3b2d +Size (nrg2iso-0.2.tar.gz) = 8377 bytes |