[27924] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 00:37:09 PDT 2007


Revision: 27924
          http://trac.macosforge.org/projects/macports/changeset/27924
Author:   dluke at macports.org
Date:     2007-08-16 00:37:08 -0700 (Thu, 16 Aug 2007)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2007-08-16 07:11:46 UTC (rev 27923)
+++ trunk/dports/PortIndex	2007-08-16 07:37:08 UTC (rev 27924)
@@ -224,8 +224,8 @@
 variants universal description {A fast archiver with a good compression ratio} portdir archivers/ppmd homepage http://packages.debian.org/unstable/utils/ppmd epoch 0 platforms darwin name ppmd long_description {PPMD is a fast archiver with a good compression ratio. It is written for embedding in user programs mainly it is not intended for immediate use. Speed and performance improvements of abstract PPM model 1-6 are the main goal.} maintainers nomaintainer at macports.org categories archivers version 20050811 revision 0
 rzip 517
 variants {universal darwin_8} description {Compression program similar to gzip or bzip2} portdir archivers/rzip homepage http://rzip.samba.org/ epoch 0 platforms darwin name rzip long_description {rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage from long distance redundancies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.} maintainers nomaintainer at macports.org categories archivers version 2.1 revision 0
-sharutils 325
-variants universal description {Shell archiver utilities} portdir archivers/sharutils homepage http://www.gnu.org/software/sharutils/ epoch 0 depends_lib port:gettext name sharutils long_description {Creates and helps unpack shell archives} maintainers nomaintainer at macports.org categories archivers version 4.6.3 revision 0
+sharutils 757
+variants universal description {Shell archiver utilities} portdir archivers/sharutils homepage http://www.gnu.org/software/sharutils/ epoch 0 depends_lib port:gettext name sharutils long_description {GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. A wide range of features provide extensive flexibility in manufacturing shars and in specifying shar smartness. For example, shar may compress files, uuencode binary files, split long files and construct multi-part mailings, ensure correct unsharing order, and provide simplistic checksums.} maintainers nomaintainer categories archivers version 4.6.3 revision 0
 star 375
 variants universal depends_build port:smake portdir archivers/star description {fast and POSIX 1003.1 conformant tar implementation} homepage http://cdrecord.berlios.de/old/private/star.html epoch 0 platforms darwin name star maintainers mww at macports.org long_description {{fast and POSIX 1003.1 conformant tar implementation}} version 1.5a83 categories archivers revision 0
 szip 747
@@ -676,10 +676,10 @@
 variants universal portdir devel/aegis description {Aegis is a SCM/CASE tool with a difference} homepage http://aegis.sourceforge.net/ epoch 0 platforms darwin name aegis depends_lib {port:libxml2 port:zlib port:bison port:gettext port:file port:cook} maintainers {boeyms openmaintainer} long_description {In the spirit of the UNIX Operating System, Aegis is a small component designed to work with other programs. Among other things, it supports geographically distributed development on both push and pull models and on many distribution topologies, concurrent editing, atomic locking for changesets over multiple files, and perhaps most usefully, enforcement of tests on changes to the baseline to ensure that it always works.} version 4.22 categories devel revision 0
 agprocess 528
 portdir devel/agprocess platforms macosx description {framework class for reporting Unix process statistics} name agprocess categories {devel framework} version 0.5 homepage http://agkit.sourceforge.net/ revision 0 epoch 0 maintainers nomaintainer long_description {AGProcess is a class for reporting Unix process statistics. It is similar to NSProcessInfo except that it provides more information, and can represent any process, not just the current process. Additionally it provides methods for sending signals to processes.}
