[119840] trunk/dports/comms/farsight2/Portfile

devans at macports.org devans at macports.org
Wed May 7 16:16:16 PDT 2014


Revision: 119840
          https://trac.macports.org/changeset/119840
Author:   devans at macports.org
Date:     2014-05-07 16:16:16 -0700 (Wed, 07 May 2014)
Log Message:
-----------
farsight2: obsolete port, no dependents, replaced by farstream.

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

Modified: trunk/dports/comms/farsight2/Portfile
===================================================================
--- trunk/dports/comms/farsight2/Portfile	2014-05-07 23:07:19 UTC (rev 119839)
+++ trunk/dports/comms/farsight2/Portfile	2014-05-07 23:16:16 UTC (rev 119840)
@@ -1,72 +1,13 @@
 # -*- 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
+PortSystem      1.0
 
+replaced_by     farstream
+PortGroup       obsolete 1.0
+
 name            farsight2
 version         0.0.31
-revision        1
-license         LGPL-2.1+
-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
+revision        2
+license         none
 categories      comms
-platforms       darwin
-homepage        http://www.freedesktop.org/wiki/Software/Farstream/
-master_sites    http://freedesktop.org/software/farstream/releases/${name}/
-
-checksums       sha1    7471a1c8207c821b22e4f79c2a159f41140331de \
-                rmd160  ce4a5de114c7a0abf83c78e488bd0da623bf7ea9
-
-depends_build   port:pkgconfig \
-                port:gtk-doc
-
-depends_lib     port:libnice
-
-patchfiles      patch-python-pyfarsightmodule.c.diff \
-                patch-configure.diff
-
-
-configure.args  --disable-gupnp \
-                --disable-python \
-                --disable-silent-rules \
-                --disable-valgrind
-
-#
-# upgrade old python variant to python27 which is now a default variant
-#
-
-if {[variant_isset python] || ![variant_isset python26]}  {
-    default_variants +python27
-}
-
-variant python26 conflicts python27  description {Enable Python 2.6 bindings} {
-                configure.args-delete       --disable-python
-                depends_lib-append          port:py26-gst-python
-                configure.python            ${prefix}/bin/python2.6
-                set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.6
-                set python_pkg_config_path  ${python_prefix}/lib/pkgconfig
-                configure.args-append       --with-pkg-config-path=${python_pkg_config_path}
-                build.env-append            PKG_CONFIG_PATH=${python_pkg_config_path} \
-                                            PATH=${python_prefix}/bin:$env(PATH)
-}
-
-variant python27 conflicts python26  description {Enable Python 2.7 bindings} {
-                configure.args-delete       --disable-python
-                depends_lib-append          port:py27-gst-python
-                configure.python            ${prefix}/bin/python2.7
-                set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.7
-                set python_pkg_config_path  ${python_prefix}/lib/pkgconfig
-                configure.args-append       --with-pkg-config-path=${python_pkg_config_path}
-                build.env-append            PKG_CONFIG_PATH=${python_pkg_config_path} \
-                                            PATH=${python_prefix}/bin:$env(PATH)
-}
-
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/73bf90cf/attachment.html>


More information about the macports-changes mailing list