[35278] trunk/dports/PortIndex

dluke at macports.org dluke at macports.org
Sun Mar 23 12:44:09 PDT 2008


Revision: 35278
          http://trac.macosforge.org/projects/macports/changeset/35278
Author:   dluke at macports.org
Date:     2008-03-23 12:44:07 -0700 (Sun, 23 Mar 2008)

Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-03-23 17:10:13 UTC (rev 35277)
+++ trunk/dports/PortIndex	2008-03-23 19:44:07 UTC (rev 35278)
@@ -732,8 +732,8 @@
 variants universal depends_build port:ghc portdir devel/alex description {A Lexical Analyzer Generator for Haskell} homepage http://www.haskell.org/alex/ epoch 0 platforms darwin name alex maintainers gwright at macports.org long_description {Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools lex or flex for C/C++.} version 2.2 categories devel revision 0
 allegro 432
 variants universal portdir devel/allegro description {A game programming library for C/C++ developers.} homepage http://www.talula.demon.co.uk/allegro/ epoch 0 platforms darwin name allegro depends_lib lib:libX11:XFree86 long_description {Allegro is a game programming library for C/C++ developers distributed freely, supporting many platforms.} maintainers {raimue openmaintainer} version 4.2.2 categories {devel games} revision 0
-apache-ant 534
-variants {universal darwin source} description {Java opensource build system} portdir devel/apache-ant homepage http://ant.apache.org/ epoch 0 platforms {darwin freebsd} name apache-ant long_description {Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles. Ant uses XML build files that define a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform.} maintainers {openmaintainer jberry at macports.org} categories {devel java} version 1.7.0 revision 0
+apache-ant 521
+variants {universal darwin source} description {Java opensource build system} portdir devel/apache-ant homepage http://ant.apache.org/ epoch 0 platforms {darwin freebsd} name apache-ant long_description {Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles. Ant uses XML build files that define a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform.} maintainers {openmaintainer jberry} categories {devel java} version 1.7.0 revision 0
 apr 463
 variants {universal darwin_9} description {The apache group's portability library} portdir devel/apr homepage http://apr.apache.org/ epoch 0 platforms darwin name apr long_description {The Apache Portable Runtime is a library of C data structures and routines, forming a system portability layer that covers as many operating systems as possible, including Unices, Win32, BeOS, and OS/2.} maintainers dluke at geeklair.net categories devel version 1.2.12 revision 1
 apr-util 707
@@ -2856,54 +2856,54 @@
 variants universal portdir java/castor description {data binding framework for Java} homepage http://www.castor.org/ epoch 0 platforms darwin name castor depends_lib bin:java:kaffe maintainers nomaintainer long_description {Castor is an Open Source data binding framework for Java(tm). It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.} version 0.9.9 categories java revision 0
 ccl-util 376
 variants universal depends_build {bin:ant:apache-ant bin:javacc:javacc} portdir java/ccl-util description {Chr. Clemens Lee's Java utility classes.} homepage http://www.kclee.de/clemens/java/ccl/ epoch 0 platforms darwin name ccl-util maintainers dave at glowacki.org long_description {{Chr. Clemens Lee's Java utility classes.}} version 32.69 categories {java devel} revision 0
-cglib 499
-variants universal depends_build bin:ant:apache-ant portdir java/cglib description {cglib - a code generation library for java byte code.} homepage http://cglib.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name cglib maintainers {jberry at macports.org openmaintainer} long_description {cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implement interfaces at runtime} version 2.2_beta1 categories java revision 0
+cglib 486
+variants universal depends_build bin:ant:apache-ant portdir java/cglib description {cglib - a code generation library for java byte code.} homepage http://cglib.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name cglib maintainers {jberry openmaintainer} long_description {cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implement interfaces at runtime} version 2.2_beta1 categories java revision 0
 checkstyle 613
 variants universal depends_build bin:ant:apache-ant portdir java/checkstyle description {CheckStyle is a Java source code analyzer} homepage http://checkstyle.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name checkstyle maintainers dglo at icecube.wisc.edu long_description {Checkstyle is a Java source code analyzer. It automates the process of checking Java code, and can be made to support almost any coding standard. It can also find class design problems, duplicate code, or bug patterns like double checked locking.} categories {java lang} version 4.3 revision 0
 cobertura 567
 variants universal depends_build {port:junit bin:ant:apache-ant port:objectweb-asm port:javancss} portdir java/cobertura description {Java code coverage tool} homepage http://cobertura.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name cobertura maintainers dglo at icecube.wisc.edu long_description {Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.} categories {java devel} version 1.6 revision 0
-commons-beanutils 511
-variants universal depends_build bin:ant:apache-ant portdir java/commons-beanutils description {Jakarta Commons-BeanUtils} homepage http://commons.apache.org/beanutils/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-collections} name commons-beanutils maintainers {jberry at macports.org openmaintainer} long_description {Commons-BeanUtils provides easy-to-use wrappers around the Java reflection and introspection APIs.} version 1.7.0 categories java revision 0
-commons-cli 568
-variants universal depends_build port:apache-ant portdir java/commons-cli description {Jakarta Commons-CLI} homepage http://commons.apache.org/cli/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:commons-logging port:commons-lang port:junit} name commons-cli maintainers {jberry at macports.org openmaintainer} long_description {The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.} version 1.1 categories java revision 1
-commons-codec 478
-variants universal depends_build bin:ant:apache-ant portdir java/commons-codec description {Jakarta Commons-Codec} homepage http://commons.apache.org/codec/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-codec maintainers {jberry at macports.org openmaintainer} long_description {Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.} version 1.3 categories java revision 1
-commons-collections 475
-variants universal depends_build bin:ant:apache-ant portdir java/commons-collections description {Jakarta Commons-Collections} homepage http://commons.apache.org/collections/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-collections maintainers {jberry at macports.org openmaintainer} long_description {Commons-Collections provides a suite of classes that extend or augment the Java Collections Framework.} version 3.2 categories java revision 0
-commons-daemon 422
-variants universal depends_build bin:ant:apache-ant portdir java/commons-daemon description {Jakarta Commons-Daemon} homepage http://commons.apache.org/daemon/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-daemon maintainers {jberry at macports.org openmaintainer} long_description {An alternative invocation mechanism for unix-daemon-like java code.} version 1.0.1 categories java revision 0
-commons-dbcp 449
-variants universal depends_build bin:ant:apache-ant portdir java/commons-dbcp description {Jakarta Commons-DBCP} homepage http://commons.apache.org/dbcp/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-collections port:commons-pool} name commons-dbcp maintainers {jberry at macports.org openmaintainer} long_description {Commons-DBCP provides database connection pooling services.} version 1.2.2 categories java revision 0
-commons-digester 538
-variants universal depends_build bin:ant:apache-ant portdir java/commons-digester description {Jakarta Commons-Digester} homepage http://commons.apache.org/digester/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-beanutils port:commons-collections port:commons-logging} name commons-digester maintainers {jberry at macports.org openmaintainer} long_description {Commons-Digester is an XML-to-Java-object mapping utility commonly used for parsing XML configuration files.} version 1.8 categories java revision 0
-commons-el 508
-variants universal depends_build bin:ant:apache-ant portdir java/commons-el description {Jakarta Commons-Expression Language} homepage http://commons.apache.org/el/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api} name commons-el maintainers {jberry at macports.org openmaintainer} long_description {Commons-EL provides an interpreter for the Expression Language which is defined by the JavaServer Pages(TM) specification, version 2.0.} version 1.0 categories java revision 1
-commons-fileupload 507
-variants universal depends_build bin:ant:apache-ant portdir java/commons-fileupload description {Jakarta Commons-FileUpload} homepage http://commons.apache.org/fileupload/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet23-api} name commons-fileupload maintainers {jberry at macports.org openmaintainer} long_description {FileUpload makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.} version 1.2 categories java revision 0
-commons-httpclient 503
-variants universal depends_build bin:ant:apache-ant portdir java/commons-httpclient description {Jakarta Commons-HttpClient} homepage http://commons.apache.org/httpclient/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-codec} name commons-httpclient maintainers {jberry at macports.org openmaintainer} long_description {Commons-HttpClient provides a framework for working with the client-side of the HTTP protocol.} version 3.1 categories java revision 0
-commons-io 429
-variants universal depends_build bin:ant:apache-ant portdir java/commons-io description {Jakarta Commons-IO} homepage http://commons.apache.org/io/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-io maintainers {jberry at macports.org openmaintainer} long_description {Commons IO is a library of utilities to assist with developing IO functionality from Java.} version 1.3.2 categories java revision 0
-commons-lang 808
-variants universal depends_build bin:ant:apache-ant portdir java/commons-lang description {Jakarta Commons-Lang} homepage http://commons.apache.org/lang/ epoch 0 platforms darwin depends_lib bin:java:kaffe name commons-lang maintainers {jberry at macports.org openmaintainer} long_description {The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.} version 2.3 categories java revision 0
-commons-launcher 602
-variants universal depends_build bin:ant:apache-ant portdir java/commons-launcher description {Jakarta Commons-Launcher} homepage http://commons.apache.org/launcher/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-launcher maintainers {jberry at macports.org openmaintainer} long_description {The Launcher Component is designed to be a cross platform Java application launcher. Commons-launcher eliminates the need for a batch or shell script to launch a Java class. The original Java classes come from the Jakarta Tomcat 4.0 project.} version 1.1 categories java revision 0
-commons-logging 476
-variants universal depends_build {bin:ant:apache-ant port:junit} portdir java/commons-logging description {Jakarta Commons-Logging} homepage http://commons.apache.org/logging/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-log4j port:servlet23-api} name commons-logging maintainers {jberry at macports.org openmaintainer} long_description {Commons-Logging is a wrapper around a variety of logging API implementations.} version 1.1.1 categories java revision 0
-commons-modeler 538
-variants universal depends_build bin:ant:apache-ant portdir java/commons-modeler description {Jakarta Commons-Modeler} homepage http://commons.apache.org/modeler/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-digester port:mx4j} name commons-modeler maintainers {jberry at macports.org openmaintainer} long_description {Commons-Modeler provides mechanisms to create Model MBeans compatible with the Java Management Extensions (JMX) specification.} version 2.0.1 categories java revision 0
-commons-pool 496
-variants universal depends_build bin:ant:apache-ant portdir java/commons-pool description {Jakarta Commons-Pool} homepage http://commons.apache.org/pool/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-pool maintainers {jberry at macports.org openmaintainer} long_description {Commons-Pool provides a generic object pooling interface, a toolkit for creating modular object pools and several general purpose pool implementations.} version 1.4 categories java revision 0
-commons-validator 705
-variants universal depends_build bin:ant:apache-ant portdir java/commons-validator description {Jakarta Commons-Validator} homepage http://commons.apache.org/validator/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-beanutils port:commons-collections port:commons-digester port:jakarta-oro} name commons-validator maintainers {jberry at macports.org openmaintainer} long_description {The commons-validator package provides a simple, extendable framework to define validators (validation methods) and validation rules in an xml file. There is support for internationalization of validation rules and error messages.} version 1.3.1 categories java revision 1
+commons-beanutils 498
+variants universal depends_build bin:ant:apache-ant portdir java/commons-beanutils description {Jakarta Commons-BeanUtils} homepage http://commons.apache.org/beanutils/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-collections} name commons-beanutils maintainers {jberry openmaintainer} long_description {Commons-BeanUtils provides easy-to-use wrappers around the Java reflection and introspection APIs.} version 1.7.0 categories java revision 0
+commons-cli 555
+variants universal depends_build port:apache-ant portdir java/commons-cli description {Jakarta Commons-CLI} homepage http://commons.apache.org/cli/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:commons-logging port:commons-lang port:junit} name commons-cli maintainers {jberry openmaintainer} long_description {The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.} version 1.1 categories java revision 1
+commons-codec 465
+variants universal depends_build bin:ant:apache-ant portdir java/commons-codec description {Jakarta Commons-Codec} homepage http://commons.apache.org/codec/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-codec maintainers {jberry openmaintainer} long_description {Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.} version 1.3 categories java revision 1
+commons-collections 462
+variants universal depends_build bin:ant:apache-ant portdir java/commons-collections description {Jakarta Commons-Collections} homepage http://commons.apache.org/collections/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-collections maintainers {jberry openmaintainer} long_description {Commons-Collections provides a suite of classes that extend or augment the Java Collections Framework.} version 3.2 categories java revision 0
+commons-daemon 409
+variants universal depends_build bin:ant:apache-ant portdir java/commons-daemon description {Jakarta Commons-Daemon} homepage http://commons.apache.org/daemon/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-daemon maintainers {jberry openmaintainer} long_description {An alternative invocation mechanism for unix-daemon-like java code.} version 1.0.1 categories java revision 0
+commons-dbcp 436
+variants universal depends_build bin:ant:apache-ant portdir java/commons-dbcp description {Jakarta Commons-DBCP} homepage http://commons.apache.org/dbcp/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-collections port:commons-pool} name commons-dbcp maintainers {jberry openmaintainer} long_description {Commons-DBCP provides database connection pooling services.} version 1.2.2 categories java revision 0
+commons-digester 525
+variants universal depends_build bin:ant:apache-ant portdir java/commons-digester description {Jakarta Commons-Digester} homepage http://commons.apache.org/digester/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-beanutils port:commons-collections port:commons-logging} name commons-digester maintainers {jberry openmaintainer} long_description {Commons-Digester is an XML-to-Java-object mapping utility commonly used for parsing XML configuration files.} version 1.8 categories java revision 0
+commons-el 495
+variants universal depends_build bin:ant:apache-ant portdir java/commons-el description {Jakarta Commons-Expression Language} homepage http://commons.apache.org/el/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api} name commons-el maintainers {jberry openmaintainer} long_description {Commons-EL provides an interpreter for the Expression Language which is defined by the JavaServer Pages(TM) specification, version 2.0.} version 1.0 categories java revision 1
+commons-fileupload 494
+variants universal depends_build bin:ant:apache-ant portdir java/commons-fileupload description {Jakarta Commons-FileUpload} homepage http://commons.apache.org/fileupload/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet23-api} name commons-fileupload maintainers {jberry openmaintainer} long_description {FileUpload makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.} version 1.2 categories java revision 0
+commons-httpclient 490
+variants universal depends_build bin:ant:apache-ant portdir java/commons-httpclient description {Jakarta Commons-HttpClient} homepage http://commons.apache.org/httpclient/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-codec} name commons-httpclient maintainers {jberry openmaintainer} long_description {Commons-HttpClient provides a framework for working with the client-side of the HTTP protocol.} version 3.1 categories java revision 0
+commons-io 416
+variants universal depends_build bin:ant:apache-ant portdir java/commons-io description {Jakarta Commons-IO} homepage http://commons.apache.org/io/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-io maintainers {jberry openmaintainer} long_description {Commons IO is a library of utilities to assist with developing IO functionality from Java.} version 1.3.2 categories java revision 0
+commons-lang 795
+variants universal depends_build bin:ant:apache-ant portdir java/commons-lang description {Jakarta Commons-Lang} homepage http://commons.apache.org/lang/ epoch 0 platforms darwin depends_lib bin:java:kaffe name commons-lang maintainers {jberry openmaintainer} long_description {The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.} version 2.3 categories java revision 0
+commons-launcher 589
+variants universal depends_build bin:ant:apache-ant portdir java/commons-launcher description {Jakarta Commons-Launcher} homepage http://commons.apache.org/launcher/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-launcher maintainers {jberry openmaintainer} long_description {The Launcher Component is designed to be a cross platform Java application launcher. Commons-launcher eliminates the need for a batch or shell script to launch a Java class. The original Java classes come from the Jakarta Tomcat 4.0 project.} version 1.1 categories java revision 0
+commons-logging 463
+variants universal depends_build {bin:ant:apache-ant port:junit} portdir java/commons-logging description {Jakarta Commons-Logging} homepage http://commons.apache.org/logging/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-log4j port:servlet23-api} name commons-logging maintainers {jberry openmaintainer} long_description {Commons-Logging is a wrapper around a variety of logging API implementations.} version 1.1.1 categories java revision 0
+commons-modeler 525
+variants universal depends_build bin:ant:apache-ant portdir java/commons-modeler description {Jakarta Commons-Modeler} homepage http://commons.apache.org/modeler/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-digester port:mx4j} name commons-modeler maintainers {jberry openmaintainer} long_description {Commons-Modeler provides mechanisms to create Model MBeans compatible with the Java Management Extensions (JMX) specification.} version 2.0.1 categories java revision 0
+commons-pool 483
+variants universal depends_build bin:ant:apache-ant portdir java/commons-pool description {Jakarta Commons-Pool} homepage http://commons.apache.org/pool/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-pool maintainers {jberry openmaintainer} long_description {Commons-Pool provides a generic object pooling interface, a toolkit for creating modular object pools and several general purpose pool implementations.} version 1.4 categories java revision 0
+commons-validator 692
+variants universal depends_build bin:ant:apache-ant portdir java/commons-validator description {Jakarta Commons-Validator} homepage http://commons.apache.org/validator/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-beanutils port:commons-collections port:commons-digester port:jakarta-oro} name commons-validator maintainers {jberry openmaintainer} long_description {The commons-validator package provides a simple, extendable framework to define validators (validation methods) and validation rules in an xml file. There is support for internationalization of validation rules and error messages.} version 1.3.1 categories java revision 1
 crimson 356
 variants universal depends_build bin:ant:apache-ant portdir java/crimson description {Crimson is a Java XML parser which supports XML 1.0} homepage http://xml.apache.org/crimson/ epoch 0 platforms darwin name crimson maintainers nomaintainer long_description {{Crimson is a Java XML parser which supports XML 1.0}} version 1.1.3 categories java revision 0