-agregex 563
-variants universal description {a Perl-compatible regex framework for using the PCRE library} portdir devel/agregex homepage http://sourceforge.net/projects/agkit/ epoch 0 platforms darwin name agregex long_description {AGRegex provides Perl-compatible pattern matching to Cocoa applications. Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England.} maintainers nomaintainer at macports.org categories {devel framework} version 0.4 revision 0
-agsocket 876
-variants universal description {yet another BSD sockets framework for use in Cocoa applications} portdir devel/agsocket homepage http://agkit.sourceforge.net/ epoch 0 platforms darwin name agsocket long_description {AGSocket is yet another BSD sockets framework for use in Cocoa applications. The primary class is AGSocket, this can be used for TCP sockets, UDP sockets, raw sockets, whatever. Additionally several socket address classes are included, notably AGInetSocketAddress for vanilla Internet socket addresses. Unlike some of the other excellent sockets frameworks already available, AGSocket is primarily designed for asynchronous I/O thanks to the underlying CFSocket API (though there's nothing stopping you from using it for normal synchronous I/O if you are so inclined).} maintainers nomaintainer at macports.org categories {devel framework} version 0.3 revision 0
+agregex 522
+portdir devel/agregex platforms macosx description {a Perl-compatible regex framework for using the PCRE library} name agregex categories {devel framework} version 0.4 homepage http://agkit.sourceforge.net/ revision 0 epoch 0 maintainers nomaintainer long_description {AGRegex provides Perl-compatible pattern matching to Cocoa applications. Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England.}
+agsocket 844
+portdir devel/agsocket platforms darwin description {yet another BSD sockets framework for use in Cocoa applications} name agsocket categories {devel framework} version 0.3 homepage http://agkit.sourceforge.net/ revision 0 epoch 0 maintainers nomaintainer long_description {AGSocket is yet another BSD sockets framework for use in Cocoa applications. The primary class is AGSocket, this can be used for TCP sockets, UDP sockets, raw sockets, whatever. Additionally several socket address classes are included, notably AGInetSocketAddress for vanilla Internet socket addresses. Unlike some of the other excellent sockets frameworks already available, AGSocket is primarily designed for asynchronous I/O thanks to the underlying CFSocket API (though there's nothing stopping you from using it for normal synchronous I/O if you are so inclined).}
 alex 480
 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.1.0 categories devel revision 0
 allegro 434
@@ -826,8 +826,8 @@
 variants universal description {Reimplementation of ctags(1)} portdir devel/ctags homepage http://ctags.sourceforge.net/ epoch 0 platforms {darwin freebsd} name ctags long_description {Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.} maintainers nomaintainer at macports.org categories devel version 5.6 revision 0
 cups-headers 268
 portdir devel/cups-headers variants {universal darwin_7} description {CUPS (Common Unix Printing System) headers for Panther (Mac OS X 10.3.x)} platforms darwin name cups-headers version 1.1.15 categories devel revision 1 epoch 0 maintainers nomaintainer at macports.org
-curlhandle 424
-variants {universal darwin_8} portdir devel/curlhandle description {CURLHandle is a framework wrapper around a CURL} homepage http://curlhandle.sourceforge.net/ epoch 0 platforms darwin name curlhandle depends_lib {lib:libz.1:zlib lib:libssl.0.9:openssl port:curl} maintainers nomaintainer at macports.org long_description {{CURLHandle is a framework wrapper around a CURL}} version 1.9 categories {devel framework} revision 0
+curlhandle 342
+depends_build port:curl description {CURLHandle is a framework wrapper around a CURL} portdir devel/curlhandle homepage http://curlhandle.sourceforge.net/ epoch 0 platforms macosx name curlhandle maintainers nomaintainer long_description {{CURLHandle is a framework wrapper around a CURL}} categories {devel framework} version 1.9 revision 0
 cvs 459
 variants {universal gssapi proxy} description {Concurrent Versions System} portdir devel/cvs-port homepage http://www.nongnu.org/cvs/ epoch 0 platforms darwin name cvs maintainers yeled at macports.org long_description {CVS is the Concurrent Versions System, the dominant open-source network-transparent version control system. CVS is useful for everyone from individual developers to large, distributed teams:} categories {devel net} version 1.11.22 revision 0
 cvs2svn 503
