[37006] trunk/dports/PortIndex

dluke at macports.org dluke at macports.org
Thu May 22 12:43:55 PDT 2008


Revision: 37006
          http://trac.macosforge.org/projects/macports/changeset/37006
Author:   dluke at macports.org
Date:     2008-05-22 12:43:54 -0700 (Thu, 22 May 2008)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-05-22 19:41:00 UTC (rev 37005)
+++ trunk/dports/PortIndex	2008-05-22 19:43:54 UTC (rev 37006)
@@ -632,8 +632,8 @@
 variants universal description {The GNU database manager} portdir databases/gdbm homepage http://www.gnu.org/software/gdbm/gdbm.html epoch 0 platforms {darwin freebsd} name gdbm long_description {The GNU `dbm' is a library of database functions that use extendible hashing and works similar to the standard UNIX `dbm' functions. These routines are provided to a programmer needing to create and manipulate a hashed database.} maintainers digdog at macports.org categories databases version 1.8.3 revision 1
 gigabase 554
 variants universal description {Main Memory Relational Database Management System} portdir databases/gigabase homepage http://www.garret.ru/~knizhnik/gigabase.html epoch 0 platforms darwin name gigabase long_description {GigaBASE is object-relational embedded database engine for C++ applications. It provides SQL-like query language, smart C++ interface (loading objects instead of tupples), transaction based on shadowing page algorithm (no separate log file and very fast).} maintainers waqar at macports.org categories databases version 3.15 revision 0
-libgda3 721
-variants {universal with_mysql3 with_mysql4 with_mysql5 with_postgresql82 with_bdb46 without_bdb} depends_build {port:flex port:m4 port:pkgconfig port:gnome-doc-utils} portdir databases/libgda3 description {GDA provides uniform access to diffent kinds of data sources.} homepage http://www.gnome-db.org/ epoch 0 platforms darwin name libgda3 depends_lib {port:gettext port:libiconv port:libxml2 port:ncurses port:p5-xml-parser port:perl5.8 port:readline port:zlib port:glib2 port:db46} long_description {GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc).} maintainers nomaintainer version 3.0.4 categories gnome revision 0
+libgda3 1074
+variants {universal with_mysql3 with_mysql4 with_mysql5 with_postgresql82 with_postgresql83 with_bdb46 without_bdb} depends_build {port:flex port:m4 port:pkgconfig port:gnome-doc-utils} variant_desc {with_mysql3 {support for MySQL 3.x} with_mysql4 {support for MySQL 4.x} with_mysql5 {support for current MySQL 5.x} with_postgresql82 {support for PostgreSQL 8.2.x} with_postgresql83 {support for PostgreSQL 8.3.x} with_bdb46 {support for Berkeley DB 4.6} without_bdb {remove support for Berkeley DB}} portdir databases/libgda3 description {GDA provides uniform access to diffent kinds of data sources.} homepage http://www.gnome-db.org/ epoch 0 platforms darwin name libgda3 depends_lib {port:gettext port:libiconv port:libxml2 port:ncurses port:p5-xml-parser port:perl5.8 port:readline port:zlib port:glib2 port:db46} long_description {GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc).} ma
 intainers {jwa openmaintainer} categories {databases gnome} version 3.0.4 revision 1
 libsdb 457
 variants {universal darwin_8} description {Simple database library} portdir databases/libsdb homepage http://siag.nu/libsdb/ epoch 0 platforms darwin name libsdb long_description {This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources.} maintainers nomaintainer categories databases version 0.6.2 revision 0
 metakit 566
@@ -700,8 +700,8 @@
 variants {universal macosx debug bzip2 lzo} portdir databases/qdbm description {QDBM is a library of routines for managing a database.} homepage http://qdbm.sourceforge.net/ epoch 0 platforms darwin name qdbm depends_lib {port:libiconv port:zlib} maintainers {rsky0711 at gmail.com pelopor at nifty.com} long_description {QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} version 1.8.76 categories databases revision 0
 shsql 834
 variants universal description {standalone SQL database that stores data in ascii text files} portdir databases/shsql homepage http://quisp.sourceforge.net/sqlman/html/shsql_home.html epoch 0 platforms darwin name shsql long_description {SHSQL is a standalone SQL database that stores data in ascii text files. It has a small memory footprint and code size and can be embedded directly into applications - there is no server process. SHSQL is a pared-down SQL implementation but retains useful features such as timeout record locking and search engine comparison operators. A shsql database can be updated via SQL, or by editing data files with a text editor. Applications link to the supplied C language API. There is also a command-line SQL utility.} maintainers nomaintainer categories {databases textproc} version 1.24 revision 0
-slony1 427
-variants {universal postgresql82} portdir databases/slony1 description {A replication system for PostgreSQL} homepage http://main.slony.info/ epoch 0 platforms darwin name slony1 depends_lib port:postgresql83 maintainers {wreese at gmail.com jwa} long_description {Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.} version 1.2.14 categories databases revision 0
+slony1 499
+variants {universal postgresql82} variant_desc {postgresql82 {support for PostgreSQL 8.2 instead of 8.3}} portdir databases/slony1 description {A replication system for PostgreSQL} homepage http://main.slony.info/ epoch 0 platforms darwin name slony1 depends_lib port:postgresql83 maintainers {wreese at gmail.com jwa} long_description {Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.} version 1.2.14 categories databases revision 0
 sqlite2 629
 variants universal portdir databases/sqlite2 description {an embedded SQL database engine} homepage http://www.sqlite.org/ epoch 0 platforms darwin name sqlite2 depends_lib port:readline maintainers nomaintainer long_description {SQLite is an SQL database engine in a C library. Programs that link the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.} version 2.8.17 categories databases revision 0
 sqlite3 661
@@ -950,8 +950,8 @@
 portdir devel/dejagnu variants universal description {A framework for testing programs} platforms darwin name dejagnu version 1.4.4 categories devel revision 0 epoch 0 maintainers nomaintainer long_description {DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A Test Harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness.}
 devtodo 579
 variants universal portdir devel/devtodo description {Command line application for maintaining lists of tasks.} homepage http://swapoff.org/DevTodo/ epoch 0 platforms darwin name devtodo depends_lib port:readline maintainers nomaintainer long_description {DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats eg. HTML.} version 0.1.19 categories devel revision 0
-dia2code 382
-variants universal portdir devel/dia2code description {Dia2Code is a small utility used to generate code from a Dia diagram.} homepage http://dia2code.sourceforge.net epoch 0 platforms darwin name dia2code depends_lib port:libxml2 maintainers simon long_description {{Dia2Code is a small utility used to generate code from a Dia diagram.}} version 0.8.3 categories devel revision 0
+dia2code 399
+variants universal portdir devel/dia2code description {Dia2Code is a small utility used to generate code from a Dia diagram.} homepage http://dia2code.sourceforge.net epoch 0 platforms darwin name dia2code depends_lib port:libxml2 maintainers {simon openmaintainer} long_description {{Dia2Code is a small utility used to generate code from a Dia diagram.}} version 0.8.3 categories devel revision 0
 dialog 614
 variants universal portdir devel/dialog description {A utility to create nice user interfaces to shell scripts, or other scripting languages, such as perl.} homepage http://www.invisible-island.net/dialog/ epoch 20080316 platforms darwin name dialog depends_lib {port:ncurses port:ncursesw} maintainers jwa long_description {Dialog is a utility to create nice user interfaces to shell scripts, or other scripting languages, such as perl. It is non-graphical (it uses curses) so it can be run in the console or an xterm. There are also graphical Xwindows versions.} version 1.1-20080316 categories devel revision 0
 diffball 501
@@ -1162,10 +1162,10 @@
 variants {universal mw debug} description {a software build tool like make} portdir devel/jam homepage http://www.perforce.com/jam/jam.html epoch 0 platforms darwin name jam long_description {Jam is a software build tool (like make) from Perforce. It is very powerful tool and it is used for various projects. It is particularly adapted for C/C++ development, multiplatform projects or builds spread on several processors. Mac OS X developer tools actually include a customized version of it.} maintainers pguyot at kallisys.net categories devel version 2.5 revision 1
 judy 472
 variants {universal bit64} description {general purpose dynamic array as a C callable library} portdir devel/judy homepage http://judy.sourceforge.net/ epoch 0 platforms darwin name judy long_description {Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.} maintainers nomaintainer categories devel version 1.0.4 revision 0
