[65178] trunk/dports

portindex at macports.org portindex at macports.org
Tue Mar 23 04:54:33 PDT 2010


Revision: 65178
          http://trac.macports.org/changeset/65178
Author:   portindex at macports.org
Date:     2010-03-23 04:54:30 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-23 11:33:28 UTC (rev 65177)
+++ trunk/dports/PortIndex	2010-03-23 11:54:30 UTC (rev 65178)
@@ -803,7 +803,7 @@
 pg2xbase 418
 portdir databases/pg2xbase description {Convert data between PostgreSQL and DBF files} homepage http://www.klaban.torun.pl/prog/pg2xbase/ epoch 0 platforms darwin name pg2xbase depends_lib {port:postgresql81 port:xbase} license unknown maintainers gmail.com:seanasy long_description {pg2xbase provides utilities for converting between PostgreSQL databases and DBF files.} categories databases version 2.4.1 revision 0
 pgbouncer 624
-variants {postgresql82 postgresql83 universal} depends_build port:postgresql84 portdir databases/pgbouncer description {Lightweight connection pooler for PostgreSQL} homepage http://pgbouncer.projects.postgresql.org/ epoch 0 platforms darwin depends_lib port:libevent name pgbouncer long_description {pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will manage to connect to the server, or to reuse one of its existing connections.} maintainers mac.com:giorgio_v license unknown categories databases version 1.3.1 revision 0
+variants {postgresql82 postgresql83 universal} depends_build port:postgresql84 portdir databases/pgbouncer description {Lightweight connection pooler for PostgreSQL} homepage http://pgbouncer.projects.postgresql.org/ epoch 0 platforms darwin depends_lib port:libevent name pgbouncer long_description {pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will manage to connect to the server, or to reuse one of its existing connections.} maintainers mac.com:giorgio_v license unknown categories databases version 1.3.2 revision 0
 pgintcl 488
 portdir databases/pgintcl description {Pure Tcl PostgreSQL interface} homepage http://pgintcl.projects.postgresql.org/ epoch 0 depends_run port:tcl platforms darwin name pgintcl license unknown maintainers mac.com:giorgio_v long_description {This is a Tcl interface to PostgreSQL, which is itself written entirely in Tcl, and does not rely on libpq. It is highly but not entirely compatible with other Tcl interfaces, although it is slower.} categories databases version 3.1.0 revision 0
 pgpool 535
@@ -1325,7 +1325,7 @@
 giggle 411
 variants universal portdir devel/giggle description {Git gtk frontend} homepage http://developer.imendio.com/projects/giggle epoch 0 platforms darwin name giggle depends_lib {port:gtksourceview2 port:git-core port:libglade2} long_description {Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+).} maintainers nomaintainer license unknown categories devel version 0.4 revision 0
 git-core 556
-variants {doc gitweb svn bash_completion} portdir devel/git-core description {A fast version control system} homepage http://git-scm.com epoch 0 depends_run {port:rsync path:bin/perl:perl5 port:p5-error} platforms darwin depends_lib {port:curl port:zlib port:openssl port:expat port:libiconv} name git-core maintainers {larsen.st:bryan gmail.com:maccheck openmaintainer} long_description {Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency.} license unknown categories devel version 1.7.0.2 revision 0
+variants {doc gitweb svn bash_completion} portdir devel/git-core description {A fast version control system} homepage http://git-scm.com epoch 0 depends_run {port:rsync path:bin/perl:perl5 port:p5-error} platforms darwin depends_lib {port:curl port:zlib port:openssl port:expat port:libiconv} name git-core maintainers {larsen.st:bryan gmail.com:maccheck openmaintainer} long_description {Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency.} license unknown categories devel version 1.7.0.3 revision 0
 glade 596
 variants {gnomedb universal} depends_build {port:pkgconfig port:gettext port:rarian port:gconf} portdir devel/glade description {Glade is a free user interface builder for GTK+ and GNOME.} homepage http://glade.gnome.org/ epoch 0 platforms darwin depends_lib {port:gtk2 port:libxml2 port:libgnomecanvas port:libgnomeui port:libbonoboui port:libgail-gnome} name glade maintainers nomaintainer long_description {Glade is a free user interface builder for GTK+ and GNOME. It is released under the GNU General Public License (GPL).} license unknown categories {devel gnome} version 2.12.2 revision 2
 glade3 662
