[60267] trunk/dports/gnome

snc at macports.org snc at macports.org
Sat Nov 7 10:24:34 PST 2009


Revision: 60267
          http://trac.macports.org/changeset/60267
Author:   snc at macports.org
Date:     2009-11-07 10:24:29 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
created gpodder, ticket #20607

Added Paths:
-----------
    trunk/dports/gnome/gpodder/
    trunk/dports/gnome/gpodder/Portfile

Added: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gpodder/Portfile	2009-11-07 18:24:29 UTC (rev 60267)
@@ -0,0 +1,64 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gpodder
+version             2.0
+categories          gnome audio
+license             GPLv3
+maintainers         neric27 at wanadoo.fr openmaintainer
+platforms           darwin
+description         A media aggregator and podcast client
+
+long_description    gPodder is a standalone podcast manager. \
+                    It provides anything to manage feeds and podcasts \
+                    but requires an external player to actually listen/view \
+                    the content, e.g. Apple Quick Time Player.
+
+homepage            http://gpodder.org
+master_sites        http://download.berlios.de/gpodder/
+
+checksums           md5     288641768cdef679ed2e7976562b200e \
+                    sha1    47841ff1832dd222b7c63f765660b3d9716cbe95 \
+                    rmd160  f637599125f6b2de9d803187039d920fea49876b
+
+depends_build       port:help2man\
+                    port:intltool
+
+depends_lib         port:vorbis-tools\
+                    port:lame
+
+variant python25 conflicts python26 description {Use Python 2.5} {
+    depends_lib-append  port:py25-feedparser\
+                        port:py25-pil\
+                        port:dbus-python25\
+                        port:gnome-python-extras
+    patch {
+        reinplace s|python|${prefix}/bin/python2.5|g ${worksrcpath}/Makefile
+    }
+}
+
+variant python26 conflicts python25 description {Use Python 2.6} {
+    depends_lib-append  port:py26-feedparser\
+                        port:py26-pil\
+                        port:dbus-python26\
+                        port:gnome-python26-extras
+    patch {
+        reinplace s|python|${prefix}/bin/python2.6|g ${worksrcpath}/Makefile
+    }
+}
+
+if {![variant_isset python25] && ![variant_isset python26]} {
+    default_variants +python26
+}
+
+use_configure       no
+
+build {}
+
+destroot.args PREFIX=${prefix}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "gpodder-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/gnome/gpodder/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/20091107/6a94c8eb/attachment-0001.html>


More information about the macports-changes mailing list