[76847] trunk/dports/devel

mmoll at macports.org mmoll at macports.org
Thu Mar 10 07:36:43 PST 2011


Revision: 76847
          http://trac.macports.org/changeset/76847
Author:   mmoll at macports.org
Date:     2011-03-10 07:36:43 -0800 (Thu, 10 Mar 2011)
Log Message:
-----------
devel/generatorrunner: new port, needed for py2[67]-pyside, an alternative to py2[67]-pyqt4

Added Paths:
-----------
    trunk/dports/devel/generatorrunner/
    trunk/dports/devel/generatorrunner/Portfile

Added: trunk/dports/devel/generatorrunner/Portfile
===================================================================
--- trunk/dports/devel/generatorrunner/Portfile	                        (rev 0)
+++ trunk/dports/devel/generatorrunner/Portfile	2011-03-10 15:36:43 UTC (rev 76847)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  cmake 1.0
+
+name                generatorrunner
+version             0.6.7
+categories          devel
+maintainers         openmaintainer mmoll
+description         Tool for development of binding generators for C++ and \
+                    Qt-based libraries
+long_description    GeneratorRunner is a tool that eases the development of \
+                    binding generators for C++ and Qt-based libraries by \
+                    providing a framework to help automating most of the \
+                    process. It uses the ApiExtractor library to parse the \
+                    header files and manipulate the classes information while \
+                    generating the binding code using front-end modules \
+                    provided by the user.
+homepage            http://www.pyside.org/docs/generatorrunner/
+platforms           darwin
+master_sites        http://www.pyside.org/files/
+
+checksums           md5     4aa42befab58eac50b8b9403b8fe54cc \
+                    rmd160  0d4bdf8b05e3eedc028538f53639e22c61076650 \
+                    sha1    aa06adc87da3bc20426eddb63a71f492dd08984d
+use_bzip2           yes
+depends_lib-append  port:qt4-mac port:apiextractor
+configure.args-append -DBUILD_TESTS:BOOL=FALSE
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar\\.bz2


Property changes on: trunk/dports/devel/generatorrunner/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/20110310/0a1206dc/attachment.html>


More information about the macports-changes mailing list