-dom4j 524
-variants universal depends_build bin:ant:apache-ant portdir java/dom4j description {XML, XPATH, and XSLT support for Java.} homepage http://www.dom4j.org epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name dom4j maintainers {jberry at macports.org openmaintainer} long_description {dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.} version 1.6.1 categories java revision 1
+dom4j 511
+variants universal depends_build bin:ant:apache-ant portdir java/dom4j description {XML, XPATH, and XSLT support for Java.} homepage http://www.dom4j.org epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name dom4j maintainers {jberry openmaintainer} long_description {dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.} version 1.6.1 categories java revision 1
 eclipse-ecj32 357
 depends_build port:apache-ant portdir java/eclipse-ecj32 description {Eclipse java bytecode compiler} homepage http://www.eclipse.org/ epoch 0 platforms darwin name eclipse-ecj32 depends_lib bin:java:kaffe maintainers {gmail.com:mvfranz openmaintainer} long_description {Eclipse java bytecode compiler} version 3.2.2-200702121330 categories java revision 2
-ehcache 1177
-variants universal depends_build bin:ant:apache-ant portdir java/ehcache description {Ehcache is a pure Java, in-process object cache.} homepage http://ehcache.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name ehcache maintainers {jberry at macports.org openmaintainer} long_description {Ehcache is a pure Java, in-process cache with the following features: 1. Fast 2. Simple 3. Acts as a pluggable cache for Hibernate 4. Small foot print. Both in terms of size and memory requirements. 5. Minimal dependencies. 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. 7. Comprehensively Test Coverage. See the clover test report. 8. Scalable to hundreds of caches and large multi-cpu servers. 9. Provides LRU, LFU and FIFO cache eviction policies. 10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. 1
 1. Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.} version 1.1 categories java revision 0
+ehcache 1164
+variants universal depends_build bin:ant:apache-ant portdir java/ehcache description {Ehcache is a pure Java, in-process object cache.} homepage http://ehcache.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name ehcache maintainers {jberry openmaintainer} long_description {Ehcache is a pure Java, in-process cache with the following features: 1. Fast 2. Simple 3. Acts as a pluggable cache for Hibernate 4. Small foot print. Both in terms of size and memory requirements. 5. Minimal dependencies. 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. 7. Comprehensively Test Coverage. See the clover test report. 8. Scalable to hundreds of caches and large multi-cpu servers. 9. Provides LRU, LFU and FIFO cache eviction policies. 10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. 11. Production
  tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.} version 1.1 categories java revision 0
 fast-md5 318
 variants universal depends_build bin:ant:apache-ant portdir java/fast-md5 description {Fast MD5 Implementation in Java} homepage http://fast-md5.sourceforge.net/ epoch 0 platforms darwin name fast-md5 maintainers nomaintainer long_description {{Fast MD5 Implementation in Java}} version 2.6 categories java revision 0
 gnu-classpath 498
@@ -2918,28 +2918,28 @@
 variants {universal darwin_7} portdir java/gnu-classpathx-javamail description {free implementation of the JavaMail API specification v1.3} homepage http://www.gnu.org/software/classpathx/javamail/javamail.html epoch 0 platforms darwin name gnu-classpathx-javamail depends_lib {port:gnu-classpath port:gnu-classpath-inetlib port:gnu-classpathx-activation} maintainers nomaintainer long_description {GNU JavaMail is a free implementation of the JavaMail API specification, version 1.3.} version 1.0 categories {java mail} revision 0
 gnu-crypto 599
 variants universal depends_build port:jikes portdir java/gnu-crypto description {cryptographic primitives and tools for Java} homepage http://www.gnu.org/software/gnu-crypto/ epoch 0 platforms darwin depends_lib port:gnu-classpath name gnu-crypto maintainers mww long_description {GNU Crypto, part of the GNU project, released under the aegis of GNU, aims at providing free, versatile, high-quality, and provably correct implementations of cryptographic primitives and tools in the Java programming language for use by programmers and end-users.} version 2.0.1 categories {java security} revision 0
-groovy 989
-variants universal depends_build {bin:ant:apache-ant bin:maven:maven} portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers {jberry at macports.org openmaintainer} 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.} version 1.0 categories {java lang} revision 0
+groovy 976
+variants universal depends_build {bin:ant:apache-ant bin:maven:maven} portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers {jberry openmaintainer} 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.} version 1.0 categories {java lang} revision 0
 hamcrest-core 544
 depends_build port:apache-ant description {library of matchers for building test expressions} portdir java/hamcrest-core homepage http://code.google.com/p/hamcrest/ epoch 0 platforms darwin name hamcrest-core maintainers nox 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
-hibernate2 958
-variants universal depends_build bin:ant:apache-ant portdir java/hibernate2 description {Hibernate ORM for Java.} homepage http://www.hibernate.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name hibernate2 maintainers {jberry at macports.org 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.} version 2.1.8 categories {java databases} revision 0
-hibernate3 978
-variants universal depends_build {bin:java:kaffe bin:ant:apache-ant bin:antlr:antlr port:junit} portdir java/hibernate3 description {Hibernate ORM for Java.} homepage http://www.hibernate.org/ epoch 0 platforms darwin name hibernate3 maintainers {jberry at macports.org 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.} version 3.2.5.ga categories {java databases} revision 0
+hibernate2 945
+variants universal depends_build bin:ant:apache-ant portdir java/hibernate2 description {Hibernate ORM for Java.} homepage http://www.hibernate.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name hibernate2 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.} version 2.1.8 categories {java databases} revision 0
+hibernate3 965
+variants universal depends_build {bin:java:kaffe bin:ant:apache-ant bin:antlr:antlr port:junit} portdir java/hibernate3 description {Hibernate ORM for Java.} homepage http://www.hibernate.org/ epoch 0 platforms darwin name hibernate3 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.} version 3.2.5.ga categories {java databases} revision 0
 itext 406
 variants universal depends_build bin:ant:apache-ant portdir java/itext description {Java library that allows you to generate PDF files on the fly.} homepage http://www.lowagie.com/iText/ epoch 0 platforms darwin depends_lib bin:java:kaffe name itext maintainers nomaintainer long_description {{Java library that allows you to generate PDF files on the fly.}} version 1.1 categories {java print} revision 0
-jakarta-bcel 714
-variants universal depends_build bin:ant:apache-ant portdir java/jakarta-bcel description {Jakarta BCEL -- Java Byte Code Engineering Library} homepage http://jakarta.apache.org/bcel/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-regexp} name jakarta-bcel maintainers {jberry at macports.org openmaintainer} long_description {The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.} version 5.1 categories java revision 1
+jakarta-bcel 701
+variants universal depends_build bin:ant:apache-ant portdir java/jakarta-bcel description {Jakarta BCEL -- Java Byte Code Engineering Library} homepage http://jakarta.apache.org/bcel/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-regexp} name jakarta-bcel maintainers {jberry openmaintainer} long_description {The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.} version 5.1 categories java revision 1
 jakarta-log4j 631
 variants universal depends_build {port:apache-ant bin:javac:kaffe} portdir java/jakarta-log4j description {Java logging API} homepage http://logging.apache.org/ epoch 0 platforms darwin name jakarta-log4j maintainers nomaintainer long_description {With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that these statements can remain in shipped code without incurring a heavy performance cost. Logging behavior can be controlled by editing a configuration file, without touching the application binary.} version 1.2.15 categories {java devel} revision 0
