[50353] trunk/dports

portindex at macports.org portindex at macports.org
Wed Apr 29 10:52:53 PDT 2009


Revision: 50353
          http://trac.macports.org/changeset/50353
Author:   portindex at macports.org
Date:     2009-04-29 10:52:53 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-04-29 17:38:23 UTC (rev 50352)
+++ trunk/dports/PortIndex	2009-04-29 17:52:53 UTC (rev 50353)
@@ -797,7 +797,7 @@
 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
+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 1
 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
@@ -1447,7 +1447,7 @@
 libelf 503
 variants universal portdir devel/libelf description {ELF object file access library} homepage http://www.mr511.de/software/english.html epoch 0 platforms darwin name libelf depends_lib port:gettext long_description {'Libelf' lets you read, modify or create ELF files in an architecture-independent way. The library takes care of size and endian issues, e.g. you can process a file for SPARC processors on an Intel-based system.} maintainers jstrine at vexate.net categories devel version 0.8.10 revision 1
 libev 359
-variants universal portdir devel/libev description {asynchronous event library} homepage http://software.schmorp.de/pkg/libev.html epoch 0 platforms darwin name libev maintainers {brett openmaintainer} long_description {libev is a full-featured and high-performance event loop that is loosely modelled after libevent.} categories devel version 3.6 revision 0
+variants universal portdir devel/libev description {asynchronous event library} homepage http://software.schmorp.de/pkg/libev.html epoch 1 platforms darwin name libev maintainers {brett openmaintainer} long_description {libev is a full-featured and high-performance event loop that is loosely modelled after libevent.} categories devel version 3.6 revision 0
 libevent 636
 variants universal portdir devel/libevent description {asynchronous event library} homepage http://monkey.org/~provos/libevent/ epoch 0 platforms darwin name libevent maintainers brett long_description {The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.} categories devel version 1.4.10 revision 0
 libexo 551
@@ -7074,6 +7074,8 @@
 variants universal portdir php/php5-intl description {Internationalization extension for PHP 5} homepage http://pecl.php.net/package/intl/ epoch 0 platforms darwin name php5-intl depends_lib {path:bin/phpize:php5 port:icu} long_description {Internationalization extension implements ICU library functionality in PHP.} maintainers {nox openmaintainer} categories {php devel} version 1.0.2 revision 0
 php5-sqlite3 380
 variants universal portdir php/php5-sqlite3 description {SQLite 3 bindings for PHP 5} homepage http://pecl.php.net/package/sqlite3/ epoch 0 platforms darwin name php5-sqlite3 depends_lib path:bin/phpize:php5 long_description {SQLite3 is a PHP extension for use with the SQLite 3 database system.} maintainers {nox openmaintainer} categories {php databases} version 0.6 revision 1
+php5-syck 500
+variants {darwin universal} portdir php/php5-syck description {PHP5 bindings for syck} homepage http://www.whytheluckystiff.net/syck/ epoch 0 platforms {darwin freebsd openbsd} name php5-syck depends_lib {port:syck path:bin/phpize:php5 port:re2c} long_description {Syck is a parser for YAML -- this package installs the syck php extension, allowing php code to interface to the libsyck C library.} maintainers {emory.smith at gmail.com openmaintainer} categories {php net devel} version 0.55 revision 0
 php5-uploadprogress 512
 variants universal portdir php/php5-uploadprogress description {An extension to track progress of a file upload.} homepage http://pecl.php.net/package/uploadprogress/ epoch 0 platforms darwin name php5-uploadprogress depends_lib path:bin/phpize:php5 long_description {An extension to track progress of a file upload. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues.} maintainers {nox openmaintainer} categories {php www devel} version 1.0.0 revision 1
 php5-yaz 412
@@ -10610,8 +10612,6 @@
 variants universal portdir www/php5-midgard description {A content management system} homepage http://www.midgard-project.org/ epoch 0 platforms darwin name php5-midgard depends_lib {port:midgard-core port:php5} long_description {Midgard is a content management system platform using Apache, PHP and MySQL.} maintainers jwa categories www version 8.09.4 revision 0
 php5-rrdtool 350
 variants universal portdir www/php5-rrdtool description {PHP 5 glue for rrdtool} homepage http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt epoch 0 platforms darwin name php5-rrdtool depends_lib {port:rrdtool port:php5 port:re2c} long_description {{PHP 5 glue for rrdtool}} maintainers markd categories {www net devel} version 1.0 revision 1
-php5-syck 500
-variants {darwin universal} portdir www/php5-syck description {PHP5 bindings for syck} homepage http://www.whytheluckystiff.net/syck/ epoch 0 platforms {darwin freebsd openbsd} name php5-syck depends_lib {port:syck path:bin/phpize:php5 port:re2c} long_description {Syck is a parser for YAML -- this package installs the syck php extension, allowing php code to interface to the libsyck C library.} maintainers {emory.smith at gmail.com openmaintainer} categories {www net devel} version 0.55 revision 0
 php5-xdebug 699
 variants universal portdir www/php5-xdebug description {php5 extension for php debugging} homepage http://www.xdebug.org/index.php epoch 0 platforms {darwin freebsd openbsd} name php5-xdebug depends_lib path:bin/phpize:php5 long_description {Xdebug is a php extension that helps you debug your scripts. It provides valuable debug information, including error stack traces and memory allocation summaries. It can generate profiling information about your php scripts, to be used for script execution analysis and optimization. It also supports debugging interactively using the dbg debug client.} maintainers {emory.smith at gmail.com openmaintainer} categories {www net devel} version 2.0.3 revision 0
 phpbb 748
@@ -11013,9 +11013,9 @@
 oroborus 466
 variants universal portdir x11/oroborus description {Oroborus basically is a really minimalistic window manager.} homepage http://www.oroborus.org/ epoch 0 platforms darwin name oroborus depends_lib {port:xorg-libsm port:xorg-libXext port:xpm} maintainers dreamind at dreamind.de long_description {Oroborus is a really minimalistic window manager. It is highly configurable, small and mostly KDE and GNOME compatible.} categories {x11 x11-wm} version 2.0.18 revision 1
 pango 558
-variants {macosx quartz no_x11 universal} depends_build {path:bin/gtkdoc-rebase:gtk-doc port:pkgconfig} portdir x11/pango description {Framework for the layout and rendering of i18n text} homepage http://www.pango.org/ epoch 0 platforms darwin name pango 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.24.1 revision 1
+variants {macosx quartz no_x11 universal} depends_build {path:bin/gtkdoc-rebase:gtk-doc port:pkgconfig} portdir x11/pango description {Framework for the layout and rendering of i18n text} homepage http://www.pango.org/ epoch 0 platforms darwin name pango 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.24.1 revision 2
 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
+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 2
 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.24.0 revision 0
 pcb 702

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


More information about the macports-changes mailing list