[54737] trunk/dports

portindex at macports.org portindex at macports.org
Sat Aug 1 05:53:21 PDT 2009


Revision: 54737
          http://trac.macports.org/changeset/54737
Author:   portindex at macports.org
Date:     2009-08-01 05:53:21 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-08-01 12:45:17 UTC (rev 54736)
+++ trunk/dports/PortIndex	2009-08-01 12:53:21 UTC (rev 54737)
@@ -1241,7 +1241,7 @@
 gmake 700
 variants universal portdir devel/gmake description {GNU Make} homepage http://www.gnu.org/software/make/make.html epoch 0 platforms darwin name gmake depends_lib {port:gettext port:libiconv} long_description {Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.} maintainers waqar categories devel version 3.81 revision 0
 gmp 830
-variants {universal powerpc} portdir devel/gmp description {GNU multiple precision arithmetic library} homepage http://gmplib.org/ epoch 0 platforms darwin name gmp maintainers {mcalhoun openmaintainer} long_description {GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).} categories {devel math} version 4.3.1 revision 0
+variants {universal powerpc} portdir devel/gmp description {GNU multiple precision arithmetic library} homepage http://gmplib.org/ epoch 0 platforms darwin name gmp maintainers {mcalhoun openmaintainer} long_description {GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).} categories {devel math} version 4.3.1 revision 1
 gmp-cxx-wrappers 495
 variants {darwin_i386 universal} portdir devel/gmp-cxx-wrappers description {C++ wrappers for the GNU multiple precision arithmetic library} homepage http://www.swox.com/gmp/ epoch 0 depends_run port:gmp platforms {darwin freebsd} name gmp-cxx-wrappers long_description {The C++ wrappers for gmp. To build them requires that gmp be installed, hence this portfile, which rebuilds gmp, but only installs the C++ wrappers.} maintainers nomaintainer categories {devel math} version 4.2.1 revision 2
 gmsl 441
@@ -4086,6 +4086,8 @@
 variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090723 revision 0
 gccxml 351
 variants universal depends_build port:cmake portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers nomaintainer categories lang version 0.6.0 revision 0
+gccxml-devel 402
+variants universal depends_build port:cmake portdir lang/gccxml-devel description {generates XML description of C++ code} depends_fetch bin:cvs:cvs homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml-devel long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers {mnick openmaintainer} categories lang version 20090713 revision 0
 gcj34 546
 variants {darwin_8 universal} portdir lang/gcj34 description {GNU Java compiler} homepage http://www.gnu.org/software/gcc/java/ epoch 0 platforms darwin name gcj34 depends_lib {port:libiconv port:zlib} long_description {GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile: Java source code directly to native machine code, Java source code to Java bytecode (class files), and Java bytecode to native machine code.} maintainers nomaintainer categories {lang devel java} version 3.4.6 revision 0
 gcl 644
@@ -8880,6 +8882,8 @@
 portdir python/py26-pyepl description {PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled)} homepage http://pyepl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsndfile port:libsamplerate port:swig port:py26-numpy port:py26-pil port:py26-opengl port:py26-pyrex port:py26-ode port:py26-game port:py26-setuptools port:activewire} name py26-pyepl maintainers jameskyle long_description {{PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled).} It supports presentation of both visual and auditory stimuli, and supports both manual (keyboard/joystick) and sound (microphone) input as responses.} version 1.0.29 categories python revision 0
 py26-pyflakes 534
 portdir python/py26-pyflakes description {passive checker of Python programs} homepage http://www.divmod.org/trac/wiki/DivmodPyflakes epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-pyflakes maintainers arthurkoziel.com:arthur long_description {Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.} version 0.3.0 categories {python www} revision 0
+py26-pygccxml 410
+portdir python/py26-pygccxml description {pygccxml is a python interface to gcc-xml} homepage http://www.language-binding.net/pygccxml/pygccxml.html epoch 0 platforms darwin depends_lib {port:gccxml-devel port:py26-setuptools} name py26-pygccxml maintainers mnick long_description {{pygccxml is a python interface to gcc-xml}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0
 py26-pygments 526
 portdir python/py26-pygments description {Python syntax highlighter} homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} version 1.0 categories {python devel} revision 0
 py26-pygresql 525

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


More information about the macports-changes mailing list