-kcachegrind 502
-variants {universal darwin_9} portdir devel/kcachegrind description {KCachegrind - Profiling Visualization} homepage http://kcachegrind.sourceforge.net/ epoch 0 platforms darwin name kcachegrind depends_lib port:kdelibs3 maintainers simon long_description {KCachegrind visualizes traces generated by profiling, including a tree map and a call graph visualization of the calls happening. It's designed to be fast for very large programs like KDE applications.} version 0.4.6 categories devel revision 1
-kdiff3 565
-variants universal portdir devel/kdiff3 description {kdiff3 is a file comparing and merging tool.} homepage http://kdiff3.sourceforge.net/ epoch 0 platforms darwin name kdiff3 depends_lib port:kdelibs3 maintainers simon long_description {kdiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. kdiff3 allows recursive directory comparison and merging as well.} version 0.9.92 categories devel revision 0
+kcachegrind 519
+variants {universal darwin_9} portdir devel/kcachegrind description {KCachegrind - Profiling Visualization} homepage http://kcachegrind.sourceforge.net/ epoch 0 platforms darwin name kcachegrind depends_lib port:kdelibs3 maintainers {simon openmaintainer} long_description {KCachegrind visualizes traces generated by profiling, including a tree map and a call graph visualization of the calls happening. It's designed to be fast for very large programs like KDE applications.} version 0.4.6 categories devel revision 1
+kdiff3 582
+variants universal portdir devel/kdiff3 description {kdiff3 is a file comparing and merging tool.} homepage http://kdiff3.sourceforge.net/ epoch 0 platforms darwin name kdiff3 depends_lib port:kdelibs3 maintainers {simon openmaintainer} long_description {kdiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. kdiff3 allows recursive directory comparison and merging as well.} version 0.9.92 categories devel revision 0
 kiwi 653
 variants universal depends_build port:pkgconfig portdir devel/kiwi description {Framework for Python applications with GUIs.} homepage http://www.async.com.br/projects/kiwi epoch 0 platforms darwin depends_lib {port:python25 port:glib2 port:py25-gobject port:py25-gtk port:py25-numeric} name kiwi maintainers nomaintainer long_description {Kiwi is a framework and a set of enhanced PyGTK widgets designed to make building programs with graphical interfaces both easy to write and easy to maintain. Kiwi is pure Python and should work cross-platform, but is developed on Python 2.4, Linux ix86.} categories {devel gnome python} version 1.9.20 revision 0
 ktoblzcheck 362
@@ -1354,8 +1354,8 @@
 variants universal description {library to provide location-based content} portdir devel/localizer homepage http://www.incremental.de/products/localizer/ epoch 0 platforms darwin name localizer long_description {Library that determines location based on IP number.} maintainers nomaintainer categories devel version 0.3.3 revision 0
 log4cpp 438
 portdir devel/log4cpp variants universal description {configurable logging for C++} name log4cpp version 0.3.5rc3 categories devel homepage http://log4cpp.sourceforge.net/ revision 1 epoch 0 maintainers stechert at macports.org long_description {Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.}
-lua-expat 389
-variants universal description {SAX XML parser} portdir devel/lua-expat homepage http://www.keplerproject.org/luaexpat/index.html epoch 0 platforms darwin name lua-expat long_description {LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.1.} maintainers andrea.damore at macports.org categories devel version 1.1 revision 0
+lua-expat 412
+variants universal portdir devel/lua-expat description {SAX XML parser} homepage http://www.keplerproject.org/luaexpat/index.html epoch 0 platforms darwin name lua-expat depends_lib port:expat maintainers andrea.damore at macports.org long_description {LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.1.} version 1.1 categories devel revision 0
 lua-glut 376
 variants universal portdir devel/lua-glut description {OpenGL and GLUT bindings for the Lua programming language.} homepage http://lua-users.org/wiki/VarolKaptan epoch 0 platforms darwin name lua-glut depends_lib port:lua maintainers bfulgham at macports.org long_description {{OpenGL and GLUT bindings for the Lua programming language.}} version 0.5 categories devel revision 0
 lua-luasocket 588
@@ -1364,6 +1364,8 @@
 variants universal description {The lunit library extends lua with a simple unit testing framework} portdir devel/lua-lunit homepage http://www.nessie.de/mroth/lunit/ epoch 0 depends_lib port:lua name lua-lunit long_description {Lunit is a unit testing framework for lua, written in lua. It provides currently 26 assert functions, 8 type checking functions and a few misc functions for usage as an easy unit testing framework.} maintainers emmett.shear at gmail.com categories devel version 0.3 revision 0
 lua-numlua 623
 variants universal depends_build port:gcc42 portdir devel/lua-numlua description {Numerical package for the Lua programming language.} homepage http://luaforge.net/projects/numlua epoch 0 platforms darwin depends_lib lib:fftw:fftw-3 name lua-numlua maintainers bfulgham at macports.org long_description {{Numerical package for the Lua programming language.} It includes support for complex numbers, multidimensional matrices, random generation and special functions. Much of the routines are simple wrappers for the stable and well-known libraries from Netlib (http://www.netlib.org).} version 0.2 categories devel revision 0
+lua-zip 419
+variants universal portdir devel/lua-zip description {LuaZip is a Lua extension library used to read files stored inside zip files.} homepage http://www.keplerproject.org/luazip/index.html epoch 0 platforms darwin name lua-zip depends_lib port:libzzip maintainers andrea.damore long_description {{LuaZip is a Lua extension library used to read files stored inside zip files.}} version 1.2.3 categories devel revision 0
 luarocks 745
 variants universal description {SAX XML parser} portdir devel/luarocks homepage http://www.luarocks.org/ epoch 0 platforms darwin name luarocks long_description {LuaRocks is a deployment and management system for Lua modules. LuaRocks allows you to install Lua modules as self-contained packages called {"rocks",} which also contain version dependency information. This information is used both at install time, so that when one rock is requested all rocks it depends on are installed as well, and at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.} maintainers andrea.damore at macports.org categories devel version 0.5.2 revision 0
 lzo 645
@@ -1372,8 +1374,8 @@
 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} categories devel version 1.4.11 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
-mcpp 816
-variants {universal mcpplib} description {Alternative C/C++ preprocessor} portdir devel/mcpp homepage http://mcpp.sourceforge.net/ epoch 0 platforms darwin name mcpp long_description {C/C++ preprocessor expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance, implementated by Kiyoshi Matsui. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging the source program which use complicated macros and also useful for checking portability of the source. Though mcpp could be built as a replacement of GCC's resident proprocessor, this port installs only a program which behaves independent from GCC.} maintainers t3.rim.or.jp:kmatsui categories devel version 2.7 revision 0
+mcpp 789
+variants {universal mcpplib} description {Alternative C/C++ preprocessor} portdir devel/mcpp homepage http://mcpp.sourceforge.net/ epoch 0 platforms darwin name mcpp long_description {C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident proprocessor, this port installs a program which behaves independent from GCC.} maintainers t3.rim.or.jp:kmatsui categories devel version 2.7.1 revision 0
 mercurial 995
 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:python25 port:py25-zlib port:py25-hashlib port:py25-bz2} 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 1.0 categories {devel python} revis
 ion 1
 mhash 372
@@ -1678,8 +1680,8 @@
 variants universal description {Cross-Platform Lightweight Components.} portdir devel/xplc homepage http://xplc.sf.net epoch 0 platforms darwin name xplc maintainers nomaintainer long_description {XPLC (\"Cross-Platform Lightweight Components\") is a component system that will provide extensibility and reusability both inside and between applications.} categories devel version 0.3.10 revision 0
 xsp 420
 variants universal portdir devel/xsp description {a small web server that hosts the Mono System.Web classes} homepage http://www.go-mono.com/ epoch 0 platforms darwin name xsp depends_lib port:mono maintainers nomaintainer long_description {The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET} version 1.1.16.1 categories {devel www mono} revision 0
-xxdiff 440
-variants universal portdir devel/xxdiff description {xxdiff is a graphical merging tool} homepage http://furius.ca/xxdiff/ epoch 0 platforms darwin name xxdiff depends_lib {port:bison port:flex port:qt3} maintainers simon long_description {xxdiff is a graphical browser for viewing the differences between two or three files, or between two directories, and can be used to produce a merged version.} version 3.2 categories devel revision 0
+xxdiff 457
+variants universal portdir devel/xxdiff description {xxdiff is a graphical merging tool} homepage http://furius.ca/xxdiff/ epoch 0 platforms darwin name xxdiff depends_lib {port:bison port:flex port:qt3} maintainers {simon openmaintainer} long_description {xxdiff is a graphical browser for viewing the differences between two or three files, or between two directories, and can be used to produce a merged version.} version 3.2 categories devel revision 0
 xxl 602
 variants universal description {C/C++ library for exception handling and asset management} portdir devel/xxl homepage http://www.zork.org/xxl/ epoch 0 platforms darwin name xxl long_description {XXL is a library for C and C++ that provides exception handling and asset management. Asset management is integrated with the exception handling mechanism such that assets may be automatically cleaned up if an exception is thrown, which allows for much simplified program structure with respect to error handling.} maintainers {landonf at macports.org openmaintainer} categories devel version 1.0.1 revision 0
 TECO 515
@@ -1880,8 +1882,8 @@
 variants universal description {52-card solitaire game} portdir games/bluemoon homepage http://www.catb.org/~esr/bluemoon/ epoch 0 platforms darwin name bluemoon long_description {This 52-card solitaire starts with the entire deck shuffled and dealt out in four rows. The aces are then moved to the left end of the layout, making 4 initial free spaces. You may move to a space only the card that matches the left neighbor in suit, and is one greater in rank. Kings are high, so no cards may be placed to their right (they create dead spaces). When no moves can be made, cards still out of sequence are reshuffled and dealt face up after the ends of the partial sequences, leaving a card space after each sequence, so that each row looks like a partial sequence followed by a space, followed by enough cards to make a row of 14. A moment's reflection will show that this game cannot take more than 13 deals. A good score is 1-3 deals, 4-7 is average, 8 or more is poor.} maintainers nomaint
 ainer categories games version 2.9 revision 0
 bomberclone 503
 variants {universal darwin} portdir games/bomberclone description {AtomicBomberman clone incl. networking and AI players} homepage http://www.bomberclone.de/ epoch 0 platforms darwin name bomberclone depends_lib {bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer lib:libSDL_image:libsdl_image} maintainers phw long_description {Bomberclone is a clone of AtomicBomberman. It includes AI players, network play via master/client, configureable tile sets, etc.} version 0.11.8 categories games revision 0