@@ -1248,8 +1248,8 @@
 variants universal description {Real-time data compression library} portdir devel/lzo homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers blb at macports.org categories {devel compression} version 1.08 revision 0
 m4 663
 variants {universal with_default_names} description {GNU macro processor} portdir devel/m4 homepage http://www.gnu.org/software/m4/ epoch 0 platforms darwin name m4 long_description {GNU `m4' is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has built-in functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them.} maintainers {blair openmaintainer at macports.org} categories devel version 1.4.9 revision 0
-macstl 352
-variants universal description {C++ header library} portdir devel/macstl homepage http://www.pixelglow.com/macstl/ epoch 0 platforms darwin name macstl long_description {The C++ header library designed to bring the Macintosh into the world of modern generic programming.} maintainers nomaintainer at macports.org categories devel version 0.2.2 revision 0
+macstl 420
+variants universal description {C++ header library} portdir devel/macstl homepage http://www.pixelglow.com/macstl/ epoch 0 platforms macosx name macstl long_description {The C++ header library designed to bring the Macintosh into the world of modern generic programming, and deliver the surprising speed of SIMD in an intuitive cross-platform package.} maintainers nomaintainer version 0.3.1 categories devel revision 0
 mercurial 948
 variants universal description {A fast, lightweight, distributed SCM system written in Python.} portdir devel/mercurial homepage http://www.selenic.com/mercurial/ epoch 0 name mercurial depends_lib port:python24 long_description {Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.} maintainers deric at macports.org version 0.9.4 categories {devel python} revision 0
 mhash 396
@@ -1597,9 +1597,9 @@
 vile 543
 variants universal description {Vi Like Emacs} portdir editors/vile homepage http://invisible-island.net/vile/ epoch 0 platforms darwin name vile long_description {vile is a text editor which is extremely compatible with vi in terms of finger feel. in addition, it has extended capabilities in many areas, notably multi-file editing and viewing, key rebinding, real X window system support, an optional embedded perl interpreter, and robust support for non-Unix hosts.} maintainers waqar at macports.org categories editors version 9.5 revision 0
 vim 568
-variants {universal athena gtk1 gtk2 motif tiny small big huge multibyte xim perl python ruby tcl cscope nls} portdir editors/vim description {Vi {"workalike"} with many additional features} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim depends_lib port:ncurses maintainers {pipping at macports.org raimue at macports.org openmaintainer at macports.org} long_description {Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set.} version 7.1.058 categories editors revision 0
+variants {universal athena gtk1 gtk2 motif tiny small big huge multibyte xim perl python ruby tcl cscope nls} portdir editors/vim description {Vi {"workalike"} with many additional features} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim depends_lib port:ncurses maintainers {pipping at macports.org raimue at macports.org openmaintainer at macports.org} long_description {Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set.} version 7.1.079 categories editors revision 0
 vim-app 536
-variants {universal big huge multibyte xim perl python ruby tcl cscope darwin_i386} portdir editors/vim-app description {Vim.app is a GUI version of the famous editor vim.} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim-app depends_lib {port:gettext port:ncurses} maintainers raimue at macports.org long_description {This port provides Vim.app, a GUI version of the famous editor vim. Vim is a highly configurable text editor built to enable efficient text editing.} version 7.1.058 categories editors revision 0
+variants {universal big huge multibyte xim perl python ruby tcl cscope darwin_i386} portdir editors/vim-app description {Vim.app is a GUI version of the famous editor vim.} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim-app depends_lib {port:gettext port:ncurses} maintainers raimue at macports.org long_description {This port provides Vim.app, a GUI version of the famous editor vim. Vim is a highly configurable text editor built to enable efficient text editing.} version 7.1.079 categories editors revision 0
 xemacs 537
 variants {universal mule sumo carbon_beta} portdir editors/xemacs description {A highly customizable open source text editor.} homepage http://www.xemacs.org epoch 0 platforms darwin name xemacs depends_lib {port:libpng port:Xaw3d} maintainers nomaintainer at macports.org long_description {XEmacs is a highly customizable open source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs.} version 21.4.20 categories editors revision 2
 xwpe 391
