[53334] trunk/dports

portindex at macports.org portindex at macports.org
Fri Jul 3 11:53:07 PDT 2009


Revision: 53334
          http://trac.macports.org/changeset/53334
Author:   portindex at macports.org
Date:     2009-07-03 11:53:06 -0700 (Fri, 03 Jul 2009)
Log Message:
-----------

Total number of ports parsed:	5888 
Ports successfully parsed:	5888	 
Ports failed:			0

Modified Paths:
--------------
    trunk/dports/PortIndex
    trunk/dports/PortIndex.quick

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-07-03 18:50:09 UTC (rev 53333)
+++ trunk/dports/PortIndex	2009-07-03 18:53:06 UTC (rev 53334)
@@ -976,6 +976,8 @@
 variants {examples testing gccxml universal} depends_build {port:cmake port:gmake port:bison port:gawk} portdir devel/cableswig description {CableSwig creates interfaces to interpreted languages such as Tcl and Python.} depends_fetch bin:cvs:cvs homepage http://www.itk.org/ITK/resources/CableSwig.html epoch 0 platforms darwin name cableswig long_description {CableSwig is used to create interfaces (i.e. wrappers) to interpreted languages such as Tcl and Python. It was created to produce wrappers for ITK because the toolkit uses C++ structures that SWIG cannot parse (deeply nested template instantiations). CableSwig is a combination tool that uses GCC_XML as the c++ parser. The input files are Cable style input files. The XML produced from the Cable/GCC_XML input files are then parsed and feed into a modified version of SWIG. SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. It is used to generat
 e the language bindings to the target language. Currently, Tcl and Python are supported. CableSwig consists of four executables: 1) cswig - the main cable swig executable, that takes an xml file from gccxml as input. The xml file should be created from a cable config input file. This program is a modified version of the standard SWIG main. It uses CABLE libraries to parse the input XML from gccxml to create SWIG data structures describing the C++ code to be wrapped. 2) cableidx - a program to generate index files from gccxml xml files. The index files tell cswig what classes are wrapped in which libraries. This is important because swig needs to know if a class is not wrapped or wrapped in another module, and if it is wrapped which module it is wrapped in. 3) gccxml_cc1plus - A patched version of gcc that has the -fxml option to convert c++ into xml. 4) gccxml - ( www.gccxml.org) the front end program to gccxml_cc1plus. CableSwig was developed to support ITK, and has not bee
 n widely used elsewhere. Not all features of SWIG are currently accessible through CableSwig. Features known to be missing are: * Wrapping of public data members in structs and classes, no accessor routines are created, the original source must provide access methods.} maintainers {dweber openmaintainer} categories devel version 20090521 revision 0
 caml-calendar 389
 variants universal portdir devel/caml-calendar description {Objective Caml interface for calendar functions} homepage http://www.lri.fr/~signoles/prog.en.html epoch 0 platforms darwin name caml-calendar depends_lib {port:ocaml port:caml-findlib} long_description {An OCaml interface for managing dates and times.} maintainers recoil.org:anil categories {devel ml} version 2.0.4 revision 0
+caml-camomile 323
+variants universal portdir devel/caml-camomile description {OCaml module to convert strings to and from various encodings} homepage http://camomile.sf.net/ epoch 0 platforms darwin name caml-camomile depends_lib {port:ocaml port:caml-findlib} maintainers toots at rastageeks.org categories {devel ml} version 0.7.2 revision 0
 caml-csv 435
 portdir devel/caml-csv description {CSV file parser for OCaml.} homepage http://merjis.com/developers/csv epoch 0 platforms darwin name caml-csv depends_lib {port:ocaml port:caml-findlib} maintainers {landonf openmaintainer} long_description {This library can read and write CSV files, including all extensions used by Excel - eg. quotes, newlines, 8 bit characters in fields, {"0} etc.} categories {devel ml} version 1.1.6 revision 1
 caml-extlib 363
@@ -998,12 +1000,12 @@
 portdir devel/caml-pgocaml description {Type-safe OCaml-interface to the PostgreSQL-database} homepage http://developer.berlios.de/projects/pgocaml/ epoch 0 platforms darwin name caml-pgocaml depends_lib {port:ocaml port:caml-findlib port:caml-calendar port:caml-csv port:caml-pcre} maintainers {landonf openmaintainer} long_description {PG'OCaml is a type-safe, simple interface to PostgreSQL from OCaml. It lets you embed SQL statements directly into OCaml code.} categories {devel ocaml} version 1.1 revision 0
 caml-postgresql 590
 portdir devel/caml-postgresql description {OCaml-interface to the PostgreSQL-database} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-postgresql depends_lib {port:ocaml port:caml-findlib port:postgresql83} maintainers {landonf openmaintainer} long_description {This OCaml-library provides an interface to PostgreSQL Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries.} categories {devel ml} version 1.8.2 revision 1
-caml-sexplib 336
-portdir devel/caml-sexplib description {Automated code generation for converting OCaml-values to S-expressions} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sexplib depends_lib {port:ocaml port:caml-findlib} maintainers {erickt openmaintainer} version 3.7.4 categories {devel ml} revision 0
+caml-sexplib 337
+portdir devel/caml-sexplib description {Automated code generation for converting OCaml-values to S-expressions} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sexplib depends_lib {port:ocaml port:caml-findlib} maintainers {erickt openmaintainer} version 4.2.11 categories {devel ml} revision 0
 caml-sqlite3 385
 variants universal portdir devel/caml-sqlite3 description {OCaml bindings for SQLite 3} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sqlite3 depends_lib {port:ocaml port:caml-findlib port:sqlite3} long_description {{OCaml bindings for SQLite 3}} maintainers {landonf openmaintainer} categories {devel ml databases} version 1.3.0 revision 0
 caml-type-conv 353
