[19979] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 7 12:39:17 PDT 2006


Revision: 19979
          http://trac.macosforge.org/projects/macports/changeset/19979
Author:   dluke at macports.org
Date:     2006-10-07 12:39:16 -0700 (Sat, 07 Oct 2006)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2006-10-07 19:06:28 UTC (rev 19978)
+++ trunk/dports/PortIndex	2006-10-07 19:39:16 UTC (rev 19979)
@@ -4222,6 +4222,10 @@
 description {Abstract database access module for Perl} portdir perl/p5-dbi homepage http://dbi.perl.org/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-dbi long_description {The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.} maintainers toby at opendarwin.org categories perl version 1.50 revision 0
 p5-dbix-contextualfetch 610
 description {Add contextual fetches to DBI} portdir perl/p5-dbix-contextualfetch homepage http://search.cpan.org/dist/DBIx-ContextualFetch/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-dbi} name p5-dbix-contextualfetch long_description {It always struck me odd that DBI didn't take much advantage of Perl's context sensitivity. DBIx::ContextualFetch redefines some of the various fetch methods to fix this oversight. It also adds a few new methods for convenience (though not necessarily efficiency).} maintainers narf_tm at macports.org categories perl version 1.03 revision 0
+p5-dbix-dbschema 362
+description {Database-independent schema objects} portdir perl/p5-dbix-dbschema homepage http://search.cpan.org/dist/DBIx-DBSchema/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-dbix-dbschema long_description {{Database-independent schema objects}} maintainers nomaintainer at macports.org categories perl version 0.31 revision 0
+p5-dbix-searchbuilder 586
+description {Deal with multiple SearchBuilder result sets as one} portdir perl/p5-dbix-searchbuilder homepage http://search.cpan.org/dist/DBIx-SearchBuilder/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-dbix-dbschema port:p5-dbd-sqlite port:p5-class-accessor port:p5-cache-simple-timedexpiry port:p5-class-returnvalue port:p5-clone port:p5-dbi port:p5-encode port:p5-want} name p5-dbix-searchbuilder long_description {{Deal with multiple SearchBuilder result sets as one}} maintainers nomaintainer at macports.org categories perl version 1.45 revision 0
 p5-dbm-deep 697
 description {A pure perl persistent multi-level hash/array DBM} portdir perl/p5-dbm-deep homepage http://search.cpan.org/dist/DBM-Deep/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-dbm-deep long_description {A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM.} maintainers darwinports at opendarwin.org categories perl version 0.96 revision 0
 p5-devel-cover 387
@@ -4520,10 +4524,14 @@
 description {lookup the username on the remote end of a TCP/IP connection} portdir perl/p5-net-ident homepage http://search.cpan.org/dist/Net-Ident/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-ident long_description {Net::Ident is a module that looks up the username on the remote side of a TCP/IP connection through the ident (auth/tap) protocol described in RFC1413 (which supersedes RFC931).} maintainers darwinports at opendarwin.org categories perl version 1.20 revision 1
 p5-net-ip 665
 description {Perl extension for manipulating IPv4/IPv6 addresses} portdir perl/p5-net-ip homepage http://search.cpan.org/dist/Net-IP/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-ip long_description {Net-IP rovides functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently.} maintainers darwinports at opendarwin.org categories perl version 1.25 revision 0
+p5-net-ipv4addr 602
+description {Parse IPv4 addresses in traditional and CIDR formats} portdir perl/p5-net-ipv4addr homepage http://search.cpan.org/dist/Net-IPv4Addr/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-ipv4addr long_description {Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.} maintainers blair at orcaware.com categories perl version 0.10 revision 0
 p5-net-nslookup 364
 description {Provide nslookup(1)-like capabilities} portdir perl/p5-net-nslookup homepage http://search.cpan.org/dist/Net-Nslookup/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-nslookup long_description {{Provide nslookup(1)-like capabilities}} maintainers darwinports at opendarwin.org categories perl version 1.16 revision 0
 p5-net-pcap 700
 description {Interface to pcap(3) LBL packet capture library} portdir perl/p5-net-pcap homepage http://search.cpan.org/dist/Net-Pcap/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-parse-recdescent port:libpcap} name p5-net-pcap long_description {Net::Pcap is a Perl binding to the LBL pcap(3) library, version 0.4. The README for libpcap describes itself as: a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.} maintainers sal at email.arc.nasa.gov categories perl version 0.04 revision 0