@@ -2464,8 +2464,8 @@
 variants {universal autotrace} portdir graphics/mftrace description {Trace TeX bitmap font to PFA, PFB, or TTF font} homepage http://lilypond.org/mftrace/ epoch 0 platforms darwin name mftrace depends_lib {bin:python:python23 bin:potrace:potrace bin:t1asm:t1utils bin:tex:teTeX} maintainers {mas at macports.org openmaintainer at macports.org} long_description {A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. It is licensed under the GNU GPL.} version 1.2.14 categories graphics revision 0
 mpg2ppm 353
 variants universal description {mpg2ppm is a MPEG-VStream decoder based on mpeg2decode} portdir graphics/mpg2ppm homepage http://mpg2ppm.sourceforge.net/ epoch 0 platforms darwin name mpg2ppm long_description {{mpg2ppm is a MPEG-VStream decoder based on mpeg2decode}} maintainers mww at macports.org categories {graphics multimedia} version 1.3 revision 0
-netpbm 572
-variants {universal darwin_8} portdir graphics/netpbm description {Image manipulation} homepage http://netpbm.sourceforge.net/ epoch 0 platforms darwin name netpbm depends_lib {port:zlib port:jpeg port:tiff port:libpng port:jasper} maintainers nomaintainer at macports.org long_description {A whole bunch of utilities for primitive manipulation of graphic images. Wide array of converters from one graphics format to another. E.g. from g3 fax format to jpeg. Many basic graphics editing tools such as magnifying and cropping.} version 10.26.44 categories graphics revision 0
+netpbm 596
+variants {universal darwin_8 freebsd} portdir graphics/netpbm description {Image manipulation} homepage http://netpbm.sourceforge.net/ epoch 0 platforms {darwin freebsd linux} name netpbm depends_lib {port:zlib port:jpeg port:tiff port:libpng port:jasper} maintainers nomaintainer at macports.org long_description {A whole bunch of utilities for primitive manipulation of graphic images. Wide array of converters from one graphics format to another. E.g. from g3 fax format to jpeg. Many basic graphics editing tools such as magnifying and cropping.} version 10.26.44 categories graphics revision 0
 ocrad 515
 variants {universal darwin_8} description {ocrad is an optical character recognition program} portdir graphics/ocrad homepage http://www.gnu.org/software/ocrad/ocrad.html epoch 0 platforms darwin name ocrad long_description {GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. It reads a bitmap image in pbm format and produces text in byte (8-bit) or UTF-8 formats.} maintainers mww at macports.org categories graphics version 0.17 revision 0
 openclipart 390
@@ -6858,8 +6858,8 @@
 variants universal portdir shells/bash description {Bash (bourne-again shell) is a UNIX command interpreter} homepage http://www.gnu.org/software/bash/bash.html epoch 0 platforms {darwin freebsd} name bash depends_lib {port:gettext port:readline} maintainers yeled at macports.org long_description {Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.} version 3.2.17 categories shells revision 0
 eash 662
 variants universal portdir shells/eash description {Enterprise Audit Shell} homepage http://sourceforge.net/projects/eash/ epoch 0 platforms darwin name eash depends_lib port:openssl maintainers brett at librum.org long_description {Enterprise Audit Shell is an audit framework specifically designed to be used with sudo in large, enterprise environments. EAS starts where sudo leaves off, yet takes advantage of what sudo does best: access control. Because EAS was designed as a framework, it's completely transparent to the end-users and it allows the System Administrator to add personalized extensions and plug-ins.} version 2.0.00 categories shells revision 0
