[31015] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 13:56:53 PST 2007


Revision: 31015
          http://trac.macosforge.org/projects/macports/changeset/31015
Author:   dluke at macports.org
Date:     2007-11-13 13:56:52 -0800 (Tue, 13 Nov 2007)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2007-11-13 21:51:30 UTC (rev 31014)
+++ trunk/dports/PortIndex	2007-11-13 21:56:52 UTC (rev 31015)
@@ -766,8 +766,8 @@
 variants universal description {Bakefile is cross-platform, cross-compiler native makefiles generator.} portdir devel/bakefile homepage http://www.bakefile.org/ epoch 0 platforms darwin name bakefile long_description {Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).} maintainers masa at takatsuka.org categories devel version 0.2.2 revision 1
 bazaar 743
 variants {universal darwin_7} description {an improved GNU Arch client} portdir devel/bazaar homepage http://bazaar-vcs.org/Baz1x epoch 0 depends_lib {port:neon port:gpgme} name bazaar long_description {Bazaar is intended to be an implementation of the GNU Arch protocol that open source developers both want to use, and love using. It is a drop-in replacement for tla. GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.} maintainers {root.id.au:josh+macports openmaintainer} categories devel version 1.4.2 revision 1
-bazaar-ng 850
-variants universal portdir devel/bazaar-ng description {The next-generation distributed version control system} homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-paramiko port:py25-crypto port:py25-hashlib port:py25-zlib} name bazaar-ng maintainers {gmail.com:ramercer openmaintainer} long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} categories {devel python} version 0.91 revision 2
+bazaar-ng 835
+variants universal portdir devel/bazaar-ng description {The next-generation distributed version control system} homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-paramiko port:py25-crypto port:py25-hashlib port:py25-zlib} name bazaar-ng maintainers {ram openmaintainer} long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} categories {devel python} version 0.92 revision 0
 bcpp 391
 variants universal description {C(++) Beautifier} portdir devel/bcpp homepage http://www.invisible-island.net/bcpp/ epoch 0 platforms darwin name bcpp long_description {bcpp indents C/C++ source programs, replacing tabs with spaces or the reverse. Unlike indent, it does (by design) not attempt to wrap long statements.} maintainers nomaintainer categories devel version 20050725 revision 0
 beecrypt 545
@@ -817,7 +817,7 @@
 caml-menhir 440
 variants universal description {Menhir is a LR(1) parser generator for the Objective Caml programming language.} portdir devel/caml-menhir homepage http://cristal.inria.fr/~fpottier/menhir epoch 0 depends_lib {port:caml-findlib port:ocaml} name caml-menhir long_description {Menhir is a LR(1) parser generator for the Objective Caml programming language.} maintainers erickt at dslextreme.com categories {devel ml} version 20070520 revision 0
 caml-pcre 668
-variants {universal doc examples} portdir devel/caml-pcre description {Perl compatibility regular expressions for OCaml} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-pcre depends_lib {bin:caml4p:ocaml bin:ocamlfind:caml-findlib lib:pcre:pcre} maintainers eridius at macports.org long_description {This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.} version 5.12.2 categories {devel ml} revision 0
+variants {universal doc examples} portdir devel/caml-pcre description {Perl compatibility regular expressions for OCaml} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-pcre depends_lib {bin:camlp4:ocaml bin:ocamlfind:caml-findlib lib:pcre:pcre} maintainers eridius at macports.org long_description {This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.} version 5.12.2 categories {devel ml} revision 0
 camlimages 642
 variants {universal lablgtk lablgl lablgtk2} portdir devel/camlimages description {Objective Caml interface to image manipulation functions.} homepage http://pauillac.inria.fr/camlimages/ epoch 0 platforms darwin name camlimages depends_lib {bin:camlp4:ocaml lib:libjpeg.62:jpeg lib:libtiff.3:tiff lib:libgif:libungif lib:libpng:libpng bin:gs:ghostscript} maintainers reilles at loria.fr long_description {Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render Truetype fonts.} version 2.2 categories {devel graphics} revision 2
 ccache 498
@@ -831,7 +831,7 @@
 check 586
 portdir devel/check variants universal description {C unit testing framework} name check version 0.9.5 categories devel homepage http://check.sf.net/ revision 1 epoch 0 maintainers landonf at macports.org long_description {Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.}
 class-dump 490
-variants universal description {Utility for examining the Objective-C segment of Mach-O files.} portdir devel/class-dump homepage http://www.codethecode.com/Projects/class-dump/ epoch 0 platforms macosx name class-dump long_description {It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.} maintainers waqar at macports.org categories devel version 3.1.1 revision 0
+variants universal description {Utility for examining the Objective-C segment of Mach-O files.} portdir devel/class-dump homepage http://www.codethecode.com/projects/class-dump/ epoch 0 platforms macosx name class-dump long_description {It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.} maintainers waqar at macports.org version 3.1.2 categories devel revision 0
 clog 384
 variants universal description {cLog is a cross-platform C logging library.} portdir devel/clog homepage http://www.webgroupmedia.com/software/ epoch 0 platforms darwin name clog long_description {cLog is a cross-platform C logging library. It is designed to log to files and can also log to a callback function.} maintainers nomaintainer categories devel version 20030825 revision 0
 clucene 453
@@ -1110,6 +1110,8 @@
 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 277
 variants universal description {KCachegrind - Profiling Visualization} portdir devel/kcachegrind homepage http://kcachegrind.sourceforge.net/ epoch 0 platforms darwin depends_lib port:kdelibs3 name kcachegrind maintainers nomaintainer categories devel version 0.4.6 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
 kiwi 664
 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 {rhwood openmaintainer} 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 {gnome python devel} version 1.9.18 revision 0
 ktoblzcheck 339
