[63362] trunk/dports/net

snc at macports.org snc at macports.org
Wed Feb 3 08:06:07 PST 2010


Revision: 63362
          http://trac.macports.org/changeset/63362
Author:   snc at macports.org
Date:     2010-02-03 08:06:05 -0800 (Wed, 03 Feb 2010)
Log Message:
-----------
added quvi

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

Copied: trunk/dports/net/libquvi/Portfile (from rev 63359, trunk/dports/net/cclive/Portfile)
===================================================================
--- trunk/dports/net/libquvi/Portfile	                        (rev 0)
+++ trunk/dports/net/libquvi/Portfile	2010-02-03 16:06:05 UTC (rev 63362)
@@ -0,0 +1,29 @@
+# -*- 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                quvi
+version             0.1.0
+categories          net www
+license             GPLv3
+maintainers         openmaintainer snc
+description         A command line tool for parsing video download links.
+long_description    ${name} is a command line tool for parsing video download \
+                    links. It supports Youtube and other similar video \
+                    websites. lib${name} is a library for parsing video \
+                    download links with C API. It is written in C and intended \
+                    to be a cross-platform library.
+homepage            http://code.google.com/p/quvi/
+
+platforms           darwin
+depends_lib         port:curl \
+                    port:pcre \
+                    port:libiconv
+
+master_sites        googlecode
+use_bzip2           yes
+
+checksums           md5     8516966eb96ea84b8f983ce790e69fbc \
+                    sha1    55a06df28cfd73b88f807e1bfe6ecd886edbcc7e \
+                    rmd160  04aa7da1ba10254a44f9b5c3b0b1de5031f777d9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100203/8bf8e2bb/attachment.html>


More information about the macports-changes mailing list