Revision: 54740 http://trac.macports.org/changeset/54740 Author: mnick@macports.org Date: 2009-08-01 06:49:33 -0700 (Sat, 01 Aug 2009) Log Message: ----------- new port: python2.6 version of Py++ Added Paths: ----------- trunk/dports/python/py26-pyplusplus/ trunk/dports/python/py26-pyplusplus/Portfile Added: trunk/dports/python/py26-pyplusplus/Portfile =================================================================== --- trunk/dports/python/py26-pyplusplus/Portfile (rev 0) +++ trunk/dports/python/py26-pyplusplus/Portfile 2009-08-01 13:49:33 UTC (rev 54740) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pyplusplus +version 1.0.0 +categories-append devel +maintainers mnick + +description Py++ is an framework for creating a code generator for Boost.Python library and ctypes package +long_description ${description} + +platforms darwin + +homepage http://www.language-binding.net/pyplusplus/pyplusplus.html +master_sites sourceforge:pygccxml +use_zip yes +distname pyplusplus-${version} +worksrcdir Py++-${version} + +checksums md5 4997f61fa27a432e36fa0142dc3dc06c \ + sha1 35acbb96bde893b17d449e857e9b1009a41e8938 \ + rmd160 7a763d1ee504f2f07941bb85b3031903249dd6b3 + +depends_lib port:py26-pygccxml \ + port:py26-setuptools + Property changes on: trunk/dports/python/py26-pyplusplus/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native