@@ -1156,8 +1158,8 @@
 variants {universal libdvdcss} portdir devel/libdvdread description {simple foundation for reading DVD-Video images} homepage http://www.dtek.chalmers.se/groups/dvd/ epoch 0 platforms darwin name libdvdread depends_lib port:libdvdcss maintainers nomaintainer long_description {libdvdread provides a simple foundation for reading DVD-Video images. It offers DVD applications: 1. A simple abstraction for reading the files on a DVD image (dvd_reader.h). 2. A simple library for parsing the information (IFO) files (ifo_read.h/ifo_types.h). 3. A simple library for parsing the navigation (NAV) packets (nav_read.h/nav_types.h).} version 0.9.7 categories {devel multimedia} revision 0
 libedit 453
 variants universal portdir devel/libedit description {command line editing and history library} homepage ftp://ftp.astron.com/pub/libedit/ epoch 0 platforms darwin name libedit depends_lib port:ncurses maintainers nomaintainer long_description {libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.} version 2.6.10 categories devel revision 0
-libelf 507
-variants universal portdir devel/libelf description {ELF object file access library} homepage http://directory.fsf.org/libs/misc/libelf.html epoch 0 platforms darwin name libelf depends_lib port:gettext maintainers jstrine at vexate.net long_description {'Libelf' lets you read, modify or create ELF files in an architecture-independent way. The library takes care of size and endian issues, e.g. you can process a file for SPARC processors on an Intel-based system.} version 0.8.9 categories devel revision 0
+libelf 503
+variants universal portdir devel/libelf description {ELF object file access library} homepage http://www.mr511.de/software/english.html epoch 0 platforms darwin name libelf depends_lib port:gettext maintainers jstrine at vexate.net long_description {'Libelf' lets you read, modify or create ELF files in an architecture-independent way. The library takes care of size and endian issues, e.g. you can process a file for SPARC processors on an Intel-based system.} version 0.8.10 categories devel revision 0
 libevent 647
 variants universal description {asynchronous event library} portdir devel/libevent homepage http://monkey.org/~provos/libevent/ epoch 0 platforms darwin name libevent long_description {The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.} maintainers brett at macports.org categories devel version 1.3e revision 0
 libexo 551
@@ -1319,7 +1321,7 @@
 monodoc 424
 variants universal portdir devel/monodoc description {Documentation for the Mono .NET Development Framework} homepage http://www.go-mono.org/ epoch 0 platforms darwin name monodoc depends_lib {bin:mono:mono lib:libgtksharpglue:gtk-sharp} maintainers nomaintainer long_description {This is the documentation for Mono, an open source implementation of the .NET Development Framework.} version 1.1.13 categories x11 revision 0
 monotone 598
-variants universal portdir devel/monotone description {A distributed version control system} homepage http://monotone.ca/ epoch 0 platforms darwin name monotone depends_lib port:boost maintainers michal.roszka at gmail.com long_description {monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.} version 0.35 categories devel revision 0
+variants universal portdir devel/monotone description {A distributed version control system} homepage http://monotone.ca/ epoch 0 platforms darwin name monotone depends_lib port:boost maintainers michal.roszka at gmail.com long_description {monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.} version 0.37 categories devel revision 0
 mpfr 666
 variants {universal darwin_x86 darwin_i386 darwin_8} portdir devel/mpfr description {C library for multiple-precision floating-point computations} homepage http://www.mpfr.org/ epoch 0 platforms darwin name mpfr depends_lib port:gmp maintainers vincent-opdarw at vinc17.org long_description {MPFR is a portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on the GMP multiple-precision library. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.} version 2.3.0 categories {devel math} revision 4
 nant 383
@@ -2372,8 +2374,8 @@
 variants {universal darwin aqua devel manpages threadsafe} depends_build {lib:libX11.6:XFree86 bin:doxygen:doxygen} portdir graphics/Coin description {cross platform C++ OpenGL scene graph library} homepage http://www.coin3d.org/lib/coin/ epoch 0 platforms darwin depends_lib port:simage name Coin long_description {Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.} maintainers css at macports.org version 2.4.6 categories {graphics devel} revision 0
 GraphicsMagick 656
 variants {universal i386 darwin_8} portdir graphics/GraphicsMagick description {image processing tools collection} homepage http://www.graphicsmagick.org/ epoch 0 platforms darwin name GraphicsMagick depends_lib {port:libxml2 port:bzip2 port:zlib port:libpng port:tiff port:freetype} maintainers nomaintainer long_description {GraphicsMagick is the swiss army knife of image processing. It provides a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG, and TIFF.} version 1.1.7 categories graphics revision 0
-ImageMagick 1191
-variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz no_x11 no_plus_plus darwin_6 darwin_8} depends_build port:pkgconfig portdir graphics/ImageMagick description {Tools and libraries to manipulate images in many formats} homepage http://www.imagemagick.org/ epoch 0 platforms darwin name ImageMagick depends_lib {lib:libX11.6:XFree86 port:bzip2 port:jpeg port:libpng port:tiff port:zlib port:freetype port:fontconfig port:libiconv port:expat port:libxml2} maintainers ryandesign long_description {ImageMagick is a robust collection of tools and libraries to create, edit and compose bitmap images in a wide variety of formats. You can crop, resize, rotate, sharpen, color reduce or add effects or text or straight or curved lines to an image or image sequence and save your completed work in the same or differing image format. You can even create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl, PHP,
  Python, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} version 6.3.6-9 categories {graphics devel} revision 0
