[40795] trunk/dports/PortIndex

portindex at macports.org portindex at macports.org
Wed Oct 15 00:51:59 PDT 2008


Revision: 40795
          http://trac.macports.org/changeset/40795
Author:   portindex at macports.org
Date:     2008-10-15 00:51:57 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-10-15 04:01:38 UTC (rev 40794)
+++ trunk/dports/PortIndex	2008-10-15 07:51:57 UTC (rev 40795)
@@ -995,7 +995,7 @@
 dbow 505
 variants {universal darwin_8} portdir devel/dbow description {database compiler-compiler} homepage http://dbow.sourceforge.net/ epoch 0 platforms darwin name dbow depends_lib port:mysql4 maintainers nomaintainer long_description {DBOW is a database compiler-compiler or front-end. It takes table definitions in a meta language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.} version 0.7 categories {devel databases} revision 0
 dbus 528
-variants {universal test no_x11} depends_build port:pkgconfig variant_desc {test {enable tests} no_x11 {disable X11 support}} portdir devel/dbus description {A message bus system, a simple way for applications to talk to one another.} homepage http://www.freedesktop.org/Software/dbus epoch 0 platforms darwin depends_lib {port:expat lib:libX11:XFree86} name dbus maintainers nomaintainer long_description {{A message bus system, a simple way for applications to talk to one another.}} categories devel version 1.2.4 revision 1
+variants {universal test no_x11} depends_build port:pkgconfig variant_desc {test {enable tests} no_x11 {disable X11 support}} portdir devel/dbus description {A message bus system, a simple way for applications to talk to one another.} homepage http://www.freedesktop.org/Software/dbus epoch 0 platforms darwin depends_lib {port:expat lib:libX11:XFree86} name dbus maintainers nomaintainer long_description {{A message bus system, a simple way for applications to talk to one another.}} categories devel version 1.2.4 revision 2
 dbus-glib 476
 variants {universal test} depends_build port:pkgconfig portdir devel/dbus-glib description {Glib bindings for the dbus message bus system.} homepage http://www.freedesktop.org/Software/dbus epoch 0 platforms darwin depends_lib {port:expat port:libiconv {path:\${prefix}/lib/pkgconfig/glib-2.0.pc:glib2} port:dbus port:gettext} name dbus-glib maintainers nomaintainer long_description {{Glib bindings for the dbus message bus system.}} version 0.76 categories devel revision 1
 dbus-glib-sharp 571
@@ -1022,8 +1022,8 @@
 variants universal description {Make histogram from diff-output} portdir devel/diffstat homepage http://invisible-island.net/diffstat/ epoch 0 platforms darwin name diffstat long_description {diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files.} maintainers {simon openmaintainer} categories devel version 1.46 revision 0
 distcc 542
 variants universal description {Distributed C compiler} portdir devel/distcc homepage http://distcc.samba.org/ epoch 0 platforms darwin name distcc long_description {distcc is a program to distribute compilation of C or C++ code across several machines on a network without requiring that they share filesystems, have the same headers/libraries or have syncronized clocks. distcc should always generate the same results as a local compile but is often 2 to 3 times faster.} maintainers nomaintainer categories devel version 2.18.3 revision 0
-DisTract 562
-variants universal depends_build {port:ghc port:hs-chunks port:hs-hinstaller} portdir devel/distract description {A distributed bug tracking system based on monotone} homepage http://www.distract.wellquite.org/ epoch 0 depends_run port:monotone name DisTract maintainers me at thomaskeller.biz long_description {DisTract is a distributed bug tracking system. It uses the Firefox browser as frontend for user interaction and the monotone version control system as backend, which provides data storage and network services.} version 0.2.5 categories devel revision 0
+distract 566
+variants universal depends_build {port:ghc port:hs-chunks port:hs-hinstaller} portdir devel/distract description {A distributed bug tracking system based on monotone} homepage http://www.distract.wellquite.org/ depends_run port:monotone epoch 0 platforms darwin name distract maintainers tommyd long_description {DisTract is a distributed bug tracking system. It uses the Firefox browser as frontend for user interaction and the monotone version control system as backend, which provides data storage and network services.} version 0.2.5 categories devel revision 0
 dlcompat 352
 portdir devel/dlcompat variants {universal darwin_8} platforms darwin description {dlopen(3) compatibility library for Mac OS X / Darwin} name dlcompat version 20030629 categories devel revision 0 epoch 0 maintainers nomaintainer long_description {dlcompat provides the dlopen() interface for dynamic loading of modules for applications that need it.}
 dmalloc 473
