[30502] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 29 12:31:47 PDT 2007


Revision: 30502
          http://trac.macosforge.org/projects/macports/changeset/30502
Author:   dluke at macports.org
Date:     2007-10-29 12:31:46 -0700 (Mon, 29 Oct 2007)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2007-10-29 19:07:57 UTC (rev 30501)
+++ trunk/dports/PortIndex	2007-10-29 19:31:46 UTC (rev 30502)
@@ -981,7 +981,7 @@
 glibmm 333
 variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {lib:libglib-2.0:glib2 lib:libsigc-2:libsigcxx2} long_description {{C++ interface to glib}} maintainers {rhwood openmaintainer} version 2.14.0 categories {x11 devel} revision 0
 global 629
-variants universal description {source code tag system} portdir devel/global homepage http://www.gnu.org/software/global/ epoch 0 platforms darwin name global long_description {GNU GLOBAL is a source code tag system that works the same way across diverse environments. You can locate a specified object in the source files and move there easily. It is useful for hacking a large project containing many subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor.} maintainers nomaintainer categories devel version 5.6.1 revision 0
+variants universal description {source code tag system} portdir devel/global homepage http://www.gnu.org/software/global/ epoch 0 platforms darwin name global long_description {GNU GLOBAL is a source code tag system that works the same way across diverse environments. You can locate a specified object in the source files and move there easily. It is useful for hacking a large project containing many subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor.} maintainers nomaintainer categories devel version 5.6.2 revision 0
 gmake 713
 variants universal portdir devel/gmake description {GNU Make} homepage http://www.gnu.org/software/make/make.html epoch 0 platforms darwin name gmake depends_lib {port:gettext port:libiconv} maintainers waqar at macports.org long_description {Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.} version 3.81 categories devel revision 0
 gmp 809
@@ -1249,7 +1249,7 @@
 libsl 315
 variants {universal darwin_8} description {yet another generic linked list C-library} portdir devel/libsl homepage http://brautaset.org/software/sl/ epoch 0 platforms darwin name libsl long_description {{yet another generic linked list C-library}} maintainers nomaintainer categories devel version 0.3.3 revision 0
 libsockets 363
-variants {universal darwin_8} portdir devel/libsockets description {C++ Sockets is a C++ wrapper for BSD-style sockets.} homepage http://www.alhem.net/Sockets/ epoch 0 platforms darwin name libsockets depends_lib port:openssl maintainers mww long_description {{C++ Sockets is a C++ wrapper for BSD-style sockets.}} version 2.2.3 categories {devel net} revision 0
+variants {universal darwin_8} portdir devel/libsockets description {C++ Sockets is a C++ wrapper for BSD-style sockets.} homepage http://www.alhem.net/Sockets/ epoch 0 platforms darwin name libsockets depends_lib port:openssl maintainers mww long_description {{C++ Sockets is a C++ wrapper for BSD-style sockets.}} version 2.2.4 categories {devel net} revision 0
 libspiff 369
 variants universal portdir devel/libspiff description {Library for reading and writing XSPF playlists} homepage http://libspiff.sourceforge.net/ epoch 0 platforms darwin name libspiff depends_lib {port:expat port:uriparser} maintainers ed at fxq.nl long_description {{Library for reading and writing XSPF playlists}} version 0.8.0 categories {devel multimedia} revision 0
 libssh 396
@@ -1328,8 +1328,8 @@
 variants universal depends_build {{path:\${prefix}/lib/bjam/bin/jam:boost-jam}} description {A C++ network programming library designed to take the pain out of programming network communications applications.} portdir devel/netxx homepage http://pmade.org/software/netxx/ epoch 0 name netxx long_description {Netxx is a C++ network programming library. It is designed to take the pain out of programming network communications applications. It does this by providing an easy to use and cross-platform interface. As a side effect, you get the safety of automatic resource management and smaller, simpler code.} maintainers stechert at macports.org categories devel version 0.4.2 revision 0
 nsis 537
 variants universal depends_build {port:scons port:i386-mingw32-gcc} portdir devel/nsis description {NSIS is a tool for creating win32 installers.} homepage http://nsis.sourceforge.net/ epoch 0 platforms darwin name nsis maintainers {landonf at macports.org openmaintainer} long_description {NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create software installers for Windows. It is released under an open source license and is completely free for any use.} version 2.24 categories {devel win32} revision 0
-nspr 344
-portdir devel/nspr variants universal description {A platform-neutral API for system level and libc like functions.} name nspr version 4.6.6 categories nspr homepage http://www.mozilla.org/projects/nspr revision 0 epoch 0 maintainers {rhwood openmaintainer} long_description {{A platform-neutral API for system level and libc like functions.}}
+nspr 355
+portdir devel/nspr variants {universal darwin_9} description {A platform-neutral API for system level and libc like functions.} name nspr version 4.6.6 categories nspr homepage http://www.mozilla.org/projects/nspr revision 0 epoch 0 maintainers {rhwood openmaintainer} long_description {{A platform-neutral API for system level and libc like functions.}}
 nu 801
 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.0 categories devel revision 1
 nuweb 348