+ImageMagick 1333
+variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz q8 q16 q32 no_x11 no_plus_plus darwin_6 darwin_8} depends_build port:pkgconfig variant_desc {q8 {Use 8 bits per pixel quantum} q16 {Use 16 bits per pixel quantum (default)} q32 {Use 32 bits per pixel quantum}} portdir graphics/ImageMagick description {Tools and libraries to manipulate images in many formats} homepage http://www.imagemagick.org/ epoch 0 platforms darwin name ImageMagick depends_lib {lib:libX11.6:XFree86 port:bzip2 port:jpeg port:libpng port:tiff port:zlib port:freetype port:fontconfig port:libiconv port:expat port:libxml2} maintainers ryandesign long_description {ImageMagick is a robust collection of tools and libraries to create, edit and compose bitmap images in a wide variety of formats. You can crop, resize, rotate, sharpen, color reduce or add effects or text or straight or curved lines to an image or image sequence and save your completed work in the same or differing image format. You can ev
 en create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl, PHP, Python, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} categories {graphics devel} version 6.3.6-9 revision 0
 openexr 395
 variants {universal darwin_7} description {OpenEXR Graphics Library} portdir graphics/OpenEXR homepage http://www.openexr.org epoch 0 platforms darwin name openexr long_description {OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.} maintainers waqar at macports.org categories graphics version 1.4.0 revision 0
 Renaissance-Framework 622
@@ -2486,8 +2488,8 @@
 variants universal portdir graphics/gphoto2 description {command line interface to libgphoto2.} homepage http://www.gphoto.org/proj/gphoto2/ epoch 0 platforms darwin name gphoto2 depends_lib {port:gettext port:jpeg port:libexif port:libgphoto2 port:libiconv port:libusb port:pkgconfig port:popt port:readline} maintainers nomaintainer long_description {gphoto2 is the command line interface to libgphoto2. It allows almost everything that libgphoto2 can do.} version 2.3.1 categories graphics revision 0
 gqview 391
 variants universal portdir graphics/gqview description {GQview image browser} homepage http://gqview.sourceforge.net/ epoch 0 platforms darwin name gqview depends_lib port:gtk2 maintainers mvitocruz at gmail.com long_description {GQview is an image browser that features single click access to view images and move around the directory tree.} version 2.0.4 categories {graphics x11} revision 1
-graphviz 1428
-variants {universal darwin_6 darwin_7 darwin_8 guile lua ocaml perl php python ruby no_pangocairo no_x11} depends_build port:pkgconfig variant_desc {guile {Include Guile language bindings} lua {Include Lua language bindings} ocaml {Include Objective Caml language bindings} perl {Include PERL 5.8 language bindings} php {Include PHP 4 language bindings} python {Include Python 2.4 language bindings} ruby {Include Ruby language bindings} no_pangocairo {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} no_x11 {Remove X11 support (removes lefty; implies no_pangocairo)}} portdir graphics/graphviz description {Graph visualization software from AT&T and Bell Labs} homepage http://www.graphviz.org/ depends_run port:urw-fonts epoch 0 platforms darwin name graphviz depends_lib {lib:libX11.6:XFree86 port:cairo port:pango port:jpeg port:libpng port:freetype port:expat port:zlib port:gettext} maintainers ryandesign long_description {Graph Visualization Software fr
 om AT&T Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graphs using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines.} categories graphics version 2.14.1 revision 0
+graphviz 1426
+variants {universal darwin_6 darwin_7 darwin_8 guile lua ocaml perl php python ruby no_pangocairo no_x11} depends_build port:pkgconfig variant_desc {guile {Include Guile language bindings} lua {Include Lua language bindings} ocaml {Include Objective Caml language bindings} perl {Include PERL 5.8 language bindings} php {Include PHP 4 language bindings} python {Include Python 2.4 language bindings} ruby {Include Ruby language bindings} no_pangocairo {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} no_x11 {Remove X11 support (removes lefty; implies no_pangocairo)}} portdir graphics/graphviz description {Graph visualization software from AT&T and Bell Labs} homepage http://www.graphviz.org/ depends_run port:urw-fonts epoch 0 platforms darwin name graphviz depends_lib {lib:libX11.6:XFree86 port:cairo port:pango port:jpeg port:libpng port:freetype port:expat port:zlib port:gettext} maintainers ryandesign long_description {Graph Visualization Software fr
 om AT&T Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graphs using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines.} categories graphics version 2.16 revision 0
 greycstoration 708
 variants universal portdir graphics/greycstoration description {Open source algorithm for image denoising and interpolation} homepage http://www.greyc.ensicaen.fr/~dtschump/greycstoration/ epoch 0 platforms darwin name greycstoration depends_lib port:gimp2 long_description {GREYCstoration is an image regularization algorithm which processes an image by locally removing small variations of pixel intensities while preserving significant global image features, such as sharp edges and corners. The most direct application of image regularization is denoising. By extension, it can also be used to inpaint or resize images.} maintainers julien.lusson at gmail.com version 2.5.2.1 categories graphics revision 0
 gtksee 407
@@ -2551,7 +2553,7 @@
 libpixman 359
 portdir graphics/libpixman variants universal description {Pixel region Library} name libpixman version 0.9.5 categories graphics homepage http://www.x.org revision 0 epoch 0 maintainers nomaintainer long_description {libpixman is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region.}
 libpng 851
-variants {universal darwin_8} portdir graphics/libpng description {Library for manipulating PNG images} homepage http://www.libpng.org/pub/png/ epoch 0 platforms {darwin openbsd freebsd sunos linux} name libpng depends_lib port:zlib maintainers {ryandesign waqar at macports.org} long_description {Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly, advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered.} version 1.2.22 categories graphics revision 0
+variants {universal darwin_8} portdir graphics/libpng description {Library for manipulating PNG images} homepage http://www.libpng.org/pub/png/ epoch 0 platforms {darwin openbsd freebsd sunos linux} name libpng depends_lib port:zlib maintainers {ryandesign waqar at macports.org} long_description {Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly, advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered.} version 1.2.23 categories graphics revision 0
 libungif 488
 variants {universal doc x11} variant_desc {doc {Install extra documentation} x11 {Enable X support}} portdir graphics/libungif description {Tools and library routines for working with GIF images} homepage http://sourceforge.net/projects/giflib/ epoch 0 platforms darwin name libungif maintainers ryandesign long_description {GIF loading and saving shared library (Saving uses an uncompressed gif algorithm that does not use LZW compression.)} version 4.1.4 categories graphics revision 2
 libwmf 614