@@ -1192,12 +1192,12 @@
 variants universal depends_build port:ghc portdir devel/hs-binary description {Binary serialisation for Haskell values using lazy ByteStrings} homepage http://code.haskell.org/binary epoch 0 platforms darwin name hs-binary maintainers nomaintainer long_description {Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and from binary formats, written to disk as binary, or sent over the network. Serialisation speeds of over 1 G/sec have been observed, so this library should be suitable for high performance scenarios.} version 0.4.3.1 categories {devel haskell} revision 0
 hs-cabal 644
 variants universal portdir devel/hs-cabal description {User interface to Haskell's Cabal build system.} homepage http://www.haskell.org/cabal epoch 0 platforms darwin name hs-cabal depends_lib {port:hs-libcabal port:hs-zlib port:hs-HTTP} maintainers gwright long_description {Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.} version 0.5.1 categories {devel haskell} revision 0
-hs-chunks 594
-variants universal depends_build port:ghc portdir devel/hs-chunks description {The chunks library for Haskell} homepage http://www.wellquite.org/chunks/ epoch 0 platforms darwin name hs-chunks maintainers me at thomaskeller.biz long_description {This library supports templates inspired by the Perl HTML::Chunks module, but this Haskell implementation checks at compile time that the templates used exist and are used correctly. The templates are combined within the compiled Haskell, removing the dependency on the external template file.} version 2007.4.18 categories {devel haskell} revision 0
+hs-chunks 587
+variants universal depends_build port:ghc portdir devel/hs-chunks description {The chunks library for Haskell} homepage http://www.wellquite.org/chunks/ epoch 0 platforms darwin name hs-chunks maintainers nomaintainer long_description {This library supports templates inspired by the Perl HTML::Chunks module, but this Haskell implementation checks at compile time that the templates used exist and are used correctly. The templates are combined within the compiled Haskell, removing the dependency on the external template file.} version 2007.4.18 categories {devel haskell} revision 0
 hs-ghc-paths 420
 variants universal depends_build port:ghc portdir devel/hs-ghc-paths description {Locate ghc's installation directories} homepage http://hackage.haskell.org/haddock/ epoch 0 platforms darwin name hs-ghc-paths maintainers nomaintainer long_description {Locate GHC's installation directories. This package is required by haddock, the Haskell documentation generator.} version 0.1.0.5 categories {devel haskell} revision 0
-hs-hinstaller 663
-variants universal depends_build port:ghc portdir devel/hs-hinstaller description {The hinstaller library for Haskell} homepage http://www.wellquite.org/hinstaller/ epoch 0 platforms darwin name hs-hinstaller maintainers me at thomaskeller.biz long_description {This module allows you to incorporate arbitrary files into a haskell module during compilation. The files are then available to you through functions which allows you to write installer-type applications which write out the files when run. Thus this can be considered in the same model as Java .jar files or executable zip or other file archives.} version 2008.2.16 categories {devel haskell} revision 0
+hs-hinstaller 656
+variants universal depends_build port:ghc portdir devel/hs-hinstaller description {The hinstaller library for Haskell} homepage http://www.wellquite.org/hinstaller/ epoch 0 platforms darwin name hs-hinstaller maintainers nomaintainer long_description {This module allows you to incorporate arbitrary files into a haskell module during compilation. The files are then available to you through functions which allows you to write installer-type applications which write out the files when run. Thus this can be considered in the same model as Java .jar files or executable zip or other file archives.} version 2008.2.16 categories {devel haskell} revision 0
 hs-hslogger 531
 variants universal depends_build port:ghc portdir devel/hs-hslogger description {A logging framework for Haskell} homepage http://software.complete.org/hslogger epoch 0 platforms darwin name hs-hslogger maintainers gwright long_description {hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.} version 1.0.6 categories {devel haskell} revision 0
 hs-libcabal 706
@@ -1299,7 +1299,7 @@
 libdvdplay 607
 variants universal portdir devel/libdvdplay description {simple library designed for DVD navigation} homepage http://developers.videolan.org/libdvdplay/ epoch 0 platforms darwin name libdvdplay depends_lib lib:libdvdread:libdvdread maintainers nomaintainer long_description {libdvdplay is a cross-platform layer over libdvdread that provides low-level functions for DVD reading and seeking, as well as access to the DVD data (subtitles, languages, chapters). It also provides the virtual machine required for DVD navigation to the client application.} version 1.0.1 categories {devel multimedia} revision 0
 libdvdread 681
-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
+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 1
 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 1
 libelf 503
@@ -1460,8 +1460,8 @@
 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 984
 variants {md5 openssl wget curl} variant_desc {md5 { Use md5 as checker } openssl { Use openssl as checker (default) } wget { Use wget as downloader } curl { Use curl as downloader (default) }} portdir devel/luarocks description {Manager for rocks, lua extensions.} homepage http://www.luarocks.org/ epoch 0 depends_run {port:lua port:openssl port:curl} platforms darwin name luarocks maintainers andrea.damore at macports.org 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.} version 1.0 categories devel revision 0
-lzo 645
-variants universal description {Real-time data compression library} portdir devel/lzo homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers blb at macports.org categories {devel compression} version 1.08 revision 0
+lzo 632
+variants universal description {Real-time data compression library} portdir devel/lzo homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers blb categories {devel compression} version 1.08 revision 0
 m4 651
 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 431
@@ -1908,8 +1908,8 @@
 variants {universal smp} variant_desc {smp {Enable symmetric multi-processor support}} portdir emulators/bochs description {cross platform ia-32 emulator} homepage http://bochs.sourceforge.net/ epoch 0 depends_run port:wget platforms darwin name bochs maintainers nomaintainer long_description {Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It emulates the Intel x86 CPU, common I/O devices, and a custom BIOS.} version 2.3.5 categories emulators revision 0
 dosbox 577
 variants {universal darwin_9 powerpc} portdir emulators/dosbox description {DOS-emulator featuring 386 realmode, filesystem, XMS, EMS} homepage http://dosbox.sourceforge.net/ epoch 0 platforms darwin name dosbox depends_lib {port:libsdl port:libsdl_net port:libsdl_sound port:libpng port:zlib} maintainers nomaintainer long_description {DOSBox is a DOS-emulator that uses the SDL-library. It also emulates CPU:286/386 realmode, directory file system/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games.} version 0.72 categories emulators revision 0
-freesci 485
-variants {universal sdl} portdir emulators/freesci description {Interpreter for SCI (old Sierra Online) games} homepage http://freesci.linuxgames.com/ epoch 0 platforms darwin name freesci depends_lib lib:libX11.6:XFree86 maintainers blb at macports.org long_description {FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.} version 0.3.4c categories emulators revision 0
+freesci 530
+variants {universal sdl} variant_desc {sdl {Use the SDL interface instead of X11}} portdir emulators/freesci description {Interpreter for SCI (old Sierra Online) games} homepage http://freesci.linuxgames.com/ epoch 0 platforms darwin name freesci depends_lib lib:libX11.6:XFree86 maintainers blb long_description {FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.} version 0.3.4c categories emulators revision 0
 lisaem 266
 description {Apple Lisa emulator} portdir emulators/lisaem homepage http://lisa.sunder.net/ epoch 0 platforms darwin name lisaem depends_lib port:wxWidgets maintainers ryandesign long_description {{Apple Lisa emulator}} version 1.2.6 categories emulators revision 1
 mednafen 816
@@ -2012,8 +2012,8 @@
 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
 variants universal portdir games/bzflag description {3D tank game, multiplayer and internet gaming available} homepage http://bzflag.org epoch 0 platforms darwin name bzflag depends_lib {port:curl port:libsdl port:c-ares} maintainers {phw openmaintainer} long_description {BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag.} version 2.0.10 categories games revision 1
-cannonsmash 356
-variants universal portdir games/cannonsmash description {3D tabletennis game} homepage http://cannonsmash.sourceforge.net/ epoch 0 platforms darwin name cannonsmash depends_lib {port:libsdl_mixer port:libsdl_image port:gtk2 lib:libGL:XFree86} maintainers blb at macports.org long_description {{3D tabletennis game}} version 0.6.6 categories games revision 1
+cannonsmash 343
+variants universal portdir games/cannonsmash description {3D tabletennis game} homepage http://cannonsmash.sourceforge.net/ epoch 0 platforms darwin name cannonsmash depends_lib {port:libsdl_mixer port:libsdl_image port:gtk2 lib:libGL:XFree86} maintainers blb long_description {{3D tabletennis game}} version 0.6.6 categories games revision 1
 cheops 569
 variants universal description {CHEss OPponent Simulator} portdir games/cheops homepage http://www.nothingisreal.com/cheops/ epoch 0 platforms darwin name cheops long_description {CHEOPS (CHEss OPponent Simulator) is a fully-functional chess program capable of human-vs-human, human-vs-computer, and computer-vs-computer play. It uses a 64-square linear array board representation. The game tree search is alpha-beta, and the static evaluation function considers material, mobility, and motif features.} maintainers nomaintainer categories games version 1.1 revision 0
 chromium 424
@@ -2645,7 +2645,7 @@
 GraphicsMagick 808
 variants {universal q8 q16 q32} variant_desc {q8 {Use 8 bits per pixel quantum (default)} q16 {Use 16 bits per pixel quantum} q32 {Use 32 bits per pixel quantum}} 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 port:libiconv port:jpeg} 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.2.3 categories graphics revision 0
 ImageMagick 1776
