[62838] trunk/dports

portindex at macports.org portindex at macports.org
Mon Jan 18 15:54:59 PST 2010


Revision: 62838
          http://trac.macports.org/changeset/62838
Author:   portindex at macports.org
Date:     2010-01-18 15:54:57 -0800 (Mon, 18 Jan 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-01-18 23:39:21 UTC (rev 62837)
+++ trunk/dports/PortIndex	2010-01-18 23:54:57 UTC (rev 62838)
@@ -858,8 +858,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.5 revision 0
 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 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
+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 1.2.0 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
@@ -8228,8 +8228,8 @@
 portdir python/py-m2crypto description {M2Crypto is a crypto and SSL toolkit for Python.} homepage http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto epoch 0 platforms darwin depends_lib {port:python24 port:swig-python port:openssl} name py-m2crypto maintainers nomaintainer long_description {{M2Crypto is a crypto and SSL toolkit for Python.}} version 0.17 categories {python crypto devel} revision 0
 py-macfile 433
 portdir python/py-macfile description {Python wrappers for Carbon.File's various alias and file reference objects} homepage http://freespace.virgin.net/hamish.sanderson/index.html epoch 0 platforms darwin depends_lib port:python24 name py-macfile maintainers internode.on.net:arsptr long_description {Easy-to-use wrapper classes for Carbon.File's various alias and file reference objects.} version 0.2.1 categories python revision 0
-py-macholib 673
-portdir python/py-macholib description {Mach-O header analysis and editing} homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python24 port:py-modulegraph} name py-macholib maintainers {jwa openmaintainer} long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} version 1.2 categories {python devel} revision 0
+py-macholib 675
+portdir python/py-macholib description {Mach-O header analysis and editing} homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python24 port:py-modulegraph} name py-macholib maintainers {jwa openmaintainer} long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} version 1.2.1 categories {python devel} revision 0
 py-mad 561
 variants universal portdir python/py-mad description {python interface to the MPEG Audio Decoder library} homepage http://spacepants.org/src/pymad/ epoch 0 platforms darwin depends_lib {port:python24 lib:libmad:libmad port:py-ao} name py-mad long_description {pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake.} maintainers nomaintainer version 0.5.1 categories {python audio} revision 2
 py-magic 432
@@ -9784,6 +9784,8 @@
 portdir python/py26-tz description {World Timezone Definitions for Python} homepage http://pytz.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-tz maintainers {ram openmaintainer} long_description {pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher.} version 2009u categories {python devel} revision 0
 py26-urlwatch 578
 portdir python/py26-urlwatch description {a tool for monitoring webpages for updates} homepage http://thpinfo.com/2008/urlwatch/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-urlwatch maintainers nomaintainer long_description {urlwatch helps you watch URLs and get notified (via email or in your terminal) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed, and can also filter content via hooks, remove noise (always-changing website parts), etc.} version 1.7 categories python revision 0
+py26-urwid 479
+portdir python/py26-urwid description {curses-based UI/widget library for Python} homepage http://excess.org/urwid/ epoch 0 platforms darwin depends_lib port:python26 name py26-urwid maintainers nomaintainer long_description {Urwid is a curses-based UI/widget library for Python. It features fluid interface resizing, multiple text layout options, simple markup for attributes, powerful scrolling list boxes and flexible edit boxes.} version 0.9.8.4 categories python revision 0
 py26-utidylib 419
 portdir python/py26-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python26 port:tidy port:py26-epydoc} name py26-utidylib maintainers {amln.net:dima openmaintainer} long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c.} depends_extract bin:unzip:unzip version 0.2 categories python revision 0
 py26-virtualenv 391
@@ -10870,8 +10872,8 @@
 depends_build {port:file path:bin/perl:perl5 port:sleuthkit} portdir sysutils/autopsy description {Autopsy Forensic Browser} homepage http://www.sleuthkit.org/autopsy/ epoch 0 platforms darwin name autopsy maintainers {ecronin openmaintainer} long_description {The Autopsy Forensic Browser is a graphical interface to the command line digital investigation analysis tools in The Sleuth Kit. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3). The Sleuth Kit and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is HTML-based, you can connect to the Autopsy server from any platform using an HTML browser. Autopsy provides a {"File} Manager\"-like interface and shows details about deleted data and file system structures.} categories sysutils version 2.21 revision 0
 b5i2iso 311
 portdir sysutils/b5i2iso description {BlindWrite image to ISO image file converter} homepage http://developer.berlios.de/projects/b5i2iso/ epoch 0 platforms darwin name b5i2iso maintainers nomaintainer long_description {{BlindWrite image to ISO image file converter}} version 0.2 categories sysutils revision 0
-backuppc 741
-variants universal portdir sysutils/backuppc description {BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} homepage http://backuppc.sourceforge.net/ epoch 0 platforms darwin name backuppc depends_lib {port:perl5 port:p5-compress-zlib port:p5-archive-zip port:p5-file-rsyncp port:samba3 port:gnutar port:mod_perl2 port:rsync port:openssh port:gzip port:bzip2 port:par2} long_description {{BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} BackupPC is highly configurable and easy to install and maintain.} maintainers jameskyle version 3.1.0 categories sysutils revision 0
+backuppc 745
+variants universal portdir sysutils/backuppc description {BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} homepage http://backuppc.sourceforge.net/ epoch 0 platforms darwin name backuppc depends_lib {port:perl5 port:p5-compress-raw-zlib port:p5-archive-zip port:p5-file-rsyncp port:samba3 port:gnutar port:mod_perl2 port:rsync port:openssh port:gzip port:bzip2 port:par2} long_description {{BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} BackupPC is highly configurable and easy to install and maintain.} maintainers jameskyle version 3.1.0 categories sysutils revision 0
 bacula 574
 variants {client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to  manage backup, recovery, and verification of computer data across  a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.3 revision 0
 bash-completion 316

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


More information about the macports-changes mailing list