[41665] trunk/dports/PortIndex

portindex at macports.org portindex at macports.org
Sat Nov 8 12:51:24 PST 2008


Revision: 41665
          http://trac.macports.org/changeset/41665
Author:   portindex at macports.org
Date:     2008-11-08 12:51:23 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-11-08 20:44:58 UTC (rev 41664)
+++ trunk/dports/PortIndex	2008-11-08 20:51:23 UTC (rev 41665)
@@ -844,8 +844,6 @@
 variants {universal yacc} variant_desc {yacc {enable yacc compatibility}} portdir devel/bison description {general-purpose parser generator} homepage http://www.gnu.org/software/bison/ epoch 0 platforms darwin name bison depends_lib {port:gettext port:m4 port:libiconv} maintainers mww long_description {Bison is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.} version 2.4 categories devel revision 0
 bison1 587
 variants universal description {general-purpose parser generator} portdir devel/bison1 homepage http://www.gnu.org/software/bison/ epoch 0 platforms darwin name bison1 long_description {Bison is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.} maintainers nomaintainer categories {devel lang} version 1.875 revision 0
-bitmatch 549
-variants universal depends_build port:caml-findlib portdir devel/bitmatch description {Bitmatch adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.} homepage http://code.google.com/p/bitmatch/ depends_run port:caml-findlib epoch 0 platforms macosx depends_lib port:ocaml name bitmatch maintainers {nox openmaintainer} long_description {{Bitmatch adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.}} categories {devel caml} version 1.3 revision 0
 bmake 303
 variants universal description {Portable NetBSD make} portdir devel/bmake homepage http://www.crufty.net/help/sjg/bmake.html epoch 0 platforms darwin name bmake long_description {bmake is the portable version of NetBSD make.} maintainers gmail.com:tdflavius categories devel version 20060728 revision 0
 boehmgc 538
@@ -1530,6 +1528,8 @@
 variants {universal darwin_8} depends_build {port:pcre bin:rake:rb-rake} portdir devel/nu description {Nu is an interpreted object-oriented lisp-like language written in Objective-C.} homepage http://programming.nu/ epoch 0 platforms darwin name nu maintainers eridius long_description {Nu is an interpreted object-oriented language. It uses a Lisp-style grammar, but is semantically closer to Ruby than to Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully interoperate with code written in {Objective-C;} messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu.} version 0.2.4 categories devel revision 0
 nuweb 348
 portdir devel/nuweb variants universal description {a literate programming system compatible with any language} name nuweb version 1.0b1 categories {devel tex textproc print} homepage http://nuweb.sourceforge.net/ revision 0 epoch 0 maintainers kobold at andrewkish.name long_description {{a literate programming system compatible with any language}}
+ocaml-bitstring 767
+variants universal depends_build port:caml-findlib portdir devel/ocaml-bitstring description {bitstrings and bitstring matching for OCaml} homepage http://code.google.com/p/bitstring/ depends_run port:caml-findlib epoch 0 platforms macosx depends_lib port:ocaml name ocaml-bitstring maintainers {nox openmaintainer} long_description {The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. (This project was formerly known as bitmatch). You can use this module to both parse and generate binary formats, files and protocols. Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.} categories {devel ocaml} version 2.0.0 revision 0
 odcctools 623
 variants {universal nosdk darwin_7} depends_build bin:svn:subversion portdir devel/odcctools description {Darwin cctools build system.} homepage http://odcctools.macosforge.org/ epoch 0 platforms darwin name odcctools maintainers nomaintainer long_description {The odcctools project is geared towards improving the Darwin cctools build system and code base to support Darwin development. Darwin cctools has several components, including the assembler odas(1), the static linker odld(1), various tools for manipulating and analyzing Mach-O and fat files, and support libraries.} version 20061117 categories devel revision 0
 ode 605