-variants {universal rsvg perl gs lcms wmf mpeg jbig jpeg2 graphviz hdri q8 q16 q32 no_x11 no_plus_plus darwin_6} depends_build port:pkgconfig variant_desc {rsvg {Support SVG using librsvg} perl {Install PerlMagick} gs {Include Ghostscript library support} lcms {Support the Little Color Management System} wmf {Support the Windows Metafile Format} mpeg {Support MPEG-1 and MPEG-2 video} jbig {Support JBIG} jpeg2 {Support JPEG-2000 using JasPer} graphviz {Support Graphviz} hdri {Support High Dynamic Range Imaging using OpenEXR} q8 {Use 8 bits per pixel quantum} q16 {Use 16 bits per pixel quantum (default)} q32 {Use 32 bits per pixel quantum} no_x11 {Disable X11 support} no_plus_plus {Do not install Magick++}} 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:fre
 etype 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.} categories {graphics devel} version 6.4.4-5 revision 0
+variants {universal rsvg perl gs lcms wmf mpeg jbig jpeg2 graphviz hdri q8 q16 q32 no_x11 no_plus_plus darwin_6} depends_build port:pkgconfig variant_desc {rsvg {Support SVG using librsvg} perl {Install PerlMagick} gs {Include Ghostscript library support} lcms {Support the Little Color Management System} wmf {Support the Windows Metafile Format} mpeg {Support MPEG-1 and MPEG-2 video} jbig {Support JBIG} jpeg2 {Support JPEG-2000 using JasPer} graphviz {Support Graphviz} hdri {Support High Dynamic Range Imaging using OpenEXR} q8 {Use 8 bits per pixel quantum} q16 {Use 16 bits per pixel quantum (default)} q32 {Use 32 bits per pixel quantum} no_x11 {Disable X11 support} no_plus_plus {Do not install Magick++}} 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:fre
 etype 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.} categories {graphics devel} version 6.4.4-6 revision 0
 OpenSceneGraph 499
 depends_build port:cmake portdir graphics/OpenSceneGraph description {high-performance 3D graphics toolkit} homepage http://www.openscenegraph.org/ epoch 0 platforms darwin depends_lib {port:freetype port:gdal} name OpenSceneGraph maintainers {ryandesign openmaintainer} long_description {OpenSceneGraph is a high-performance 3D graphics toolkit useful in fields such as visual simulation, games, virtual reality, scientific visualization and modelling} version 2.4.0 categories graphics revision 0
 Renaissance-Framework 622
