[58422] trunk/dports

portindex at macports.org portindex at macports.org
Mon Sep 28 08:53:56 PDT 2009


Revision: 58422
          http://trac.macports.org/changeset/58422
Author:   portindex at macports.org
Date:     2009-09-28 08:53:52 -0700 (Mon, 28 Sep 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-09-28 14:53:56 UTC (rev 58421)
+++ trunk/dports/PortIndex	2009-09-28 15:53:52 UTC (rev 58422)
@@ -834,8 +834,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} categories databases version 0.4 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 {gmail.com:rsky0711 nifty.com:pelopor} categories databases version 1.8.77 revision 0
-redis 986
-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 {gmail.com:brianjlandau openmaintainer} 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.900 categories databases revision 0
+redis 985
+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 {gmail.com:brianjlandau openmaintainer} 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 1.01 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 439
@@ -1038,8 +1038,8 @@
 variants universal portdir devel/caml-ocamlnet description {Internet protocols and helper data structures for OCaml.} homepage http://projects.camlcity.org/projects/ocamlnet.html epoch 0 platforms darwin name caml-ocamlnet depends_lib {port:ocaml port:caml-findlib port:caml-pcre} long_description {Internet protocols (http, cgi, email etc.) and helper data structures (mail messages, character sets, etc.) Ocamlnet implements a number of Internet protocols (http client & server, cgi and cgi variants, SunRPC, FTP, POP, SMTP) and is a strong base for web and Internet programming.} maintainers {landonf openmaintainer} categories {devel ml} version 2.2.9 revision 0
 caml-ounit 523
 portdir devel/caml-ounit description {Unit test framework for OCaml} homepage http://www.xs4all.nl/~mmzeeman/ocaml/ epoch 0 platforms darwin name caml-ounit depends_lib {port:ocaml port:caml-findlib} maintainers {landonf openmaintainer} long_description {OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.} categories {devel ml} version 1.0.3 revision 0
-caml-pcre 662
-variants {doc examples} portdir devel/caml-pcre description {Perl compatibility regular expressions for OCaml} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-pcre depends_lib {bin:camlp4:ocaml bin:ocamlfind:caml-findlib lib:pcre:pcre} long_description {This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.} maintainers {landonf openmaintainer} categories {devel ml} version 5.15.0 revision 2
+caml-pcre 661
+variants {doc examples} portdir devel/caml-pcre description {Perl compatibility regular expressions for OCaml} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-pcre depends_lib {bin:camlp4:ocaml bin:ocamlfind:caml-findlib lib:pcre:pcre} long_description {This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.} maintainers {landonf openmaintainer} categories {devel ml} version 6.0.1 revision 0
 caml-pgocaml 514
 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

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


More information about the macports-changes mailing list