[69412] trunk/dports/multimedia

takanori at macports.org takanori at macports.org
Sun Jul 4 12:47:48 PDT 2010


Revision: 69412
          http://trac.macports.org/changeset/69412
Author:   takanori at macports.org
Date:     2010-07-04 12:47:48 -0700 (Sun, 04 Jul 2010)
Log Message:
-----------
New port: cws2fws-pl

Added Paths:
-----------
    trunk/dports/multimedia/cws2fws-pl/
    trunk/dports/multimedia/cws2fws-pl/Portfile

Added: trunk/dports/multimedia/cws2fws-pl/Portfile
===================================================================
--- trunk/dports/multimedia/cws2fws-pl/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/cws2fws-pl/Portfile	2010-07-04 19:47:48 UTC (rev 69412)
@@ -0,0 +1,43 @@
+# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign at macports.org $
+
+PortSystem          1.0
+
+name                cws2fws-pl
+version             0.0.1
+categories          multimedia
+maintainers         nomaintainer
+description         Flash format 6+ decompressor
+long_description    ${description}
+platforms           darwin
+homepage            http://zefonseca.com/cws2fws/
+master_sites        http://zefonseca.com/cws2fws/release/
+distfiles           cws2fws
+
+depends_run         port:p5-io-compress
+
+checksums           rmd160  733a7fa884771c4a5d66eaafc5d89c867048ca20
+
+extract {
+    file mkdir ${worksrcpath}
+    copy "${distpath}/cws2fws" "${worksrcpath}/cws2fws.pl"
+}
+
+patch {
+    reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl|" "${worksrcpath}/cws2fws.pl"
+}
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -m 0755 "${worksrcpath}/cws2fws.pl" "${destroot}${prefix}/bin/cws2fws.pl"
+}
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100704/da966ce8/attachment.html>


More information about the macports-changes mailing list