@@ -4170,8 +4170,8 @@
 variants universal description {D.J. Bernstein's fast fourier transform library} portdir math/djbfft homepage http://cr.yp.to/djbfft.html epoch 0 platforms darwin name djbfft long_description {djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.} maintainers nomaintainer categories math version 0.76 revision 0
 e 367
 variants universal description {e is a command line expression evaluator.} portdir math/e homepage http://www.softnet.tuc.gr/~apdim/projects/e/ epoch 0 platforms darwin name e long_description {e is a command line expression evaluator. It was designed to be as small as possible, and quick to use.} maintainers nomaintainer categories math version 0.02718 revision 0
-ent 591
-variants {universal darwin} description {Entropy calculator} portdir math/ent homepage http://www.fourmilab.ch/random/ epoch 0 platforms darwin name ent long_description {ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.} maintainers blb at macports.org categories {math security} version 19981020 revision 2
+ent 550
+portdir math/ent description {Entropy calculator} platforms darwin name ent version 20080128 categories {math security} homepage http://www.fourmilab.ch/random/ revision 0 epoch 0 maintainers blb long_description {ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.}
 entropy 448
 variants {universal darwin_8} description {calculate the entropy of a given file/stream} portdir math/entropy homepage http://www.seccuris.com/ epoch 0 platforms darwin name entropy long_description {Entropy is a program that will calculate the entropy of a given set of data. This program is mainly used to benchmark the efficiency of existing or developing compression algorithms.} maintainers nomaintainer categories math version 2.0 revision 0
 fftw 825
@@ -4592,8 +4592,8 @@
 variants universal description {full-screen ftp client} portdir net/cftp homepage http://ftp.giga.or.at/pub/nih/cftp/ epoch 0 platforms darwin name cftp long_description {This is Comfortable FTP, a full screen ftp client. Supported are FTP both with active and passive data connections, IPv4 and IPv6.} maintainers nomaintainer categories net version 0.12 revision 2
 checkdns 330
 variants {universal darwin_8} description {A domain name server analysis and reporting tool} portdir net/checkdns homepage http://www.enderunix.org/checkdns/ epoch 0 platforms darwin name checkdns long_description {{A domain name server analysis and reporting tool}} maintainers nomaintainer categories net version 0.5 revision 0
-cidr 540
-portdir net/cidr variants universal description {RFC 1878 subnet helper} platforms darwin name cidr version 2.3.2 categories net revision 0 epoch 0 maintainers blb at macports.org long_description {cidr is a utility for determining the network address and broadcast address for a CIDR subnet. It takes as input an ip address and netmask in binary, dotted-quad, hexadecimal, decimal or prefix formats. It outputs the network address, broadcast address, and a count (and optionally a list) of valid host addresses for the corresponding subnet.}
+cidr 527
+portdir net/cidr variants universal description {RFC 1878 subnet helper} platforms darwin name cidr version 2.3.2 categories net revision 0 epoch 0 maintainers blb long_description {cidr is a utility for determining the network address and broadcast address for a CIDR subnet. It takes as input an ip address and netmask in binary, dotted-quad, hexadecimal, decimal or prefix formats. It outputs the network address, broadcast address, and a count (and optionally a list) of valid host addresses for the corresponding subnet.}
 clive 452
 variants universal depends_build port:libiconv portdir net/clive description {A console line client for livejournal.} homepage http://sourceforge.net/projects/ljclive/ depends_run port:libiconv epoch 0 platforms darwin name clive long_description {This is a console UNIX client for updating weblogs. It is designed to be used interactively or as a UNX-style filter on the command line.} maintainers nomaintainer version 0.4.5 categories net revision 0
 cmdftp 793
@@ -4646,8 +4646,8 @@
 variants {universal darwin_8} description {lightweight DNS forwarder and DHCP server} portdir net/dnsmasq homepage http://www.thekelleys.org.uk/dnsmasq/doc.html epoch 0 platforms darwin name dnsmasq long_description {Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines.} maintainers nomaintainer categories net version 2.45 revision 0
 dnstop 392
 variants universal portdir net/dnstop description {dnstop is a libpcap application that displays tables of DNS traffic} homepage http://dnstop.measurement-factory.com epoch 0 platforms darwin name dnstop depends_lib {port:libpcap port:ncurses} maintainers pmq long_description {{dnstop is a libpcap application that displays tables of DNS traffic}} version 20080321 categories net revision 0
-dnstracer 461
-variants universal description {trace a chain of DNS servers to the source} portdir net/dnstracer homepage http://www.mavetju.org/unix/dnstracer.php epoch 0 platforms {darwin freebsd} name dnstracer long_description {dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data.} maintainers blb at macports.org categories {net sysutils} version 1.8 revision 0
+dnstracer 448
+variants universal description {trace a chain of DNS servers to the source} portdir net/dnstracer homepage http://www.mavetju.org/unix/dnstracer.php epoch 0 platforms {darwin freebsd} name dnstracer long_description {dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data.} maintainers blb categories {net sysutils} version 1.8 revision 0
 driftnet 536
 variants universal portdir net/driftnet description {Watch the pictures go by on your net} homepage http://www.ex-parrot.com/~chris/driftnet epoch 0 platforms darwin name driftnet depends_lib {lib:libjpeg:jpeg lib:libpcap:libpcap lib:libungif:libungif lib:libgtk.1:gtk1} maintainers nomaintainer long_description {Inspired by EtherPEG, Driftnet is a program which listens to network traffic and picks out images from TCP streams it observes. Fun to run on a host which sees lots of web traffic.} version 0.1.6 categories net revision 1
 drill 450
@@ -4972,8 +4972,8 @@
 variants universal depends_build port:libmcrypt portdir net/nsca description {Nagios Service Check Acceptor} homepage http://nagios.org epoch 0 platforms darwin name nsca maintainers markd long_description {The NSCA addon is designed to accept passive host and service check results from clients that use the send_nsca utility (also included in this package) and pass them along to the Nagios process by using the external command interface.} version 2.7.2 categories net revision 0
 nsd 371
 variants universal portdir net/nsd description {authoritative only, high performance, simple name server} homepage http://www.nlnetlabs.nl/nsd/ epoch 0 platforms darwin name nsd depends_lib port:openssl maintainers nomaintainer long_description {NSD is an authoritative only, high performance, simple and open source name server.} version 2.3.5 categories net revision 0
-nslint 241
-portdir net/nslint variants universal description {Lint program for dns files} platforms {darwin sunos} name nslint version 2.1a8 categories net revision 0 epoch 0 maintainers blb at macports.org long_description {{Lint program for dns files}}
+nslint 256
+variants universal description {Lint program for dns files} portdir net/nslint homepage http://ee.lbl.gov/ epoch 0 platforms {darwin sunos} name nslint long_description {{Lint program for dns files}} maintainers blb categories net version 2.1a9 revision 0
 nsping 512
 portdir net/nsping variants universal description {DNS ping} platforms darwin name nsping version 0.8 categories net revision 3 epoch 0 maintainers nomaintainer long_description {Nsping uses DNS queries to monitor reachability and operation of nameservers, as well as the latency of DNS queries. It does this by sending random recursive DNS queries to the nameserver (avoiding the effects of DNS caching) and measuring the amount of time between the sending of the query and the receipt of the response packet.}
 nss 332
@@ -5963,7 +5963,7 @@
 p5-mail-box 531
 variants universal portdir perl/p5-mail-box description {Mail::Box - manage a mailbox, a folder with messages} homepage http://search.cpan.org/dist/Mail-Box/ epoch 0 platforms darwin name p5-mail-box depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-io-stringy port:p5-mailtools port:p5-mime-types port:p5-scalar-list-utils port:p5-timedate port:p5-uri} maintainers pguyot at kallisys.net long_description {Large suite of mail related classes for perl, handling mail boxes and messages} version 2.070 categories perl revision 0
 p5-mail-clamav 455
-variants universal portdir perl/p5-mail-clamav description {Perl interface to the clamav virus scanner} homepage http://search.cpan.org/dist/Mail-ClamAV/ epoch 0 platforms darwin name p5-mail-clamav depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:clamav port:p5-inline} maintainers ricci long_description {Clam AntiVirus is an anti-virus toolkit for UNIX. This module provide a simple interface to its C API.} version 0.21 categories perl revision 0
+variants universal portdir perl/p5-mail-clamav description {Perl interface to the clamav virus scanner} homepage http://search.cpan.org/dist/Mail-ClamAV/ epoch 0 platforms darwin name p5-mail-clamav depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:clamav port:p5-inline} maintainers ricci long_description {Clam AntiVirus is an anti-virus toolkit for UNIX. This module provide a simple interface to its C API.} version 0.22 categories perl revision 0
 p5-mail-imapclient 462
 variants universal portdir perl/p5-mail-imapclient description {Perl 5 module to talk to an IMAP server.} homepage http://search.cpan.org/dist/Mail-IMAPClient/ epoch 0 platforms darwin name p5-mail-imapclient depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers nomaintainer long_description {This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server.} version 2.2.9 categories perl revision 0
 p5-mail-pop3client 594
@@ -7941,7 +7941,7 @@
 rb-rjab-connection 707
 variants universal portdir ruby/rb-rjab-connection description {Library allowing Ruby apps to talk to a Jabber IM system.} homepage http://sourceforge.net/projects/rjab epoch 0 platforms darwin name rb-rjab-connection depends_lib {{path:\${prefix}/bin/ruby:ruby} port:rb-rexml} maintainers jdputsch at comcast.net long_description {rjab-connection is a pure ruby port of D.J. Adams' Net::Jabber::Connection perl module using REXML as the stream parser. This release supports Zero-k, Digest, and Plaintext authentication, so it is safe to use across untrusted networks. The API is very low-level, but easy enough to understand. Account creation is not supported _yet_.} version 0.1.1 categories ruby revision 3
 rb-rmagick 553
-variants universal portdir ruby/rb-rmagick description {The Ruby interface to ImageMagick and GraphicsMagick} homepage http://rubyforge.org/projects/RMagick epoch 0 platforms darwin name rb-rmagick depends_lib {{path:\${prefix}/bin/ruby:ruby} port:ImageMagick} maintainers {febeling openmaintainer} long_description {RMagick is an interface between the Ruby programming language and the ImageMagick (tm) and GraphicsMagick image processing libraries. It is fully featured and has good documentation.} version 2.6.0 categories {ruby graphics} revision 0
+variants universal portdir ruby/rb-rmagick description {The Ruby interface to ImageMagick and GraphicsMagick} homepage http://rubyforge.org/projects/RMagick epoch 0 platforms darwin name rb-rmagick depends_lib {{path:\${prefix}/bin/ruby:ruby} port:ImageMagick} maintainers {febeling openmaintainer} long_description {RMagick is an interface between the Ruby programming language and the ImageMagick (tm) and GraphicsMagick image processing libraries. It is fully featured and has good documentation.} version 2.7.0 categories {ruby graphics} revision 0
 rb-rmail 468
 variants universal portdir ruby/rb-rmail description {A Ruby mail handling library} homepage http://www.lickey.com/rubymail/ epoch 0 platforms darwin name rb-rmail depends_lib {{path:\${prefix}/bin/ruby:ruby}} maintainers nomaintainer long_description {This is RubyMail, a lightweight mail library containing various utility classes and modules that allow Ruby scripts to parse, modify, and generate MIME mail messages.} version 0.17 categories {ruby mail} revision 1
 rb-rrb 448
@@ -8602,16 +8602,16 @@
 variants universal portdir sysutils/lookat description {A program to view textfiles and man-pages.} homepage http://www.wagemakers.be/english/programs/lookat epoch 0 platforms darwin name lookat depends_lib port:ncurses long_description {{A program to view textfiles and man-pages.}} maintainers nomaintainer version 1.4.0 categories sysutils revision 0
 lsdvd 553
 variants universal portdir sysutils/lsdvd description {lsdvd is a console application that displays the content of a dvd.} homepage http://untrepid.com/lsdvd/ epoch 0 platforms darwin name lsdvd depends_lib port:libdvdread maintainers ecronin long_description {lsdvd is a console application that displays the content of a dvd. It provides output about the types of video and audio tracks, subtitles etc... output is available in a number of formats including human readable, perl, ruby or xml.} version 0.16 categories {sysutils multimedia} revision 2
-lzop 417
-variants universal portdir sysutils/lzop description {File compressor very similar to gzip which favors speed over compression ratio.} homepage http://www.lzop.org/ epoch 0 platforms darwin name lzop depends_lib lib:liblzo.1:lzo maintainers blb at macports.org long_description {{File compressor very similar to gzip which favors speed over compression ratio.}} version 1.01 categories {sysutils compression} revision 0
+lzop 404
+variants universal portdir sysutils/lzop description {File compressor very similar to gzip which favors speed over compression ratio.} homepage http://www.lzop.org/ epoch 0 platforms darwin name lzop depends_lib lib:liblzo.1:lzo maintainers blb long_description {{File compressor very similar to gzip which favors speed over compression ratio.}} version 1.01 categories {sysutils compression} revision 0
 macports-notifier 470
 variants universal description {A menubar notifier for MacPorts.} portdir sysutils/macports-notifier homepage http://portsnotifier.sourceforge.net epoch 0 platforms macosx name macports-notifier long_description {MacPorts Notifier is a menubar notifier for MacPorts. It works like the Gmail notifier, updating the port teee automatically and notifying {	the} user if any ports are outdated.} maintainers rhwood version 0.1 categories {sysutils aqua macports} revision 0
 macutil 1641
 variants {universal darwin} description {Several *nix-based utilities for working with classic Mac files} portdir sysutils/macutil homepage http://homepages.cwi.nl/~dik/english/ftp.html epoch 0 platforms darwin name macutil long_description {macutil contains the following utilities: macunpack - unpacks PackIt, StuffIt, Diamond, Compactor/Compact Pro, most StuffItClassic/StuffItDeluxe, and all Zoom and LHarc/MacLHa archives, and archives created by later versions of DiskDoubler. Also it will decode files created by BinHex5.0, MacBinary, UMCP, Compress It, ShrinkToFit, MacCompress, DiskDoubler and AutoDoubler. hexbin - de-hexify files created in BinHex 4.0 compatible format (hqx) but also the older format (dl, hex and hcx). Moreover it will uudecode files uuencoded by UUTool (the only program I know that does UU hexification of all Mac file information). macsave - reads a MacBinary stream from standard input and writes the files according to the options. Optionally self-extrac
 ting archives are modified to normal archives. macstream - reads files from the Unix host and will output a MacBinary stream containing all those files together with information about the directory structure. binhex - reads a MacBinary stream, or will read files/directories as indicated on the command line, and will output all files in binhexed (.hqx) format. Information about the directory structure is lost. tomac - transmits a MacBinary stream, or named files to the Mac using the XMODEM protocol. frommac - receives one or more files from the Mac using the XMODEM protocol.} maintainers nomaintainer categories sysutils version 2.0b3 revision 0
 man 569
 variants {universal man_all_lang} portdir sysutils/man description {The man page suite containing man, apropos, whatis, man2html} homepage http://primates.ximian.com/~flucifredi/man/ epoch 0 depends_run {port:bzip2 port:groff port:gzip port:less} platforms darwin name man maintainers mww long_description {The man page suite (man, apropos, and whatis) contains programs used to read most of the documentation on a Unix system. The whatis and apropos programs are used to find documentation related to a particular subject.} version 1.6f categories sysutils revision 0
