[54778] trunk/dports/python

snc at macports.org snc at macports.org
Sat Aug 1 18:57:28 PDT 2009


Revision: 54778
          http://trac.macports.org/changeset/54778
Author:   snc at macports.org
Date:     2009-08-01 18:57:28 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
created py26-hgsvn, ticket #20384. took over as open maintainer.

Added Paths:
-----------
    trunk/dports/python/py26-hgsvn/
    trunk/dports/python/py26-hgsvn/Portfile

Added: trunk/dports/python/py26-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py26-hgsvn/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-hgsvn/Portfile	2009-08-02 01:57:28 UTC (rev 54778)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python26 1.0
+
+name                    py26-hgsvn
+version                 0.1.7
+categories              python devel
+platforms               darwin
+maintainers             snc openmaintainer
+homepage                http://pypi.python.org/pypi/hgsvn
+description             hgsvn is a set of scripts for Subversion and Mercurial
+long_description		This set of scripts allows to work locally on \
+						Subversion-managed projects using the Mercurial \
+						distributed version control system.
+
+master_sites            http://pypi.python.org/packages/source/h/hgsvn
+distname                hgsvn-${version}
+checksums               md5     aaa4ef4124ac388832cddc85c1866236 \
+                        sha1    e53a631786a011569d7cfd6677d0bb7f681a9b15 \
+                        rmd160  840f3c14461dbddf4ecbe4ac27053c18e2a56579
+
+depends_lib-append      port:py26-setuptools
+
+post-destroot   {
+        xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \
+                ${destroot}${prefix}/share/doc/${name}
+        foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+                ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}
+        }
+}
+


Property changes on: trunk/dports/python/py26-hgsvn/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/20090801/3b875fec/attachment.html>


More information about the macports-changes mailing list