-jakarta-oro 695
-variants universal depends_build bin:ant:apache-ant portdir java/jakarta-oro description {Jakarta ORO} homepage http://jakarta.apache.org/oro/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-oro maintainers {jberry at macports.org openmaintainer} long_description {The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc.} version 2.0.8 categories java revision 0
-jakarta-regexp 415
-variants universal depends_build bin:ant:apache-ant portdir java/jakarta-regexp description {Jakarta Regular Expressions Parser.} homepage http://jakarta.apache.org/regexp/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-regexp maintainers {jberry at macports.org openmaintainer} long_description {Jakarta Regexp is a 100% Pure Java Regular Expression package.} version 1.4 categories java revision 0
-jakarta-taglibs-standard-11 614
-variants {universal debug} depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-standard-11 description {Jakarta JSP Standard Tag Library (JSTL) v1.1} homepage http://jakarta.apache.org/taglibs/doc/standard-doc/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api port:xalanj} name jakarta-taglibs-standard-11 maintainers {jberry at macports.org openmaintainer} long_description {A version of the JSP Standard Tag Library (JSTL) adhering to the JSP JSTL 1.1 specification. Requires a JSP 2.0 compatible web container, such as Tomcat5.} version 1.1.2 categories java revision 1
-jakarta-taglibs-string 669
-variants universal depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-string description {Jakarta Strings Taglib -- taglib for manipulating Java strings} homepage http://jakarta.apache.org/taglibs/doc/string-doc/intro.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:servlet24-api port:commons-lang} name jakarta-taglibs-string maintainers {jberry at macports.org openmaintainer} long_description {The String taglibrary provides a host of tags for manipulating java.lang.Strings. The style is that the String to act upon is the body of the tag, and attributes are used as parameters for the manipulation.} version 1.1.0 categories java revision 0
+jakarta-oro 682
+variants universal depends_build bin:ant:apache-ant portdir java/jakarta-oro description {Jakarta ORO} homepage http://jakarta.apache.org/oro/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-oro maintainers {jberry openmaintainer} long_description {The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc.} version 2.0.8 categories java revision 0
+jakarta-regexp 402
+variants universal depends_build bin:ant:apache-ant portdir java/jakarta-regexp description {Jakarta Regular Expressions Parser.} homepage http://jakarta.apache.org/regexp/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-regexp maintainers {jberry openmaintainer} long_description {Jakarta Regexp is a 100% Pure Java Regular Expression package.} version 1.4 categories java revision 0
+jakarta-taglibs-standard-11 601
+variants {universal debug} depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-standard-11 description {Jakarta JSP Standard Tag Library (JSTL) v1.1} homepage http://jakarta.apache.org/taglibs/doc/standard-doc/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api port:xalanj} name jakarta-taglibs-standard-11 maintainers {jberry openmaintainer} long_description {A version of the JSP Standard Tag Library (JSTL) adhering to the JSP JSTL 1.1 specification. Requires a JSP 2.0 compatible web container, such as Tomcat5.} version 1.1.2 categories java revision 1
+jakarta-taglibs-string 656
+variants universal depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-string description {Jakarta Strings Taglib -- taglib for manipulating Java strings} homepage http://jakarta.apache.org/taglibs/doc/string-doc/intro.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:servlet24-api port:commons-lang} name jakarta-taglibs-string maintainers {jberry openmaintainer} long_description {The String taglibrary provides a host of tags for manipulating java.lang.Strings. The style is that the String to act upon is the body of the tag, and attributes are used as parameters for the manipulation.} version 1.1.0 categories java revision 0
 java_memcached 587
 variants {universal built_in_logger} depends_build bin:ant:apache-ant portdir java/java_memcached description {A high performance, distributed object caching system.} homepage http://www.whalin.com/memcached/ epoch 0 name java_memcached depends_lib {bin:java:kaffe port:jakarta-log4j} maintainers blair long_description {Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This Port provides a native Java client.} version 1.6 categories java revision 0
 javacc 729
@@ -2976,14 +2976,14 @@
 variants doc variant_desc {doc {Install extra documentation}} portdir java/junit description {Java framework for repeatable tests} homepage http://www.junit.org/ epoch 0 platforms darwin name junit depends_lib port:hamcrest-core maintainers nox long_description {JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.} version 4.4 categories {java devel} revision 0
 lcrypto 425
 variants universal depends_build {port:jikes port:junit bin:jar:fastjar} portdir java/lcrypto description {Java cryptographic library} homepage http://lcrypto.sourceforge.net/ epoch 0 platforms darwin depends_lib port:gnu-classpath name lcrypto maintainers nomaintainer long_description {The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.} version 1.28 categories {java crypto} revision 0
-maven 690
-variants {universal devel} depends_build {bin:java:kaffe bin:ant:apache-ant} portdir java/maven description {A java-based build and project management environment.} homepage http://maven.apache.org/ epoch 0 platforms darwin name maven maintainers {jberry at macports.org openmaintainer} long_description {Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM) in that all the artifacts produced by Maven are a result of consulting a well defined model for your project. Builds, documentation, source metrics, and source cross-references are all controlled by your POM.} version 1.0.2 categories {java devel} revision 0
+maven 677
+variants {universal devel} depends_build {bin:java:kaffe bin:ant:apache-ant} portdir java/maven description {A java-based build and project management environment.} homepage http://maven.apache.org/ epoch 0 platforms darwin name maven maintainers {jberry openmaintainer} long_description {Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM) in that all the artifacts produced by Maven are a result of consulting a well defined model for your project. Builds, documentation, source metrics, and source cross-references are all controlled by your POM.} version 1.0.2 categories {java devel} revision 0
 maven2 732
 depends_build bin:java:kaffe description {A java-based build and project management environment.} portdir java/maven2 homepage http://maven.apache.org/ epoch 0 platforms darwin name maven2 maintainers gk5885 at kickstyle.net long_description {Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM) in that all the artifacts produced by Maven are a result of consulting a well defined model for your project. Builds, documentation, source metrics, and source cross-references are all controlled by your POM. Maven 2.0 is a complete rewrite of Maven 1.0 and as such is better organized, faster and easier to use.} version 2.0.8 categories {java devel} revision 0
-mx4j 595
-variants universal depends_build bin:ant:apache-ant portdir java/mx4j description {Open Source JMX for Enterprise Computing.} homepage http://mx4j.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-bcel port:jakarta-log4j port:commons-logging} name mx4j maintainers {jberry at macports.org openmaintainer} long_description {MX4J is a project to build an Open Source implementation of the Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX.} version 3.0.1 categories java revision 0
-mysql-connector-java 894
-variants universal depends_build bin:ant:apache-ant portdir java/mysql-connector-java description {MySQL Official JDBC connector for MySQL database.} homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-log4j} name mysql-connector-java maintainers {jberry at macports.org openmaintainer} long_description {MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.} version 5.0.7 categories java revision 0
+mx4j 582
+variants universal depends_build bin:ant:apache-ant portdir java/mx4j description {Open Source JMX for Enterprise Computing.} homepage http://mx4j.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-bcel port:jakarta-log4j port:commons-logging} name mx4j maintainers {jberry openmaintainer} long_description {MX4J is a project to build an Open Source implementation of the Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX.} version 3.0.1 categories java revision 0
+mysql-connector-java 881
+variants universal depends_build bin:ant:apache-ant portdir java/mysql-connector-java description {MySQL Official JDBC connector for MySQL database.} homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-log4j} name mysql-connector-java maintainers {jberry openmaintainer} long_description {MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.} version 5.0.7 categories java revision 0
 objectweb-anttasks 363
 variants {universal debug} depends_build bin:ant:apache-ant portdir java/objectweb-anttasks description {ObjectWeb ant tasks} homepage http://monolog.objectweb.org/ epoch 0 platforms darwin name objectweb-anttasks maintainers dave at glowacki.org long_description {Assorted utility tasks used in ObjectWeb ant builds.} version 1.3 categories {java devel} revision 0
 objectweb-asm 487
@@ -3006,42 +3006,42 @@
 variants universal depends_build bin:ant:apache-ant portdir java/saxpath description {simple Java API for XPath} homepage http://saxpath.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name saxpath maintainers nomaintainer long_description {The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX in that the API abstracts away the details of parsing and provides a simple event based callback interface.} version 1.0 categories {java devel textproc} revision 0
 scalaz 710
 variants universal portdir java/scalaz description {General utility library that extends the Scala core API} homepage http://wiki.workingmouse.com/index.php/Scalaz epoch 0 platforms darwin name scalaz depends_lib port:scala maintainers blair long_description {Scalaz (Scar-lah-zed) is a library written in the Scala Programming Language. One mandate of the library is to depend only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence making it compatible with the licence of the Scala project.} version 2.3 categories java revision 1