@@ -3354,8 +3356,8 @@
 variants universal depends_build {bin:flex:flex bin:bison:bison} portdir lang/llvm description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm maintainers erickt at macports.org long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} version 2.0 categories lang revision 0
 llvm-gcc4 393
 variants {universal darwin powerpc x86} portdir lang/llvm-gcc4 description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm-gcc4 depends_lib port:llvm maintainers erickt at macports.org long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} version 2.0 categories lang revision 1
-logtalk 650
-variants universal description {Logtalk - Open source object-oriented logic programming language} portdir lang/logtalk homepage http://logtalk.org/ epoch 0 platforms {darwin freebsd linux} name logtalk long_description {Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming.} maintainers pmoura at logtalk.org categories lang version 2.30.4 revision 0
+logtalk 660
+variants universal description {Logtalk - Open source object-oriented logic programming language} portdir lang/logtalk homepage http://logtalk.org/ epoch 0 platforms {darwin freebsd linux} name logtalk long_description {Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming.} maintainers pmoura at logtalk.org categories lang version {Release 2.30.8} revision 0
 lua 459
 variants {universal darwin_7} portdir lang/lua description {powerful, lightweight programming language} homepage http://www.lua.org epoch 0 platforms darwin name lua depends_lib port:readline maintainers {pmq at macports.org openmaintainer} long_description {Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, standalone language.} version 5.1.2 categories lang revision 0
 mdk 1150
@@ -3843,7 +3845,7 @@
 xplot 377
 portdir math/xplot variants universal description {xplot was written in the late 1980s to support the analysis of TCP packet traces.} name xplot version 0.90.7.1 categories {math science} homepage http://www.xplot.org/ revision 0 epoch 0 maintainers fenner at research.att.com long_description {{xplot was written in the late 1980s to support the analysis of TCP packet traces.}}
 yacas 623
-portdir math/yacas variants {universal gmp} description {Yet Another Computer Algebra System} name yacas version 1.0.63 categories math depends_build bin:perl:perl5.8 revision 0 epoch 0 maintainers olt at bogosoft.com long_description {YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations - new algorithms can be easily added to the library.}
+portdir math/yacas variants {universal gmp} description {Yet Another Computer Algebra System} name yacas version 1.1.10 categories math depends_build bin:perl:perl5.8 revision 0 epoch 0 maintainers olt at bogosoft.com long_description {YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations - new algorithms can be easily added to the library.}
 AtomicParsley 378
 portdir multimedia/AtomicParsley variants universal description {MPEG-4 command line tool} name AtomicParsley version 0.9.0 categories multimedia homepage http://atomicparsley.sourceforge.net revision 0 epoch 0 maintainers cedric.luthi at gmail.com long_description {AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.}
 MPlayer 1919
@@ -5766,8 +5768,8 @@
 variants universal portdir python/py-bitdecoder description {python module and program to decode bits to human readable text} homepage http://baruch.ev-en.org/proj/bitdecoder.html epoch 0 platforms darwin depends_lib port:python24 name py-bitdecoder maintainers nomaintainer long_description {BitDecoder is a simple program to decode bits to some human readable text. It is also available as a python module.} categories {python devel} version 0.5.1 revision 1
 py-blosxom 539
 variants universal portdir python/py-blosxom description {python weblog engine using standard text files} homepage http://pyblosxom.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-blosxom maintainers nomaintainer long_description {Pyblosxom is a weblog engine that uses standard text files located on your filesystem as a database of weblog entries. The concept is simple, managing content is as easy as editing a text file with your favourite text editor.} categories python version 1.2.1 revision 0
