[37595] trunk/dports/PortIndex

dluke at macports.org dluke at macports.org
Sun Jun 15 00:42:15 PDT 2008


Revision: 37595
          http://trac.macosforge.org/projects/macports/changeset/37595
Author:   dluke at macports.org
Date:     2008-06-15 00:42:10 -0700 (Sun, 15 Jun 2008)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-06-15 03:32:56 UTC (rev 37594)
+++ trunk/dports/PortIndex	2008-06-15 07:42:10 UTC (rev 37595)
@@ -5725,7 +5725,7 @@
 p5-mail-sendmail 611
 variants universal portdir perl/p5-mail-sendmail description {Simple platform independent e-mail from perl scripts.} homepage http://search.cpan.org/dist/Mail-Sendmail/ epoch 0 platforms darwin name p5-mail-sendmail depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers {jmr openmaintainer} long_description {Simple platform independent e-mail from your perl script. Only requires Perl 5 and a network connection. Mail::Sendmail contains mainly &sendmail, which takes a hash with the message to send and sends it. It is intended to be very easy to setup and use.} categories perl version 0.79 revision 0
 p5-mail-spamassassin 717
-variants {universal razor ssl bayes} portdir perl/p5-mail-spamassassin description {mail filter to identify spam} homepage http://spamassassin.apache.org/ epoch 0 platforms darwin name p5-mail-spamassassin depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-digest-sha1 port:p5-html-parser port:p5-mailtools port:p5-mail-audit port:p5-net-dns port:p5-net-ident port:p5-archive-tar port:p5-lwp-authen-wsse} maintainers {simon openmaintainer} long_description {SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.} version 3.2.4 categories {perl mail} revision 0
+variants {universal razor ssl bayes} portdir perl/p5-mail-spamassassin description {mail filter to identify spam} homepage http://spamassassin.apache.org/ epoch 0 platforms darwin name p5-mail-spamassassin depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-digest-sha1 port:p5-html-parser port:p5-mailtools port:p5-mail-audit port:p5-net-dns port:p5-net-ident port:p5-archive-tar port:p5-lwp-authen-wsse} maintainers {simon openmaintainer} long_description {SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.} version 3.2.5 categories {perl mail} revision 0
 p5-mail-webmail-gmail 417
 variants universal portdir perl/p5-mail-webmail-gmail description {An interface to Google's webmail service} homepage http://search.cpan.org/dist/Mail-Webmail-Gmail/ epoch 0 platforms darwin name p5-mail-webmail-gmail depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-crypt-ssleay} maintainers cbellot at sky.fr long_description {{An interface to Google's webmail service}} version 1.09 categories perl revision 0
 p5-mailtools 379
@@ -6874,6 +6874,8 @@
 variants universal portdir python/py-svnreporter description {Svn commit hook to generate reports} homepage http://www.calins.ch/software/SvnReporter.html epoch 0 platforms darwin depends_lib {port:python24 port:subversion-python25bindings} name py-svnreporter maintainers pguyot at kallisys.net long_description {SvnReporter generates various reports in response to commits happening in a Subversion repository. It is intended to be called from the post-commit hook.} categories {python devel} version 0.4 revision 0
 py-swishe 428
 variants universal portdir python/py-swishe description {python binding for swish-e} homepage http://jibe.freeshell.org/bits/SwishE/ epoch 0 platforms darwin depends_lib port:python24 name py-swishe maintainers nomaintainer long_description {Python binding for swish-e, a fast, powerful, flexible, free, and easy to use system for indexing collections of Web pages or other files} categories {python www} version 0.5 revision 0
+py-sympy 593
+variants universal portdir python/py-sympy description {Python module for symbolic mathematics.} homepage http://code.google.com/p/sympy/ epoch 0 platforms darwin depends_lib port:python24 name py-sympy maintainers nomaintainer long_description {SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.} categories {python math} version 0.5.15 revision 0
 py-tables 625
 variants universal portdir python/py-tables description {Python package for users to organize scientific data tables} homepage http://www.pytables.org/ epoch 0 platforms darwin depends_lib {port:python24 port:hdf5 port:py-numpy port:bzip2} name py-tables maintainers nomaintainer long_description {The goal of PyTables is to enable the end user to manipulate easily scientific data tables, numarray objects and Numerical Python objects in a persistent, hierarchical structure. The foundation of the underlying hierachical data organization is the excellent HDF5 library.} categories {python science} version 2.0.2 revision 0
 py-tahchee 463
@@ -7278,6 +7280,8 @@
 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 1082
 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 {openmaintainer 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 strin
 g substitution, as is traditional).} categories {python databases} version 0.10.2 revision 0
+py25-sympy 597
+variants universal portdir python/py25-sympy description {Python module for symbolic mathematics.} homepage http://code.google.com/p/sympy/ epoch 0 platforms darwin depends_lib port:python25 name py25-sympy maintainers nomaintainer long_description {SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.} categories {python math} version 0.5.15 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
@@ -7836,8 +7840,8 @@
 variants universal description {Aircrack-ng is the next generation of aircrack with lots of new features} portdir security/aircrack-ng homepage http://aircrack-ng.org epoch 0 platforms darwin name aircrack-ng long_description {aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, thus making the attack much faster compared to other WEP cracking tools. In fact, aircrack is a set of tools for auditing wireless networks.} maintainers sbranzo at gmail.com categories security version 0.9.3 revision 1
 apg 572
 variants universal portdir security/apg description {tool set for random password generation} homepage http://www.adel.nursat.kz/apg/ epoch 0 platforms darwin name apg depends_lib lib:crypto:openssl maintainers css at macports.org long_description {APG generates random passwords. Its pronounceable password generation algorithm conforms to NIST FIPS 181, and its random character algorithm has 35 configurable modes. APG supports ANSI X9.17 random number generation (CAST/SHA1) with a built-in password quality checking system.} version 2.2.3 categories security revision 0
-authforce 741
-variants universal portdir security/authforce description {A HTTP authentication brute forcer.} homepage http://kapheine.hypa.net/authforce/ epoch 0 platforms darwin name authforce depends_lib {lib:libintl:gettext lib:glib-2:glib2} long_description {Authforce is an HTTP authentication brute forcer. Using various methods, it attempts brute force username and password pairs for a site. It has the ability to try common username and passwords, username derivations, and common username/password pairs. It is used to both test the security of your site and to prove the insecurity of HTTP authentication based on the fact that users just don?t pick good passwords.} maintainers nomaintainer version 0.9.6 categories {security www} revision 0
+authforce 742
+variants universal portdir security/authforce description {A HTTP authentication brute forcer.} homepage http://kapheine.hypa.net/authforce/ epoch 0 platforms darwin name authforce depends_lib {port:gettext port:glib2 port:readline} long_description {Authforce is an HTTP authentication brute forcer. Using various methods, it attempts brute force username and password pairs for a site. It has the ability to try common username and passwords, username derivations, and common username/password pairs. It is used to both test the security of your site and to prove the insecurity of HTTP authentication based on the fact that users just don?t pick good passwords.} maintainers nomaintainer version 0.9.6 categories {security www} revision 0
 base 443
 variants universal portdir security/base description {Basic Analysis and Security Engine - Snort web frontend} homepage http://secureideas.sourceforge.net/ epoch 0 depends_run {port:gd2 port:adodb} platforms darwin name base maintainers markd long_description {Basic Analysis and Security Engine - based on the ACID project. It provides a web front-end to query and analyze the alerts from SNORT.} version 1.3.9 categories security revision 0
 bkhive 348

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080615/0a28c5ea/attachment-0001.htm 


More information about the macports-changes mailing list