-boswars 778
-variants universal depends_build port:scons portdir games/boswars description {Bos Wars is a futuristic real time strategy game.} homepage http://boswars.org/ epoch 0 platforms darwin depends_lib {port:libogg port:libpng port:libsdl port:libtheora port:libvorbis port:lua port:zlib} name boswars maintainers simon long_description {Bos Wars is a futuristic real time strategy game (RTS). Bos Wars has a dynamic rate based economy. Energy is produced by power plants and magma gets pumped from hot spots. Buildings and mobile units are also built at a continuous rate. Control of larger parts of the map creates the potential to increase your economy throughput. Holding key points like roads and passages allow for different strategies.} version 2.5 categories games revision 0
+boswars 795
+variants universal depends_build port:scons portdir games/boswars description {Bos Wars is a futuristic real time strategy game.} homepage http://boswars.org/ epoch 0 platforms darwin depends_lib {port:libogg port:libpng port:libsdl port:libtheora port:libvorbis port:lua port:zlib} name boswars maintainers {simon openmaintainer} long_description {Bos Wars is a futuristic real time strategy game (RTS). Bos Wars has a dynamic rate based economy. Energy is produced by power plants and magma gets pumped from hot spots. Buildings and mobile units are also built at a continuous rate. Control of larger parts of the map creates the potential to increase your economy throughput. Holding key points like roads and passages allow for different strategies.} version 2.5 categories games revision 0
 bs 417
 variants universal description {ncurses version of Battleship} portdir games/bs homepage http://www.catb.org/~esr/bs/ epoch 0 platforms darwin name bs long_description {The classic game of Battleships against the computer. Uses character-cell graphics with a visual point-and-shoot interface. If you're using an xterm under Linux the mouse will work.} maintainers nomaintainer categories games version 2.7 revision 0
 bzflag 427
@@ -1944,8 +1946,8 @@
 variants universal description {geekcode generator} portdir games/geekcode homepage http://www.gushue.net/geekcode.php epoch 0 platforms darwin name geekcode long_description {This program will generate a geek code block for you by simply choosing which codes suit you from the screen.} maintainers nomaintainer categories games version 1.7.3 revision 0
 ggz-client-libs 366
 variants universal portdir games/ggz-client-libs description {The GGZ Gaming Zone - Core Client Libraries.} homepage http://www.ggzgamingzone.org/ epoch 0 platforms darwin name ggz-client-libs depends_lib {port:libggz port:expat} maintainers nomaintainer long_description {{The GGZ Gaming Zone - Core Client Libraries.}} version 0.0.14.1 categories games revision 0
-glob2 1020
-variants universal portdir games/glob2 description {Globulation 2 - a free and innovative strategy game} homepage http://globulation2.org/ epoch 0 platforms darwin name glob2 depends_lib {port:boost port:freetype port:jpeg port:libiconv port:libogg port:libpng port:libsdl port:libsdl_image port:libsdl_net port:libsdl_ttf port:libvorbis port:speex port:tiff port:zlib} maintainers simon long_description {Globulation 2 is an innovative high quality Real-Time Strategy, which minimizes micro-management by automatically assigning tasks to the units. The player has to choose the number of units he wants for the different tasks, and the units will do their best to satisfy the requests. This allows to manage more units and to focus on the strategy. It can be played alone, through your Local Area Network, or through Internet thanks to Ysagoon Online Game, a meta-server. It also features a scripting language for versatile gameplay or tutorials and an integrated map editor.} version 0.9
 .3 categories games revision 0
+glob2 1037
+variants universal portdir games/glob2 description {Globulation 2 - a free and innovative strategy game} homepage http://globulation2.org/ epoch 0 platforms darwin name glob2 depends_lib {port:boost port:freetype port:jpeg port:libiconv port:libogg port:libpng port:libsdl port:libsdl_image port:libsdl_net port:libsdl_ttf port:libvorbis port:speex port:tiff port:zlib} maintainers {simon openmaintainer} long_description {Globulation 2 is an innovative high quality Real-Time Strategy, which minimizes micro-management by automatically assigning tasks to the units. The player has to choose the number of units he wants for the different tasks, and the units will do their best to satisfy the requests. This allows to manage more units and to focus on the strategy. It can be played alone, through your Local Area Network, or through Internet thanks to Ysagoon Online Game, a meta-server. It also features a scripting language for versatile gameplay or tutorials and an integrated map edi
 tor.} version 0.9.3 categories games revision 0
 glpong 474
 variants {universal darwin_9} portdir games/glpong description {Implementation of pong using OpenGL, playable vs. AI.} homepage http://math.missouristate.edu/~erik/software.php?id=72 epoch 0 platforms darwin name glpong depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer} maintainers nomaintainer long_description {Implementation of pong using OpenGL, SDL, SDL_image, and SDL_mixer. Only mode of play is you against an AI.} version 1.3 categories games revision 0
 gnubg 653
@@ -2024,12 +2026,12 @@
 variants universal portdir games/sdl_sopwith description {Classic biplane shooter} homepage http://sdl-sopwith.sourceforge.net/ epoch 0 platforms darwin name sdl_sopwith depends_lib {port:libsdl port:gtk2} maintainers {jmr openmaintainer} long_description {This is a port of the classic computer game {"Sopwith"} to run on modern computers and operating systems.} version 1.7.1 categories games revision 0
 ship84 436
 variants {universal darwin} portdir games/ship84 description {space invaders clone using SDL} homepage http://ship84.sourceforge.net/ epoch 0 platforms darwin name ship84 depends_lib {bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer} maintainers nomaintainer long_description {The Angryfez Army and their minions have pointed the ultimate battle at earth! Only Happyfez can save the day!} version 1.3.3.7 categories games revision 1
-simutrans 940
-variants {universal enable_music} variant_desc {enable_music {Allows to listen to simutrans own music while playing. May reduce speed.}} portdir games/simutrans description {Simutrans is a freeware transport simulation game.} homepage http://simutrans.sourceforge.net/ epoch 0 platforms darwin name simutrans depends_lib {port:libpng port:libsdl port:zlib} maintainers simon long_description {Simutrans Transport Simulator (short: Simutrans) is a freeware simulation game for Windows, BeOS, Mac OS X and Linux that focuses on the transporting of goods, people, mail and power. It was originally written by Hansjörg Malthaner, and is now maintained and developed by a small team. This port installs simutrans with the default pak64 image set. If you want to use another pak, download it (for example from http://simutrans.sourceforge.net/ufcs.htm) and put it into {"\${prefix}/share/simutrans".}} version 99-17-1 categories games revision 0
+simutrans 957
+variants {universal enable_music} variant_desc {enable_music {Allows to listen to simutrans own music while playing. May reduce speed.}} portdir games/simutrans description {Simutrans is a freeware transport simulation game.} homepage http://simutrans.sourceforge.net/ epoch 0 platforms darwin name simutrans depends_lib {port:libpng port:libsdl port:zlib} maintainers {simon openmaintainer} long_description {Simutrans Transport Simulator (short: Simutrans) is a freeware simulation game for Windows, BeOS, Mac OS X and Linux that focuses on the transporting of goods, people, mail and power. It was originally written by Hansjörg Malthaner, and is now maintained and developed by a small team. This port installs simutrans with the default pak64 image set. If you want to use another pak, download it (for example from http://simutrans.sourceforge.net/ufcs.htm) and put it into {"\${prefix}/share/simutrans".}} version 99-17-1 categories games revision 0
 ski 1028
 variants universal portdir games/ski description {ASCII downhill skiing game} homepage http://www.catb.org/~esr/ski/ epoch 0 depends_run bin:python:python24 platforms darwin name ski maintainers nomaintainer long_description {Imagine you are skiing down an infinite slope, facing such hazards as trees, ice, bare ground, and the man-eating Yeti! Unfortunately, you have put your jet-powered skis on backwards, so you can't see ahead where you are {going;} only behind where you have been. However, you can turn to either side, jump or hop through the air, teleport through hyperspace, launch nuclear ICBMs, and cast spells to call the Fire Demon. And since the hazards occur in patches, you can skillfully outmaneuver them. A fun and very silly game that proves you don't need fancy graphical user interfaces to have a good time. The internals of this game are actually kind of interesting. The terrain generator is a simple cellular automaton that generates crude 2D fractals.} version 6.
 5 categories {games python} revision 0
