[54922] trunk/dports/comms

devans at macports.org devans at macports.org
Tue Aug 4 11:09:44 PDT 2009


Revision: 54922
          http://trac.macports.org/changeset/54922
Author:   devans at macports.org
Date:     2009-08-04 11:09:42 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
farsight2: new port, version 0.0.14.

Added Paths:
-----------
    trunk/dports/comms/farsight2/
    trunk/dports/comms/farsight2/Portfile

Added: trunk/dports/comms/farsight2/Portfile
===================================================================
--- trunk/dports/comms/farsight2/Portfile	                        (rev 0)
+++ trunk/dports/comms/farsight2/Portfile	2009-08-04 18:09:42 UTC (rev 54922)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name            farsight2
+version         0.0.14
+description     Farsight - Audio/Video Communications Framework
+long_description \
+                The Farsight project is an effort to create a framework \
+                to deal with all known audio/video conferencing protocols. \
+                On one side it offers a generic API that makes it possible \
+                to write plugins for different streaming protocols, on the \
+                other side it offers an API for clients to use those plugins.
+maintainers     devans openmaintainer
+categories      comms
+platforms       darwin
+homepage        http://farsight.freedesktop.org/wiki/
+master_sites    http://farsight.freedesktop.org/releases/${name}/
+
+checksums       md5     fbfa45661b7949abf9bf92c2531ac392 \
+                sha1    2f8b382747efb467cdb9acd833bb88fe9bf02dc8 \
+                rmd160  5f8816831fb6790c3185479cca43713fd552d4cd
+
+depends_build   port:pkgconfig \
+                port:gtk-doc \
+                port:python25
+
+depends_lib     port:gst-plugins-base \
+                port:libnice
+
+configure.python ${prefix}/bin/python2.5
+
+configure.args  --disable-gupnp \
+                --disable-python \
+                --disable-shave
+
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/comms/farsight2/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/20090804/d13ad031/attachment.html>


More information about the macports-changes mailing list