-servlet23-api 564
-variants universal depends_build bin:ant:apache-ant portdir java/servlet23-api description {Java Servlet API 2.3 and JSP 1.2 API.} homepage http://jakarta.apache.org/tomcat/ epoch 20061005 platforms darwin depends_lib bin:java:kaffe name servlet23-api maintainers {jberry at macports.org openmaintainer} long_description {Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.} version 1 categories java revision 0
-servlet24-api 518
-variants universal depends_build bin:ant:apache-ant portdir java/servlet24-api description {Java Servlet 2.4 and JSP 2.0 APIs.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name servlet24-api maintainers {jberry at macports.org openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.} version 5.5.25 categories java revision 0
-servlet25-api 532
-variants universal depends_build bin:ant:apache-ant portdir java/servlet25-api description {Java Servlet 2.5 and JSP 2.1 APIs.} homepage http://jakarta.apache.org/tomcat/ epoch 0 platforms darwin name servlet25-api depends_lib bin:java:kaffe maintainers {jberry at macports.org blair openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 6.} version 6.0.16 categories java revision 0
-spring-framework 378
-variants universal portdir java/spring-framework description {Spring application framework for Java} homepage http://www.springframework.org/ epoch 0 platforms darwin name spring-framework depends_lib bin:java:kaffe maintainers {jberry at macports.org openmaintainer} long_description {Spring is a layered Java/J2EE application framework.} version 2.5.1 categories java revision 0
+servlet23-api 551
+variants universal depends_build bin:ant:apache-ant portdir java/servlet23-api description {Java Servlet API 2.3 and JSP 1.2 API.} homepage http://jakarta.apache.org/tomcat/ epoch 20061005 platforms darwin depends_lib bin:java:kaffe name servlet23-api maintainers {jberry openmaintainer} long_description {Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.} version 1 categories java revision 0
+servlet24-api 505
+variants universal depends_build bin:ant:apache-ant portdir java/servlet24-api description {Java Servlet 2.4 and JSP 2.0 APIs.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name servlet24-api maintainers {jberry openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.} version 5.5.25 categories java revision 0
+servlet25-api 519
+variants universal depends_build bin:ant:apache-ant portdir java/servlet25-api description {Java Servlet 2.5 and JSP 2.1 APIs.} homepage http://jakarta.apache.org/tomcat/ epoch 0 platforms darwin name servlet25-api depends_lib bin:java:kaffe maintainers {jberry blair openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 6.} version 6.0.16 categories java revision 0
+spring-framework 365
+variants universal portdir java/spring-framework description {Spring application framework for Java} homepage http://www.springframework.org/ epoch 0 platforms darwin name spring-framework depends_lib bin:java:kaffe maintainers {jberry openmaintainer} long_description {Spring is a layered Java/J2EE application framework.} version 2.5.1 categories java revision 0
 spyjar 816
 variants universal portdir java/spyjar description {Utility library for Dustin Sallings's projects} homepage http://bleu.west.spy.net/~dustin/projects/spyjar/ epoch 0 platforms darwin name spyjar depends_lib bin:java:kaffe maintainers blair long_description {spy.jar provides a bunch of utility java classes, including the following: Object instance pooling, cron functionality, more simplified configuration class, abstracted, easy-to-use pooled database connection class, asynchronous logging, and general abstraction of logging, a cheap application server, an in-memory object cache manager, syslog client, a simple HTTP document fetcher, a self-refreshing web page cache, an SNPP client and an algorithm for determining the lowest cost route between two nodes in a graph.} version 2.4 categories java revision 0
-struts 659
-variants universal depends_build bin:ant:apache-ant portdir java/struts description {Apache Struts Framework.} homepage http://struts.apache.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:commons-beanutils port:commons-collections port:commons-digester port:commons-fileupload port:commons-lang port:commons-logging port:commons-validator port:jakarta-oro port:servlet23-api port:antlr port:jakarta-taglibs-standard-11} name struts maintainers {jberry at macports.org openmaintainer} long_description {Struts is a framework for writing Java web applications, based on the model-view-controller paradigm.} version 1.2.7 categories java revision 0
-tomcat-native 415
-variants universal portdir java/tomcat-native description {Tomcat 5 HTTP Server native library support.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin name tomcat-native depends_lib {port:apr port:openssl} maintainers {jberry at macports.org openmaintainer} long_description {This port provides access to native apr and other functions utilized by tomcat.} version 1.1.7 categories {java www} revision 0
-tomcat5 931
-variants {universal nocompat} depends_build bin:ant:apache-ant portdir java/tomcat5 description {Tomcat 5 HTTP Server and Java Servlet Container.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe bin:jsvc:commons-daemon port:jakarta-taglibs-standard-11 port:commons-beanutils port:commons-collections port:commons-launcher port:commons-daemon port:commons-digester port:commons-el port:commons-logging port:commons-modeler port:commons-httpclient port:commons-pool port:commons-dbcp port:commons-fileupload port:commons-io port:jakarta-regexp port:xercesj port:jakarta-log4j port:mx4j port:junit port:jaxen port:saxpath} name tomcat5 maintainers {jberry at macports.org openmaintainer} long_description {Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.} version 5.5.25 categories {java www} revision 0
+struts 646
+variants universal depends_build bin:ant:apache-ant portdir java/struts description {Apache Struts Framework.} homepage http://struts.apache.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:commons-beanutils port:commons-collections port:commons-digester port:commons-fileupload port:commons-lang port:commons-logging port:commons-validator port:jakarta-oro port:servlet23-api port:antlr port:jakarta-taglibs-standard-11} name struts maintainers {jberry openmaintainer} long_description {Struts is a framework for writing Java web applications, based on the model-view-controller paradigm.} version 1.2.7 categories java revision 0
+tomcat-native 402
+variants universal portdir java/tomcat-native description {Tomcat 5 HTTP Server native library support.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin name tomcat-native depends_lib {port:apr port:openssl} maintainers {jberry openmaintainer} long_description {This port provides access to native apr and other functions utilized by tomcat.} version 1.1.7 categories {java www} revision 0
+tomcat5 918
+variants {universal nocompat} depends_build bin:ant:apache-ant portdir java/tomcat5 description {Tomcat 5 HTTP Server and Java Servlet Container.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe bin:jsvc:commons-daemon port:jakarta-taglibs-standard-11 port:commons-beanutils port:commons-collections port:commons-launcher port:commons-daemon port:commons-digester port:commons-el port:commons-logging port:commons-modeler port:commons-httpclient port:commons-pool port:commons-dbcp port:commons-fileupload port:commons-io port:jakarta-regexp port:xercesj port:jakarta-log4j port:mx4j port:junit port:jaxen port:saxpath} name tomcat5 maintainers {jberry openmaintainer} long_description {Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.} version 5.5.25 categories {java www} revision 0
 trove4j 352
 variants universal description {high performance collections for Java objects and primitive types} portdir java/trove4j homepage http://trove4j.sourceforge.net/ epoch 0 platforms darwin name trove4j long_description {{high performance collections for Java objects and primitive types}} maintainers nomaintainer categories java version 1.0.2 revision 0
 unicodeconverter-java 820
 variants {universal darwin} portdir java/unicodeconverter-java description {Convert various encodings to UTF-8} homepage http://unicodeconvert.sourceforge.net/ epoch 0 platforms darwin name unicodeconverter-java depends_lib bin:java:kaffe maintainers nomaintainer long_description {UnicodeConverter is a Java program that converts text and HTML files in VNI, VISCII, VPS, TCVN, or VIQR/Vietnet format to Unicode UTF-8. The program, executable in both graphic user interface (GUI) and command-line modes, is capable of converting multiple files in a directory, or an entire directory, including its subdirectories. In effect, this enhanced capability enables conversion of an entire website to Unicode UTF-8 format with one single command or a few mouse clicks.} version 1.1 categories {java textproc unicode} revision 0
-woodstox 545
-variants universal depends_build bin:ant:apache-ant portdir java/woodstox description {Woodstox StAX XML parser} homepage http://woodstox.codehaus.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-bcel} name woodstox maintainers {jberry at macports.org openmaintainer} long_description {Woodstox is a fast Open Source fully-validating StAX-compliant (JSR-173) XML-processor written in Java (processor meaning it handles both input (== parsing) and output (== writing, serialization)).} version 3.2.0 categories java revision 0
-xalanj 670
-variants universal depends_build bin:ant:apache-ant portdir java/xalanj description {Apache Xerces 2 Java XML Parser} homepage http://xml.apache.org/xalan-j/ depends_run port:xercesj epoch 0 platforms darwin depends_lib bin:java:kaffe name xalanj maintainers {jberry at macports.org openmaintainer} long_description {Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0. It can be used from the command line, in an applet or a servlet, or as a module in other program.} categories {java textproc} version 2.7.0 revision 1
+woodstox 532
+variants universal depends_build bin:ant:apache-ant portdir java/woodstox description {Woodstox StAX XML parser} homepage http://woodstox.codehaus.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-bcel} name woodstox maintainers {jberry openmaintainer} long_description {Woodstox is a fast Open Source fully-validating StAX-compliant (JSR-173) XML-processor written in Java (processor meaning it handles both input (== parsing) and output (== writing, serialization)).} version 3.2.0 categories java revision 0
+xalanj 657
+variants universal depends_build bin:ant:apache-ant portdir java/xalanj description {Apache Xerces 2 Java XML Parser} homepage http://xml.apache.org/xalan-j/ depends_run port:xercesj epoch 0 platforms darwin depends_lib bin:java:kaffe name xalanj maintainers {jberry openmaintainer} long_description {Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0. It can be used from the command line, in an applet or a servlet, or as a module in other program.} categories {java textproc} version 2.7.0 revision 1
 xdoclet 664
 variants universal depends_build {port:ant port:maven} portdir java/xdoclet description {XDoclet is an open source code generation engine.} homepage http://xdoclet.sourceforge.net/xdoclet/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:commons-logging port:commons-lang port:junit} name xdoclet maintainers stechert at macports.org long_description {XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags.} version 1.2.3 categories java revision 1
-xercesj 567
-variants universal depends_build bin:ant:apache-ant portdir java/xercesj description {Apache Xerces 2 Java XML Parser} homepage http://xml.apache.org/xerces-j/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xercesj maintainers {jberry at macports.org openmaintainer} long_description {The Xerces 2 Java Parser supports XML 1.0 Third {Edition;} XML {1.1;} XML 1.1 {Namespaces;} DOM Level 2 Core, Events, Traversal and {Range;} SAX 2.0.1 Core and {Extensions;} JAXP {1.2;} Schema 1.0 Structure and Datatypes.} version 2.9.1 categories {java textproc} revision 0
+xercesj 554
+variants universal depends_build bin:ant:apache-ant portdir java/xercesj description {Apache Xerces 2 Java XML Parser} homepage http://xml.apache.org/xerces-j/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xercesj maintainers {jberry openmaintainer} long_description {The Xerces 2 Java Parser supports XML 1.0 Third {Edition;} XML {1.1;} XML 1.1 {Namespaces;} DOM Level 2 Core, Events, Traversal and {Range;} SAX 2.0.1 Core and {Extensions;} JAXP {1.2;} Schema 1.0 Structure and Datatypes.} version 2.9.1 categories {java textproc} revision 0
 xml-commons-resolver 1230
 variants universal depends_build bin:ant:apache-ant portdir java/xml-commons-resolver description {Java library for XML entity resolution} homepage http://xml.apache.org/commons/components/resolver/index.html epoch 0 platforms darwin name xml-commons-resolver depends_lib bin:java:kaffe maintainers arankine at gmail.com long_description {It is very common for web resources to be related to other resources. These relationships are expressed using URIs, most often URLs. Relying on URLs to directly identify resources to be retrieved often causes problems for end users. One way to avoid these problems is to use an entity resolver (a standard part of SAX) or a URI Resolver (a standard part of JAXP). A resolver can examine the URIs of the resources being requested and determine how best to satisfy those requests. The best way to make this function in an interoperable way is to define a standard format for mapping system identifiers and URIs. These {catalog  files} can be used to map p
 ublic and system identifiers and other URIs to local files (or just other URIs). The XML Commons Resolver classes greatly simplify the task of using catalog files to perform entity resolution.} version 1.1 categories {java devel} revision 0
 xmlenc 464
 variants universal depends_build bin:ant:apache-ant portdir java/xmlenc description {fast stream-based XML output library for Java} homepage http://xmlenc.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xmlenc maintainers nomaintainer long_description {The xmlenc library is a fast stream-based XML output library for Java. Main design goals are performance, simplicitity and pureness.} version 0.50 categories {java textproc} revision 0
 xmlpull 757
 variants universal depends_build bin:ant:apache-ant portdir java/xmlpull description {XML pullparser API} homepage http://www.xmlpull.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xmlpull maintainers nomaintainer long_description {XmlPull v1 API is a simple to use XML pull parsing API that was designed for simplicity and very good performance both in constrained environment such as defined by J2ME and on server side when used in J2EE application servers. XML pull parsing allows incremental (sometimes called streaming) parsing of XML where application is in control - the parsing can be interrupted at any given moment and resumed when application is ready to consume more input.} version 1.1.3.4b categories {java textproc} revision 0
-xom 510
-variants universal depends_build bin:ant:apache-ant portdir java/xom description {A tree-based API for XML processing} homepage http://www.xom.nu/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xom maintainers {jberry at macports.org openmaintainer} long_description {XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.} version 1.0 categories {java devel textproc} revision 0
+xom 497
+variants universal depends_build bin:ant:apache-ant portdir java/xom description {A tree-based API for XML processing} homepage http://www.xom.nu/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xom maintainers {jberry openmaintainer} long_description {XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.} version 1.0 categories {java devel textproc} revision 0
 kde 356
 variants {accessibility dev_tools fun graphics all} portdir kde/kde description {KDE Desktop bundle} homepage http://www.kde.org/ epoch 0 platforms darwin name kde depends_lib {port:kdelibs3 port:kdebase3 port:kdenetwork3 port:kdepim3 port:kdeutils3} maintainers nomaintainer long_description {{KDE Desktop bundle}} version 3.5.8 categories kde revision 0
 kde-i18n-afrikaans 295
@@ -3696,8 +3696,8 @@
 variants {universal darwin_7 powerpc murder i386 snmp} portdir mail/cyrus-imapd description {The Cyrus IMAP Server} homepage http://asg.web.cmu.edu/cyrus/ epoch 0 platforms darwin name cyrus-imapd depends_lib {port:perl5.8 port:cyrus-sasl2 port:db44 port:openssl} maintainers {jmpp openmaintainer} long_description {Popular, scalable, open standars based IMAP & POP3 mail server developed by The Carnegie Mellon University.} version 2.3.8 categories mail revision 1
 deletemail 534
 variants universal portdir mail/deletemail description {non-interactive tool for removing mail from IMAP4 mailboxes} homepage http://code.jhweiss.de/deletemail/ epoch 0 platforms darwin name deletemail depends_lib port:openssl maintainers nomaintainer long_description {deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server} version 0.5 categories mail revision 0
-dovecot 616
-variants {universal darwin_7 darwin_8 darwin_9 postgres rawlog ldap} portdir mail/dovecot description {Secure, fast imap and pop3 server -- currently in alpha approaching final} homepage http://dovecot.org/ epoch 20060722 platforms darwin name dovecot depends_lib {port:libiconv port:pkgconfig port:zlib port:openssl} maintainers jberry at macports.org long_description {Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.} version 1.0.13 categories mail revision 0
+dovecot 603
+variants {universal darwin_7 darwin_8 darwin_9 postgres rawlog ldap} portdir mail/dovecot description {Secure, fast imap and pop3 server -- currently in alpha approaching final} homepage http://dovecot.org/ epoch 20060722 platforms darwin name dovecot depends_lib {port:libiconv port:pkgconfig port:zlib port:openssl} maintainers jberry long_description {Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.} version 1.0.13 categories mail revision 0
 dspam 460
 variants {universal vpopmail mysql5 sqlite postgres} description {Scalable, open-source statistical anti-spam filter} portdir mail/dspam homepage http://www.nuclearelephant.com/projects/dspam/index.shtml epoch 0 platforms {darwin freebsd} name dspam long_description {Open-source anti-spam filter with multiple algorithms and useful admin tools and cgi quarantine interface.} maintainers yahoo.com:compconsultant categories {mail net} version 3.8.0 revision 0
 etpan 387
@@ -4416,10 +4416,10 @@
 variants {universal nagios_plugins mysqltcl rproject} portdir net/moodss description {Modular Object Oriented Dynamic Spreadsheet - A graphical monitoring application that supports external modules including Nagios plugins. It supports SNMP when used with the Scotty Tcl extensions package.} homepage http://moodss.sourceforge.net/ epoch 0 platforms darwin name moodss depends_lib {port:tcl port:tk port:tktable port:blt port:scotty port:sqlite3} maintainers markd long_description {{Modular Object Oriented Dynamic Spreadsheet - A graphical monitoring application that supports external modules including Nagios plugins. It supports SNMP when used with the Scotty Tcl extensions package.}} version 21.5 categories net revision 0
 moomps 735
 variants {universal sqlite3 mysqltcl} portdir net/moomps description {Modular Object Oriented Multi-Purpose Service - A monitoring daemon that uses configuration files created by moodss.} homepage http://moodss.sourceforge.net/ epoch 0 platforms darwin name moomps depends_lib {port:moodss port:tclx} maintainers markd long_description {Moomps is a monitoring daemon which works using configuration files created by the moodss (Modular Object Oriented Dynamic SpreadSheet) graphical application. The configuration files contain the definition of thresholds, which when crossed, create messages in the system log, and can trigger the email alert messages or the execution of user defined scripts.} version 5.8 categories net revision 0
-mrtg 453
-variants universal portdir net/mrtg description {The multi-router traffic grapher} homepage http://www.mrtg.org/ epoch 0 platforms darwin name mrtg depends_lib {port:gd2 port:libpng port:zlib} maintainers {opendarwin.org at darkart.com jberry at macports.org} long_description {MRTG is a tool to monitor the traffic load on network-links. It can also be used to gather and display a wide variety of time-series data.} version 2.15.2 categories net revision 0
-mrtg-ping-probe 367
-variants universal portdir net/mrtg-ping-probe description {A ping probe adapter for mrtg} homepage http://pwo.de/projects/mrtg/ epoch 0 platforms darwin name mrtg-ping-probe depends_lib bin:mrtg:mrtg maintainers {jberry at macports.org openmaintainer} long_description {Monitors round trip time and packet loss to another host.} version 2.2.0 categories net revision 0
+mrtg 440
+variants universal portdir net/mrtg description {The multi-router traffic grapher} homepage http://www.mrtg.org/ epoch 0 platforms darwin name mrtg depends_lib {port:gd2 port:libpng port:zlib} maintainers {opendarwin.org at darkart.com jberry} long_description {MRTG is a tool to monitor the traffic load on network-links. It can also be used to gather and display a wide variety of time-series data.} version 2.15.2 categories net revision 0
+mrtg-ping-probe 354
+variants universal portdir net/mrtg-ping-probe description {A ping probe adapter for mrtg} homepage http://pwo.de/projects/mrtg/ epoch 0 platforms darwin name mrtg-ping-probe depends_lib bin:mrtg:mrtg maintainers {jberry openmaintainer} long_description {Monitors round trip time and packet loss to another host.} version 2.2.0 categories net revision 0
 mtr 711
 variants universal description {'traceroute' and 'ping' in a single tool} portdir net/mtr homepage http://www.bitwizard.nl/mtr/ epoch 0 platforms darwin name mtr long_description {As mtr starts, it investigates the network connection between the host mtr runs on and HOSTNAME. by sending packets with purposly low TTLs. It continues to send pack- ets with low TTL, noting the response time of the inter- vening routers. This allows mtr to print the response percentage and response times of the internet route to HOSTNAME. A sudden increase in packetloss or response time is often an indication of a bad (or simply over- loaded) link.} maintainers nomaintainer categories {net security} version 0.72 revision 0
 mudix 427
@@ -4520,8 +4520,8 @@
 variants universal description {free, easy to use implementation of the Network Time Protocol} portdir net/openntpd homepage http://www.openntpd.org/ epoch 0 platforms darwin name openntpd long_description {OpenNTPD is a free, easy to use implementation of the Network Time Protocol. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock.} maintainers nomaintainer categories net version 3.9p1 revision 0
 openradius 310
 variants universal description {RADIUS server with various back ends} portdir net/openradius homepage http://www.xs4all.nl/~evbergen/openradius/ epoch 0 platforms darwin name openradius long_description {{RADIUS server with various back ends}} maintainers nomaintainer categories net version 0.9.10 revision 0
-openssh 893
-variants {universal apple_x11 kerberos hpn darwin darwin_9} portdir net/openssh description {OpenSSH secure login server} homepage http://www.openssh.com/ epoch 0 platforms darwin name openssh depends_lib {port:openssl port:zlib} maintainers nomaintainer long_description {OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.} version 4.7p1 categories net revision 1
+openssh 884
+variants {universal apple_x11 hpn darwin darwin_9} portdir net/openssh description {OpenSSH secure login server} homepage http://www.openssh.com/ epoch 0 platforms darwin name openssh depends_lib {port:openssl port:zlib} maintainers nomaintainer long_description {OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.} version 4.7p1 categories net revision 2
 openvpn 541
 variants {universal no_lzo} portdir net/openvpn description {easy-to-use, robust, and highly configurable VPN} homepage http://openvpn.sourceforge.net/ epoch 0 platforms {darwin openbsd} name openvpn depends_lib lib:liblzo:lzo maintainers julien.touche at touche.fr.st long_description {OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet.} version 1.6.0 categories {net security} revision 0
 openvpn2 523
@@ -5300,6 +5300,8 @@
 variants universal portdir perl/p5-imap-bodystructure description {IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser} homepage http://search.cpan.org/dist/IMAP-BodyStructure/ epoch 0 platforms darwin name p5-imap-bodystructure depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {An IMAP4-compatible IMAP server MUST include a full MIME-parser which parses the messages inside IMAP mailboxes and is accessible via BODYSTRUCTURE fetch item. This module provides a Perl interface to parse the output of IMAP4 MIME-parser.} version 1.01 categories perl revision 0
 p5-inline 601
 variants universal portdir perl/p5-inline description {Write Perl subroutines in other programming languages} homepage http://search.cpan.org/dist/Inline/ epoch 0 platforms darwin name p5-inline depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-parse-recdescent} maintainers nomaintainer long_description {Inline lets you write Perl subroutines in other programming languages like C, C++, Java, Python, Tcl and even Assembly. You don't need to compile anything. All the details are handled transparently so you can just run your Perl script like normal.} version 0.44 categories perl revision 2
+p5-innotop 656
+variants universal portdir perl/p5-innotop description {A MySQL and InnoDB monitor program.} homepage http://sourceforge.net/projects/innotop/ epoch 0 platforms darwin name p5-innotop depends_lib {port:p5-dbi port:p5-dbd-mysql port:p5-term-readkey} maintainers {akira openmaintainer} long_description {MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open tables, replication status, buffer information, row operations, logs, I/O operations, load graph, and more. You can monitor any servers at once with innotop.} version 1.6.0 categories perl revision 0
 p5-io-aio 319
 variants universal portdir perl/p5-io-aio description {Asynchronous Input/Output} homepage http://search.cpan.org/dist/IO-AIO/ epoch 0 platforms darwin name p5-io-aio depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers pmq long_description {{Asynchronous Input/Output}} version 2.51 categories perl revision 0
 p5-io-captureoutput 420
@@ -5973,7 +5975,7 @@
 py-bdist_mpkg 713
 variants universal portdir python/py-bdist_mpkg description {Builds Mac OS X installer packages from distutils} homepage http://undefined.org/python/#bdist_mpkg epoch 0 platforms darwin depends_lib port:python24 name py-bdist_mpkg maintainers nomaintainer long_description {bdist_mpkg is a distutils plugin that implements the bdist_mpkg command, which builds a Mac OS X metapackage for use by Installer.app for easy GUI installation of Python modules, much like bdist_wininst. It also comes with a bdist_mpkg script, which is a setup.py front-end that will allow you to easy build an installer metapackage from nearly any existing package that uses distutils.} categories {python devel} version 0.4.2 revision 0
 py-beaker 397
-variants universal portdir python/py-beaker description {Session WSGI Middleware} homepage http://beaker.groovie.org epoch 0 platforms darwin depends_lib {port:py-setuptools port:py-myghtyutils} name py-beaker maintainers {openmaintainer stechert at macports.org} long_description {Beaker is a simple WSGI middleware to use the Myghty Container API.} categories {python www} version 0.6.3 revision 0
+variants universal portdir python/py-beaker description {Session WSGI Middleware} homepage http://beaker.groovie.org epoch 0 platforms darwin depends_lib {port:py-setuptools port:py-myghtyutils} name py-beaker maintainers {openmaintainer stechert at macports.org} long_description {Beaker is a simple WSGI middleware to use the Myghty Container API.} categories {python www} version 0.9.1 revision 0
 py-beautifulsoup 418
 variants universal portdir python/py-beautifulsoup description {Python HTML/XML parser} homepage http://www.crummy.com/software/BeautifulSoup/ epoch 0 platforms darwin depends_lib port:python24 name py-beautifulsoup maintainers nomaintainer long_description {Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.} categories {python textproc} version 3.0.5 revision 0
 py-beepy 451
@@ -6058,8 +6060,8 @@
 variants universal portdir python/py-curl description {python interface to libcurl} homepage http://pycurl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:curl} name py-curl maintainers mww long_description {Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols.} categories {python net devel} version 7.16.4 revision 1
 py-cxx 376
 variants universal portdir python/py-cxx description {PyCXX is designed to make it easier to extend Python with C++} homepage http://cxx.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-cxx maintainers nomaintainer long_description {{PyCXX is designed to make it easier to extend Python with C++}} categories {python devel} version 5.3.2 revision 0
-py-daemon 354
-variants universal portdir python/py-daemon description {Module to daemonize the calling process} homepage http://www.clapper.org/software/python/daemon/ epoch 0 platforms darwin depends_lib port:python24 name py-daemon maintainers gmail.com:ebgssth long_description {{Module to daemonize the calling process}} categories python version 1.0.1 revision 0
+py-daemon 342
+variants universal portdir python/py-daemon description {Module to daemonize the calling process} homepage http://www.clapper.org/software/python/daemon/ epoch 0 platforms darwin depends_lib port:python24 name py-daemon maintainers akira long_description {{Module to daemonize the calling process}} categories python version 1.0.1 revision 0
 py-dateutil 408
 portdir python/py-dateutil description {powerful extensions to the standard python datetime module} homepage http://labix.org/python-dateutil depends_run {port:py-tz port:py-setuptools} epoch 0 platforms darwin depends_lib port:python24 name py-dateutil maintainers {ram openmaintainer} long_description {{powerful extensions to the standard python datetime module}} categories python version 1.4 revision 0
 py-dbo 477
@@ -6122,8 +6124,8 @@
 variants universal portdir python/py-fnorb description {py-fnorb is a pure Python CORBA 2.0 ORB} homepage http://www.fnorb.org/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-fnorb maintainers nomaintainer long_description {Fnorb is a CORBA 2.0 ORB for Python. Fnorbs claim to fame is its size and pure Python implementation. These features allow it to be used whever Python may used (for example, within Jython) unlike other ORBs that rely on binary runtimes.} categories python version 1.3 revision 1
 py-formbuild 357
 variants universal portdir python/py-formbuild description {Form generation tools to complement FormEncode} homepage http://formbuild.org epoch 0 platforms darwin depends_lib port:py-setuptools name py-formbuild maintainers nomaintainer long_description {{Form generation tools to complement FormEncode}} categories {python devel} version 0.1.5b revision 0
-py-formencode 376
-variants universal portdir python/py-formencode description {FormEncode is a validation and form generation package} homepage http://formencode.org epoch 0 platforms darwin depends_lib port:python24 name py-formencode maintainers Will at mtintouch.net long_description {{FormEncode is a validation and form generation package}} categories {python devel} version 0.7.1 revision 0
+py-formencode 374
+variants universal portdir python/py-formencode description {FormEncode is a validation and form generation package} homepage http://formencode.org epoch 0 platforms darwin depends_lib port:python24 name py-formencode maintainers Will at mtintouch.net long_description {{FormEncode is a validation and form generation package}} categories {python devel} version 0.9 revision 0
 py-fpconst 586
 variants universal portdir python/py-fpconst description {IEEE 754 floating point special handling for Python} homepage http://research.warnes.net/projects/rzope/fpconst/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-fpconst maintainers mww long_description {This python module implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values.} categories python version 0.7.2 revision 1
 py-ftputil 488
@@ -6300,8 +6302,8 @@
 variants universal portdir python/py-nevow description {A Web Application Construction Kit} homepage http://divmod.org/trac/wiki/DivmodNevow epoch 0 platforms darwin depends_lib {port:python24 port:py-twisted} name py-nevow maintainers {openmaintainer stechert at macports.org} long_description {Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible.} categories python version 0.9.18 revision 0
 py-nltk 518
 variants universal portdir python/py-nltk description {Natural Language Toolkit} homepage http://nltk.sf.net/ depends_run {port:py-numarray port:py-tkinter} epoch 0 platforms darwin depends_lib port:python24 name py-nltk maintainers michel.salim at gmail.com long_description {NLTK is a Python package that simplifies the construction of programs that process natural language, and defines standard interfaces between the different components of an NLP system.} categories {python devel science} version 1.4.4 revision 0
-py-nose 634
-variants universal portdir python/py-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py-setuptools name py-nose maintainers {openmaintainer stechert at macports.org} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} categories {python www} version 0.9.2 revision 0
+py-nose 635
+variants universal portdir python/py-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py-setuptools name py-nose maintainers {openmaintainer stechert at macports.org} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} categories {python www} version 0.10.1 revision 0
 py-numarray 639
 variants {universal darwin_8 smp} portdir python/py-numarray description {array manipulation and computational library for python} homepage http://www.stsci.edu/resources/software_hardware/numarray epoch 0 platforms darwin depends_lib port:python24 name py-numarray maintainers nomaintainer long_description {Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code.} categories {python devel math} version 1.5.2 revision 0
 py-numeric 445
@@ -6331,11 +6333,11 @@
 py-parsing 598
 variants universal portdir python/py-parsing description {alternative approach to creating parsers in python} homepage http://pyparsing.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-parsing maintainers nomaintainer long_description {The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.} categories {python lang} version 1.4.1 revision 0
 py-paste 475
-variants universal portdir python/py-paste description {Bringing consistency to Python web development.} homepage http://pythonpaste.org/ epoch 0 platforms darwin depends_lib port:python24 name py-paste maintainers {openmaintainer stechert at macports.org} long_description {Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators.} categories {python www} version 1.3 revision 0
-py-pastedeploy 469
-variants universal portdir python/py-pastedeploy description {Paste Deployment is a system for finding and configuring WSGI applications and servers.} homepage http://pythonpaste.org/deploy/ epoch 0 platforms darwin depends_lib port:python24 name py-pastedeploy maintainers {openmaintainer stechert at macports.org} long_description {{Paste Deployment is a system for finding and configuring WSGI applications and servers.}} categories {python www} version 1.1 revision 0
-py-pastescript 440
-variants universal portdir python/py-pastescript description {Paste Script is a pluggable command-line frontend, to the Paste system.} homepage http://pythonpaste.org/paste/ epoch 0 platforms darwin depends_lib port:py-cheetah name py-pastescript maintainers {openmaintainer stechert at macports.org} long_description {{Paste Script is a pluggable command-line frontend, to the Paste system.}} categories {python www} version 1.3.2 revision 0
+variants universal portdir python/py-paste description {Bringing consistency to Python web development.} homepage http://pythonpaste.org/ epoch 0 platforms darwin depends_lib port:python24 name py-paste maintainers {openmaintainer stechert at macports.org} long_description {Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators.} categories {python www} version 1.6 revision 0
+py-pastedeploy 471
+variants universal portdir python/py-pastedeploy description {Paste Deployment is a system for finding and configuring WSGI applications and servers.} homepage http://pythonpaste.org/deploy/ epoch 0 platforms darwin depends_lib port:python24 name py-pastedeploy maintainers {openmaintainer stechert at macports.org} long_description {{Paste Deployment is a system for finding and configuring WSGI applications and servers.}} categories {python www} version 1.3.1 revision 0
+py-pastescript 442
+variants universal portdir python/py-pastescript description {Paste Script is a pluggable command-line frontend, to the Paste system.} homepage http://pythonpaste.org/paste/ epoch 0 platforms darwin depends_lib port:py-cheetah name py-pastescript maintainers {openmaintainer stechert at macports.org} long_description {{Paste Script is a pluggable command-line frontend, to the Paste system.}} categories {python www} version 1.6.1.1 revision 0
 py-pastewebkit 415
 variants universal portdir python/py-pastewebkit description {A port/reimplementation of Webware WebKit in WSGI and Paste.} homepage http://pythonpaste.org/webkit/ epoch 0 platforms darwin depends_lib port:python24 name py-pastewebkit maintainers {openmaintainer stechert at macports.org} long_description {{A port/reimplementation of Webware WebKit in WSGI and Paste.}} categories {python www} version 1.0 revision 0
 py-pcapy 472
@@ -6400,8 +6402,8 @@
 variants universal portdir python/py-ptypes description {persistent versions of dictionary and list types} homepage http://www.peck.org.uk/p/python/ epoch 0 platforms darwin depends_lib port:python24 name py-ptypes maintainers nomaintainer long_description {Provides persistent versions of dictionary and list types. Built into the datatype is simple version checking.} categories python version 0.3 revision 1
 py-pullparser 554
 variants universal portdir python/py-pullparser description {python module providing a simple pull API for HTML parsing} homepage http://wwwsearch.sourceforge.net/pullparser/ epoch 0 platforms darwin depends_lib port:python24 name py-pullparser maintainers nomaintainer long_description {A simple {pull API} for HTML parsing, after Perl's HTML::TokeParser. Many simple HTML parsing tasks are simpler this way than with the HTMLParser module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.} categories {python www} version 0.0.6 revision 0
-py-py 421
-variants universal portdir python/py-py description {py lib: agile development and test support library} homepage http://codespeak.net/py epoch 0 platforms darwin depends_lib port:python24 name py-py maintainers gmail.com:ebgssth long_description {the py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads and svn abstractions.} categories python version 0.9.0 revision 0
+py-py 409
+variants universal portdir python/py-py description {py lib: agile development and test support library} homepage http://codespeak.net/py epoch 0 platforms darwin depends_lib port:python24 name py-py maintainers akira long_description {the py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads and svn abstractions.} categories python version 0.9.0 revision 0
 py-py2app 615
 variants universal portdir python/py-py2app description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-altgraph port:py-macholib port:py-modulegraph port:py-bdist_mpkg} name py-py2app maintainers {jwa openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} categories {python devel} version 0.3.6 revision 0
 py-pyb 389
@@ -6449,7 +6451,7 @@
 py-roundup 595
 variants universal portdir python/py-roundup description {Issue-tracking system} homepage http://roundup.sf.net/ epoch 0 platforms darwin depends_lib port:python24 name py-roundup maintainers nomaintainer long_description {Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry Track design competition. Note: Ping is not responsible for this project. The contact for this project is richard at users.sourceforge.net.} categories {python www} version 1.3.3 revision 0
 py-routes 567
-variants universal portdir python/py-routes description {A Routing package for Python that matches URLs to dicts and vice versa.} homepage http://routes.groovie.org epoch 0 platforms darwin depends_lib port:python24 name py-routes maintainers {openmaintainer stechert at macports.org} long_description {Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.} categories {python www} version 1.6.2 revision 0
+variants universal portdir python/py-routes description {A Routing package for Python that matches URLs to dicts and vice versa.} homepage http://routes.groovie.org epoch 0 platforms darwin depends_lib port:python24 name py-routes maintainers {openmaintainer stechert at macports.org} long_description {Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.} categories {python www} version 1.7.1 revision 0
 py-rt 361
 variants universal portdir python/py-rt description {Python Routeing Toolkit} homepage http://ipmon.sprintlabs.com/pyrt/ epoch 0 platforms darwin depends_lib port:python24 name py-rt maintainers nomaintainer long_description {The Python Routeing Toolkit enables routeing information in a network to be collected.} categories {python net} version 2.5 revision 0
 py-scanf 585
@@ -6470,8 +6472,8 @@
 variants universal portdir python/py-sgmlop description {Optimized SGML/XML parser} homepage http://www.effbot.org/zone/sgmlop-index.htm epoch 0 platforms darwin depends_lib port:python24 name py-sgmlop maintainers nomaintainer long_description {The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.} categories {python textproc} version 1.1.1-20040207 revision 1
 py-shellwords 408
 variants universal portdir python/py-shellwords description {Parse strings into words like a POSIX shell does.} homepage http://www.crazy-compilers.com/py-lib/shellwords.html epoch 0 platforms darwin depends_lib port:python24 name py-shellwords maintainers nomaintainer long_description {Python module to parse strings into words like a POSIX shell does.} categories {python textproc} version 0.2 revision 1
-py-simplejson 386
-variants universal portdir python/py-simplejson description {simplejson is a JSON encoder and decoder.} homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:python24 name py-simplejson maintainers {openmaintainer stechert at macports.org} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 1.7.1 revision 0
+py-simplejson 391
+variants universal portdir python/py-simplejson description {simplejson is a JSON encoder and decoder.} homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py-setuptools name py-simplejson maintainers {openmaintainer stechert at macports.org} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 1.7.3 revision 0
 py-simpy 393
 variants universal portdir python/py-simpy description {python based simulation language} homepage http://simpy.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-simpy maintainers nomaintainer long_description {SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.} categories python version 1.5 revision 1
 py-sip 537
@@ -6500,12 +6502,12 @@
 variants universal portdir python/py-sql description {Python module for creating simple SQL statements} homepage http://www.livinglogic.de/Python/sql/ epoch 0 platforms darwin depends_lib {port:python24 port:py-mx} name py-sql maintainers nomaintainer long_description {sql is a module that contains three classes Insert, Update and Delete, that simplify generatingSQL statements.} categories {python databases} version 0.6 revision 1
 py-sqlalchemy 421
 variants universal portdir python/py-sqlalchemy description {Python SQL ORM} homepage http://www.sqlalchemy.org epoch 0 platforms darwin depends_lib port:py-setuptools name py-sqlalchemy maintainers landonf at macports.org long_description {SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.} categories python version 0.4.4 revision 0
-py-sqlalchemy-migrate 668
-variants universal portdir python/py-sqlalchemy-migrate description {Database schema migration for SQLAlchemy} homepage http://sqlalchemy-migrate.googlecode.com/ epoch 0 platforms darwin depends_lib port:python24 name py-sqlalchemy-migrate maintainers gmail.com:ebgssth long_description {Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.} categories python version 0.4.2 revision 0
+py-sqlalchemy-migrate 656
+variants universal portdir python/py-sqlalchemy-migrate description {Database schema migration for SQLAlchemy} homepage http://sqlalchemy-migrate.googlecode.com/ epoch 0 platforms darwin depends_lib port:python24 name py-sqlalchemy-migrate maintainers akira long_description {Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.} categories python version 0.4.2 revision 0
 py-sqlite 421
 variants universal portdir python/py-sqlite description {python database extension for sqlite} homepage http://www.pysqlite.org/ epoch 0 platforms {darwin freebsd} depends_lib {port:python24 port:sqlite3} name py-sqlite maintainers nomaintainer long_description {PySQLite is a Python extension for SQLite that conforms to the Python Database API Specification 2.0.} categories {python databases} version 2.4.1 revision 0
-py-sqlobject 1071
-variants universal portdir python/py-sqlobject description {object-relational mapper for python} homepage http://www.sqlobject.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-formencode} name py-sqlobject maintainers gmail.com:ebgssth long_description {SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitut
 ion, as is traditional).} categories {python databases} version 0.10.0 revision 0