-maxwell 540
-variants universal description {Mac OS X SMART disk monitoring/reporting tool} portdir sysutils/maxwell homepage http://maxwell.sourceforge.net/ epoch 0 platforms darwin name maxwell long_description {Maxwell is a disk monitoring and reporting tool for Mac OS X. It uses the IOKit SMART api to check your ATA disks for signs of possible future failure. It can run tests on demand, print a report of the disks performance, or simply report a passing/failing status.} maintainers blb at macports.org categories sysutils version 0.5.1 revision 0
+maxwell 527
+variants universal description {Mac OS X SMART disk monitoring/reporting tool} portdir sysutils/maxwell homepage http://maxwell.sourceforge.net/ epoch 0 platforms darwin name maxwell long_description {Maxwell is a disk monitoring and reporting tool for Mac OS X. It uses the IOKit SMART api to check your ATA disks for signs of possible future failure. It can run tests on demand, print a report of the disks performance, or simply report a passing/failing status.} maintainers blb categories sysutils version 0.5.1 revision 0
 mc 696
 variants universal depends_build bin:pkg-config:pkgconfig portdir sysutils/mc description {GNU Midnight Commander} homepage http://www.ibiblio.org/mc/ epoch 0 platforms darwin depends_lib lib:glib2:glib2 name mc maintainers waqar at macports.org long_description {GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. After some practice, you will wonder how you could ever live without it.} version 4.6.1 categories sysutils revision 0
 mdate 377