-spacehulk 612
-variants universal portdir games/spacehulk description {Space Hulk is a great board game of Games Workshop in the world of Warhammer 40000.} homepage http://r.vinot.free.fr/spacehulk/ epoch 0 platforms darwin name spacehulk depends_lib port:qt3 maintainers simon long_description {Space Hulk is a great board game of Games Workshop in the world of Warhammer 40000. This is a two player turn-based game where one play the 'Marine', the other play the alien called 'Genestealer'. This video game is a complete conversion of the board game with the 2nd edition rules.} version 1.5-beta1 categories games revision 0
+spacehulk 629
+variants universal portdir games/spacehulk description {Space Hulk is a great board game of Games Workshop in the world of Warhammer 40000.} homepage http://r.vinot.free.fr/spacehulk/ epoch 0 platforms darwin name spacehulk depends_lib port:qt3 maintainers {simon openmaintainer} long_description {Space Hulk is a great board game of Games Workshop in the world of Warhammer 40000. This is a two player turn-based game where one play the 'Marine', the other play the alien called 'Genestealer'. This video game is a complete conversion of the board game with the 2nd edition rules.} version 1.5-beta1 categories games revision 0
 starfighter 819
 variants universal portdir games/starfighter description {2D Space Shooter} homepage http://www.parallelrealities.co.uk/starfighter.php epoch 0 platforms darwin name starfighter depends_lib {bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer lib:libSDL_image:libsdl_image} maintainers nomaintainer long_description {2D Space {Shooter;} after decades of war one company, who had gained powerful supply both sides with weaponary, steps forwards and crushes both warring factions in one swift movement. Using far superior weaponary and AI craft, the company was completely unstoppable and now no one can stand in their way. Thousands began to perish under the iron fist of the company. The people cried out for a saviour, for someone to light this dark hour... and someone did.} version 1.1-1 categories games revision 0
 supertux 517
@@ -2558,6 +2560,10 @@
 variants universal portdir graphics/cairomm description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms darwin name cairomm depends_lib {port:xrender port:fontconfig port:freetype port:libpng port:render port:zlib port:expat port:cairo} maintainers nomaintainer long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} version 1.6.0 categories graphics revision 1
 cal3d 406
 variants universal depends_build {bin:automake:automake bin:autoconf:autoconf} portdir graphics/cal3d description {skeletal based 3d character animation library} homepage http://cal3d.sourceforge.net/ epoch 0 platforms darwin name cal3d maintainers nomaintainer long_description {Cal3d is a skeletal based 3d character animation library written in C++} version 0.9.1 categories {graphics devel} revision 0
+clutter 457
+variants universal depends_build port:pkgconfig portdir graphics/clutter description {A generic high-level canvas library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:glib2 port:pango port:gtk2} name clutter maintainers pixane.net:idan long_description {Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.} version 0.6.2 categories graphics revision 0
+clutter-cairo 443
+variants universal depends_build port:pkgconfig portdir graphics/clutter-cairo description {An experimental clutter cairo 'drawable' actor.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:clutter port:cairo} name clutter-cairo maintainers pixane.net:idan long_description {Allows creation of actors in clutter which are drawn using the cairo graphics library.} version 0.6.2 categories graphics revision 0
 compface 455
 variants universal description {Utility to convert to and from the X-Face format} portdir graphics/compface homepage http://freshmeat.net/projects/compface/ epoch 0 platforms darwin name compface long_description {Compface provides utilities and a library for converting to and from the X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header.} maintainers nomaintainer categories graphics version 1.5.2 revision 1
 dcraw 392
@@ -2576,8 +2582,8 @@
 variants universal portdir graphics/epeg description {An IMMENSELY FAST JPEG thumbnailer library API.} homepage http://www.enlightenment.org epoch 0 platforms darwin name epeg depends_lib lib:libjpeg:jpeg long_description {Its a convenience library API to using libjpeg to load JPEG images destined to be turned into thumbnails of the original, saving information with these thumbnails, retreiving it and managing to load the image ready for scaling with the minimum of fuss and CPU overhead.} maintainers nomaintainer version 0.9.0 categories {graphics x11} revision 0
 esdl 507
 variants universal depends_build {port:libsdl-framework port:erlang} portdir graphics/esdl description {Erlang OpenGL/SDL API and Utilities} homepage http://esdl.sourceforge.net/ epoch 0 platforms darwin name esdl maintainers bfulgham at mac.com long_description {ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.} version 0.96.0626 categories {graphics devel erlang} revision 0
-exif 466
-variants universal depends_build port:pkgconfig portdir graphics/exif description {Command line tool to read, write, modify and display EXIF data} homepage http://libexif.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libexif port:popt} name exif maintainers simon long_description {Command line utility to read, write, modify and display EXIF data found in digital image files written by digital cameras.} version 0.6.15 categories graphics revision 0
+exif 483
+variants universal depends_build port:pkgconfig portdir graphics/exif description {Command line tool to read, write, modify and display EXIF data} homepage http://libexif.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libexif port:popt} name exif maintainers {simon openmaintainer} long_description {Command line utility to read, write, modify and display EXIF data found in digital image files written by digital cameras.} version 0.6.15 categories graphics revision 0
 exiftags 679
 variants universal description {Utility spits out Exif tags from a digital camera JPEG file} portdir graphics/exiftags homepage http://johnst.org/sw/exiftags epoch 0 platforms darwin name exiftags long_description {The exiftags utility parses a specified JPEG file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) image metadata. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image.} maintainers pkern at debian.org categories graphics version 1.00 revision 0
 p5-image-exiftool 377
@@ -2807,7 +2813,7 @@
 wxWidgets 772
 variants {universal nonmonolithic debug} variant_desc {nonmonolithic {build libraries separately} debug {add debug info to libraries}} portdir graphics/wxWidgets description {mature cross-platform C++ GUI framework} homepage http://www.wxwidgets.org/ epoch 0 platforms darwin name wxWidgets depends_lib {port:jpeg port:tiff port:libpng port:zlib port:libiconv port:expat port:libsdl port:libsdl_mixer} maintainers {mww jwa} long_description {wxWidgets is a mature open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. It can make use of a variety of native widget sets as well as its own widget set: Mac OS, GTK+, Motif, WIN32. wxWidgets will even run on embedded systems using Linux and X11.} version 2.8.7 categories {graphics devel} revision 1
 wxWidgets-devel 788
-variants {universal nonmonolithic debug} variant_desc {nonmonolithic {build libraries separately} debug {add debug info to libraries}} portdir graphics/wxWidgets-devel description {mature cross-platform C++ GUI framework} homepage http://www.wxwidgets.org/ epoch 0 platforms darwin name wxWidgets-devel depends_lib {port:jpeg port:tiff port:libpng port:zlib port:libiconv port:expat port:libsdl port:libsdl_mixer} maintainers {jwa mww} long_description {wxWidgets is a mature open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. It can make use of a variety of native widget sets as well as its own widget set: Mac OS, GTK+, Motif, WIN32. wxWidgets will even run on embedded systems using Linux and X11.} version 2.8.7-rc1 categories {graphics devel} revision 0
+variants {universal nonmonolithic debug} variant_desc {nonmonolithic {build libraries separately} debug {add debug info to libraries}} portdir graphics/wxWidgets-devel description {mature cross-platform C++ GUI framework} homepage http://www.wxwidgets.org/ epoch 0 platforms darwin name wxWidgets-devel depends_lib {port:jpeg port:tiff port:libpng port:zlib port:libiconv port:expat port:libsdl port:libsdl_mixer} maintainers {jwa mww} long_description {wxWidgets is a mature open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. It can make use of a variety of native widget sets as well as its own widget set: Mac OS, GTK+, Motif, WIN32. wxWidgets will even run on embedded systems using Linux and X11.} version 2.8.8-rc1 categories {graphics devel} revision 0
 wxWidgets26 660
 variants universal portdir graphics/wxWidgets26 description {mature cross-platform C++ GUI framework} homepage http://www.wxwidgets.org/ epoch 0 platforms darwin name wxWidgets26 depends_lib {port:jpeg port:tiff port:libpng port:zlib port:libiconv port:expat port:libsdl port:libsdl_mixer} maintainers {mww jwa} long_description {wxWidgets is a mature open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. It can make use of a variety of native widget sets as well as its own widget set: Mac OS, GTK+, Motif, WIN32. wxWidgets will even run on embedded systems using Linux and X11.} version 2.6.4 categories {graphics devel} revision 0
 xaos 987
@@ -3912,14 +3918,14 @@
 variants {universal ssl gpg ipv6 gdk ldap gtkspell compface} portdir mail/sylpheed-devel description {Fast, lightweight GTK+ mail client} homepage http://sylpheed.good-day.net/ epoch 0 platforms darwin name sylpheed-devel depends_lib lib:libgtk.2:gtk2 maintainers nomaintainer long_description {Sylpheed is a fast, lightweight email client written in GTK+. The appearance and interface are similar to popular Windows clients, such as Outlook Express, Becky!, and Datula. This is the development version.} version 2.2.0beta7 categories mail revision 0
 sympa 958
 variants {universal postgresql server} portdir mail/sympa description {Sympa - Mailing List Manager with LDAP support} homepage http://www.sympa.org epoch 0 platforms darwin name sympa depends_lib {port:mysql5 port:apache2 port:mod_fcgid port:openssl port:postfix port:p5-libwww-perl port:p5-archive-zip port:p5-convert-asn1 port:p5-pathtools port:p5-dbi port:p5-dbd-mysql port:p5-mailtools port:p5-io-stringy port:p5-mime-tools port:p5-mime-base64 port:p5-mime-charset port:p5-mime-encwords port:p5-crypt-openssl-x509 port:p5-cgi port:p5-fcgi port:p5-libintl-perl port:p5-template-toolkit port:p5-crypt-ciphersaber port:p5-mhonarc port:p5-regexp-common port:p5-xml-libxml port:p5-io-socket-ssl port:p5-soap-lite port:p5-perl-ldap} maintainers markd long_description {An advanced perl-based mail list manager with a web interface that supports LDAP authentication and LDAP extraction of list subscribers and owners.} version 5.3.4 categories mail revision 0