@@ -3848,8 +3848,8 @@
 variants universal depends_build port:pkgconfig portdir lang/prothon description {industrial-strength alternative to Python and Self} homepage http://prothon.org/ epoch 0 platforms darwin depends_lib {port:boost port:sqlite2 port:apr port:expat port:libiconv port:db44} name prothon maintainers nomaintainer long_description {Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self.} version 0.1.2-b711 categories lang revision 1
 pure 882
 variants universal portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure depends_lib {port:gmp port:gsl port:libiconv port:libtool {path:\${prefix}/bin/llvm-config:llvm-devel} port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.13 categories lang revision 0
-pure-devel 1040
-variants {universal gsl} depends_build {bin:svn:subversion port:bison port:flex} variant_desc {gsl {Enable experimental support for the GNU Scientific Library (GSL)}} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin depends_lib {port:gmp port:libiconv port:libtool {path:\${prefix}/bin/llvm-config:llvm-devel} port:readline} name pure-devel maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is eas
 y.} categories lang version 0.12.0.r345 revision 0
+pure-devel 957
+variants universal depends_build {bin:svn:subversion port:bison port:flex} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool {path:\${prefix}/bin/llvm-config:llvm-devel} port:readline} name pure-devel maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.13.0.r412 categories lang revision 0
 pyobfuscate 471
 variants universal portdir lang/pyobfuscate description {python source code obfuscator} homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} version 0.3 categories {lang python} revision 0
 python-mode.el 719
@@ -4208,8 +4208,8 @@
 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
-variants {universal fortran} description {Fast C routines to compute the Discrete Fourier Transform} portdir math/fftw homepage http://www.fftw.org/ epoch 0 platforms darwin name fftw long_description {FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification.} maintainers nomaintainer categories {math devel} version 2.1.5 revision 2
+fftw 891
+variants {universal fortran darwin} variant_desc {fortran {include fortran-callable wrappers}} portdir math/fftw description {Fast C routines to compute the Discrete Fourier Transform} homepage http://www.fftw.org/ epoch 0 platforms darwin name fftw maintainers nomaintainer long_description {FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification.} version 2.1.5 categories {math devel} revision 2
 fftw-3 1080
 variants {gcc42 gcc43 g95} variant_desc {gcc42 {create Fortran wrappers using gcc42} gcc43 {create Fortran wrappers using gcc43} g95 {create Fortran wrappers using f95}} portdir math/fftw-3 description {Fast C routines to compute the Discrete Fourier Transform} homepage http://www.fftw.org/ epoch 0 platforms darwin name fftw-3 maintainers takeshi at macports.org long_description {FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification. This port is of fftw version 3.x. It has many improvements re
 lative to 2.x, but is not backwardly compatible.} version 3.1.3 categories math revision 0
 fftw-3-single 1126
@@ -4501,7 +4501,7 @@
 mjpegtools 557
 variants {universal darwin_7 darwin_8 darwin_9 i386 powerpc gtk sdl libdv pal} depends_build port:libtool portdir multimedia/mjpegtools description {Set of tools to record/playback/edit videos in MPEG format} homepage http://mjpeg.sourceforge.net/ epoch 0 platforms darwin depends_lib {lib:libpng:libpng lib:libjpeg:jpeg} name mjpegtools maintainers filippo.natali at gmail.com long_description {Programs for MJPEG recording and playback and simple cut-and-paste editing and MPEG compression of audio and video.} version 1.6.2 categories multimedia revision 2
 mkvtoolnix 682
