Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2011 21:59:40 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/generatorrunner Makefile distinfo pkg-descr pkg-plist ports/devel/generatorrunner/files patch-CMakeLists.txt patch-data__CMakeLists.txt
Message-ID:  <201112182159.pBILxeUt065393@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nivit       2011-12-18 21:59:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/generatorrunner Makefile distinfo pkg-descr pkg-plist 
    devel/generatorrunner/files patch-CMakeLists.txt 
                                patch-data__CMakeLists.txt 
  Log:
  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.
  
  GeneratorRunner is based on the QtScriptGenerator project
  
  WWW:    http://www.pyside.org/docs/generatorrunner/
  
  Revision  Changes    Path
  1.4758    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/generatorrunner/Makefile (new)
  1.1       +2 -0      ports/devel/generatorrunner/distinfo (new)
  1.1       +11 -0     ports/devel/generatorrunner/files/patch-CMakeLists.txt (new)
  1.1       +21 -0     ports/devel/generatorrunner/files/patch-data__CMakeLists.txt (new)
  1.1       +9 -0      ports/devel/generatorrunner/pkg-descr (new)
  1.1       +14 -0     ports/devel/generatorrunner/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112182159.pBILxeUt065393>