+p5-net-ping-external 772
+description {Cross-platform interface to ICMP 'ping' utilities} portdir perl/p5-net-ping-external homepage http://search.cpan.org/dist/Net-Ping-External/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-ping-external long_description {Net::Ping::External is a module which interfaces with the 'ping' command on many systems. It presently provides a single function, 'ping()', that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will.} maintainers blair at orcaware.com categories perl version 0.11 revision 0
 p5-net-server 552
 description {Extensible, general Perl server engine} portdir perl/p5-net-server homepage http://search.cpan.org/dist/Net-Server/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-net-server long_description {Net::Server is an extensible, generic Perl server engine. Net::Server combines the good properties from Net::Daemon (0.34), NetServer::Generic (1.03), and Net::FTPServer (1.0), and also from various concepts in the Apache Webserver.} maintainers darwinports at opendarwin.org categories perl version 0.87 revision 0
 p5-net-sms 721
@@ -4732,6 +4740,8 @@
 description {Class names in Perl often don't sound great when spoken} portdir perl/p5-universal-moniker homepage http://search.cpan.org/dist/UNIVERSAL-moniker/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-lingua-en-inflect} name p5-universal-moniker long_description {Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like customer or basket when we are referring to My::Site::User::Customer or My::Site::Shop::Basket. We thought it would be nice if our classes knew what we would prefer to call them.} maintainers mat at FreeBSD.org categories perl version 0.08 revision 0
 p5-universal-require 365
 description {require() modules from a variable} portdir perl/p5-universal-require homepage http://search.cpan.org/dist/UNIVERSAL-require/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-universal-require long_description {{require() modules from a variable}} maintainers narf_tm at macports.org categories perl version 0.10 revision 0
+p5-unix-syslog 378
+description {Access to the Unix system logger via Perl's XSUBs} portdir perl/p5-unix-syslog homepage http://search.cpan.org/dist/Unix-Syslog/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-unix-syslog long_description {{Access to the Unix system logger via Perl's XSUBs}} maintainers blair at orcaware.com categories perl version 0.100 revision 0
 p5-uri 524
 description {Uniform Resource Identifiers (absolute and relative)} portdir perl/p5-uri homepage http://search.cpan.org/dist/URI/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-uri long_description {This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and updated by RFC 2732.} maintainers darwinports at opendarwin.org categories perl version 1.35 revision 0
 p5-vcp-autrijus-snapshot 611
@@ -4839,7 +4849,7 @@
 pcal 485
 portdir print/pcal description {PostScript calendar program} variants a4 name pcal version 4.9.1 categories print homepage http://pcal.sourceforge.net/ revision 0 epoch 0 maintainers sam.falkner at gmail.com long_description {Pcal is a program to print PostScript calendars for any month and year. By default, it looks for a file in the home directory named calendar for entries with leading dates matching dates on the calendar, and prints any following text under the appropriate day.}
 pdflib 440
-variants {java perl python tcl darwin_8} description {library of C routines to programmatically generate PDF files} portdir print/pdflib homepage http://www.pdflib.com/products/pdflib/ epoch 0 platforms darwin name pdflib long_description {PDFlib is a library of C routines which allow you to programmatically generate files in Adobe's Portable Document format PDF.} maintainers mww at opendarwin.org categories print version 6.0.3 revision 0
+variants {java perl python tcl darwin_8} description {library of C routines to programmatically generate PDF files} portdir print/pdflib homepage http://www.pdflib.com/products/pdflib/ epoch 0 platforms darwin name pdflib long_description {PDFlib is a library of C routines which allow you to programmatically generate files in Adobe's Portable Document format PDF.} maintainers mww at opendarwin.org categories print version 7.0.0 revision 0
 ps2eps 714
 portdir print/ps2eps description {PostScript to Encapsulated Postscript (EPS) conversion utility} name ps2eps version 1.58 categories print homepage http://www.tm.uka.de/~bless/ps2eps revision 0 epoch 0 maintainers aschenke at tampabay.rr.com long_description {ps2eps is a tool (written in Perl) to produce Encapsulated Postscript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct bounding boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are often needed for including (scalable) graphics of high quality into TeX/LaTeX (or even Word) documents.} depends_run {port:ghostscript bin:perl:perl5.8}
 pscal 347