@@ -1942,8 +1942,8 @@
 depends_build port:maven2 portdir devel/maven-ant-tasks description {Use many of Maven's artifact handling features from Ant.} homepage http://maven.apache.org/ant-tasks/ epoch 0 platforms darwin name maven-ant-tasks license unknown maintainers gmail.com:ian.eure long_description {{Use many of Maven's artifact handling features from Ant.}} categories {devel java} version 2.0.10 revision 0
 mcpp 797
 variants universal portdir devel/mcpp description {Alternative C/C++ preprocessor} homepage http://mcpp.sourceforge.net/ epoch 0 platforms darwin name mcpp long_description {C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor, this port installs a program which behaves independent from GCC.} license unknown maintainers {blair openmaintainer} categories devel version 2.7.2 revision 3
-mercurial 991
-variants {bash_completion zsh_completion} portdir devel/mercurial description {A fast, lightweight, distributed SCM system written in Python.} homepage http://www.selenic.com/mercurial/ epoch 0 platforms darwin depends_lib port:python26 name mercurial long_description {Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.} maintainers deric license unknown version 1.4.2 categories {devel python} revision 0
+mercurial 989
+variants {bash_completion zsh_completion} portdir devel/mercurial description {A fast, lightweight, distributed SCM system written in Python.} homepage http://www.selenic.com/mercurial/ epoch 0 platforms darwin depends_lib port:python26 name mercurial long_description {Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.} maintainers deric license unknown version 1.5 categories {devel python} revision 0
 mhash 390
 variants universal portdir devel/mhash description {provides easy access strong hashes} homepage http://mhash.sourceforge.net/ epoch 0 platforms {darwin freebsd} name mhash long_description {Libmhash is a library which implements some hash algorithms like crc32, md5 and sha-1.} license unknown maintainers {ryandesign openmaintainer} categories {devel security} version 0.9.9.9 revision 0
 mico 449
@@ -11354,6 +11354,8 @@
 variants universal portdir sysutils/fs-check description {checks filesystem if they are getting too full} homepage http://fs-check.sourceforge.net/ epoch 0 platforms darwin name fs-check depends_lib bin:perl:perl5 long_description {fs-check checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run.} maintainers nomaintainer license unknown categories sysutils version 0.7 revision 0
 gcc_select 497
 variants {darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9 darwin_10 universal} portdir sysutils/gcc_select description {Switch the default compiler} homepage http://svn.macports.org/repository/macports/contrib/select/ epoch 0 platforms darwin name gcc_select long_description {gcc_select lets you switch the default compiler. It symlinks the standard compiler executables in the MacPorts prefix to the selected version.} license unknown maintainers mww categories sysutils version 0.1 revision 4
+gearmand 797
+variants {dtrace threads universal} portdir sysutils/gearmand description {framework for distributed computation} homepage http://gearman.org/ epoch 0 platforms darwin name gearmand depends_lib port:libevent maintainers {rodney.rehm at medialize.de openmaintainer} long_description {Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.} license unknown categories sysutils version 0.12 revision 0
 getabspath 380
 portdir sysutils/getabspath description {getabspath converts relative POSIX pathes to absolute ones.} homepage http://getabspath.sourceforge.net/ epoch 0 platforms darwin name getabspath license unknown maintainers nomaintainer long_description {getabspath is a console-based tool which converts relative POSIX pathes to absolute ones.} version 1.4 categories sysutils revision 0
 getopt 873

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


More information about the macports-changes mailing list