-py-boto 418
-variants universal portdir python/py-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python24 name py-boto maintainers {gmail.com:ramercer openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0
+py-boto 403
+variants universal portdir python/py-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python24 name py-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0
 py-bsddb 381
 variants {universal db3} portdir python/py-bsddb description {Python bindings to the db4 and db3 library} homepage http://www.python.org/doc/current/lib/module-dbm.html epoch 0 platforms darwin depends_lib {port:python24 port:db44} name py-bsddb maintainers mww long_description {{Python bindings to the db4 and db3 library}} categories {python databases} version 2.4.4 revision 0
 py-bzip2 381
@@ -6090,8 +6092,8 @@
 variants universal portdir python/py-otp description {RFC2289 implementation for python (one-time password)} homepage http://moin.conectiva.com.br/PythonOtp epoch 0 platforms darwin depends_lib port:python24 name py-otp maintainers nomaintainer long_description {python-otp is a module which implements support for all requirements, recommendations, and optional features described in RFC2289. This RFC defines a standard for the implementation of OTP - one-time passwords.} categories {python security} version 1.0 revision 1
 py-par 354
 variants universal description {Parallel Python} portdir python/py-par homepage http://datamining.anu.edu.au/~ole/pypar/ epoch 0 name py-par depends_lib {port:lammpi port:py-numeric} long_description {Py-par provides bindings to a subset of the message passing interface standard MPI.} maintainers nomaintainer version 1.9.2 categories python revision 0
-py-paramiko 608
-variants universal portdir python/py-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib port:py-crypto name py-paramiko maintainers {ramercer at gmail.com openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0
+py-paramiko 609
+variants universal portdir python/py-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python24 port:py-crypto} name py-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0
 py-parsing 598
 variants universal portdir python/py-parsing description {alternative approach to creating parsers in python} homepage http://pyparsing.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-parsing maintainers nomaintainer long_description {The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.} categories {python lang} version 1.4.1 revision 0
 py-paste 458
@@ -6108,8 +6110,8 @@
 variants universal portdir python/py-peak description {PEAK is the Python Enterprise Application Kit} homepage http://peak.telecommunity.com/ epoch 0 platforms darwin depends_lib port:python24 name py-peak maintainers nomaintainer long_description {PEAK is a Python framework for rapidly developing and reusing application components.} categories python version 0.5a3 revision 1
 py-pedal 370
 variants universal portdir python/py-pedal description {python module for pedigree analysis} homepage http://pypedal.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-numeric} name py-pedal maintainers nomaintainer long_description {PyPedal is a Python language application for pedigree analysis.} categories python version 2.0.0a7 revision 0
-py-pexpect 676
-variants universal portdir python/py-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pexpect maintainers {ramercer at gmail.com openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0
+py-pexpect 661
+variants universal portdir python/py-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0
 py-pgasync 578
 variants universal portdir python/py-pgasync description {twisted-based, DB API 2.0 compliant PostgreSQL client library} homepage http://jamwt.com/pgasync/ epoch 0 platforms darwin depends_lib {port:python24 port:py-twisted} name py-pgasync maintainers nomaintainer long_description {pgasync is a twisted-based PostgreSQL client library which fully conforms to the DB API 2.0 specification. It's designed to run quickly and scale well. It provides connection pooling and persistence, database types, and safe conversions.} categories {python databases} version 1.15b revision 0
 py-pgsql 776
@@ -6398,8 +6400,8 @@
 variants universal portdir python/py25-beaker description {Session WSGI Middleware} homepage http://beaker.groovie.org epoch 0 platforms darwin depends_lib {port:py25-setuptools port:py25-myghtyutils} name py25-beaker maintainers stechert at macports.org long_description {Beaker is a simple WSGI middleware to use the Myghty Container API.} categories {python www} version 0.7.4 revision 0
 py25-biopython 530
 variants universal portdir python/py25-biopython description {python tools for computational molecular biology} homepage http://www.biopython.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numeric port:py25-mx-base port:py25-reportlab} name py25-biopython maintainers mww long_description {python tools for computational molecular biology: parsers for various file formats, interfaces for programs, tools for performing common operations on sequences, etc.} categories {python science} version 1.44 revision 0
-py25-boto 422
-variants universal portdir python/py25-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python25 name py25-boto maintainers {gmail.com:ramercer openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0
+py25-boto 407
+variants universal portdir python/py25-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python25 name py25-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0
 py25-bsddb 365
 variants universal portdir python/py25-bsddb description {Python bindings to the db44 library} homepage http://www.python.org/doc/current/lib/module-dbm.html epoch 0 platforms darwin depends_lib {port:python25 port:db44} name py25-bsddb maintainers mww long_description {{Python bindings to the db44 library}} categories {python databases} version 2.5.1 revision 0
 py25-bz2 328
@@ -6410,8 +6412,8 @@
 variants universal portdir python/py25-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python25 port:py25-elementtree} name py25-celementtree maintainers {afb at macports.org openmaintainer} long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} categories python version 1.0.5-20051216 revision 0
 py25-checker 629
 variants universal portdir python/py25-checker description {python source code checker for finding bugs} homepage http://pychecker.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-checker maintainers nomaintainer long_description {PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect. However, spurious warnings should be fairly infrequent.} categories python version 0.8.17 revision 0
-py25-cheetah 635
-variants universal portdir python/py25-cheetah description {Cheetah is a Python-powered template engine and code generator} homepage http://www.cheetahtemplate.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-cheetah maintainers stechert at macports.org long_description {Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.} categories {python www} version 2.0rc8 revision 0
+py25-cheetah 632
+variants universal portdir python/py25-cheetah description {Cheetah is a Python-powered template engine and code generator} homepage http://www.cheetahtemplate.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-cheetah maintainers stechert at macports.org long_description {Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.} categories {python www} version 2.0 revision 0
 py25-cometd 374
 variants universal depends_build port:py25-twisted-web2 portdir python/py25-cometd description {Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.} homepage http://www.cometd.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-cometd maintainers stechert at macports.org categories python version 0.2 revision 0
 py25-crypto 555
@@ -6466,8 +6468,8 @@
 variants universal portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-logilab-common} name py25-lint maintainers {rhwood openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} categories {python devel} version 0.13.2 revision 0
 py25-mako 933
 variants universal portdir python/py25-mako description {A super-fast templating language that borrows the best ideas from the existing templating languages.} homepage http://www.makotemplates.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-mako maintainers stechert at macports.org long_description {Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.} categories {python www} version 0.1.5 revision 0
-py25-matplotlib 1130
-variants {universal gtk2 tkinter wxpython numarray Numeric numpy} variant_desc {gtk2 {Use gtkAgg for interactive plotting} tkinter {Use tkAgg for interactive plotting} wxpython {Use wxAgg for interactive plotting} numarray {Use numarray as array-object} Numeric {Use Numeric as array-object} numpy {Use numpy as array-object}} portdir python/py25-matplotlib description {matlab-like syntax for creating plots in python} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:freetype port:libpng port:py-dateutil port:py-tz port:py25-tkinter port:py25-numpy} name py25-matplotlib maintainers {openmaintainer jochen} long_description {Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-objec
 ts (numarray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython).} categories {python graphics math} version 0.90.1 revision 0
