mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup cmake 1.0
|
|
PortGroup qt4 1.0
|
|
|
|
name generatorrunner
|
|
version 0.6.16
|
|
revision 0
|
|
checksums rmd160 ae146f36ab3752756decdca32c4d1c75da2dfc9c \
|
|
sha256 3f07e9690ff7ad84adefd405abe10aa84e113413f02a013bf159a21f8d025f08 \
|
|
size 280318
|
|
|
|
categories devel
|
|
maintainers nomaintainer
|
|
license LGPL
|
|
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/
|
|
use_bzip2 yes
|
|
|
|
depends_lib-append port:apiextractor
|
|
|
|
configure.args-append -DBUILD_TESTS:BOOL=FALSE
|
|
|
|
livecheck.type none
|