Bug 70473 - New port: sysutils/nrg2iso (Nero NRG to ISO converter)
Summary: New port: sysutils/nrg2iso (Nero NRG to ISO converter)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-15 10:10 UTC by Martin Dieringer
Modified: 2004-08-16 09:06 UTC (History)
0 users

See Also:


Attachments
nrg2iso.shar (2.27 KB, text/plain)
2004-08-15 10:10 UTC, Martin Dieringer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Dieringer 2004-08-15 10:10:14 UTC
Nrg2Iso is a utility for converting CD (or DVD) image generated by
Nero Burning Rom to ISO format.
Comment 1 Martin Dieringer 2004-08-15 10:37:09 UTC
I didn't see the new version.
here is a new shar of the complete port:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nrg2iso
#	nrg2iso/distinfo
#	nrg2iso/Makefile
#	nrg2iso/files
#	nrg2iso/files/patch-Makefile
#	nrg2iso/pkg-plist
#	nrg2iso/pkg-descr
#
echo c - nrg2iso
mkdir -p nrg2iso > /dev/null 2>&1
echo x - nrg2iso/distinfo
sed 's/^X//' >nrg2iso/distinfo << 'END-of-nrg2iso/distinfo'
XMD5 (nrg2iso-0.4.tar.gz) = 996c38c8f1465e9c51ccad4f31ec2eee
XSIZE (nrg2iso-0.4.tar.gz) = 8553
END-of-nrg2iso/distinfo
echo x - nrg2iso/Makefile
sed 's/^X//' >nrg2iso/Makefile << 'END-of-nrg2iso/Makefile'
X# New ports collection makefile for:   nrg2iso
X# Date created:        15 Aug 2004
X# Whom:                dieringe
X#
X# $FreeBSD$
X#
X
XPORTNAME=		nrg2iso
XPORTVERSION=		0.4
XCATEGORIES=		sysutils
X
XMAINTAINER=		dieringe@zedat.fu-berlin.de
XCOMMENT=		Convert Nero .nrg CD-Image format to ISO
X
XMASTER_SITES=		http://gregory.kokanosky.free.fr/v4/linux/
XDISTFILES=		nrg2iso-0.4.tar.gz
X
XUSE_GMAKE=		yes
X
X.include <bsd.port.mk>
END-of-nrg2iso/Makefile
echo c - nrg2iso/files
mkdir -p nrg2iso/files > /dev/null 2>&1
echo x - nrg2iso/files/patch-Makefile
sed 's/^X//' >nrg2iso/files/patch-Makefile << 'END-of-nrg2iso/files/patch-Makefile'
X--- Makefile.ori	Thu May  1 23:50:38 2003
X+++ Makefile		Sun Aug 15 10:33:15 2004
X@@ -4,3 +4,6 @@
X clean: 
X 	rm -f nrg2iso
X 	rm -f *~
X+
X+install:	all
X+	install -s nrg2iso ${PREFIX}/bin/
END-of-nrg2iso/files/patch-Makefile
echo x - nrg2iso/pkg-plist
sed 's/^X//' >nrg2iso/pkg-plist << 'END-of-nrg2iso/pkg-plist'
Xbin/nrg2iso
END-of-nrg2iso/pkg-plist
echo x - nrg2iso/pkg-descr
sed 's/^X//' >nrg2iso/pkg-descr << 'END-of-nrg2iso/pkg-descr'
X
XNrg2Iso is a utility for converting CD (or DVD) image generated by
XNero Burning Rom to ISO format.
X
XWWW: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
X
X- dieringe
Xdieringe@zedat.fu-berlin.de
END-of-nrg2iso/pkg-descr
exit
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-16 09:06:00 UTC
State Changed
From-To: open->closed

New port added, thank you!