@@ -9306,8 +9306,8 @@
 portdir www/ab2foaf variants universal description {address generate FOAF description from Address Book} name ab2foaf version 0.2.5 categories www homepage http://ab2foaf.sourceforge.net/ revision 0 epoch 0 maintainers amonre at amonre.org long_description {generates a FOAF description from the Mac OS X Address Book.}
 abyss 457
 variants universal description {Light HTTP/1.1 compliant web server.} portdir www/abyss homepage http://abyss.sourceforge.net/ epoch 0 platforms darwin name abyss long_description {ABYSS aims to be a fully HTTP/1.1 compliant web server. Its main design goals are speed, low resource usage and portability. ABYSS works on most UNIX based systems and on Win32 systems (Win95/98/2000/NT).} maintainers pguyot at kallisys.net categories www version 0.3 revision 0
-ajp-wsgi 595
-variants {universal python25} portdir www/ajp-wsgi description {WSGI server/gateway implementing AJP} homepage http://www.saddi.com/software/ajp-wsgi epoch 0 platforms darwin name ajp-wsgi depends_lib port:python24 maintainers blb at macports.org long_description {ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to communicate with a web server. It is written in C and embeds a Python interpreter to run the actual application. Since all of the low-level transport code is in C, ajp-wsgi is significantly faster than flup's pure-Python ajp server.} version 1.0 categories www revision 0
+ajp-wsgi 582
+variants {universal python25} portdir www/ajp-wsgi description {WSGI server/gateway implementing AJP} homepage http://www.saddi.com/software/ajp-wsgi epoch 0 platforms darwin name ajp-wsgi depends_lib port:python24 maintainers blb long_description {ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to communicate with a web server. It is written in C and embeds a Python interpreter to run the actual application. Since all of the low-level transport code is in C, ajp-wsgi is significantly faster than flup's pure-Python ajp server.} version 1.0 categories www revision 0
 alphamail 1184
 variants universal depends_build {port:boost port:apache2 port:p5-html-mason port:aspell-dict-en port:mod_perl2 port:openssl port:p5-mime-tools port:p5-mime-types port:p5-html-parser port:p5-log-log4perl port:p5-unicode-string port:p5-unicode-collate port:p5-crypt-cbc port:p5-crypt-cast5 port:p5-time-hires port:p5-time-piece port:p5-date-calc port:p5-gdgraph port:p5-test-simple port:p5-www-mechanize port:p5-apache-authcookie port:p5-apache-session port:p5-text-aspell port:p5-email-address port:p5-email-date port:p5-timedate port:p5-crypt-cast5 port:antiword port:netpbm port:bzip2 port:unzip port:p5-libapreq2} description {A web-based IMAP client} portdir www/alphamail homepage http://alphamail.uoosl.org/index.html epoch 0 name alphamail long_description {AlphaMail is an apache 2 mod_perl IMAP web mail client. It uses a C++ daemon to maintain IMAP connections (like an IMAP proxy), and reduce load by caching commonly used data. The interface is very clean and includes many adv
 anced features such as image preview icons, spell checking, address book enabled compose fields, and much more.} maintainers tkay at uoregon.edu categories {www mail perl} version 1.0.16 revision 0
 analog 459
