[61461] trunk/dports/devel

tommyd at macports.org tommyd at macports.org
Fri Dec 11 15:27:04 PST 2009


Revision: 61461
          http://trac.macports.org/changeset/61461
Author:   tommyd at macports.org
Date:     2009-12-11 15:27:01 -0800 (Fri, 11 Dec 2009)
Log Message:
-----------
* new port: osc, the python-based cli client for the openSUSE build system

Added Paths:
-----------
    trunk/dports/devel/osc/
    trunk/dports/devel/osc/Portfile

Added: trunk/dports/devel/osc/Portfile
===================================================================
--- trunk/dports/devel/osc/Portfile	                        (rev 0)
+++ trunk/dports/devel/osc/Portfile	2009-12-11 23:27:01 UTC (rev 61461)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                osc
+version             0.124
+categories          devel python
+platforms           darwin
+maintainers         tommyd openmaintainer
+
+description         A command line client for the openSUSE build service
+long_description    osc is a subversion-like client written in Python. \
+                    It serves as client for the source code repository part \
+                    of the openSUSE build service, and is used to edit \
+                    metadata or query about build results.
+
+homepage            http://en.opensuse.org/Build_Service/CLI
+
+depends_lib-append  port:py25-elementtree \
+                    port:py25-urlgrabber
+
+fetch.type          git
+git.url             git://gitorious.org/opensuse/osc.git
+git.branch          13d900a6
+
+post-destroot {
+    ln -s ${prefix}/bin/osc-wrapper.py ${prefix}/bin/osc
+}
+


Property changes on: trunk/dports/devel/osc/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/20091211/6d597d93/attachment.html>


More information about the macports-changes mailing list