@@ -6801,7 +6811,7 @@
 php4 564
 variants {darwin_6 darwin_7 darwin_8 freebsd macosx apache apache2 crypt curl gd mysql3 mysql4 mysql5 postgresql8 ldap imap xslt} description {PHP: Hypertext Preprocessor} portdir www/php4 epoch 0 platforms {darwin freebsd} depends_lib {port:libiconv port:expat port:gettext port:zlib port:openssl port:tiff port:libxml2} name php4 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} maintainers jwa at macports.org categories {lang php www} version 4.4.4 revision 2
 php5 717
-variants {darwin_6 darwin_7 darwin_8 freebsd macosx apache apache2 fastcgi snmp macports_snmp mysql3 mysql4 mysql5 postgresql} description {PHP: Hypertext Preprocessor} portdir www/php5 epoch 0 platforms {darwin freebsd} depends_lib {port:libxml2 port:libxslt port:openssl port:tidy port:zlib port:libiconv port:expat port:gettext port:tiff lib:libmhash:mhash port:libmcrypt lib:c-client:cclient port:curl port:jpeg port:libpng port:freetype} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} maintainers {macports-2006 at ryandesign.com, jwa at macports.org} categories {lang php www} version 5.1.6 revision 1
+variants {darwin_6 darwin_7 darwin_8 freebsd macosx apache apache2 fastcgi snmp macports_snmp mysql3 mysql4 mysql5 postgresql} description {PHP: Hypertext Preprocessor} portdir www/php5 epoch 0 platforms {darwin freebsd} depends_lib {port:libxml2 port:libxslt port:openssl port:tidy port:zlib port:libiconv port:expat port:gettext port:tiff lib:libmhash:mhash port:libmcrypt lib:c-client:cclient port:curl port:jpeg port:libpng port:freetype} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} maintainers {macports-2006 at ryandesign.com, jwa at macports.org} categories {lang php www} version 5.1.6 revision 2
 phpbb 754
 variants {apache php4 mysql3 mysql4 postgresql7 postgresql8} portdir www/phpbb description {A PHP-based bulletin board / discussion forum system} homepage http://www.phpbb.com epoch 0 platforms {darwin freebsd} name phpbb depends_lib {port:apache2 port:php5 port:mysql5} maintainers joe at opendarwin.org long_description {phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.} version 2.0.19 categories {www php} revision 0
 phpicalendar 334
@@ -6912,8 +6922,8 @@
 portdir x11/eyeclock description {A clock with eyes following the mouse pointer} platforms darwin name eyeclock version 2.0 categories x11 homepage http://web.ffn.ne.jp/~hsakai/myfreesoft/index.html#3 revision 0 epoch 0 maintainers darwinports at opendarwin.org long_description {EyeClock is a simple clock application for X11. You can put your favorite picture on the face of the clock. And you can move the eyes of the picture following the mouse pointer.}
 fireworkx 329
 description {pyrotechnic simulation eye-candy for X11} portdir x11/fireworkx homepage http://www.ronybc.8k.com/fireworkx.htm epoch 0 platforms darwin depends_lib lib:libX11.6:XFree86 name fireworkx long_description {{pyrotechnic simulation eye-candy for X11}} maintainers mww at opendarwin.org categories x11 version 1.3 revision 0
-fltk 776
-variants {darwin macosx} portdir x11/fltk description {Fast Light Tool Kit} homepage http://www.fltk.org/ epoch 0 platforms darwin name fltk depends_lib {lib:libX11.6:XFree86 port:jpeg port:libpng port:Xft2 port:zlib} maintainers darwinports at opendarwin.org long_description {FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.} version 1.1.6 categories x11 revision 0
+fltk 750
+description {Fast Light Tool Kit} portdir x11/fltk homepage http://www.fltk.org/ epoch 0 platforms darwin depends_lib {lib:libX11.6:XFree86 port:jpeg port:libpng port:Xft2 port:zlib} name fltk long_description {FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.} maintainers nomaintainer at macports.org categories x11 version 1.1.7 revision 0
 fluxbox 517
 description {Lightweight window manager based on Blackbox 0.61.1} portdir x11/fluxbox homepage http://fluxbox.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib {lib:libX11.6:XFree86 lib:libXext.6:XFree86} name fluxbox maintainers pmq at macports.org long_description {It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compatibility).} categories {x11 x11-wm} version 1.0rc2 revision 0
 fox 404

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061007/2e13d1df/attachment.html


More information about the macports-changes mailing list