[44510] trunk/dports/emulators

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Dec 29 16:06:00 PST 2008


Revision: 44510
          http://trac.macports.org/changeset/44510
Author:   macsforever2000 at macports.org
Date:     2008-12-29 16:06:00 -0800 (Mon, 29 Dec 2008)
Log Message:
-----------
Added new port. (#17819)

Added Paths:
-----------
    trunk/dports/emulators/nrg4iso/
    trunk/dports/emulators/nrg4iso/Portfile

Added: trunk/dports/emulators/nrg4iso/Portfile
===================================================================
--- trunk/dports/emulators/nrg4iso/Portfile	                        (rev 0)
+++ trunk/dports/emulators/nrg4iso/Portfile	2008-12-30 00:06:00 UTC (rev 44510)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name				nrg4iso
+version				1.0.1
+platforms			darwin
+categories			emulators
+maintainers			me.com:krischik
+description			nrg4iso extracts data from a Nero Burning ROM image file (.nrg).
+long_description	nrg4iso is a command line utility designed to extract data from \
+					a Nero Burning ROM image file (.nrg). Nrg image files may contain \
+					various types of data (audio, iso9660,...) and nrg4iso will as \
+					development progresses be able to extract most of them.
+
+homepage			http://nrg4iso.googlecode.com
+master_sites		http://nrg4iso.googlecode.com/files
+
+extract.suffix      .tgz
+
+checksums			md5		e865f0cfe587032dee852bdc6739a27d \
+					sha1	fa7f5c8794a5f3f12351954963bacdeaba37288a \
+					rmd160	0a5c44aaccb6fe666e2191948e76cfd9570cd862
+
+worksrcdir			${name}
+use_configure		no
+build.target		${name}
+use_parallel_build	yes
+
+destroot {
+	xinstall -m 775					\
+		-W ${workpath}/${name}		\
+		 ${name}					\
+		${destroot}${prefix}/bin
+}
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :


Property changes on: trunk/dports/emulators/nrg4iso/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081229/3b28a948/attachment.html>


More information about the macports-changes mailing list