-variants {universal wxwidgets flac} variant_desc {wxwidgets {build with the GUI with wxWidgets} flac {flac support}} portdir multimedia/mkvtoolnix description {Matroska media files manipulation tools.} homepage http://www.bunkus.org/videotools/mkvtoolnix/ epoch 0 platforms darwin name mkvtoolnix depends_lib {port:libmatroska port:libogg port:libvorbis port:expat port:lzo port:pcre port:boost port:flac} maintainers {pguyot at kallisys.net openmaintainer} long_description {mkvtoolnix will evolve to a set of tools to create, alter and inspect Matroska files under Linux and other Unices, just what the OGMtools do for the OGM format.} version 2.3.0 categories multimedia revision 0
+variants {universal wxwidgets flac} variant_desc {wxwidgets {build with the GUI with wxWidgets} flac {flac support}} portdir multimedia/mkvtoolnix description {Matroska media files manipulation tools.} homepage http://www.bunkus.org/videotools/mkvtoolnix/ epoch 0 platforms darwin name mkvtoolnix depends_lib {port:libmatroska port:libogg port:libvorbis port:expat port:lzo port:pcre port:boost port:flac} maintainers {pguyot at kallisys.net openmaintainer} long_description {mkvtoolnix will evolve to a set of tools to create, alter and inspect Matroska files under Linux and other Unices, just what the OGMtools do for the OGM format.} version 2.4.0 categories multimedia revision 0
 moc 995
 variants {universal autojack vorbis without_ffmpeg} variant_desc {autojack {Autostart jack on mocp init and close it on server stop} vorbis {Add support for ogg files} without_ffmpeg {Disable some decoders provided by ffmpeg}} portdir multimedia/moc description {MOC (music on console) is a console audio player for LINUX/UNIX} homepage http://moc.daper.net epoch 0 platforms darwin name moc depends_lib {port:libiconv port:ncurses port:ffmpeg port:libmad port:mpc port:libid3tag port:libsamplerate port:jack port:curl} maintainers martinvazquez.net:eu long_description {MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. Internet stream (Icecast, Shoutcast) are supported, key mapping can be fully customized. Supported file formats are: mp3, Ogg Vorbis, FLAC, Musepack, Speex, WAVE, AIFF, AU (and other less popular formats supported by libsndfile. New formats support is under development.} version 2.4.3 categories multimedia revis
 ion 0
 mpeg2vidcodec 472
@@ -4641,9 +4641,9 @@
 ctorrent 416
 variants universal description {command line BitTorrent client} portdir net/ctorrent homepage http://sourceforge.net/projects/dtorrent/ epoch 0 platforms darwin name ctorrent maintainers {rene openmaintainer} long_description {Enhanced CTorrent is a BitTorrent client for unix-like environments. High performance with minimal system resources and dependencies is a priority.} categories net version 3.3.2 revision 0
 curl 769
-variants {universal darwin_6 ssl ipv6 ares idn spnego gnutls gss openldap sftp_scp doc} depends_build port:pkgconfig variant_desc {ares {Add support for resolving names asynchronously} idn {Add support for internationalized domain names} spnego {Enable SPNEGO authentication support} sftp_scp {Add SFTP/SCP support via libssh2}} portdir net/curl description {Tool for transferring files with URL syntax} homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} depends_lib port:zlib name curl maintainers ryandesign long_description {curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.} categories {net www} version 7.19.0 revision 0
+variants {universal darwin_6 ssl ipv6 ares idn spnego gnutls gss openldap sftp_scp doc} depends_build port:pkgconfig variant_desc {ares {Add support for resolving names asynchronously} idn {Add support for internationalized domain names} spnego {Enable SPNEGO authentication support} sftp_scp {Add SFTP/SCP support via libssh2}} portdir net/curl description {Tool for transferring files with URL syntax} homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} depends_lib port:zlib name curl maintainers ryandesign long_description {curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.} categories {net www} version 7.19.1 revision 0
 curl-ca-bundle 481
-depends_build {{path:\${prefix}/bin/perl:perl5.8} port:p5-mime-base64} description {CA certificate bundle for curl} portdir net/curl-ca-bundle homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} name curl-ca-bundle maintainers ryandesign long_description {Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.} version 7.19.0 categories net revision 1
+depends_build {{path:\${prefix}/bin/perl:perl5.8} port:p5-mime-base64} description {CA certificate bundle for curl} portdir net/curl-ca-bundle homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} name curl-ca-bundle maintainers ryandesign long_description {Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.} version 7.19.1 categories net revision 0
 cvsup 274
 variants universal description {General network file distribution system optimized for CVS} portdir net/cvsup homepage http://www.cvsup.org/ epoch 0 platforms darwin depends_lib bin:cm3:cm3 name cvsup maintainers nomaintainer categories {net devel} version 16.1h revision 1
 cvsync 483
@@ -9012,8 +9012,8 @@
 variants universal description {GNU diction and style} portdir textproc/diction homepage http://www.gnu.org/software/diction/ epoch 0 platforms darwin name diction long_description {This is the GNU diction and style, free implementations of old standard unix commands. For some reason, many modern systems lack them. Diction prints wordy and commonly misused phrases. Style analyses surface characteristics of a document, e.g. sentence length and various readability measures.} maintainers nomaintainer categories textproc version 1.11 revision 0
 docbook-dsssl 246
 portdir textproc/docbook-dsssl variants universal description {the docbook dsssl stylesheets} platforms darwin name docbook-dsssl version 1.79 categories textproc homepage http://docbook.sf.net/ revision 0 epoch 0 maintainers decibel at decibel.org
