Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2011 21:58:21 +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/apiextractor Makefile distinfo pkg-descr pkg-plist ports/devel/apiextractor/files patch-CMakeLists.txt patch-data__CMakeLists.txt
Message-ID:  <201112182158.pBILwLUs065207@repoman.freebsd.org>

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

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/apiextractor   Makefile distinfo pkg-descr pkg-plist 
    devel/apiextractor/files patch-CMakeLists.txt 
                             patch-data__CMakeLists.txt 
  Log:
  API Extractor library to build PySide
  
  The API Extractor library is used by the binding generator to parse headers
  of a given library and merge this data with information provided by
  typesystem (XML) files, resulting in a representation of how the API should be
  exported to the chosen target language. The generation of source code for the
  bindings is performed by specific generators using the API Extractor library.
  
  The API Extractor is based on QtScriptGenerator
  
  WWW:    http://www.pyside.org/docs/apiextractor/
  
  Revision  Changes    Path
  1.4757    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/apiextractor/Makefile (new)
  1.1       +2 -0      ports/devel/apiextractor/distinfo (new)
  1.1       +12 -0     ports/devel/apiextractor/files/patch-CMakeLists.txt (new)
  1.1       +12 -0     ports/devel/apiextractor/files/patch-data__CMakeLists.txt (new)
  1.1       +11 -0     ports/devel/apiextractor/pkg-descr (new)
  1.1       +22 -0     ports/devel/apiextractor/pkg-plist (new)



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