-fish 496
-variants {universal darwin_8} depends_build bin:doxygen:doxygen portdir shells/fish description {user friendly command line shell for UNIX-like operating systems} homepage http://www.fishshell.org/ epoch 0 platforms darwin depends_lib {lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext} name fish maintainers eridius at macports.org long_description {fish is a user friendly command line shell for UNIX-like operating systems like Darwin.} version 1.22.3 categories shells revision 0
+fish 610
+variants {universal darwin_8 xsel} depends_build bin:doxygen:doxygen variant_desc {xsel {enable xsel support, only appropriate for use within X11}} portdir shells/fish description {user friendly command line shell for UNIX-like operating systems} homepage http://www.fishshell.org/ epoch 0 platforms darwin depends_lib {lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext} name fish maintainers {eridius at macports.org openmaintainer at macports.org} long_description {fish is a user friendly command line shell for UNIX-like operating systems like Darwin.} categories shells version 1.22.3 revision 1
 ksh93 332
 variants universal description {The AT&T Korn shell} portdir shells/ksh93 homepage http://www.research.att.com/sw/download/ epoch 0 platforms {darwin freebsd} name ksh93 long_description {The official version of ksh-93, by David Korn and AT&T research} maintainers yeled at macports.org categories shells version 2007-06-28 revision 0
 pdksh 577
@@ -7400,8 +7400,8 @@
 variants universal description {A number of simple utilties for manipulating HTML and XML files.} portdir textproc/html-xml-utils homepage http://www.w3.org/Tools/HTML-XML-utils/ epoch 0 platforms darwin name html-xml-utils long_description {{A number of simple utilties for manipulating HTML and XML files.}} maintainers nomaintainer at macports.org categories textproc version 3.7 revision 1
 html2text 730
 variants {universal darwin_7} description {Utility to convert HTML documents into plain text.} portdir textproc/html2text homepage http://www.mbayer.de/html2text/ epoch 0 platforms darwin name html2text long_description {html2text is a command line utility, written in C++, that converts HTML documents into plain text. Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output-file. The input-URI may specify a remote site, from that the documents are loaded via the Hypertext Transfer Protocol (HTTP).} maintainers nomaintainer at macports.org categories textproc version 1.3.2a revision 3
-htmldoc 548
-variants {universal ssl gnutls cdsassl} portdir textproc/htmldoc description {Converts HTML files to PDF or PostScript} homepage http://www.easysw.com/htmldoc/ epoch 0 platforms darwin name htmldoc depends_lib {port:jpeg port:libpng port:zlib} maintainers nomaintainer at macports.org long_description {htmldoc can convert HTML files to PDF or PostScript, generate a table-of-contents for books, and generate indexed HTML files. It also generates files on-the-fly for web applications or for batch jobs.} version 1.8.27 categories textproc revision 0
+htmldoc 528
+variants {universal ssl gnutls cdsassl} portdir textproc/htmldoc description {Converts HTML files to PDF or PostScript} homepage http://www.htmldoc.org/ epoch 0 platforms darwin name htmldoc depends_lib {port:jpeg port:libpng port:zlib} maintainers nomaintainer long_description {htmldoc can convert HTML files to PDF or PostScript, generate a table-of-contents for books, and generate indexed HTML files. It also generates files on-the-fly for web applications or for batch jobs.} version 1.8.27 categories textproc revision 0
 hyperestraier 964
 variants {universal macosx mecab no-zlib lzo bzip2} depends_build bin:pkg-config:pkgconfig portdir textproc/hyperestraier description {Hyper Estraier is a full-text search system.} homepage http://hyperestraier.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:qdbm port:libiconv port:zlib} name hyperestraier maintainers {rsky0711 at gmail.com pelopor at nifty.com} long_description {Hyper Estraier is a full-text search system. It has the following characteristics. (1) High performance of search (2) High scalability of target documents (3) Perfect recall ratio by N-gram method (4) High precision by hybrid mechanism of N-gram and morphological analyzer (5) Phrase search, regular expressions, attribute search, and similarity search (6) Multilingualism with Unicode (7) Independent of file format and repository (8) Intelligent web crawler (9) Simple and powerful API (10) Supporting P2P architecture.} version 1.4.10 categories {textproc net} revision 0
 idnits 449

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


More information about the macports-changes mailing list