[30836] trunk/dports/archivers
source_changes at macosforge.org
source_changes at macosforge.org
Thu Nov 8 01:01:15 PST 2007
Revision: 30836
http://trac.macosforge.org/projects/macports/changeset/30836
Author: ryandesign at macports.org
Date: 2007-11-08 01:01:15 -0800 (Thu, 08 Nov 2007)
Log Message:
-----------
packddir: new port; see #13109
Added Paths:
-----------
trunk/dports/archivers/packddir/
trunk/dports/archivers/packddir/Portfile
Added: trunk/dports/archivers/packddir/Portfile
===================================================================
--- trunk/dports/archivers/packddir/Portfile (rev 0)
+++ trunk/dports/archivers/packddir/Portfile 2007-11-08 09:01:15 UTC (rev 30836)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+
+name packddir
+set my_name upackddir
+version 0.0.6-1
+categories archivers
+maintainers nomaintainer
+description creates and unpacks PackdDir archives
+long_description ${name} creates and unpacks PackdDir archives, which are used in Quake (I and II) and others.
+homepage http://www.nongnu.org/packddir/
+platforms darwin
+master_sites http://savannah.nongnu.org/download/packddir/
+distname ${my_name}_${version}
+worksrcdir src
+checksums md5 b66373639b3ee46c495bacb25031f5c7 \
+ sha1 7ffd0978981660db2e7bdc4b2d00f47a67e3612a \
+ rmd160 f0c304be802dfd053c173bd81547113088fd7424
+use_configure no
+
+post-extract {
+ reinplace "s%/usr/bin%${prefix}/bin%g" ${worksrcpath}/Makefile
+}
+
+livecheck.check regex
+livecheck.url [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex ${my_name}_(\[0-9.-\]+)${extract.suffix}
Property changes on: trunk/dports/archivers/packddir/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071108/06dce4ee/attachment.html
More information about the macports-changes
mailing list