-docbook-xml 480
-depends_build {port:docbook-xml-4.1.2 port:docbook-xml-4.2 port:docbook-xml-4.3 port:docbook-xml-4.4 port:docbook-xml-4.5} description {Install all of the versioned docbook-xml-* ports} portdir textproc/docbook-xml homepage http://www.docbook.org/ epoch 0 platforms darwin name docbook-xml maintainers nomaintainer long_description {This port is an uninstallable metaport that simply ensures that a number of other ports are installed.} version 4.5 categories textproc revision 1
+docbook-xml 501
+depends_build {port:docbook-xml-4.1.2 port:docbook-xml-4.2 port:docbook-xml-4.3 port:docbook-xml-4.4 port:docbook-xml-4.5 port:docbook-xml-5.0} description {Install all of the versioned docbook-xml-* ports} portdir textproc/docbook-xml homepage http://www.docbook.org/ epoch 0 platforms darwin name docbook-xml maintainers nomaintainer long_description {This port is an uninstallable metaport that simply ensures that a number of other ports are installed.} version 5.0 categories textproc revision 0
 docbook-xml-4.1.2 490
 variants universal portdir textproc/docbook-xml-4.1.2 description {Version 4.1.2 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.1.2/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.1.2 long_description {Version 4.1.2 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} version 4.1.2 categories textproc revision 1
 docbook-xml-4.2 478
@@ -9024,6 +9024,8 @@
 variants universal portdir textproc/docbook-xml-4.4 description {Version 4.4 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.4/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.4 long_description {Version 4.4 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} version 4.4 categories textproc revision 0
 docbook-xml-4.5 478
 variants universal portdir textproc/docbook-xml-4.5 description {Version 4.5 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.5/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.5 long_description {Version 4.5 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} version 4.5 categories textproc revision 0
+docbook-xml-5.0 456
+description {Version 5.0 of the DocBook XML DTDs} portdir textproc/docbook-xml-5.0 homepage http://www.docbook.org/xml/5.0/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-5.0 maintainers {nox openmaintainer} long_description {Version 5.0 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} version 5.0 categories textproc revision 0
 docbook-xsl 489
 variants doc variant_desc {doc {Install full DocBook XSL documentation}} portdir textproc/docbook-xsl description {The docbook xsl stylesheets} homepage http://docbook.sourceforge.net/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xsl long_description {The DocBook XSL stylesheets are the official stylesheets for transforming DocBook XML documents into other document formats via XSLT.} maintainers {boeyms openmaintainer} version 1.73.2 categories textproc revision 0
 docbook2X 561
@@ -9911,7 +9913,7 @@
 wine 536
 variants universal depends_build port:pkgconfig portdir x11/wine description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:fontforge port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:render port:xrender port:zlib} maintainers {ryandesign jwa openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} version 1.0.1 categories x11 revision 0
 wine-devel 548
-variants universal depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine-devel depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:fontforge port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:render port:xrender port:zlib} maintainers {ryandesign jwa openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} version 1.1.7 categories x11 revision 0
+variants universal depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine-devel depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:fontforge port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:render port:xrender port:zlib} maintainers {ryandesign jwa openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} version 1.1.8 categories x11 revision 0
 winetricks 528
 description {downloads and installs various redistributable runtime libraries} portdir x11/winetricks homepage http://www.kegel.com/wine/ epoch 0 depends_run {{path:\${prefix}/bin/wine:wine} port:cabextract port:openssl bin:curl:curl} platforms darwin name winetricks maintainers ryandesign long_description {winetricks can help you prepare your system for Windows applications that mistakenly assume all users' systems have all the needed redistributable runtime libraries or fonts.} version 20081012 categories x11 revision 0
 wm-extra 338
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081108/d6a8910f/attachment-0001.html>


More information about the macports-changes mailing list