[50235] trunk/dports

portindex at macports.org portindex at macports.org
Mon Apr 27 17:12:07 PDT 2009


Revision: 50235
          http://trac.macports.org/changeset/50235
Author:   portindex at macports.org
Date:     2009-04-27 17:12:07 -0700 (Mon, 27 Apr 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-04-28 00:09:45 UTC (rev 50234)
+++ trunk/dports/PortIndex	2009-04-28 00:12:07 UTC (rev 50235)
@@ -449,7 +449,7 @@
 mpeg4ip 498
 variants universal depends_build {port:libtool port:automake port:autoconf} portdir audio/mpeg4ip description {Mpeg4 library and tools from mpeg4ip} homepage http://mpeg4ip.sf.net/ depends_run lib:libmp4v2:libmp4v2 epoch 0 platforms darwin name mpeg4ip depends_lib port:libsdl long_description {The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text.} maintainers {devans openmaintainer} categories audio version 1.5.0.1 revision 1
 mpg123 703
-variants {darwin_powerpc universal} portdir audio/mpg123 description {fast mp3 player for linux and unix systems} homepage http://www.mpg123.de/ epoch 0 platforms darwin name mpg123 depends_lib port:libtool long_description {Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs. This version uses EsounD on a pure Darwin install and CoreAudio on Mac OS X.} maintainers {gmx.at:astifter openmaintainer} categories audio version 1.7.2 revision 0
+variants {darwin_powerpc universal} portdir audio/mpg123 description {fast mp3 player for linux and unix systems} homepage http://www.mpg123.de/ epoch 0 platforms darwin name mpg123 depends_lib port:libtool long_description {Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs. This version uses EsounD on a pure Darwin install and CoreAudio on Mac OS X.} maintainers {gmx.at:astifter openmaintainer} categories audio version 1.7.3 revision 0
 mpg321 593
 variants universal portdir audio/mpg321 description {Free replacement for mpg123} homepage http://mpg321.sourceforge.net/ epoch 0 platforms darwin name mpg321 depends_lib {port:libmad port:libid3tag port:libao} long_description {mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player. mpg123 is used for frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software.) In all of these capacities, mpg321 can be used as a drop-in replacement for mpg123.} maintainers nomaintainer categories audio version 0.2.10 revision 2
 mt-daapd 415
@@ -796,6 +796,8 @@
 portdir databases/pure-odbc description {a simple ODBC interface for the Pure programming language} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-odbc depends_lib {path:lib/libpure.dylib:pure path:lib/libgmp.dylib:gmp path:lib/libodbc.dylib:unixODBC} maintainers ryandesign long_description {pure-odbc provides {a simple ODBC interface for the Pure programming language} which lets you access a large variety of open source and commercial database systems from Pure} version 0.2 categories databases revision 1
 qdbm 745
 variants {macosx debug bzip2 lzo universal} portdir databases/qdbm description {QDBM is a library of routines for managing a database.} homepage http://qdbm.sourceforge.net/ epoch 0 platforms darwin name qdbm depends_lib {port:libiconv port:zlib} long_description {QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {rsky0711 at gmail.com pelopor at nifty.com} categories databases version 1.8.76 revision 0
+redis 959
+portdir databases/redis description {A persistent key-value database with built-in net interface written in ANSI-C for POSIX systems} homepage http://code.google.com/p/redis/ epoch 0 platforms darwin name redis maintainers nomaintainer long_description {Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements. In order to be very fast but at the same time persistent the whole dataset is taken in memory and from time to time and/or when a number of changes to the dataset are performed it is written asynchronously on disk. You may lost the last few queries that is acceptable in many applications but it is as fast as an in memory DB (beta 6 of Redis includes initial support for master-slave replication in order to solve this problem by redundancy).} version 0.092 categories databases revision 0
 shsql 815
 portdir databases/shsql description {standalone SQL database that stores data in ascii text files} homepage http://quisp.sourceforge.net/sqlman/html/shsql_home.html epoch 0 platforms darwin name shsql maintainers nomaintainer long_description {SHSQL is a standalone SQL database that stores data in ascii text files. It has a small memory footprint and code size and can be embedded directly into applications - there is no server process. SHSQL is a pared-down SQL implementation but retains useful features such as timeout record locking and search engine comparison operators. A shsql database can be updated via SQL, or by editing data files with a text editor. Applications link to the supplied C language API. There is also a command-line SQL utility.} version 1.24 categories {databases textproc} revision 0
 slony1 427
@@ -1196,8 +1198,8 @@
 variants {universal darwin darwin_6} depends_build port:pkgconfig portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.20.1 revision 0
 glib2-devel 545
 variants {universal darwin darwin_6 darwin_9} depends_build port:pkgconfig portdir devel/glib2-devel description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2-devel maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.19.6 revision 1
-glibmm 328
-variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libsigcxx2} maintainers nomaintainer long_description {{C++ interface to glib}} categories {devel x11} version 2.18.2 revision 0
+glibmm 339
+variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libsigcxx2} maintainers {devans openmaintainer} long_description {{C++ interface to glib}} categories {devel x11} version 2.20.0 revision 0
 global 629
 variants universal portdir devel/global description {source code tag system} homepage http://www.gnu.org/software/global/ epoch 0 platforms darwin name global maintainers nomaintainer long_description {GNU GLOBAL is a source code tag system that works the same way across diverse environments. You can locate a specified object in the source files and move there easily. It is useful for hacking a large project containing many subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor.} categories devel version 5.6.2 revision 0
 gmake 713