+py-sqlobject 1059
+variants universal portdir python/py-sqlobject description {object-relational mapper for python} homepage http://www.sqlobject.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-formencode} name py-sqlobject maintainers akira long_description {SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, as is t
 raditional).} categories {python databases} version 0.10.0 revision 0
 py-srs 326
 variants universal portdir python/py-srs description {Sender Rewriting Scheme in Python} homepage http://bmsi.com/python/pysrs.html epoch 0 platforms darwin depends_lib port:python24 name py-srs maintainers nomaintainer long_description {{Sender Rewriting Scheme in Python}} categories {python mail} version 0.30.9 revision 0
 py-ssh 388
@@ -6549,7 +6551,7 @@
 py-traits 374
 variants universal portdir python/py-traits description {The Enthought traits package} homepage http://code.enthought.com/traits/ epoch 0 platforms darwin depends_lib {port:python24 port:py-scipy port:py-numpy} name py-traits maintainers {jann at macports.org openmaintainer} long_description {manifest typing, and much more} categories {python devel} version 1.1.0 revision 1
 py-twisted 557
-variants universal description {An event-based Python framework for internet applications} portdir python/py-twisted homepage http://www.twistedmatrix.com/ epoch 0 name py-twisted depends_lib {port:python24 port:py-zopeinterface} long_description {Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.} maintainers olv.bonnet at free.fr version 2.5.0 categories {python devel net} revision 0
+variants universal description {An event-based Python framework for internet applications} portdir python/py-twisted homepage http://www.twistedmatrix.com/ epoch 0 name py-twisted depends_lib {port:python24 port:py-zopeinterface} long_description {Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.} maintainers olv.bonnet at free.fr version 2.5.0 categories {python devel net} revision 1
 py-twisted-web2 731
 variants universal depends_build port:py-twisted portdir python/py-twisted-web2 description {Twisted.Web2 is the next generation Web Server Framework built with Twisted.} homepage http://twistedmatrix.com/projects/web2/ epoch 0 depends_lib port:python24 name py-twisted-web2 maintainers nomaintainer long_description {Twisted.Web2 is the next generation Web Server Framework built with Twisted. Web2 is under active development and it's APIs should not be considered stable at this point. It is not a version of Twisted.Web and with that in mind compatibility is not of the highest concern, though the compatibility layer does support many but not all twisted.web resources.} categories {python devel net} version 0.2.0 revision 0
 py-twistedsnmp 447
