[66969] trunk/dports/python

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


Revision: 66969
          http://trac.macports.org/changeset/66969
Author:   ryandesign at macports.org
Date:     2010-04-26 21:52:00 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
py26-rpncalc: new port, version 2.7; see #24676

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

Added: trunk/dports/python/py26-rpncalc/Portfile
===================================================================
--- trunk/dports/python/py26-rpncalc/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-rpncalc/Portfile	2010-04-27 04:52:00 UTC (rev 66969)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem                  1.0
+PortGroup                   python26 1.0
+
+name                        py26-rpncalc
+set my_name                 rpncalc
+version                     2.7
+platforms                   darwin
+maintainers                 ryandesign openmaintainer
+license                     GPL-2
+homepage                    http://calcrpnpy.sourceforge.net/
+master_sites                sourceforge:calcrpnpy
+
+description                 an interpreter for Reverse Polish Notation (RPN) \
+                            that easily integrates with the standard Python \
+                            interpreter
+
+long_description            ${my_name} is ${description}.
+
+distname                    ${my_name}-${version}
+
+checksums                   md5     92ab71d027e50097505b68fda7341f51 \
+                            sha1    f81c5053854c184e6700e2fa2ed9c2a46c72ce2f \
+                            rmd160  b7d7f5ae3489e76b8025b6691e0f9785339a1944
+
+universal_variant           no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
+
+depends_run-append          port:py26-clnum
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir} ${destroot}${prefix}/share/examples
+    xinstall -W ${worksrcpath} \
+        COPYING \
+        UserManual.html \
+        changelog \
+        ${docdir}
+    copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${name}
+}
+
+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-rpncalc/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/e3412682/attachment.html>


More information about the macports-changes mailing list