[66968] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Mon Apr 26 21:49:49 PDT 2010


Revision: 66968
          http://trac.macports.org/changeset/66968
Author:   ryandesign at macports.org
Date:     2010-04-26 21:49:45 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
py26-clnum: new port, version 1.6; see #24677

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

Added: trunk/dports/python/py26-clnum/Portfile
===================================================================
--- trunk/dports/python/py26-clnum/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-clnum/Portfile	2010-04-27 04:49:45 UTC (rev 66968)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem                  1.0
+PortGroup                   python26 1.0
+
+name                        py26-clnum
+set my_name                 clnum
+version                     1.6
+platforms                   darwin
+maintainers                 ryandesign openmaintainer
+license                     GPL-2
+homepage                    http://calcrpnpy.sourceforge.net/
+master_sites                sourceforge:calcrpnpy
+
+description                 a Python interface to the Class Library for \
+                            Numbers (CLN)
+
+long_description            ${my_name} is ${description}.
+
+distname                    ${my_name}-${version}
+
+checksums                   md5     f65404433484707f7fb5a50416de6acf \
+                            sha1    13d22216539b157d0369f44483c30390495c6a63 \
+                            rmd160  1e86c3df9ab44c7a777c637f274a736c81e4b231
+
+depends_lib-append          port:cln
+
+# cln is not universal
+universal_variant           no
+
+build.env                   CPPFLAGS="${configure.cppflags}"
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -W ${worksrcpath} \
+        COPYING \
+        README \
+        changelog \
+        clnumManual.html \
+        ${docdir}
+}
+
+livecheck.type              regex
+livecheck.url               http://sourceforge.net/projects/calcrpnpy/files/
+livecheck.regex             /${my_name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/python/py26-clnum/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/20100426/325526f2/attachment.html>


More information about the macports-changes mailing list