+py25-matplotlib 1134
+variants {universal gtk2 tkinter wxpython numarray Numeric numpy} variant_desc {gtk2 {Use gtkAgg for interactive plotting} tkinter {Use tkAgg for interactive plotting} wxpython {Use wxAgg for interactive plotting} numarray {Use numarray as array-object} Numeric {Use Numeric as array-object} numpy {Use numpy as array-object}} portdir python/py25-matplotlib description {matlab-like syntax for creating plots in python} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:freetype port:libpng port:py25-dateutil port:py25-tz port:py25-tkinter port:py25-numpy} name py25-matplotlib maintainers {openmaintainer jochen} long_description {Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-o
 bjects (numarray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython).} categories {python graphics math} version 0.90.1 revision 1
 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
@@ -6494,16 +6496,16 @@
 variants universal portdir python/py25-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numeric.scipy.org/ epoch 0 platforms darwin depends_lib {port:g95 lib:fftw:fftw-3 port:py25-hashlib} name py25-numpy maintainers erickt at macports.org long_description {{The core utilities for the scientific library scipy for Python}} categories python version 1.0.3.1 revision 0
 py25-orbit 709
 variants universal portdir python/py25-orbit description {Python binding for the ORBit2 CORBA ORB - Default branch.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py25-orbit depends_lib {port:python25 port:orbit2} maintainers pguyot at kallisys.net long_description {PyORBit is a Python binding for the ORBit2 CORBA ORB. It was developped to suit the needs of the bonobo bindings in GNOME-Python, but is usable for other purposes as well. It aims to follow the standard Python language mapping for CORBA. It can generate stubs at runtime from typelibs, IDL files, or by introspecting remote objects using ORBit2's IModule typelib capabilities.} version 2.14.3 categories {python gnome} revision 0
-py25-paramiko 614
-variants universal portdir python/py25-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib port:py25-crypto name py25-paramiko maintainers {ramercer at gmail.com openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0
+py25-paramiko 615
+variants universal portdir python/py25-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-crypto} name py25-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0
 py25-paste 462
 variants universal portdir python/py25-paste description {Bringing consistency to Python web development.} homepage http://pythonpaste.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-paste maintainers stechert at macports.org long_description {Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators.} categories {python www} version 1.3 revision 0
 py25-pastedeploy 456
 variants universal portdir python/py25-pastedeploy description {Paste Deployment is a system for finding and configuring WSGI applications and servers.} homepage http://pythonpaste.org/deploy/ epoch 0 platforms darwin depends_lib port:python25 name py25-pastedeploy maintainers stechert at macports.org long_description {{Paste Deployment is a system for finding and configuring WSGI applications and servers.}} categories {python www} version 1.3 revision 0
 py25-pastescript 429
 variants universal portdir python/py25-pastescript description {Paste Script is a pluggable command-line frontend, to the Paste system.} homepage http://pythonpaste.org/paste/ epoch 0 platforms darwin depends_lib port:py25-cheetah name py25-pastescript maintainers stechert at macports.org long_description {{Paste Script is a pluggable command-line frontend, to the Paste system.}} categories {python www} version 1.3.3 revision 0
-py25-pexpect 680
-variants universal portdir python/py25-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pexpect maintainers {ramercer at gmail.com openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0
+py25-pexpect 665
+variants universal portdir python/py25-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0
 py25-pgsql 813
 variants universal portdir python/py25-pgsql description {python DB-API 2.0 compliant interface to postgresql (8.2)} homepage http://pypgsql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:postgresql82 port:py25-mx-base} name py25-pgsql maintainers dluke at geeklair.net long_description {pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.} categories {python databases} version 2.5.1 revision 1
 py25-pil 537
@@ -7282,8 +7284,8 @@
 variants {universal darwin freebsd} depends_build bin:gnumake:gmake portdir sysutils/dpkg description {Debian package maintenance system} homepage http://www.debian.org/ epoch 0 platforms {darwin freebsd} name dpkg depends_lib {port:gettext port:libiconv bin:perl:perl5.8} maintainers landonf at macports.org version 1.10.28 categories {sysutils archivers} revision 0
 dtach 584
 variants universal description {program that emulates the detach feature of screen} portdir sysutils/dtach homepage http://dtach.sourceforge.net/ epoch 0 platforms darwin name dtach long_description {dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.} maintainers nomaintainer categories sysutils version 0.7 revision 0
-duplicity 822
-variants universal portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html depends_run {port:py-gnupg port:py-pexpect port:py-boto} epoch 0 platforms darwin depends_lib {port:python24 port:librsync port:gnupg} name duplicity maintainers {ramercer at gmail.com openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.4.3 revision 2
+duplicity 807
+variants universal portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html depends_run {port:py-gnupg port:py-pexpect port:py-boto} epoch 0 platforms darwin depends_lib {port:python24 port:librsync port:gnupg} name duplicity maintainers {ram openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.4.3 revision 2
 dvdrtools 419
 variants {universal darwin} description {a fork of cdrtools DVD writer support} portdir sysutils/dvdrtools homepage http://www.nongnu.org/dvdrtools/ epoch 0 platforms darwin name dvdrtools long_description {{Linux dvd-rw/dvd-r writing made easy and free...} Dvdrtools is a fork of cdrtools, with the primary goal of supporting writable DVD drives.} maintainers nomaintainer categories sysutils version 0.2.1 revision 0
 erni 356
@@ -7316,8 +7318,8 @@
 variants universal portdir sysutils/gkrellm description {A GTK based system monitor} homepage http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html epoch 0 platforms darwin name gkrellm depends_lib port:gtk2 maintainers markd at macports.org long_description {{A GTK based system monitor}} version 2.3.0 categories sysutils revision 0
 gnuregex 273
 variants universal description {GNU regex library} portdir sysutils/gnuregex homepage http://www.gnu.org/directory/regex.html epoch 0 platforms darwin name gnuregex long_description {{GNU regex library}} maintainers nomaintainer categories sysutils version 0.12 revision 2
-grep 456
-variants {universal nls} portdir sysutils/grep description {GNU grep, the {"fastest} grep in the west\" (we hope).} homepage http://www.gnu.org/software/grep/grep.html epoch 0 platforms darwin name grep depends_lib port:pcre maintainers waqar at macports.org long_description {Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.} version 2.5.1a categories sysutils revision 1
+grep 464
+variants universal portdir sysutils/grep description {GNU grep, the {"fastest} grep in the west\" (we hope).} homepage http://www.gnu.org/software/grep/grep.html epoch 0 platforms darwin name grep depends_lib {port:pcre port:gettext} maintainers waqar at macports.org long_description {Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.} version 2.5.3 categories sysutils revision 0
 groff 421
 variants universal description {GNU Troff (Groff)} portdir sysutils/groff homepage http://www.gnu.org/software/groff/ epoch 0 platforms darwin name groff long_description {The groff (GNU Troff) software is a typesetting package which reads plain text mixed with formatting commands and produces formatted output. Groff now supports HTML.} maintainers nomaintainer categories {sysutils textproc} version 1.19.2 revision 1
 gtime 584
@@ -8138,10 +8140,10 @@
 portdir www/pear-base platforms darwin description {PHP PEAR Base system (PEAR, Archive_Tar, Console_Getopt, XML_RPC)} name pear-base version 1.6.2 categories {www php lang} homepage http://pear.php.net/ revision 0 epoch 0 maintainers nomaintainer long_description {{PHP PEAR Base system (PEAR, Archive_Tar, Console_Getopt, XML_RPC)}}
 php4 604
 variants {universal darwin_6 darwin_7 darwin_8 macosx apache apache2 apache20 crypt curl gd mysql3 mysql4 mysql5 postgresql8 ldap imap xslt} portdir www/php4 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php4 depends_lib {port:libiconv port:expat port:gettext port:zlib port:openssl port:tiff port:libxml2 port:libtool} maintainers jwa long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} version 4.4.7 categories {lang php www} revision 0
-php5 817
-variants {universal darwin_6 darwin_7 darwin_8 macosx apache apache2 fastcgi imap tidy mssql snmp macports_snmp mysql3 mysql4 mysql5 postgresql sqlite ipc pcntl pear sockets} variant_desc {sockets {Add socket communication functions}} portdir www/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php5 depends_lib {port:libxml2 port:libxslt port:openssl port:zlib port:libiconv port:expat port:gettext port:tiff port:mhash port:libmcrypt port:curl port:pcre port:jpeg port:libpng port:freetype} maintainers {ryandesign jwa} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} version 5.2.5 categories {lang php www} revision 0
-php5-devel 831
-variants {universal darwin_6 darwin_7 darwin_8 macosx apache apache2 fastcgi imap tidy mssql snmp macports_snmp mysql3 mysql4 mysql5 postgresql sqlite ipc pcntl pear sockets} variant_desc {sockets {Add socket communication functions}} portdir www/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 0 platforms {darwin freebsd} name php5-devel depends_lib {port:libxml2 port:libxslt port:openssl port:zlib port:libiconv port:expat port:gettext port:tiff port:mhash port:libmcrypt port:curl port:pcre port:jpeg port:libpng port:freetype} maintainers {ryandesign jwa} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} version 5.2.5RC2 categories {lang php www} revision 0
+php5 828
+variants {universal darwin_6 darwin_7 darwin_8 macosx apache apache2 fastcgi imap tidy mssql snmp macports_snmp mysql3 mysql4 mysql5 postgresql sqlite ipc pcntl pear sockets} variant_desc {sockets {Add socket communication functions}} portdir www/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php5 depends_lib {port:libxml2 port:libxslt port:openssl port:zlib port:bzip2 port:libiconv port:expat port:gettext port:tiff port:mhash port:libmcrypt port:curl port:pcre port:jpeg port:libpng port:freetype} maintainers {ryandesign jwa} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} version 5.2.5 categories {lang php www} revision 1
+php5-devel 842
+variants {universal darwin_6 darwin_7 darwin_8 macosx apache apache2 fastcgi imap tidy mssql snmp macports_snmp mysql3 mysql4 mysql5 postgresql sqlite ipc pcntl pear sockets} variant_desc {sockets {Add socket communication functions}} portdir www/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 0 platforms {darwin freebsd} name php5-devel depends_lib {port:libxml2 port:libxslt port:openssl port:zlib port:bzip2 port:libiconv port:expat port:gettext port:tiff port:mhash port:libmcrypt port:curl port:pcre port:jpeg port:libpng port:freetype} maintainers {ryandesign jwa} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} version 5.2.5RC2 categories {lang php www} revision 1
 php5-memcache 593
 variants universal portdir www/php5-memcache description {PHP5 bindings for memcache} homepage http://pecl.php.net/package/memcache epoch 0 platforms {darwin freebsd openbsd} name php5-memcache depends_lib {port:memcached port:php5 port:zlib} maintainers {emory.smith at gmail.com openmaintainer} long_description {Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.} version 2.1.2 categories {www net devel} revision 0
 php5-rrdtool 350
@@ -8358,8 +8360,8 @@
 variants universal portdir x11/gxmessage description {a GTK-based xmessage clone.} homepage http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage epoch 0 platforms darwin name gxmessage depends_lib lib:libgtk.2:gtk2 long_description {gxmessage opens a window to display a message obtained from the command line, from a file, or from stdin. The window includes a row of buttons, each of which causes the program to exit with a different return code.} maintainers nomaintainer version 2.4.4 categories x11 revision 0
 homebank 680
 variants universal portdir x11/homebank description {Software to manage personal accounts, light and simple.} homepage http://homebank.free.fr/ epoch 0 platforms darwin name homebank depends_lib {port:gtk2 port:libofx port:librsvg port:p5-xml-parser} maintainers {simon openmaintainer} long_description {HomeBank is the free software you have always wanted to manage your personal accounts at home. The main concept is to be light, simple and very easy to use. It brings you many features that allow you to analyze your finances in a detailed way instantly and dynamically with powerful report tools based on filtering and graphical charts.} version 3.5 categories x11 revision 0
-icewm 958
-variants {universal lite xpm imlib nls debug esound gnome1 gnome2} variant_desc {lite { Use the lightweight IceWM } xpm { Use Xpm from MacPorts for images } imlib { Use Imlib for images instead of libxpm (does not work yet) } nls { Use internationalized messages (does not work correct yet) } debug { Use this option if you want to debug IceWM } esound { Use sound support (untested) } gnome1 { Use the GNOME menus with IceWM } gnome2 { Use the KDE/GNOME2 menus with IceWM }} portdir x11/icewm description {Lightweight window manager with a Windows or OS/2 look and feel} homepage http://www.icewm.org epoch 0 platforms darwin name icewm depends_lib {lib:libX11.6:XFree86 lib:libXext.6:XFree86 lib:libXpm.4:xpm lib:libSM.6:sm port:gettext port:freetype port:xft2} maintainers nomaintainer long_description {Nice and fast window manager with the look and feel from Windows (95, 98) or OS/2 (Warp 3, Warp 4).} version 1.2.31 categories {x11 x11-wm} revision 0
+icewm 965
+variants {universal lite xpm imlib nls debug esound gnome1 gnome2} variant_desc {lite { Use the lightweight IceWM } xpm { Use Xpm from MacPorts for images } imlib { Use Imlib for images instead of libxpm (does not work yet) } nls { Use internationalized messages (does not work correct yet) } debug { Use this option if you want to debug IceWM } esound { Use sound support (untested) } gnome1 { Use the GNOME menus with IceWM } gnome2 { Use the KDE/GNOME2 menus with IceWM }} portdir x11/icewm description {Lightweight window manager with a Windows or OS/2 look and feel} homepage http://www.icewm.org epoch 0 platforms darwin name icewm depends_lib {lib:libX11.6:XFree86 lib:libXext.6:XFree86 lib:libXpm.4:xpm lib:libSM.6:sm port:gettext port:freetype port:xft2} maintainers saispo at macports.org long_description {Nice and fast window manager with the look and feel from Windows (95, 98) or OS/2 (Warp 3, Warp 4).} version 1.2.32 categories {x11 x11-wm} revision 0
 ion3 596
 variants universal description {A tiling window manager for keyboard users} portdir x11/ion3 homepage http://modeemi.cs.tut.fi/~tuomov/ion/ epoch 0 depends_lib {lib:libX11.6:XFree86 lib:libXext.6:XFree86 port:lua port:gettext} name ion3 long_description {Ion is a tiling tabbed window manager designed with keyboard users in mind. It tries to address the navigation problem by dividing the screen into mutually non-overlapping frames. As in PWM, the frames may have multiple clients attached.} maintainers {pmq at macports.org openmaintainer} categories {x11 x11-wm} version 3rc-20070927 revision 0
 itk 394
@@ -8595,7 +8597,7 @@
 xruskb 763
 variants {universal motif} description {program for switching two keyboard layouts} portdir x11/xruskb homepage http://www.yars.free.net/~lav/programs.html epoch 0 depends_lib lib:libX11.6:XFree86 name xruskb long_description {Xrus - program for switching two keyboard layouts with a hot key combination. It also serves as autolock. It can be compiled with Motif, Lesstif, Xaw or without any widget library. In the later case it won't show its icon with keyboard indicator. It gets all keyboard and mouse events, when a particular hot key combination is pressed, it swaps 1,2 and 3,4 columns of keyboard map. When a timeout without keyboard and mouse events passes, it starts a locker.} maintainers jc at crazic.ru categories {x11 russian} version 1.15.3 revision 0
 xscreensaver 609
-variants {universal darwin_8} portdir x11/xscreensaver description {X11 screen saver} homepage http://www.jwz.org/xscreensaver/ epoch 0 platforms darwin name xscreensaver depends_lib {lib:libX11.6:XFree86 port:tiff port:libxml2 port:zlib port:jpeg port:pango port:gtk2 port:atk port:cairo port:xrender port:libiconv port:gettext port:libpng port:fontconfig port:freetype port:glib2 port:libglade2} maintainers mww long_description {The xscreensaver program waits until the keyboard and mouse have been idle for a period, and then runs a graphics demo chosen at random.} version 5.03 categories x11 revision 0
+variants {universal darwin_8} portdir x11/xscreensaver description {X11 screen saver} homepage http://www.jwz.org/xscreensaver/ epoch 0 platforms darwin name xscreensaver depends_lib {lib:libX11.6:XFree86 port:tiff port:libxml2 port:zlib port:jpeg port:pango port:gtk2 port:atk port:cairo port:xrender port:libiconv port:gettext port:libpng port:fontconfig port:freetype port:glib2 port:libglade2} maintainers mww long_description {The xscreensaver program waits until the keyboard and mouse have been idle for a period, and then runs a graphics demo chosen at random.} version 5.04 categories x11 revision 0
 xsnow 308
 portdir x11/xsnow variants universal description {Create a snowy and Santa-y desktop} platforms darwin name xsnow version 1.41 categories x11 revision 1 epoch 0 long_description {Xsnow displays lovely moving snowflakes on your desktop, with Santa Claus running all over the screen.} maintainers nomaintainer
 xspringies 347

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


More information about the macports-changes mailing list