@@ -9388,8 +9388,8 @@
 variants {universal mysql4 mysql5 ssl cml davprops bzip2 attr} description {A secure, fast, compliant and flexible web-server} portdir www/lighttpd-devel homepage http://www.lighttpd.net/ epoch 0 depends_lib {port:pcre port:zlib port:glib2 port:bzip2} name lighttpd-devel long_description {lighttpd is a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. This is the 1.5.x pre-release version.} maintainers pguyot at kallisys.net categories www version 1.5.0-r1691 revision 0
 linkchecker 828
 variants universal portdir www/linkchecker description {linkchecker for html pages} homepage http://linkchecker.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:py25-zlib} name linkchecker maintainers mww long_description {linkchecker for html pages with recursive checking, multithreaded, output can be colored or normal text, HTML, SQL, CSV or a sitemap graph in XML or GML format, additionally reports download time for HTML pages HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, news:, nntp:, gopher, telnet and local file links are supported, restrict link checking with regular expression filters for URLs, proxy support, give username/password for HTTP and FTP authorization, robots.txt exclusion protocol support, i18n support, CGI web interface.} categories {www python} version 4.9 revision 0
-links 446
-variants {universal x11} portdir www/links description {Lynx-like WWW browser that supports tables, menus, etc} homepage http://links.twibright.com/ epoch 0 platforms {darwin freebsd sunos} name links depends_lib port:openssl long_description {Lynx-like WWW browser with text and graphics modes with many features like displaying tables, menus, etc.} maintainers {landonf at macports.org blb at macports.org} version 2.1pre36 categories www revision 0
+links 420
+variants {universal x11} portdir www/links description {Lynx-like WWW browser that supports tables, menus, etc} homepage http://links.twibright.com/ epoch 0 platforms {darwin freebsd sunos} name links depends_lib port:openssl long_description {Lynx-like WWW browser with text and graphics modes with many features like displaying tables, menus, etc.} maintainers {landonf blb} version 2.1pre36 categories www revision 0
 links1 340
 variants {universal ssl} description {text WWW browser with tables} portdir www/links1 homepage http://artax.karlin.mff.cuni.cz/~mikulas/links/ epoch 0 platforms darwin name links1 long_description {Links is a text-based browser with support for HTML tables and frames.} maintainers nomaintainer categories www version 1.00pre14 revision 0
 litmus 458
