[52791] trunk/dports/python

blb at macports.org blb at macports.org
Mon Jun 22 23:30:09 PDT 2009


Revision: 52791
          http://trac.macports.org/changeset/52791
Author:   blb at macports.org
Date:     2009-06-22 23:30:08 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
New ports - python/py2[56]-clonedigger, detect similar code in Python programs; ticket #19601

Added Paths:
-----------
    trunk/dports/python/py25-clonedigger/
    trunk/dports/python/py25-clonedigger/Portfile
    trunk/dports/python/py26-clonedigger/
    trunk/dports/python/py26-clonedigger/Portfile

Added: trunk/dports/python/py25-clonedigger/Portfile
===================================================================
--- trunk/dports/python/py25-clonedigger/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-clonedigger/Portfile	2009-06-23 06:30:08 UTC (rev 52791)
@@ -0,0 +1,30 @@
+# -*- 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-clonedigger
+version             1.0.3-beta
+maintainers         nomaintainer
+description         Clone Digger aimed to detect similar code in Python programs
+long_description    Clone Digger is the tool for finding software clones. \
+                    Currently only Python language is supported, \
+                    Java support will be added soon.
+platforms           darwin
+homepage            http://clonedigger.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/c/clonedigger/
+distname            clonedigger-${version}
+checksums           md5 ac1883622ee2c20a2b91efbf5133b892 \
+                    sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
+                    rmd160 deaf039ca347181959fe54da1b88f6e932b15340
+
+post-destroot {
+    move ${destroot}${prefix}/bin/clonedigger \
+        ${destroot}${prefix}/bin/clonedigger-${python.branch}
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/clonedigger
+livecheck.regex     "clonedigger-(.+?).tar.gz"
+


Property changes on: trunk/dports/python/py25-clonedigger/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-clonedigger/Portfile
===================================================================
--- trunk/dports/python/py26-clonedigger/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-clonedigger/Portfile	2009-06-23 06:30:08 UTC (rev 52791)
@@ -0,0 +1,30 @@
+# -*- 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           python26 1.0
+
+name                py26-clonedigger
+version             1.0.3-beta
+maintainers         nomaintainer
+description         Clone Digger aimed to detect similar code in Python programs
+long_description    Clone Digger is the tool for finding software clones. \
+                    Currently only Python language is supported, \
+                    Java support will be added soon.
+platforms           darwin
+homepage            http://clonedigger.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/c/clonedigger/
+distname            clonedigger-${version}
+checksums           md5 ac1883622ee2c20a2b91efbf5133b892 \
+                    sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
+                    rmd160 deaf039ca347181959fe54da1b88f6e932b15340
+
+post-destroot {
+    ln -s ${python.prefix}/bin/clonedigger \
+        ${destroot}${prefix}/bin/clonedigger-${python.branch}
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/clonedigger
+livecheck.regex     "clonedigger-(.+?).tar.gz"
+


Property changes on: trunk/dports/python/py26-clonedigger/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/20090622/14798178/attachment.html>


More information about the macports-changes mailing list