[63502] trunk/dports/python

elelay at macports.org elelay at macports.org
Sat Feb 6 08:41:00 PST 2010


Revision: 63502
          http://trac.macports.org/changeset/63502
Author:   elelay at macports.org
Date:     2010-02-06 08:40:54 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
new port mygpoclient, python25 variant

Added Paths:
-----------
    trunk/dports/python/py25-mygpoclient/
    trunk/dports/python/py25-mygpoclient/Portfile

Added: trunk/dports/python/py25-mygpoclient/Portfile
===================================================================
--- trunk/dports/python/py25-mygpoclient/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-mygpoclient/Portfile	2010-02-06 16:40:54 UTC (rev 63502)
@@ -0,0 +1,46 @@
+# -*- 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
+PortGroup           python25 1.0
+
+name                py25-mygpoclient
+version             1.0
+categories-append   net
+platforms           darwin
+maintainers         elelay openmaintainer
+license             GPLv3
+description         "python module and program for interacting with my.gpodder.org web services"
+long_description    \
+The mygpoclient library allows developers to utilize \
+a Pythonic  interface to the my.gpodder.org web services. \
+It's mostly useful for the gpodder podcast client.
+                    
+
+homepage            http://thpinfo.com/2010/mygpoclient/
+master_sites        ${homepage}
+distname            mygpoclient-${version}
+
+checksums           md5     1e0cdad9a329b76b6eb19426e8efd787 \
+                    sha1    0fb873887076f0c56484697ba0f99cc0d3c12433 \
+                    rmd160  1627fd0356b69622fb336472e19ee26cd918ff6a
+
+depends_lib         port:py25-simplejson
+
+#use_configure       no
+
+# post-configure    {
+#     reinplace "s|/usr/bin/env python|${python.bin}|g" ${worksrcpath}/bin/eyeD3
+# }
+
+# post-destroot    {
+#     xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
+#     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
+#         README README.html THANKS TODO \
+#         ${destroot}${prefix}/share/doc/${name}
+#     xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
+# }
+
+# livecheck.type      regex
+# livecheck.url       ${homepage}
+# livecheck.regex     "The current stable version is (\\d+\\.\\d+\\.\\d+)"


Property changes on: trunk/dports/python/py25-mygpoclient/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/20100206/c15b84e2/attachment.html>


More information about the macports-changes mailing list