@@ -6590,8 +6592,8 @@
 variants universal portdir python/py-wordnet description {Python interface to the (included) WordNet database} homepage http://pywordnet.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-wordnet maintainers nomaintainer long_description {PyWordNet is a Python interface to the WordNet database of word meanings and lexical relationships. Version 1.7.1 or WordNet - the most recent version of WordNet working with py-wordnet - is included.} categories python version 1.4 revision 1
 py-work 560
 variants universal portdir python/py-work description {object oriented python web framework} homepage http://pywork.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-work maintainers nomaintainer long_description {PyWork is a full object oriented python web framework. It provides the web application developer with the proper classes and configuration files to build, object oriented web applications in python, through the concept of Pull HMVC (Hierarchical Model View Controller).} categories {python www} version 0.4.8 revision 0
-py-workerpool 719
-variants universal portdir python/py-workerpool description {Module for distributing jobs to a pool of worker threads.} homepage http://code.google.com/p/workerpool/ epoch 0 platforms darwin depends_lib port:python24 name py-workerpool maintainers gmail.com:ebgssth long_description {Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.} categories python version 0.9.2 revision 0
+py-workerpool 707
+variants universal portdir python/py-workerpool description {Module for distributing jobs to a pool of worker threads.} homepage http://code.google.com/p/workerpool/ epoch 0 platforms darwin depends_lib port:python24 name py-workerpool maintainers akira long_description {Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.} categories python version 0.9.2 revision 0
 py-wxpython 665
 variants universal portdir python/py-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin name py-wxpython depends_lib {port:python24 port:wxWidgets} maintainers {mww jwa} long_description {wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.} version 2.8.7.1 categories {python graphics} revision 0
 py-wxpython26 671
