[47736] trunk/dports/net

snc at macports.org snc at macports.org
Wed Mar 4 09:54:37 PST 2009


Revision: 47736
          http://trac.macports.org/changeset/47736
Author:   snc at macports.org
Date:     2009-03-04 09:54:37 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
created cclive, ticket #18709

Added Paths:
-----------
    trunk/dports/net/cclive/
    trunk/dports/net/cclive/Portfile

Added: trunk/dports/net/cclive/Portfile
===================================================================
--- trunk/dports/net/cclive/Portfile	                        (rev 0)
+++ trunk/dports/net/cclive/Portfile	2009-03-04 17:54:37 UTC (rev 47736)
@@ -0,0 +1,30 @@
+# -*- 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                cclive
+version             0.2.3
+revision            1
+categories          net www
+maintainers         openmaintainer snc
+description         A command line video extraction utility.
+long_description    cclive is a command line video extraction utility similar \
+                    to clive but with lower requirements
+homepage            http://code.google.com/p/cclive/
+
+platforms           darwin
+
+master_sites        googlecode
+use_bzip2           yes
+
+checksums           md5 340a3270080efdac4f6e67d1c1503247 \
+                    sha1 932edfd9eb6855bea554b7a53cc0603d47ffb719 \
+                    rmd160 bdce60196eced382122c759d1858f58bca61da2e
+
+use_configure       no
+
+destroot {
+    xinstall -m 0755 ${worksrcpath}/cclive ${destroot}${prefix}/bin
+    xinstall -m 0444 ${worksrcpath}/cclive.1 ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/net/cclive/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/20090304/b71dbee1/attachment.html>


More information about the macports-changes mailing list