@@ -10028,6 +10028,8 @@
 variants {universal gtkhtml mozilla seamonkey} portdir xfce/xfce-utils description {Utilities for the Xfce Desktop Environment} homepage http://www.xfce.org/ epoch 0 platforms darwin name xfce-utils depends_lib port:xfce-mcs-manager maintainers afb at macports.org long_description {{Utilities for the Xfce Desktop Environment}} version 4.4.2 categories xfce revision 0
 xfce4-appfinder 409
 variants universal portdir xfce/xfce4-appfinder description {Software to find every application supporting Desktop entry format} homepage http://www.xfce.org/ epoch 0 platforms darwin name xfce4-appfinder depends_lib {port:libxfcegui4 port:pkgconfig} maintainers afb at macports.org long_description {{Software to find every application supporting Desktop entry format}} version 4.4.2 categories xfce revision 0
+xfce4-axiom-theme 350
+variants universal description {Additional theme for xfwm4/gtk2} portdir xfce/xfce4-axiom-theme homepage http://www.xfce-look.org/content/show.php/?content=90145 epoch 0 platforms darwin name xfce4-axiom-theme long_description {{Additional theme for xfwm4/gtk2}} maintainers {afb at macports.org openmaintainer} categories xfce version 4.4.2 revision 1
 xfce4-corner-plugin 406
 variants universal portdir xfce/xfce4-corner-plugin description {Mac-style menubar corner plugin for xfce panel (4.4+)} homepage http://aquila.deus.googlepages.com/ epoch 0 platforms darwin name xfce4-corner-plugin depends_lib {port:xfce4-panel port:pkgconfig} maintainers afb at macports.org long_description {{Mac-style menubar corner plugin for xfce panel (4.4+)}} version 1.0.1 categories xfce revision 0
 xfce4-dev-tools 384
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081015/81bc3b87/attachment-0001.html 


More information about the macports-changes mailing list