@@ -6674,8 +6676,8 @@
 variants universal portdir python/py25-curl description {python interface to libcurl} homepage http://pycurl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:curl} name py25-curl maintainers {ram openmaintainer} long_description {Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols.} categories {python net devel} version 7.16.4 revision 0
 py25-curses 354
 variants universal portdir python/py25-curses description {Python bindings to ncurses} homepage http://www.python.org/doc/current/lib/module-curses.html epoch 0 platforms darwin depends_lib {port:python25 port:ncursesw} name py25-curses maintainers mww long_description {Python modules curses and curses-panel} categories python version 2.5.2 revision 0
-py25-daemon 358
-variants universal portdir python/py25-daemon description {Module to daemonize the calling process} homepage http://www.clapper.org/software/python/daemon/ epoch 0 platforms darwin depends_lib port:python25 name py25-daemon maintainers gmail.com:ebgssth long_description {{Module to daemonize the calling process}} categories python version 1.0.1 revision 0
+py25-daemon 346
+variants universal portdir python/py25-daemon description {Module to daemonize the calling process} homepage http://www.clapper.org/software/python/daemon/ epoch 0 platforms darwin depends_lib port:python25 name py25-daemon maintainers akira long_description {{Module to daemonize the calling process}} categories python version 1.0.1 revision 0
 py25-dateutil 416
 portdir python/py25-dateutil description {powerful extensions to the standard python datetime module} homepage http://labix.org/python-dateutil depends_run {port:py25-tz port:py25-setuptools} epoch 0 platforms darwin depends_lib port:python25 name py25-dateutil maintainers {ram openmaintainer} long_description {{powerful extensions to the standard python datetime module}} categories python version 1.4 revision 0
 py25-decorator 520
@@ -6726,8 +6728,8 @@
 variants universal portdir python/py25-hashlib description {Python secure hash and message digest module} homepage http://www.python.org/doc/current/lib/module-hashlib.html epoch 0 platforms darwin depends_lib {port:python25 port:openssl} name py25-hashlib maintainers mww long_description {Python secure hash and message digest module MD5, SHA1, SHA224, SHA256, SHA384, SHA512} categories python version 2.5.2 revision 0
 py25-htmltmpl 364
 variants universal portdir python/py25-htmltmpl description {A Python templating engine} homepage http://htmltmpl.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-htmltmpl maintainers {rhwood openmaintainer} long_description {A Python based templating engine for separation of code and HTML.} categories python version 1.22 revision 0
-py25-httplib2 426
-variants universal portdir python/py25-httplib2 description {A comprehensive HTTP client library in Python} homepage http://code.google.com/p/httplib2/ epoch 0 platforms darwin depends_lib port:python25 name py25-httplib2 maintainers ebgssth at gmail.com long_description {A comprehensive HTTP client library that supports many features left out of other HTTP libraries.} categories {python devel net} version 2-0.4.0 revision 0
+py25-httplib2 414
+variants universal portdir python/py25-httplib2 description {A comprehensive HTTP client library in Python} homepage http://code.google.com/p/httplib2/ epoch 0 platforms darwin depends_lib port:python25 name py25-httplib2 maintainers akira long_description {A comprehensive HTTP client library that supports many features left out of other HTTP libraries.} categories {python devel net} version 2-0.4.0 revision 0
 py25-imdb 402
 variants universal portdir python/py25-imdb description {python module providing access to the IMDb movie database} homepage http://imdbpy.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-imdb maintainers nomaintainer long_description {py-imdb is a Python package useful to retrieve and manage the data of the IMDb movie database.} categories python version 3.3 revision 0
 py25-iniparse 631
@@ -6804,8 +6806,8 @@
 variants universal portdir python/py25-processing description {Using processes which mimics the threading module} homepage http://developer.berlios.de/projects/pyprocessing epoch 0 platforms darwin depends_lib port:python25 name py25-processing maintainers blair long_description {Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.} categories python version 0.40 revision 0
 py25-psycopg2 577
 variants universal portdir python/py25-psycopg2 description {A python DBAPI-2.0 ompliant database adapter for postgresql} homepage http://www.initd.org/software/initd/psycopg/ epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:postgresql82 port:openssl} name py25-psycopg2 maintainers nomaintainer long_description {Psycopg2 is a postgresql database adapter for python. It's fully compliant to pythons DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.} categories {python databases} version 2.0.5.1 revision 1
-py25-py 425
-variants universal portdir python/py25-py description {py lib: agile development and test support library} homepage http://codespeak.net/py epoch 0 platforms darwin depends_lib port:python25 name py25-py maintainers gmail.com:ebgssth long_description {the py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads and svn abstractions.} categories python version 0.9.0 revision 0
+py25-py 413
+variants universal portdir python/py25-py description {py lib: agile development and test support library} homepage http://codespeak.net/py epoch 0 platforms darwin depends_lib port:python25 name py25-py maintainers akira long_description {the py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads and svn abstractions.} categories python version 0.9.0 revision 0
 py25-pygtksourceview 419
 variants {universal darwin_9} depends_build {port:pkgconfig port:libxslt} portdir python/py25-pygtksourceview description {Python bindings for GtkSourceView2} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:py25-gtk port:gtksourceview2} name py25-pygtksourceview maintainers nomaintainer long_description {{Python bindings for GtkSourceView2}} version 2.0.0 categories {python x11} revision 0
 py25-pylons 890
@@ -6840,12 +6842,12 @@
 variants universal portdir python/py25-socket-ssl description {Python secure sockets via OpenSSL} homepage http://www.python.org/doc/current/lib/ssl-objects.html epoch 0 platforms darwin depends_lib {port:python25 port:openssl} name py25-socket-ssl maintainers mww long_description {{Python secure sockets via OpenSSL}} categories python version 2.5.2 revision 0
 py25-sqlalchemy 428
 variants universal portdir python/py25-sqlalchemy description {Python SQL ORM} homepage http://www.sqlalchemy.org epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-sqlalchemy maintainers stechert at macports.org long_description {SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.} categories python version 0.4.4 revision 0
-py25-sqlalchemy-migrate 672
-variants universal portdir python/py25-sqlalchemy-migrate description {Database schema migration for SQLAlchemy} homepage http://sqlalchemy-migrate.googlecode.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-sqlalchemy-migrate maintainers gmail.com:ebgssth long_description {Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.} categories python version 0.4.2 revision 0
+py25-sqlalchemy-migrate 660
+variants universal portdir python/py25-sqlalchemy-migrate description {Database schema migration for SQLAlchemy} homepage http://sqlalchemy-migrate.googlecode.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-sqlalchemy-migrate maintainers akira long_description {Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.} categories python version 0.4.2 revision 0
 py25-sqlite3 358
 variants universal portdir python/py25-sqlite3 description {Python bindings to sqlite3} homepage http://www.python.org/doc/current/lib/module-sqlite3.html epoch 0 platforms darwin depends_lib {port:python25 port:sqlite3} name py25-sqlite3 maintainers mww long_description {{Python bindings to sqlite3}} categories {python databases} version 2.5.2 revision 0
-py25-sqlobject 1077
-variants universal portdir python/py25-sqlobject description {object-relational mapper for python} homepage http://www.sqlobject.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-formencode} name py25-sqlobject maintainers gmail.com:ebgssth long_description {SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string sub
 stitution, as is traditional).} categories {python databases} version 0.10.0 revision 0
+py25-sqlobject 1065
+variants universal portdir python/py25-sqlobject description {object-relational mapper for python} homepage http://www.sqlobject.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-formencode} name py25-sqlobject maintainers akira long_description {SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, a
 s is traditional).} categories {python databases} version 0.10.0 revision 0
 py25-tclink 628
 variants universal portdir python/py25-tclink description {TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP.} homepage http://www.trustcommerce.com/tclink.html epoch 0 platforms darwin depends_lib port:python25 name py25-tclink maintainers stechert at macports.org long_description {TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP. A similar package is Red Hat's ccvs, however, it requires that you use a modem or leased line. With TCLink you can run credit card transactions directly over the Internet.} categories {python devel} version 3.4 revision 0
 py25-tkinter 381
@@ -6855,7 +6857,7 @@
 py25-twforms 297
 variants universal description {Web Widgets for building and validating forms.} portdir python/py25-twforms homepage http://toscawidgets.org/ epoch 0 platforms darwin name py25-twforms depends_lib port:python25 maintainers stechert at macports.org version 0.1a2dev-r3091 categories python revision 0
 py25-twisted 566