-t-prot 509
-variants {universal darwin} portdir mail/t-prot description {TOFU protection script (MUA display filter)} homepage http://www.escape.de/~tolot/mutt/ epoch 0 platforms darwin name t-prot depends_lib {port:p5-getopt-mixed port:p5-locale-gettext} maintainers simon long_description {You know these misformatted mail or news messages, with full quotes, too long signatures, and lots of exclamation marks? They get on your nerves day by day? That's what this script is for.} version 2.5 categories mail revision 0
+t-prot 526
+variants {universal darwin} portdir mail/t-prot description {TOFU protection script (MUA display filter)} homepage http://www.escape.de/~tolot/mutt/ epoch 0 platforms darwin name t-prot depends_lib {port:p5-getopt-mixed port:p5-locale-gettext} maintainers {simon openmaintainer} long_description {You know these misformatted mail or news messages, with full quotes, too long signatures, and lots of exclamation marks? They get on your nerves day by day? That's what this script is for.} version 2.5 categories mail revision 0
 thunderbird-x11 717
 variants {universal debug} depends_build port:pkgconfig variant_desc {debug {build with debugging symbols}} portdir mail/thunderbird-x11 description {Mozilla.org's popular stand-alone mail/news client} homepage http://www.mozilla.com/thunderbird/ epoch 0 platforms darwin depends_lib {port:libidl port:glib2 port:zip port:gtk2 port:gnome-vfs port:gnome-icon-theme port:cairo port:nspr} name thunderbird-x11 maintainers nomaintainer long_description {Thunderbird makes emailing safer, faster and easier than ever before with the industry's best implementations of features such as intelligent spam filters, a built-in spell checker, extension support, and much more.} version 2.0.0.12 categories {mail x11} revision 0
 tpop3d 368
 variants {universal darwin} portdir mail/tpop3d description {tpop3d is a fast, extensible, secure UNIX POP3 server} homepage http://www.ex-parrot.com/~chris/tpop3d/ epoch 0 platforms darwin name tpop3d depends_lib port:openssl maintainers nomaintainer long_description {{tpop3d is a fast, extensible, secure UNIX POP3 server}} version 1.5.3 categories mail revision 2
-uagen 757
-description {A Firefox-User-Agent generator for Privoxy and Mozilla browsers} portdir mail/uagen homepage http://www.fabiankeil.de/sourcecode/uagen/ epoch 0 platforms darwin name uagen depends_lib port:p5-getopt-long maintainers simon long_description {uagen generates a fake Firefox User-Agent and writes it into a Privoxy action file as parameter for Privoxy's hide-user-agent action. Operating system, architecture, platform, language and build date are randomized. The generated language is also used as parameter for the hide-accept-language action which is understood by Privoxy since version 3.0.5 beta. Additionally the User-Agent can be written into prefs.js files which are used by many Mozilla browsers.} version 1.0.7 categories mail revision 1
+uagen 774
+description {A Firefox-User-Agent generator for Privoxy and Mozilla browsers} portdir mail/uagen homepage http://www.fabiankeil.de/sourcecode/uagen/ epoch 0 platforms darwin name uagen depends_lib port:p5-getopt-long maintainers {simon openmaintainer} long_description {uagen generates a fake Firefox User-Agent and writes it into a Privoxy action file as parameter for Privoxy's hide-user-agent action. Operating system, architecture, platform, language and build date are randomized. The generated language is also used as parameter for the hide-accept-language action which is understood by Privoxy since version 3.0.5 beta. Additionally the User-Agent can be written into prefs.js files which are used by many Mozilla browsers.} version 1.0.7 categories mail revision 1
 uudeview 818
 variants {universal tcltk} description {UUDeview is a particularly powerful encoder and decoder} portdir mail/uudeview homepage http://www.fpx.de/fp/Software/UUDeview/ epoch 0 platforms darwin name uudeview long_description {UUDeview is a program that helps you transmit and receive binary files over the Internet, using electronic mail or newsgroups The UUDeview package includes both an encoder and a decoder. The decoder automatically detects the type of encoding used, offering MIME's Base64 and BinHex as well as the popular uuencoding and the less frequently used xxencoding methods. Recently, support for the popular yEnc encoding was also added. The encoder runs the other way around and encodes a binary file for sending it by mail or news.} maintainers nomaintainer categories mail version 0.5.20 revision 1
 vm-pop3d 481
@@ -4615,7 +4621,7 @@
 libtorrent 500
 variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent description {BitTorrent library} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent maintainers gardnermj at gmail.com long_description {LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from.} version 0.11.9 categories net revision 0
 libtorrent-devel 581
-variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent-devel description {BitTorrent library (development version)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent-devel maintainers gardnermj at gmail.com long_description {libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from. This is the development version of libTorrent.} version 0.12.0 categories net revision 0
+variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent-devel description {BitTorrent library (development version)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent-devel maintainers gardnermj at gmail.com long_description {libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from. This is the development version of libTorrent.} version 0.12.2 categories net revision 0
 logjam 381
 variants universal portdir net/logjam description {GTK2 client for livejournal.com} homepage http://logjam.danga.com/ epoch 0 platforms darwin name logjam depends_lib {lib:libgtk.2:gtk2 lib:libcurl.2:curl {path:\${prefix}/lib/libxml2.2.dylib:libxml2}} maintainers nomaintainer long_description {LogJam is a GTK2 client for LiveJournal.com.} version 4.2.4 categories net revision 0
 lopster 691
@@ -4815,7 +4821,7 @@
 rtorrent 551
 variants universal portdir net/rtorrent description {console-based BitTorrent client} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent depends_lib {port:curl port:libsigcxx2 port:libtorrent port:ncurses port:openssl port:zlib} maintainers gardnermj at gmail.com long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.} version 0.7.9 categories net revision 0
 rtorrent-devel 765
-variants {universal xmlrpc} variant_desc {xmlrpc {Enable XMLRPC interface}} portdir net/rtorrent-devel description {console-based BitTorrent client (development version)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent-devel depends_lib {port:curl port:libsigcxx2 port:libtorrent-devel port:ncurses port:openssl port:zlib} maintainers gardnermj at gmail.com long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management. This is the development version of rTorrent, now with DHT! (See http://libtorrent.rakshasa.no/wiki/RTorrentUsingDHT)} version 0.8.0 categories net revision 0
+variants {universal xmlrpc} variant_desc {xmlrpc {Enable XMLRPC interface}} portdir net/rtorrent-devel description {console-based BitTorrent client (development version)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent-devel depends_lib {port:curl port:libsigcxx2 port:libtorrent-devel port:ncurses port:openssl port:zlib} maintainers gardnermj at gmail.com long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management. This is the development version of rTorrent, now with DHT! (See http://libtorrent.rakshasa.no/wiki/RTorrentUsingDHT)} version 0.8.2 categories net revision 0
 samba3 403
 variants {universal darwin_9 darwin_8} portdir net/samba3 description {SMB/CIFS implementation} homepage http://www.samba.org/ epoch 0 platforms darwin name samba3 depends_lib {port:libiconv port:openssl port:popt} maintainers {mww openmaintainer} long_description {Samba is an software suite that provides seamless file and print services to SMB/CIFS clients} version 3.0.28a categories net revision 0
 samba4 464
@@ -4993,7 +4999,7 @@
 yencode 339
 variants universal portdir news/yencode description {yENC encoder/decoder} homepage http://www.yencode.org/ epoch 0 platforms darwin name yencode depends_lib port:libiconv maintainers nomaintainer long_description {This is yencode, an encoder/decoder package for the Usenet yENC format.} version 0.46 categories {news sysutils} revision 1
 taskjuggler 718
-variants {universal qt3mac nokde docs arts debug} depends_build {port:automake port:autoconf} variant_desc {qt3mac {uses qt3mac instead of qt3} nokde {only build the command line version} docs {create docbook documentation} arts {compile with arts support} debug {enable debug}} portdir office/taskjuggler description {A powerful project management tool.} homepage http://www.taskjuggler.org/ epoch 0 platforms darwin name taskjuggler depends_lib {port:qt3 port:fontconfig port:jpeg port:libpng port:kdebase3 port:kdelibs3 port:kdepim3} long_description {TaskJuggler is a modern and powerful, Open Source project management tool.} maintainers bitkanal.net:rene categories {office project pim} version 2.4.0 revision 0
+variants {universal qt3mac nokde docs arts debug} depends_build {port:automake port:autoconf} variant_desc {qt3mac {uses qt3mac instead of qt3} nokde {only build the command line version} docs {create docbook documentation} arts {compile with arts support} debug {enable debug}} portdir office/taskjuggler description {A powerful project management tool.} homepage http://www.taskjuggler.org/ epoch 0 platforms darwin name taskjuggler depends_lib {port:qt3 port:fontconfig port:jpeg port:libpng port:kdebase3 port:kdelibs3 port:kdepim3} long_description {TaskJuggler is a modern and powerful, Open Source project management tool.} maintainers bitkanal.net:rene categories {office project pim} version 2.4.1 revision 0
 hrsh2csv 418
 variants {universal powerpc} description {converts Hours pdb files into CSV text files} portdir palm/hrsh2csv homepage http://hours.sourceforge.net/ epoch 0 platforms darwin name hrsh2csv maintainers css at macports.org long_description {Hours is a time-tracking utility for the PalmOS. This utility converts Hours for PalmOS database files into comma-separated values text files.} categories palm version 1.3 revision 1
 jpilot 473
@@ -5662,8 +5668,8 @@
 variants universal portdir perl/p5-mail-pop3client description {Perl 5 module to talk to a POP3 (RFC1939) server} homepage http://search.cpan.org/dist/Mail-POP3Client/ epoch 0 platforms darwin name p5-mail-pop3client depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers nomaintainer long_description {This is a POP3 client module for perl5. It provides an object-oriented interface to a POP3 server. It can be used to write perl-based biff clients, mail readers, or whatever. See the inline POD doco for more details. (perldoc Mail::POP3Client)} version 2.17 categories perl revision 0
 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 700
-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 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
+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
 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
@@ -7069,7 +7075,7 @@
 py25-mecab 344
 variants universal portdir python/py25-mecab description {a Python module for MeCab} homepage http://mecab.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:mecab} name py25-mecab maintainers rsky0711 at gmail.com long_description {{a Python module for MeCab}} categories {python textproc japanese} version 0.96 revision 0
 py25-memcached 603
-variants universal depends_build port:py25-setuptools portdir python/py25-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python25 name py25-memcached maintainers nomaintainer long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} categories {python devel net} version 1.40 revision 0
+variants universal depends_build port:py25-setuptools portdir python/py25-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python25 name py25-memcached maintainers nomaintainer long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} categories {python devel net} version 1.41 revision 0
 py25-modulegraph 660
 variants universal portdir python/py25-modulegraph description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-modulegraph maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} categories {python devel} version 0.7 revision 0
 py25-modulegraph-devel 674
@@ -7578,8 +7584,8 @@
 variants {universal darwin_i386 darwin_powerpc} depends_build port:gcc42 portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 0 platforms darwin name cdf maintainers gwright at macports.org long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} version 32 categories science revision 0
 cdo 485
 variants universal portdir science/cdo description {Climate Data Operators} homepage http://www.mpimet.mpg.de/fileadmin/software/cdo/ epoch 0 platforms darwin name cdo depends_lib port:netcdf maintainers takeshi at macports.org long_description {CDO is a collection of command line Operators to manipulate and analyse Climate Data files. Supported file formats are GRIB, netCDF, SERVICE and EXTRA. There are more than 200 operators available.} version 1.1.1 categories science revision 0
-chemtool 429
-variants universal portdir science/chemtool description {Chemtool is a small program for drawing chemical structures} homepage http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html epoch 0 platforms darwin name chemtool depends_lib {port:gtk2 port:openbabel port:transfig} maintainers simon long_description {{Chemtool is a small program for drawing chemical structures}} version 1.6.11 categories science revision 0
+chemtool 446
+variants universal portdir science/chemtool description {Chemtool is a small program for drawing chemical structures} homepage http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html epoch 0 platforms darwin name chemtool depends_lib {port:gtk2 port:openbabel port:transfig} maintainers {simon openmaintainer} long_description {{Chemtool is a small program for drawing chemical structures}} version 1.6.11 categories science revision 0
 eo 769
 variants {universal applications gnuplot tutorial gcc43} variant_desc {gcc43 {Use GCC 4.3 for compilation of EO - optimized for host machine}} portdir science/eo description {an evolutionary computation library} homepage http://eodev.sourceforge.net/ epoch 0 name eo depends_lib port:gnuplot maintainers {openmaintainer jochen} long_description {Evolving Objects (EO) is a templates-based, ANSI-C++ compliant evolutionary computation library. It contains classes for almost any kind of evolutionary computation you might come up to - at least for the ones we could think of. It is component-based, so that if you don't find the class you need in it, it is very easy to subclass existing abstract or concrete classes.} categories {science math} version 1.0.1 revision 1
 fastlink 404
@@ -7594,8 +7600,8 @@
 variants {universal darwin_9} description {GEOS Geomety Engine - Open Source} portdir science/geos homepage http://geos.refractions.net/ epoch 0 platforms darwin name geos long_description {A C++ port of the Java Toplogy Suite, providing OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS topology functions. Used by PostGIS.} maintainers {opendarwin at gaige.net ram} categories science version 2.2.3 revision 0
 gerris 400
 variants universal portdir science/gerris description {The Gerris Flow Solver} homepage http://gfs.sourceforge.net/ epoch 0 platforms darwin name gerris depends_lib {port:glib2 port:gts} maintainers nomaintainer long_description {Gerris is an Open Source Free Software library for the solution of the partial differential equations describing fluid flow.} version 0.9.2 categories science revision 0
-ghemical 893
-variants universal depends_build port:pkgconfig portdir science/ghemical description {Ghemical is computational chemistry package} homepage http://www.bioinformatics.org/ghemical/ epoch 0 platforms darwin depends_lib {port:gtk2 port:libglade2 port:gtkglext port:openbabel port:libghemical port:liboglappth} name ghemical maintainers simon long_description {Ghemical is a computational chemistry software package written in C++ and released under the GNU GPL. The program has GUI based on GTK+2 and supports quantum mechanical and molecular mechanic models, with geometry optimization, molecular dynamics, and a large set of visualization tools. Ghemical relies on external code to provide the quantum-mechanical calculations - MOPAC provides the semi-empirical MNDO, MINDO, AM1, and PM3 methods, and MPQC methods based on Hartree-Fock calculations.} version 2.95 categories science revision 0
+ghemical 910
+variants universal depends_build port:pkgconfig portdir science/ghemical description {Ghemical is computational chemistry package} homepage http://www.bioinformatics.org/ghemical/ epoch 0 platforms darwin depends_lib {port:gtk2 port:libglade2 port:gtkglext port:openbabel port:libghemical port:liboglappth} name ghemical maintainers {simon openmaintainer} long_description {Ghemical is a computational chemistry software package written in C++ and released under the GNU GPL. The program has GUI based on GTK+2 and supports quantum mechanical and molecular mechanic models, with geometry optimization, molecular dynamics, and a large set of visualization tools. Ghemical relies on external code to provide the quantum-mechanical calculations - MOPAC provides the semi-empirical MNDO, MINDO, AM1, and PM3 methods, and MPQC methods based on Hartree-Fock calculations.} version 2.95 categories science revision 0
 glue 397
 variants universal portdir science/glue description {Grid LSC User Environment} homepage http://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name glue maintainers ram long_description {Glue is a suite of python modules and programs to allow users to run LSC codes on the grid.} categories science version 1.15 revision 0
 gmt 679
@@ -7632,8 +7638,8 @@
 variants universal portdir science/irsim description IRSIM homepage http://opencircuitdesign.com/irsim/ epoch 0 platforms darwin name irsim depends_lib {port:tcl port:tk} maintainers nomantainer long_description {IRSIM switch-level simulator for digital circuits} version 9.7.65 categories science revision 0
 iverilog 653
 variants universal description {Icarus Verilog} portdir science/iverilog homepage http://www.icarus.com/eda/verilog/ epoch 0 platforms darwin name iverilog long_description {Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code writen in Verilog (IEEE-1364) into some target format. For batch simulation, the compiler can generate C++ code that is compiled and linked with a run time library (called {"vvm")} then executed as a command to run the simulation. For synthesis, the compiler generates netlists in the desired format.} maintainers nomaintainer categories science version 0.8.6 revision 0
-jmol 558
-variants universal portdir science/jmol description {An open-source Java viewer for chemical structures in 3D} homepage http://jmol.sourceforge.net/ epoch 0 depends_run bin:java:kaffe platforms darwin name jmol maintainers simon long_description {Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. This port only installs the Jmol application, not the applet or developer version. If you want to use it, please download it from the Jmol homepage.} version 11.4.3 categories science revision 0
+jmol 575
+variants universal portdir science/jmol description {An open-source Java viewer for chemical structures in 3D} homepage http://jmol.sourceforge.net/ epoch 0 depends_run bin:java:kaffe platforms darwin name jmol maintainers {simon openmaintainer} long_description {Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. This port only installs the Jmol application, not the applet or developer version. If you want to use it, please download it from the Jmol homepage.} version 11.4.3 categories science revision 0
 lal 480
 variants universal portdir science/lal description {LSC Algorithm Library} homepage http://www.lsc-group.phys.uwm.edu/daswg/projects/lal.html epoch 0 platforms darwin name lal depends_lib {port:pkgconfig port:gsl port:fftw-3 port:fftw-3-single port:libframe port:metaio} maintainers ram long_description {LIGO Scientific Collaboration Algorithm Library containing core routines for gravitational wave data analysis, written in ANSI C89.} version 5.2 categories science revision 0
 lalapps 525
@@ -7644,12 +7650,12 @@
 variants universal portdir science/libdap description {A C++ SDK which contains an implementation of DAP 2.0} homepage http://www.opendap.org/ epoch 0 platforms darwin name libdap depends_lib {port:curl port:libiconv port:libxml2 port:openssl port:zlib} maintainers takeshi at macports.org long_description {A C++ SDK which contains an implementation of DAP 2.0, Client- and Server-side support classes and a prototype implementation of the AIS.} version 3.7.10 categories science revision 0
 libframe 479
 variants universal portdir science/libframe description {LIGO/VIRGO Frame Library} homepage http://lappweb.in2p3.fr/virgo/FrameL/ epoch 0 platforms darwin name libframe depends_lib port:zlib maintainers ram long_description {A Common Data Frame Format for Interferometric Gravitational Wave Detector has been developed by VIRGO and LIGO. The Frame Library is a software dedicated to the frame manipulation including file input/output.} version 6.24 categories science revision 1
-libghemical 308
-variants universal description {Library for the ghemical port.} portdir science/libghemical homepage http://www.bioinformatics.org/ghemical/libghemical/ epoch 0 platforms darwin name libghemical long_description {{Library for the ghemical port.}} maintainers simon categories science version 2.96 revision 0
+libghemical 325
+variants universal description {Library for the ghemical port.} portdir science/libghemical homepage http://www.bioinformatics.org/ghemical/libghemical/ epoch 0 platforms darwin name libghemical long_description {{Library for the ghemical port.}} maintainers {simon openmaintainer} categories science version 2.96 revision 0
 libnc-dap 751
 variants {universal gcc42 g95} depends_build port:gcc42 variant_desc {gcc42 {Build using gcc42 (default)} g95 {Build using g95}} portdir science/libnc-dap description {an alternative implementation of Unidata's netCDF 3.6 API} homepage http://www.opendap.org/ epoch 0 platforms darwin name libnc-dap depends_lib {port:curl port:libdap port:libxml2} maintainers takeshi at macports.org long_description {The netCDF Client Library is an alternative implementation of Unidata's netCDF 3.6 API. Our version adds the capability to dereference OPeNDAP URLs. You can substitute our version of the library when linking your application and then simply pass an OPeNDAP URL in where you would normally use a file name.} categories science version 3.7.0 revision 3
-liboglappth 309
-variants universal portdir science/liboglappth description {Library for the ghemical port.} homepage http://www.bioinformatics.org/ epoch 0 platforms darwin name liboglappth depends_lib port:glut maintainers simon long_description {{Library for the ghemical port.}} version 0.96 categories science revision 0
+liboglappth 326
+variants universal portdir science/liboglappth description {Library for the ghemical port.} homepage http://www.bioinformatics.org/ epoch 0 platforms darwin name liboglappth depends_lib port:glut maintainers {simon openmaintainer} long_description {{Library for the ghemical port.}} version 0.96 categories science revision 0
 libquantum 674
 variants universal description {library for the simulation of a quantum computer} portdir science/libquantum homepage http://www.enyo.de/libquantum/ epoch 0 platforms darwin name libquantum long_description {libquantum is a C library for the simulation of a quantum computer. Based on the principles of quantum mechanics, it provides an implementation of a quantum register. Basic operations for register manipulation such as the Hadamard gate or the Controlled-NOT gate are available through an easy-to-use interface. Measurements can be performed on either single qubits or the whole quantum register.} maintainers nomaintainer categories science version 0.2.4 revision 0
 libstree 335
@@ -8516,6 +8522,8 @@
 variants universal depends_build port:pkgconfig portdir textproc/libmrss description {C library for parsing, writing, and creating RSS streams} homepage http://libmrss.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:curl port:libnxml port:openssl port:zlib} name libmrss maintainers mww long_description {libmRSS is a C library for parsing, writing, and creating RSS (Rich Site Summary or Really Simple Syndication, but not RDF Site Summary) files or streams.} version 0.19.1 categories {textproc devel} revision 0
 libnxml 478
 variants universal portdir textproc/libnxml description {C library for parsing, writing, and creating XML files} homepage http://www2.autistici.org/bakunin/codes.php epoch 0 platforms darwin name libnxml depends_lib port:curl maintainers mww long_description {nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312).} version 0.18.2 categories {textproc devel} revision 0
+libsgml 313
+variants universal description {SGML parsing library.} portdir textproc/libsgml homepage http://www.hick.org/code.html epoch 0 platforms darwin name libsgml long_description {SGML parsing library. Currently supports HTML parsing into a tree.} maintainers nomaintainer categories textproc version 1.1.4 revision 0
 libtabe 578
 variants universal portdir textproc/libtabe description {Chinese lexicons library for input method xcin, etc.} homepage http://xcin.linux.org.tw/libtabe/ epoch 0 platforms {darwin freebsd} name libtabe depends_lib lib:libdb-3:db3 maintainers digdog at macports.org long_description {libtabe, the Taiwan and Big5 Encoding Library, is a library which provides useful Chinese functions & routines that deal with many fundemental elements such as pronunciation (BoPoMoFo), character frequency, word identification, word frequency.} version 0.2.6 categories {devel textproc} revision 0
 libthai 417
@@ -8573,7 +8581,7 @@
 most 518
 variants {universal x11} variant_desc {x11 {Enable X11 support}} portdir textproc/most description {powerful paging program} homepage http://www.jedsoft.org/most/ epoch 0 platforms darwin name most depends_lib port:slang2 maintainers {nox openmaintainer} long_description {MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. Unlike other well-known paging programs most supports multiple windows and can scroll left and right. Why settle for less?} version 5.0.0a categories textproc revision 0
 msort 474
-variants universal portdir textproc/msort description {program for sorting files in sophisticated ways} homepage http://billposer.org/Software/msort.html depends_run {port:tcl port:tk} epoch 0 platforms darwin name msort depends_lib {port:libtre port:gettext port:libuninum port:libutf8proc} maintainers nomaintainer long_description {Msort is a program for sorting files in sophisticated ways. Records need not be single lines.} version 8.40 categories textproc revision 0
+variants universal portdir textproc/msort description {program for sorting files in sophisticated ways} homepage http://billposer.org/Software/msort.html depends_run {port:tcl port:tk} epoch 0 platforms darwin name msort depends_lib {port:libtre port:gettext port:libuninum port:libutf8proc} maintainers nomaintainer long_description {Msort is a program for sorting files in sophisticated ways. Records need not be single lines.} version 8.45 categories textproc revision 0
 nkf 457
 variants universal description {Network Kanji code conversion Filter} portdir textproc/nkf homepage http://sourceforge.jp/projects/nkf/ epoch 0 platforms darwin name nkf long_description {Nkf is a yet another kanji code converter among networks, hosts and terminals. It converts input kanji code to designated kanji code such as 7-bit JIS, MS-kanji (shifted-JIS), utf-8 or EUC.} maintainers takanori categories {textproc japanese} version 2.0.8b revision 0
 openjade 405
@@ -8588,12 +8596,12 @@
 variants universal description {paragraph reflow for email} portdir textproc/par homepage http://www.nicemice.net/par/ epoch 0 platforms darwin name par long_description {{paragraph reflow for email}} maintainers qbarnes at prairienet.org categories textproc version 1.52 revision 0
 pdftk 1114
 variants {with_gcc34 with_gcj34 with_gcc41 with_gcc42 i386} variant_desc {with_gcc34 {Build using gcc34 (PowerPC only)} with_gcj34 {Build using gcj34 (PowerPC only)} with_gcc41 {Build using gcc41 (PowerPC only)} with_gcc42 {Build using gcc42 (default)}} portdir textproc/pdftk description {pdftk - PDF Toolkit, for various operations on PDF files} homepage http://www.pdfhacks.com/pdftk/ epoch 0 platforms darwin name pdftk depends_lib {port:libiconv port:gcc42} maintainers ryandesign long_description {pdftk is a simple tool for doing everyday things with PDF documents: Merge PDF Documents Split PDF Pages into a New Document Decrypt Input as Necessary (Password Required) Encrypt Output as Desired Fill PDF Forms with FDF Data and/or Flatten Forms Apply a Background Watermark Report on PDF Metrics such as Metadata, Bookmarks, and Page Labels Update PDF Metadata Attach Files to PDF Pages or the PDF Document Unpack PDF Attachments Burst a PDF Document into Single Pages Uncompress an
 d Re-Compress Page Streams Repair Corrupted PDF (Where Possible)} version 1.41 categories {textproc graphics pdf} revision 1