-portdir devel/caml-type-conv description {Mini library required for some other preprocessing libraries (OCaml 3.10 and newer)} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-type-conv depends_lib {port:ocaml port:caml-findlib} maintainers {erickt openmaintainer} version 1.5.0 categories {devel ml} revision 0
+portdir devel/caml-type-conv description {Mini library required for some other preprocessing libraries (OCaml 3.10 and newer)} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-type-conv depends_lib {port:ocaml port:caml-findlib} maintainers {erickt openmaintainer} version 1.6.8 categories {devel ml} revision 0
 camlimages 642
 variants {lablgtk lablgl lablgtk2} portdir devel/camlimages description {Objective Caml interface to image manipulation functions.} homepage http://pauillac.inria.fr/camlimages/ epoch 0 platforms darwin name camlimages depends_lib {bin:camlp4:ocaml lib:libjpeg.62:jpeg lib:libtiff.3:tiff path:include/gif_lib.h:giflib lib:libpng:libpng bin:gs:ghostscript} long_description {Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render Truetype fonts.} maintainers loria.fr:reilles categories {devel graphics} version 2.2 revision 2
 ccache 498
@@ -4189,7 +4191,7 @@
 objc 692
 variants {darwin_8 universal} portdir lang/objc description {The Portable Object Compiler is an Objective-C compiler} homepage http://users.pandora.be/stes/compiler.html epoch 0 platforms darwin name objc depends_lib port:byacc long_description {This is an independent implementation of Objective C - independent of Stepstone's, NeXT's, GNU's (Free Software Foundation) or SunSoft's Objective C implementation. Like the GNU compiler, the objc grammar is written in YACC. The lexical ananlyzer is written in LEX, and the compiler itself in the Bourne shell and in Objective C. (the optional Objective C link editor is written in AWK).} maintainers mww categories lang version 3.2.8 revision 0
 ocaml 489
-variants {labltk doc} portdir lang/ocaml description {Objective Caml is an implementation of the ML language} homepage http://www.ocaml.org/ epoch 0 platforms darwin name ocaml long_description {Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML.} maintainers {kallisys.net:pguyot openmaintainer} categories {lang ml} version 3.11.0 revision 0
+variants {labltk doc} portdir lang/ocaml description {Objective Caml is an implementation of the ML language} homepage http://www.ocaml.org/ epoch 0 platforms darwin name ocaml long_description {Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML.} maintainers {kallisys.net:pguyot openmaintainer} categories {lang ml} version 3.11.1 revision 0
 ocaml-mode.el 429
 portdir lang/ocaml-mode.el description {An EMACS major mode for editing OCaml programs.} homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html depends_run bin:ocaml:ocaml epoch 0 platforms darwin name ocaml-mode.el depends_lib {{path:\${prefix}/bin/emacs:emacs}} maintainers kallisys.net:pguyot long_description {{An EMACS major mode for editing OCaml programs.}} categories {lang editors ml} version 3.05 revision 0
 ocamlduce 460
@@ -8779,7 +8781,7 @@
 py26-pyprotocols 577
 portdir python/py26-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py26-decoratortools name py26-pyprotocols maintainers nomaintainer long_description {PyProtocols extends the PEP 246 adapt() function with a new {declaration API} that lets you easily define your own interfaces and adapters, and declare what adapters should be used to adapt what types, objects, or interfaces.} depends_extract bin:unzip:unzip version 1.0a0dev-r2302 categories {python devel} revision 0
 py26-pyqt4 587
-variants universal portdir python/py26-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py26-pyqt4 depends_lib {port:py26-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.4.4 revision 1
+variants universal portdir python/py26-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py26-pyqt4 depends_lib {port:py26-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.5.1 revision 0
 py26-pyrex 454
 portdir python/py26-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyrex maintainers {ram openmaintainer} long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0
 py26-pyrxp 332
@@ -8805,7 +8807,7 @@
 py26-simplejson 360
 portdir python/py26-simplejson description {simplejson is a JSON encoder and decoder.} homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-simplejson maintainers {blb openmaintainer} long_description {{simplejson is a JSON encoder and decoder.}} version 2.0.9 categories {python www} revision 0
 py26-sip 561
-variants universal portdir python/py26-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/sip/ epoch 0 platforms macosx name py26-sip depends_lib port:python26 long_description {SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.} maintainers {mcalhoun openmaintainer} categories {python devel} version 4.7.9 revision 0
+variants universal portdir python/py26-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/sip/ epoch 0 platforms macosx name py26-sip depends_lib port:python26 long_description {SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.} maintainers {mcalhoun openmaintainer} categories {python devel} version 4.8.1 revision 0
 py26-smisk 435
 variants minimal portdir python/py26-smisk description {High performance web service framework} homepage http://python-smisk.org/ epoch 0 platforms darwin depends_lib {port:python26 port:fcgi port:py26-setuptools port:py26-mako port:py26-yaml} name py26-smisk long_description {A modern high performance web service framework, written in C but controlled by Python.} maintainers rasmus version 1.1.6 categories {python www} revision 0
 py26-sphinx 709

Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090703/dcc90aa2/attachment-0001.html>


More information about the macports-changes mailing list