[36131] trunk/dports/multimedia

jmr at macports.org jmr at macports.org
Fri Apr 18 21:01:42 PDT 2008


Revision: 36131
          http://trac.macosforge.org/projects/macports/changeset/36131
Author:   jmr at macports.org
Date:     2008-04-18 21:01:41 -0700 (Fri, 18 Apr 2008)

Log Message:
-----------
New port: cfourcc. Closes #15037.

Added Paths:
-----------
    trunk/dports/multimedia/cfourcc/
    trunk/dports/multimedia/cfourcc/Portfile

Added: trunk/dports/multimedia/cfourcc/Portfile
===================================================================
--- trunk/dports/multimedia/cfourcc/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/cfourcc/Portfile	2008-04-19 04:01:41 UTC (rev 36131)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            cfourcc
+version	        0.1.2
+categories      multimedia
+maintainers     avc-cvut.cz:petr.vacek
+description     change avi fourcc codes
+long_description \
+                Command-line utility for changing FOURCC codes in AVI files
+homepage        http://sarovar.org/projects/gfourcc/
+platforms       darwin
+master_sites    http://sarovar.org/frs/download.php/551/
+checksums       md5 50e68cd5e0ea96574cab7e36595b9ad9 \
+                sha1 3af3a67986342ea29dc65c2106aff89e2cea58aa
+worksrcdir      cfourcc
+use_configure   no
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/cfourcc ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING ChangeLog \
+        README TIPS TODO codeclist.txt \
+        ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/multimedia/cfourcc/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/20080418/f37cf536/attachment.html


More information about the macports-changes mailing list