@@ -2580,8 +2582,8 @@
 variants {darwin_9 universal} portdir gnome/gnome-python-extras description {Extra Python modules for some GNOME Desktop libraries.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name gnome-python-extras depends_lib {port:py25-gnome port:gdl port:libgda3 port:libgtkhtml} long_description {{Extra Python modules for some GNOME Desktop libraries.}} maintainers {landonf at macports.org openmaintainer} categories {gnome python} version 2.19.1 revision 1
 gnome-session 488
 variants universal portdir gnome/gnome-session description {Session component for the GNOME 2 desktop} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-session depends_lib {port:gnome-desktop port:gnome-control-center port:dbus port:dbus-glib port:libwnck port:gnome-keyring} maintainers nomaintainer long_description {Session component for the GNOME 2.0 desktop. This package contains the commands needed to start GNOME 2.0.} categories gnome version 2.24.2 revision 0
-gnome-settings-daemon 441
-variants universal depends_build port:gnome-doc-utils portdir gnome/gnome-settings-daemon description {Gnome 2 settings daemon.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-settings-daemon depends_lib {port:libgnomeui port:esound port:gnome-desktop port:libgnomekbd port:gst-plugins-good port:dbus-glib} maintainers nomaintainer long_description {{Gnome 2 settings daemon.}} categories gnome version 2.26.1 revision 0
+gnome-settings-daemon 409
+variants universal depends_build port:gnome-doc-utils portdir gnome/gnome-settings-daemon description {Gnome 2 settings daemon.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-settings-daemon depends_lib {port:gnome-desktop port:libgnomekbd port:gst-plugins-good} maintainers {devans openmaintainer} long_description {{Gnome 2 settings daemon.}} categories gnome version 2.26.1 revision 0
 gnome-sharp2 576
 variants {no_x11 universal} portdir gnome/gnome-sharp2 description {Gtk bindings for the Mono .NET Development Framework} homepage http://gtk-sharp.sourceforge.net/ epoch 0 platforms darwin name gnome-sharp2 depends_lib {port:mono path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 port:libart_lgpl port:gnome-vfs port:libgnomecanvas port:libgnomeui port:libgnomeprintui port:gnome-panel} long_description {This is the Gtk# toolkit for Mono, an implementation of the .NET Development Framework.} maintainers {nox openmaintainer} categories {gnome devel} version 2.20.0 revision 1
 gnome-speech 377
@@ -2784,8 +2786,8 @@
 variants universal depends_build port:pkgconfig portdir gnome/xchat-gnome description {xchat-gnome is a new frontend to X-Chat.} homepage http://xchat-gnome.navi.cx/ epoch 0 platforms darwin name xchat-gnome depends_lib {port:gnome-session port:libsexy} maintainers nomaintainer long_description {xchat-gnome is a new frontend to the popular X-Chat IRC client which is designed with the user interface foremost in mind.} categories {gnome irc} version 0.18 revision 0
 yelp 539
 variants {debug universal} depends_build port:gnome-doc-utils portdir gnome/yelp description {Help browser for GNOME.} homepage http://www.gnome.org/ epoch 0 platforms darwin name yelp depends_lib {port:gnome-vfs port:gtk-doc port:libgnomeui port:libgtkhtml3 port:rarian port:xulrunner} maintainers nomaintainer long_description {Yelp is the default help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, HTML, man, and info formatted documentation.} categories gnome version 2.26.0 revision 0
-zenity 552
-variants universal portdir gnome/zenity description {zenity allows you to display dialog boxes from the commandline.} homepage http://www.gnome.org/ epoch 0 platforms darwin name zenity depends_lib {port:gconf port:gnome-doc-utils port:gtk2 port:libglade2 port:libgnomecanvas port:libgnomeui port:libnotify port:rarian} maintainers nomaintainer long_description {This is zenity - a rewrite of gdialog, the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts.} categories gnome version 2.24.1 revision 0
+zenity 474
+variants universal portdir gnome/zenity description {zenity allows you to display dialog boxes from the commandline.} homepage http://www.gnome.org/ epoch 0 platforms darwin name zenity depends_lib {port:libgnomeui port:libnotify} maintainers {devans openmaintainer} long_description {This is zenity - a rewrite of gdialog, the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts.} categories gnome version 2.26.0 revision 0
 ArtResources 595
 variants with_docs portdir gnustep/ArtResources description {FreeFonts and Vera fonts for gnustep art backend.} homepage http://www.gnustep.org/ epoch 0 platforms darwin depends_lib port:gnustep-core name ArtResources long_description {FreeFonts and Vera fonts and mknfonts for gnustep art backend. The Vera fonts are well-suited to on-screen use, and it is recommended that you use these as your default fonts. The FreeFonts are not as well-suited as the Vera fonts to on-screen use, but they contain a lot more characters.} maintainers nomaintainer version 0.1.2 categories gnustep revision 1
 Etoile 532
@@ -3230,6 +3232,10 @@
 variants universal depends_build {port:pkgconfig port:swig} portdir graphics/vips description {VIPS is an image processing library.} homepage http://www.vips.ecs.soton.ac.uk epoch 0 platforms darwin name vips depends_lib {port:fftw-3 port:glib2 port:jpeg port:libpng port:tiff port:ImageMagick port:openexr port:lcms port:zlib port:pango port:libexif port:liboil port:libxml2} maintainers gmail.com:jcupitt long_description {VIPS is an image processing library. It's good for large images and for colour.} categories graphics version 7.16.1 revision 0
 VTK 566
 variants {darwin x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name VTK long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers css categories graphics version 4.4.2 revision 0
+vtk-devel 819
+variants {darwin_8 darwin_9 data doc examples testing tclSys tclMacPorts java python shared carbon cocoa x11 mesaOpenGL mpi mysql pgsql odbc universal} depends_build {port:cmake port:gmake} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel depends_lib port:readline long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. default_variants: +examples +testing +tclSys} maintainers {dweber openmaintainer} categories {graphics math science devel} version 5.4.0 revision 0
+vtk44 570
+variants {darwin x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk44 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name vtk44 long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers css categories graphics version 4.4.2 revision 0
 vtk5 661
 variants {darwin_8 darwin_9 x11 tcltk carbon python universal} depends_build {bin:cmake:cmake port:readline port:xorg-libs port:python25} portdir graphics/vtk5 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name vtk5 long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers nomaintainer categories {graphics devel} version 5.2.1 revision 1
 whirlgif 345
@@ -3431,7 +3437,7 @@
 groovy 927
 depends_build port:apache-ant portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin name groovy depends_lib bin:java:kaffe maintainers nomaintainer long_description {Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases.} categories {java lang} version 1.6.2 revision 0
 hamcrest-core 561
-depends_build port:apache-ant portdir java/hamcrest-core description {library of matchers for building test expressions} homepage http://code.google.com/p/hamcrest/ epoch 0 platforms darwin name hamcrest-core maintainers {nox openmaintainer} long_description {Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.} version 1.1 categories {java devel} revision 0
+depends_build port:apache-ant portdir java/hamcrest-core description {library of matchers for building test expressions} homepage http://code.google.com/p/hamcrest/ epoch 0 platforms darwin name hamcrest-core maintainers {nox openmaintainer} long_description {Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.} version 1.1 categories {java devel} revision 1
 hibernate2 926
 depends_build bin:ant:apache-ant portdir java/hibernate2 description {Hibernate ORM for Java.} homepage http://www.hibernate.org/ epoch 0 platforms darwin name hibernate2 depends_lib bin:java:kaffe maintainers {jberry openmaintainer} long_description {Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework. The Hibernate Query Language, designed as a minimal object-oriented extension to SQL, provides an elegant bridge between the object and relational worlds. Hibernate also allows you to express queries using native SQL or Java-based Criteria and Example queries. Hibernate is now the most popular object/relational mapping solution for Java.} categories {java databases} version 2.1.8 revision 0
 hibernate3 946
@@ -3475,7 +3481,7 @@
 jmock1 468
 depends_build bin:unzip:unzip portdir java/jmock1 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin name jmock1 depends_lib bin:java:kaffe maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} categories java version 1.2.0 revision 0
 jmock2 515
-depends_build bin:unzip:unzip portdir java/jmock2 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin name jmock2 depends_lib {bin:java:kaffe port:cglib port:hamcrest-core port:objenesis} maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} categories java version 2.4.0 revision 0
+depends_build bin:unzip:unzip portdir java/jmock2 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin name jmock2 depends_lib {bin:java:kaffe port:cglib port:hamcrest-core port:objenesis} maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} categories java version 2.5.1 revision 0
 jna 790
 portdir java/jna description {Access to native shared libraries with pure Java code} homepage https://jna.dev.java.net/ epoch 0 platforms darwin name jna depends_lib bin:java:kaffe maintainers blair long_description {Java Native Access provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA's design aims to provide native access in a natural way with a minimum of effort. No boilerplate or generated code is required. While some attention is paid to performance, correctness and ease of use take priority.} version 3.0.5 categories java revision 0
 jsch 351
@@ -11009,7 +11015,7 @@
 pango-devel 570
 variants {macosx quartz no_x11 universal} depends_build {path:bin/gtkdoc-rebase:gtk-doc port:pkgconfig} portdir x11/pango-devel description {Framework for the layout and rendering of i18n text} homepage http://www.pango.org/ epoch 0 platforms darwin name pango-devel depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:Xft2 path:lib/pkgconfig/cairo.pc:cairo} long_description {The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text.} maintainers ryandesign categories x11 version 1.23.0 revision 1
 pangomm 441
-variants universal portdir x11/pangomm description {C++ interface to Pango.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name pangomm depends_lib {path:lib/pkgconfig/pango.pc:pango path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:glibmm port:libsigcxx2} maintainers {devans openmaintainer} long_description {pangomm is the official C++ interface for the Pango text layout library.} categories {x11 devel} version 2.14.1 revision 1
+variants universal portdir x11/pangomm description {C++ interface to Pango.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name pangomm depends_lib {path:lib/pkgconfig/pango.pc:pango path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:glibmm port:libsigcxx2} maintainers {devans openmaintainer} long_description {pangomm is the official C++ interface for the Pango text layout library.} categories {x11 devel} version 2.24.0 revision 0
 pcb 702
 variants universal portdir x11/pcb description {Printed Circuit Board Layout Tool} homepage http://pcb.sourceforge.net epoch 0 depends_run bin:wish:tk platforms darwin name pcb depends_lib port:gtk2 long_description {PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time.} maintainers adam at megacz.com categories {x11 graphics} version 20060321 revision 0
 php5-gtk 499

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


More information about the macports-changes mailing list