-variants universal description {An event-based Python framework for internet applications} portdir python/py25-twisted homepage http://www.twistedmatrix.com/ epoch 0 name py25-twisted depends_lib {port:python25 port:py25-zopeinterface} long_description {Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.} maintainers stechert at macports.org version 2.5.0 categories {python devel net} revision 0
+variants universal description {An event-based Python framework for internet applications} portdir python/py25-twisted homepage http://www.twistedmatrix.com/ epoch 0 name py25-twisted depends_lib {port:python25 port:py25-zopeinterface} long_description {Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.} maintainers stechert at macports.org version 2.5.0 categories {python devel net} revision 1
 py25-twisted-web2 746
 variants universal depends_build port:py25-twisted portdir python/py25-twisted-web2 description {Twisted.Web2 is the next generation Web Server Framework built with Twisted.} homepage http://twistedmatrix.com/projects/web2/ epoch 0 depends_lib port:python25 name py25-twisted-web2 maintainers stechert at macports.org long_description {Twisted.Web2 is the next generation Web Server Framework built with Twisted. Web2 is under active development and it's APIs should not be considered stable at this point. It is not a version of Twisted.Web and with that in mind compatibility is not of the highest concern, though the compatibility layer does support many but not all twisted.web resources.} categories {python devel net} version 0.2.0 revision 0
 py25-tz 427
@@ -6866,8 +6868,8 @@
 variants universal portdir python/py25-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python25 port:tidy port:py25-epydoc} name py25-utidylib maintainers {amln.net:dima openmaintainer} long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c.} categories python version 0.2 revision 0
 py25-vobject 570
 variants universal portdir python/py25-vobject description {Python package for parsing and generating vCard and vCalendar files.} homepage http://vobject.skyhouseconsulting.com/ epoch 0 platforms darwin depends_lib {port:py25-dateutil port:py25-setuptools} name py25-vobject maintainers nomaintainer long_description {vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. It is being developed in concert with the Open Source Application Foundation's Chandler project.} categories python version 0.4.1 revision 0
-py25-workerpool 723
-variants universal portdir python/py25-workerpool description {Module for distributing jobs to a pool of worker threads.} homepage http://code.google.com/p/workerpool/ epoch 0 platforms darwin depends_lib port:python25 name py25-workerpool maintainers gmail.com:ebgssth long_description {Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.} categories python version 0.9.2 revision 0
+py25-workerpool 711
+variants universal portdir python/py25-workerpool description {Module for distributing jobs to a pool of worker threads.} homepage http://code.google.com/p/workerpool/ epoch 0 platforms darwin depends_lib port:python25 name py25-workerpool maintainers akira long_description {Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.} categories python version 0.9.2 revision 0
 py25-wxpython 669
 variants universal portdir python/py25-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin name py25-wxpython depends_lib {port:python25 port:wxWidgets} maintainers {mww jwa} long_description {wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.} version 2.8.7.1 categories {python graphics} revision 0
 py25-xdg 703
@@ -7616,8 +7618,8 @@
 variants universal portdir sysutils/createtorrent description {command line utility to create BitTorrent files} homepage http://www.createtorrent.com/ epoch 0 platforms darwin name createtorrent depends_lib lib:libssl:openssl maintainers eridius at macports.org long_description {CreateTorrent is a small and fast command line utility to create BitTorrent files easily. BitTorrent files can be made from either one file or a collection of files that are grouped together into a directory.} version 1.1.3 categories sysutils revision 0
 cronolog 528
 variants universal description {cronolog is a web log rotation program} portdir sysutils/cronolog homepage http://cronolog.org/ epoch 0 platforms darwin name cronolog long_description {cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened.} maintainers ryandesign categories sysutils version 1.6.2 revision 0
-cronolog-devel 734
-variants {universal darwin} description {cronolog is a web log rotation program} portdir sysutils/cronolog-devel homepage http://cronolog.org/ epoch 0 platforms darwin name cronolog-devel long_description {cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.} maintainers {jberry at macports.org openmaintainer} categories sysutils version 1.7.0-beta revision 0
+cronolog-devel 721
+variants {universal darwin} description {cronolog is a web log rotation program} portdir sysutils/cronolog-devel homepage http://cronolog.org/ epoch 0 platforms darwin name cronolog-devel long_description {cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.} maintainers {jberry openmaintainer} categories sysutils version 1.7.0-beta revision 0
 cssh 492
 variants universal portdir sysutils/cssh description {Cluster Admin via SSH} homepage http://clusterssh.sourceforge.net/ depends_run port:xterm epoch 0 platforms darwin name cssh depends_lib {port:p5-tk port:p5-x11-protocol} maintainers stechert at macports.org long_description {ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection.} version 3.22 categories sysutils revision 0
 cuetools 341
@@ -7772,8 +7774,8 @@
 variants universal description {converts instant copy bin image to standard ISO-9660} portdir sysutils/pdi2iso homepage https://developer.berlios.de/projects/pdi2iso/ epoch 0 platforms darwin name pdi2iso long_description {pdi2iso is a very simple utility to convert an instant copy bin image to the standard ISO-9660 format.} maintainers nomaintainer categories sysutils version 0.1 revision 0
 poldek 792
 variants universal portdir sysutils/poldek description {A full-featured frontend to RPM} homepage http://poldek.pld-linux.org/ epoch 0 platforms darwin name poldek depends_lib {port:rpm port:argp-standalone port:ncurses lib:libpcre:pcre lib:libcheck:check lib:libxml2:libxml2} maintainers afb at macports.org long_description {poldek is an RPM package management tool which allows you to easily perform package verification, installation (including system installation from scratch), upgrading, and removal. Program can be used in batch (like apt-get from Debian's APT) or interactive mode. The interactive mode puts you into a readline interface with command line autocompletion and history, similar to the shell mode of Perl's CPAN.} version 0.21-cvs20070703.00 categories sysutils revision 0
-proctools 387
-variants universal description {pgrep, pkill and pfind for OpenBSD and Darwin (Mac OS X)} portdir sysutils/proctools homepage http://sourceforge.net/projects/proctools/ epoch 0 platforms darwin name proctools long_description {The proctools are text-based utilities to scan for and send signals to processes.} maintainers gmail.com:ebgssth categories sysutils version 0.4pre1 revision 1
+proctools 375
+variants universal description {pgrep, pkill and pfind for OpenBSD and Darwin (Mac OS X)} portdir sysutils/proctools homepage http://sourceforge.net/projects/proctools/ epoch 0 platforms darwin name proctools long_description {The proctools are text-based utilities to scan for and send signals to processes.} maintainers akira categories sysutils version 0.4pre1 revision 1
 pstree 336
 variants universal description {pstree shows the output of the ps command as a tree} portdir sysutils/pstree homepage http://freshmeat.net/projects/pstree/ epoch 0 platforms {darwin freebsd} name pstree long_description {{pstree shows the output of the ps command as a tree}} maintainers mww categories sysutils version 2.32 revision 0
 pv 643
@@ -8488,8 +8490,8 @@
 variants universal portdir www/mod_fastcgi description {An Apache module that implements the FastCGI protocol} homepage http://www.fastcgi.com/ epoch 0 platforms darwin name mod_fastcgi depends_lib port:apache2 maintainers dluke at geeklair.net long_description {FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This is the Apache module.} version 2.4.6 categories www revision 0
 mod_fcgid 325
 variants universal portdir www/mod_fcgid description {An alternative FastCGI module for Apache2} homepage http://fastcgi.coremail.cn/ epoch 0 platforms darwin name mod_fcgid depends_lib port:apache2 maintainers nomaintainer long_description {{An alternative FastCGI module for Apache2}} version 2.1 categories www revision 0
-mod_jk 853
-variants {universal jni} depends_build {{path:\${prefix}/apache2/bin/httpd:apache2}} portdir www/mod_jk description {Apache mod_jk remote server connector} homepage http://tomcat.apache.org/connectors-doc/ epoch 0 platforms darwin name mod_jk maintainers {jberry at macports.org openmaintainer} long_description {mod_jk is the connector supported by apache for communication between the apache server and tomcat. mod_jk2, which had for some time superceeded mod_jk, has now become officially 'unsupported' by the Apache group. mod_jk allows apache to be used refer some request for processing by tomcat or any other server that also supports the ajp13 protocol. Apache 2.1 will contain a replacement for mod_jk(2) called mod_proxy_ajp. At this time (this) mod_jk port supports only apache2, not apache 1.x.} version 1.2.25 categories {www java} revision 0
+mod_jk 840
+variants {universal jni} depends_build {{path:\${prefix}/apache2/bin/httpd:apache2}} portdir www/mod_jk description {Apache mod_jk remote server connector} homepage http://tomcat.apache.org/connectors-doc/ epoch 0 platforms darwin name mod_jk maintainers {jberry openmaintainer} long_description {mod_jk is the connector supported by apache for communication between the apache server and tomcat. mod_jk2, which had for some time superceeded mod_jk, has now become officially 'unsupported' by the Apache group. mod_jk allows apache to be used refer some request for processing by tomcat or any other server that also supports the ajp13 protocol. Apache 2.1 will contain a replacement for mod_jk(2) called mod_proxy_ajp. At this time (this) mod_jk port supports only apache2, not apache 1.x.} version 1.2.25 categories {www java} revision 0
 mod_jk2 930
 variants universal depends_build {{path:\${prefix}/apache2/bin/httpd:apache2}} portdir www/mod_jk2 description {Apache mod_jk2 remote server connector (from Tomcat).} homepage http://jakarta.apache.org/tomcat/connectors-doc/ epoch 0 platforms darwin depends_lib lib:pcre:pcre name mod_jk2 maintainers nomaintainer long_description {mod_jk2 provides a connection between apache2 and a remote server. It passes incoming requests on to the remote server for handling. Configurations may be mixed such that each server handles a particular type of request. mod_jk2 comes from the Java based Tomcat server, and is usually used with it. As of Nov, 2004, mod_jk2 has been officially 'unsupported' by apache. mod_jk, which jk2 once superceeded, has once again become the golden child. Please refer to the mod_jk port, and to apache2.1, where a new core module, proxy_ajp, replaces mod_jk2.} version 5.5.4 categories {www java} revision 0
 mod_mono 449
@@ -9020,8 +9022,8 @@
 variants universal portdir x11/xteddy description {A cuddlesome teddy for the X desktop} homepage http://www.itn.liu.se/~stegu/xteddy/ epoch 0 platforms darwin name xteddy depends_lib {lib:libX11:XFree86 port:imlib port:zlib} maintainers nomaintainer long_description {This is _the_ toy for the X desktop, a must for all plush lovers: a very, very cuddlesome teddy.} version 2.0.2 categories x11 revision 0
 xterm 443
 variants universal portdir x11/xterm description {the ubiquitous X terminal emulator, stand-alone} homepage http://invisible-island.net/xterm/ epoch 0 platforms darwin name xterm depends_lib {lib:libX11.6:XFree86 port:ncurses} maintainers nomaintainer long_description {The xterm program is a terminal emulator for the X Window System. It supports a plethora of features, including colors, Unicode, etc.} version 229 categories x11 revision 0
-xtide 578
-variants universal portdir x11/xtide description {Tide prediction software, with a large database of locations.} homepage http://www.flaterco.com/xtide epoch 0 platforms darwin name xtide depends_lib port:libpng maintainers {jberry at macports.org openmaintainer} long_description {XTide is a package that provides tide and current predictions in a wide variety of formats. Graphs, text listings, and calendars can be generated, or a tide clock can be provided on your desktop. For x11, plain command line, and as an http server.} version 2.8.3 categories {x11 science} revision 1
+xtide 565
+variants universal portdir x11/xtide description {Tide prediction software, with a large database of locations.} homepage http://www.flaterco.com/xtide epoch 0 platforms darwin name xtide depends_lib port:libpng maintainers {jberry openmaintainer} long_description {XTide is a package that provides tide and current predictions in a wide variety of formats. Graphs, text listings, and calendars can be generated, or a tide clock can be provided on your desktop. For x11, plain command line, and as an http server.} version 2.8.3 categories {x11 science} revision 1
 xtu 414
 variants universal description {Transparent analog clock for X11} portdir x11/xtu homepage http://www.core.de/~coto/projects/xtu/ epoch 0 platforms darwin name xtu long_description {This is a transparent analog clock, very similar to TolleUhr for the amiga range of computers. Actually, it uses some drawing routines of it and looks almost the same.} maintainers nomaintainer categories x11 version 1.2 revision 0
 Terminal 422

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080323/0778cc07/attachment-0001.html 


More information about the macports-changes mailing list