-pdftohtml 301
-variants universal description {pdf to html converter based on xpdf.} portdir textproc/pdftohtml homepage http://pdftohtml.sourceforge.net/ epoch 0 platforms darwin name pdftohtml long_description {{pdf to html converter based on xpdf.}} maintainers simon categories textproc version 0.40a revision 0
+pdftohtml 318
+variants universal description {pdf to html converter based on xpdf.} portdir textproc/pdftohtml homepage http://pdftohtml.sourceforge.net/ epoch 0 platforms darwin name pdftohtml long_description {{pdf to html converter based on xpdf.}} maintainers {simon openmaintainer} categories textproc version 0.40a revision 0
 pinfo 497
 variants universal description {Pinfo - Ncurses based info documentation browser} portdir textproc/pinfo homepage http://pinfo.alioth.debian.org/ epoch 0 platforms darwin name pinfo long_description {Pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses, and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.} maintainers master at iaas.msu.ru categories textproc version 0.6.9 revision 0
-pmw 391
-variants universal description {music typesetting processor generating postscript} portdir textproc/pmw homepage http://www.quercite.com/pmw.html epoch 0 platforms darwin name pmw long_description {Philips Music Writer (PMW) is a computer program for high quality music typesetting generating postscript from textfiles.} maintainers simon categories {textproc audio} version 4.12 revision 0
+pmw 408
+variants universal description {music typesetting processor generating postscript} portdir textproc/pmw homepage http://www.quercite.com/pmw.html epoch 0 platforms darwin name pmw long_description {Philips Music Writer (PMW) is a computer program for high quality music typesetting generating postscript from textfiles.} maintainers {simon openmaintainer} categories {textproc audio} version 4.12 revision 0
 psbind 503
 variants universal portdir textproc/psbind description {psbind is a smarter psnup} homepage http://www.digitas.harvard.edu/~ken/psbind/ epoch 0 depends_run {bin:ap2s:a2ps bin:gs:ghostscript bin:paperconf:libpaper} platforms darwin name psbind maintainers nomaintainer long_description {psbind examines the margins in a PostScript document and rearranges the pages to fit them onto paper efficiently. It outputs a transformed PostScript document.} version 20030617 categories {textproc print} revision 1
 pstotext 517