@@ -3684,8 +3684,8 @@
 variants {universal darwin} portdir mail/tpop3d description {tpop3d is a fast, extensible, secure UNIX POP3 server} homepage http://www.ex-parrot.com/~chris/tpop3d/ epoch 0 platforms darwin name tpop3d depends_lib port:openssl maintainers nomaintainer long_description {{tpop3d is a fast, extensible, secure UNIX POP3 server}} version 1.5.3 categories mail revision 2
 uudeview 818
 variants {universal tcltk} description {UUDeview is a particularly powerful encoder and decoder} portdir mail/uudeview homepage http://www.fpx.de/fp/Software/UUDeview/ epoch 0 platforms darwin name uudeview long_description {UUDeview is a program that helps you transmit and receive binary files over the Internet, using electronic mail or newsgroups The UUDeview package includes both an encoder and a decoder. The decoder automatically detects the type of encoding used, offering MIME's Base64 and BinHex as well as the popular uuencoding and the less frequently used xxencoding methods. Recently, support for the popular yEnc encoding was also added. The encoder runs the other way around and encodes a binary file for sending it by mail or news.} maintainers nomaintainer categories mail version 0.5.20 revision 1
-vm-pop3d 494
-variants {universal server} portdir mail/vm-pop3d description {POP3 server for Postfix that supports virtual domains and mailboxes} homepage http://www.reedmedia.net/software/virtualmail-pop3d/ epoch 0 platforms darwin name vm-pop3d depends_lib port:postfix maintainers markd at macports.org long_description {A POP3 server that supports virtual domains and virtual mailboxes such that users and mailboxes need not be associated with local Unix accounts.} version 1.1.6 categories mail revision 2
+vm-pop3d 481
+variants {universal server} portdir mail/vm-pop3d description {POP3 server for Postfix that supports virtual domains and mailboxes} homepage http://www.reedmedia.net/software/virtualmail-pop3d/ epoch 0 platforms darwin name vm-pop3d depends_lib port:postfix maintainers markd long_description {A POP3 server that supports virtual domains and virtual mailboxes such that users and mailboxes need not be associated with local Unix accounts.} version 1.1.6 categories mail revision 3
 DoCon 599
 variants {universal printable_doc} portdir math/DoCon description {DoCon is the Algebraic Domain Constructor} homepage http://haskell.org/docon epoch 0 platforms darwin name DoCon depends_lib port:ghc maintainers gwright at macports.org long_description {DoCon joins the categorial approach to mathematical computation expressed via the Haskell type classes, and explicit processing of the domain description terms. It implements recently a good piece of commutative algebra: linear algebra, polynomial gcd, factorization, Groebner bases, and other functions.} version 2.10 categories devel revision 0
 GiNaC 1077
@@ -3763,7 +3763,7 @@
 isabelle 755
 variants universal description {Isabelle is a popular generic theorem proving environment.} portdir math/isabelle homepage http://www.cl.cam.ac.uk/Research/HVG/Isabelle/ epoch 0 depends_lib {bin:poly:polyml lib:poly/ML_dbase:polyml} name isabelle long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols.} maintainers dem5302 at cs.rit.edu categories {lang ml} version 2004 revision 2
 isabelle-devel 797
-variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml maintainers mww long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2007 release.} version 2007-10-25 categories {math lang ml} revision 0
+variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml maintainers mww long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2007 release.} version 2007-10-29 categories {math lang ml} revision 0
 itl 720
 variants universal portdir math/itl description {Iterative Template Library (based on MTL)} homepage http://www.osl.iu.edu/research/itl/ epoch 0 platforms darwin name itl depends_lib {port:blitz port:mtl} maintainers nomaintainer long_description {The Iterative Template Library (ITL) is a generic component library that provides iterative methods for solving linear systems. ITL also provides numerious preconditioners which is for MTL. ITL uses the abstract interface of matrix-vector, vector-vector, and vector-scalor operations MTL is default to serve those operations. ITL is able to use other packages such as Blitz++ and BLAS with the same abstract interface provided.} version 4.0.0-1 categories math revision 0
 k3dsurf 474
@@ -5625,7 +5625,7 @@
 a2ps-j 491
 variants universal portdir print/a2ps-j description {Text file to postscript converter (with Japanese support)} homepage {} epoch 0 depends_run {bin:perl:perl5.8 port:nkf} platforms darwin name a2ps-j maintainers takanori at macports.org long_description {This program is perl version of Miguel Santana's a2ps. a2ps-j converts plain text to PostScript for printing on a PS printer. If no file is given, a2ps-j reads from the standard input.} version 1.45 categories {print textproc} revision 1
 abcm2ps 440
-variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.5.2 revision 0
+variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.6.0 revision 0
 denemo 683
 variants {universal csound} variant_desc {csound {Csound can be used for playback.}} portdir print/denemo description {Denemo is a unique score editor} homepage http://denemo.sourceforge.net/ depends_run port:qtplay epoch 0 platforms darwin name denemo depends_lib port:librsvg maintainers yves long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} categories {print audio x11} version 0.7.6 revision 2
 dvipdfmx 936

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


More information about the macports-changes mailing list