@@ -8604,8 +8612,8 @@
 variants universal depends_build {port:intltool port:getopt} portdir textproc/rarian description {OMF help system.} homepage http://rarian.freedesktop.org/ epoch 0 platforms darwin depends_lib port:libxslt name rarian long_description {Rarian manages documentation metadata as specified by the Open Source Metadata Framework (OMF) and provides a simple API to allow help browsers to find, sort and search the document catalog. It is designed to be a replacement for scrollkeeper and will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system.} maintainers nomaintainer version 0.8.0 categories {textproc gnome} revision 0
 recode 547
 variants universal portdir textproc/recode description {charset conversion program} homepage http://www.gnu.org/software/recode/ epoch 0 platforms darwin name recode depends_lib {port:libtool port:gettext} maintainers nomaintainer long_description {This recode program has the purpose of converting files between various character sets and usages. When exact transliterations are not possible, as it is often the case, the program may get rid of the offending characters or fall back on approximations.} version 3.6 categories textproc revision 2
-relames 530
-variants universal portdir textproc/relames description {Multi-Schema XML Validator to validate XML documents} homepage https://msv.dev.java.net/ epoch 0 depends_run bin:java:kaffe platforms darwin name relames maintainers simon long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.} version 20060319 categories textproc revision 0
+relames 547
+variants universal portdir textproc/relames description {Multi-Schema XML Validator to validate XML documents} homepage https://msv.dev.java.net/ epoch 0 depends_run bin:java:kaffe platforms darwin name relames maintainers {simon openmaintainer} long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.} version 20060319 categories textproc revision 0
 remind 600
 variants universal description {Remind is a sophisticated calendar and alarm program.} portdir textproc/remind homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind epoch 0 platforms darwin name remind long_description {Remind is a sophisticated calendar and alarm service for UNIX. It is a command line application which interacts well with other programs. Remind offers a specialized scripting language which can be used to express rather complicated scheduling methods in just a few lines.} maintainers eridius at macports.org categories {textproc pim} version 03.01.03 revision 0
 rfcdiff 365
@@ -8620,8 +8628,8 @@
 variants universal description {rtf to html converter} portdir textproc/rtf2html homepage http://www.45.free.net/~vitus/ice/catdoc epoch 0 platforms {darwin freebsd} name rtf2html long_description {this is a tool for converting from the rtf-format to the html format.} maintainers nomaintainer categories textproc version 1.1beta revision 0
 rtfreader 570
 variants universal description {Utility to read Microsoft RTF files} portdir textproc/rtfreader homepage http://www.fiction.net/blong/programs/#rtf epoch 0 platforms darwin name rtfreader long_description {RTF is the Microsoft Rich Text Format, a more portable, mostly ASCII formatting language that is exported by word processors like MS Word. The files generally have the extension .rtf, but occasionally have .doc extensions as well. This parser is from the Microsoft spec, ported to Unix systems.} maintainers nomaintainer categories textproc version 1.0 revision 0
-rxp 393
-variants universal description {Validating XML parser written in C.} portdir textproc/rxp homepage http://www.cogsci.ed.ac.uk/~richard/rxp.html epoch 0 platforms darwin name rxp long_description {RXP is a validating XML parser written in C.  The current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs.} maintainers simon categories textproc version 1.4.4 revision 0
+rxp 410
+variants universal description {Validating XML parser written in C.} portdir textproc/rxp homepage http://www.cogsci.ed.ac.uk/~richard/rxp.html epoch 0 platforms darwin name rxp long_description {RXP is a validating XML parser written in C.  The current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs.} maintainers {simon openmaintainer} categories textproc version 1.4.4 revision 0
 sablotron 846
 variants {universal darwin_6 apidocs debugger javascript} variant_desc {apidocs {Install HTML documentation of Sablotron's API} debugger {Enable XSLT debugger features; user must accept GPL on all of Sablotron} javascript {Enable JavaScript support}} portdir textproc/sablotron description {XSLT, DOM and XPath processor} epoch 0 platforms darwin name sablotron depends_lib {port:libiconv port:expat} maintainers nomaintainer long_description {Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications.} version 1.0.3 categories textproc revision 0
 sand 335
@@ -8798,8 +8806,8 @@
 variants universal portdir www/dokuwiki description {simple to use wiki aimed at documentation projects} homepage http://www.splitbrain.org/projects/dokuwiki epoch 0 depends_run {port:apache2 port:php4} platforms darwin name dokuwiki maintainers nomaintainer long_description {dokuwiki is a simple to use wiki aimed at a small companies documentation needs. It works on plain texts files and thus needs no database. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki.} version 2004-11-02 categories www revision 0
 duckytool 562
 variants {universal links} variant_desc {links {Create symlinks for each command (e.g. 'g' instead of 'ducky.pl g'}} portdir www/duckytool description {ducky is ... well, the web's command line.} homepage http://monkey.org/~jose/wiki/doku.php?id=wiki:duckytool epoch 0 platforms darwin depends_lib port:python24 name duckytool maintainers ecronin long_description {ducky marries a bunch of web service APIs into one tool, conventiently callable from the command line. search the web without using a browser.} categories {www net python} version 0.9.6 revision 0
-elinks 563
-variants {universal col256} variant_desc {col256 {Use 256 colours if supported by the terminal}} portdir www/elinks description {text mode web browser} homepage http://elinks.or.cz/ epoch 0 platforms darwin name elinks depends_lib {port:openssl port:zlib port:bzip2 port:expat} maintainers simon long_description {ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.} version 0.11.4rc1 categories www revision 0
+elinks 580
+variants {universal col256} variant_desc {col256 {Use 256 colours if supported by the terminal}} portdir www/elinks description {text mode web browser} homepage http://elinks.or.cz/ epoch 0 platforms darwin name elinks depends_lib {port:openssl port:zlib port:bzip2 port:expat} maintainers {simon openmaintainer} long_description {ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.} version 0.11.4rc1 categories www revision 0
 emacs-w3m 442
 variants {universal devel} description {Use the w3m web browser inside emacs.} portdir www/emacs-w3m epoch 0 platforms darwin depends_lib {port:w3m port:emacs} name emacs-w3m long_description {w3m is a pager with WWW capability, developed by Akinori ITO. Although it is a pager, it can be used as a text-mode WWW browser. emacs-w3m is a simple Emacs interface to w3m.} maintainers gwright at macports.org categories www version 1.4.4 revision 0
 eruby 346
@@ -9092,6 +9100,8 @@
 variants universal depends_build port:pkgconfig portdir x11/gobby description {Realtime collaborative editor} homepage http://gobby.0x539.de/ epoch 0 platforms {darwin freebsd} depends_lib {port:glib2 port:gtk2 port:glibmm port:libxmlxx2 port:gtkmm port:gtksourceview port:libgnomecups lib:libnet6-1.3.0:net6 lib:libobby-0.4.0:obby} name gobby maintainers pkern at macports.org long_description {Gobby is a free collaborative editor which enables you to edit files simultaneously with other users over a network. It supports multiple documents in one session and is portable to both Windows and POSIX platforms.} version 0.4.1 categories {x11 net} revision 0
 grace 461
 variants universal portdir x11/grace description {WYSIWYG tool to make two-dimensional plots of numerical data} homepage http://plasma-gate.weizmann.ac.il/Grace/ epoch 0 platforms darwin name grace depends_lib {lib:libX11.6:XFree86 port:openmotif port:libpng port:pdflib port:jpeg port:zlib} maintainers nomaintainer long_description {{WYSIWYG tool to make two-dimensional plots of numerical data}} version 5.1.21 categories {x11 math science print} revision 1
+gtimelog 445
+variants universal portdir x11/gtimelog description {A Gtk+ time tracking application.} homepage http://mg.pov.lt/gtimelog/ epoch 0 platforms darwin depends_lib {port:py25-gtk port:py25-setuptools} name gtimelog maintainers {gmail.com:shreevatsa.public openmaintainer} long_description {GTimeLog is a small Gtk+ app that I use to keep track of my time. Its main goal is to be as unintrusive as possible.} categories x11 version 0.2.0 revision 0
 gtk-canvas 522
 variants {universal darwin} portdir x11/gtk-canvas description {Straight backport of the GNOME canvas} homepage http://www.atai.org epoch 0 platforms darwin name gtk-canvas depends_lib {lib:libgtk1:gtk1 lib:libgnome:gnome-libs lib:libart:libart_lgpl lib:libtiff:tiff lib:libpng:libpng lib:libungif:libungif} maintainers erickt at macports.org long_description {This is a straight port of the GNOME Cavnas from the stable gnome-libs 1.2.4 back to gtk+. Thw widget is called GtkCanvas.} version 0.1.1 categories x11 revision 0
 gtk-chtheme 404

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080522/29d51389/attachment-0001.htm 


More information about the macports-changes mailing list