[20654] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 14 00:36:14 PST 2006


Revision: 20654
          http://trac.macosforge.org/projects/macports/changeset/20654
Author:   dluke at macports.org
Date:     2006-11-14 00:36:13 -0800 (Tue, 14 Nov 2006)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2006-11-14 01:22:45 UTC (rev 20653)
+++ trunk/dports/PortIndex	2006-11-14 08:36:13 UTC (rev 20654)
@@ -1230,6 +1230,8 @@
 portdir devel/pccts description {Purdue Compiler-Construction Tool Set (parser-generator)} platforms darwin name pccts version 1.33 categories {devel lang} homepage http://www.polhode.com/pccts.html revision 2 epoch 0 maintainers waqar at macports.org long_description {The Purdue Compiler-Compiler Tool Set (PCCTS) is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, dlg and support code. In many ways, PCCTS is similar to a highly integrated version of YACC and {LEX;} where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems.}
 pcre 500
 portdir devel/pcre description {Perl Compatible Regular Expressions Library} platforms {darwin freebsd} name pcre version 6.7 categories devel homepage http://www.pcre.org/ revision 0 epoch 0 maintainers toby at opendarwin.org long_description {The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.}
+pcre++ 631
+description {C++ wrapper for the Perl Compatible Regular Expressions Library} portdir devel/pcre++ homepage http://www.daemon.de/PCRE epoch 0 platforms darwin depends_lib port:pcre name pcre++ long_description {PCRE++ is a C++ wrapper-class for the great library PCRE (Perl Compatible Regular Expressions) by Philip Hazel. This class allows you to use perl alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions or to search and replace a part of a string with another part.} maintainers gwright at macports.org categories devel version 0.9.5 revision 0
 perforce 398
 variants server description {Fast source code management system} portdir devel/perforce homepage http://www.perforce.com/ epoch 0 platforms {darwin freebsd} name perforce long_description {Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).} maintainers eric at opendarwin.org categories devel version 02.1 revision 0
 physfs 437
@@ -2864,6 +2866,8 @@
 portdir lang/cyclone platforms darwin description {safe programming language based on C} name cyclone version 1.0 categories {lang devel} homepage http://cyclone.thelanguage.org/ revision 0 epoch 0 maintainers mww at opendarwin.org long_description {Cyclone is a programming language based on C that is safe, meaning that it rules out programs that have buffer overflows, dangling pointers, format string attacks, and so on. High-level, type-safe languages, such as Java, Scheme, or ML also provide safety, but they don't give the same control over data representations and memory management that C does (witness the fact that the run-time systems for these languages are usually written in C.) Furthermore, porting legacy C code to these languages or interfacing with legacy C libraries is a difficult and error-prone process. The goal of Cyclone is to give programmers the same low-level control and performance of C without sacrificing safety, and to make it easy to port or interface with
  legacy C code.}
 ecl 492
 description {Embeddable Common Lisp} portdir lang/ecl homepage http://ecls.sourceforge.net/ epoch 0 platforms darwin depends_lib port:gmp name ecl long_description {ECL (Embeddable Common Lisp) is an interpreter of the Common Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.} maintainers waqar at macports.org categories lang version 0.9i revision 0
+eiffelstudio 713
+variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio depends_lib port:gtk2 maintainers roederja at student.ethz.ch long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} version 5.7.64493 categories lang revision 0
 elk 497
 variants x11 description {Scheme Extension Language Kit} portdir lang/elk homepage http://sam.zoy.org/elk epoch 0 platforms darwin name elk long_description {Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.} maintainers waqar at macports.org categories lang version 3.99.7 revision 0
 erlang 806
@@ -3280,6 +3284,8 @@
 variants 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 opendarwin.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
 GiNaC 1069
 variants {darwin_7 darwin_8 test} portdir math/GiNaC description {GiNaC is Not a Computer algebra system} homepage http://www.ginac.de/ epoch 0 platforms darwin name GiNaC depends_lib {port:readline port:cln} maintainers gwright at opendarwin.org long_description {Currently, GiNaC's capabilities include: 1. Very fast manipulation of large integers and rationals owing to the CLN library (for instance, it uses Karatsuba multiplication and Schoenhage-Strassen multiplication for very large integers). 2. Efficient handling of multivariate polynomials and rational functions. 3. Support for linear algebra includes symbolic matrices, vectors and solving equations. 4. Very fast heuristic polynomial GCD. 5. Many built in functions (sin, cos, atan, sinh, factorial, etc.) 6. Symbolic differentiation and series expansion of all built-in functions. 7. Several forms of output (also as optimized C++, for numerical postprocessing). 8. Memory-efficiency and -safety through the internal use of re
 ference counting for all expressions.} version 1.3.5 categories math revision 0
+LiE 406
+portdir math/LiE description {A computer algebra program for Lie group calculations} name LiE depends_lib port:readline version 2.2.2 categories math homepage http://young.sp2mi.univ-poitiers.fr/~marc/LiE/ revision 0 epoch 0 maintainers gwright at macports.org long_description {LiE is a computer algebra system that is specialised in computations involving (reductive) Lie groups and their representations.}
 ProofGeneral 592
 portdir math/ProofGeneral description {A xemacs mode for interactive prooving} name ProofGeneral depends_lib bin:xemacs:xemacs version 3.5 categories math homepage http://proofgeneral.inf.ed.ac.uk/ revision 1 epoch 0 maintainers dem5302 at cs.rit.edu long_description {The aim of Proof General is to provide powerful and configurable interfaces which help user-interaction with proof assistants. Proof General targets power users rather than novices, but is designed to be useful to both. Proof General leads to an environment for serious proof engineering of interactively-constructed proofs.}
 R 687
@@ -3400,8 +3406,8 @@
 portdir math/xplot description {xplot was written in the late 1980s to support the analysis of TCP packet traces.} name xplot version 0.90.7.1 categories {math science} homepage http://www.xplot.org/ revision 0 epoch 0 maintainers fenner at research.att.com long_description {{xplot was written in the late 1980s to support the analysis of TCP packet traces.}}
 yacas 611
 portdir math/yacas description {Yet Another Computer Algebra System} variants gmp name yacas version 1.0.58 categories math depends_build bin:perl:perl5.8 revision 0 epoch 0 maintainers olt at bogosoft.com long_description {YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations - new algorithms can be easily added to the library.}
-MPlayer 861
-variants {real x11 sdl fontconfig freetype gif arts esd fribidi theora xvid x264 man_all_lang macosx darwin darwin_8 i386} portdir multimedia/MPlayer description {The Unix movie player} homepage http://www.mplayerhq.hu/ epoch 0 platforms darwin name MPlayer depends_lib {port:libpng port:jpeg port:lzo port:libvorbis port:libmad port:lame} maintainers nomaintainer at macports.org long_description {MPlayer can play most standard video formats out of the box and almost all others with the help of external codecs. MPlayer currently works best from the command line, but visual feedback for many functions is available from its onscreen status display (OSD), which is also used for displaying subtitles. MPlayer also has a GUI with skin support and several unofficial alternative graphical frontends are available.} version 1.0rc1 categories multimedia revision 0
+MPlayer 984
+variants {man_all_lang fontconfig freetype fribidi dvdread gif theora xvid real binary_codecs speex faac dv twolame dts sdl aa caca x11 arts esd macosx darwin darwin_8 darwin_i386 darwin_powerpc} portdir multimedia/MPlayer description {The Unix movie player} homepage http://www.mplayerhq.hu/ epoch 0 platforms darwin name MPlayer depends_lib {port:libpng port:jpeg port:lzo port:libvorbis port:libmad port:lame port:libiconv port:zlib} maintainers {ecronin at gizmolabs.org openmaintainer at macports.org} long_description {MPlayer can play most standard video formats out of the box and almost all others with the help of external codecs. MPlayer currently works best from the command line, but visual feedback for many functions is available from its onscreen status display (OSD), which is also used for displaying subtitles. MPlayer also has a GUI with skin support and several unofficial alternative graphical frontends are available.} version 1.0rc1 categories multimedia revision 1
 XviD 365
 variants {darwin_i386 darwin} description {High performance and high quality MPEG-4 video library} portdir multimedia/XviD homepage http://www.xvid.org/ epoch 0 platforms {darwin sunos} name XviD long_description {{High performance and high quality MPEG-4 video library}} maintainers nomaintainer at macports.org categories {multimedia devel} version 1.1.0 revision 0
 avidemux 480
@@ -5114,8 +5120,8 @@
 description {GnuPGInterface is a Python module to interface with GnuPG} portdir python/py-gnupg homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin name py-gnupg depends_lib {{path:${prefix}/bin/python2.4:python24} lib:gnupg:gnupg} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} maintainers mww at opendarwin.org version 0.3.2 categories python revision 1
 py-gnuplot 498
 portdir python/py-gnuplot description {A Python interface to the gnuplot plotting program.} homepage http://gnuplot-py.sourceforge.net/ epoch 0 depends_run port:gnuplot platforms darwin depends_lib {{path:${prefix}/bin/python2.4:python24} port:py-numeric} name py-gnuplot maintainers persamuelsson at mac.com long_description {Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.} categories {python devel math} version 1.7 revision 0
-py-gobject 552
-portdir python/py-gobject description {Python bindings for GObject.} name py-gobject depends_lib {port:glib2 port:python24} version 2.12.1 categories {python x11} homepage http://www.pygtk.org/ revision 0 epoch 0 maintainers yves at macports.org long_description {PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.}
+py-gobject 554
+portdir python/py-gobject description {Python bindings for GObject.} name py-gobject depends_lib {port:glib2 port:python24} version 2.12.2 categories {python gnome} homepage http://www.pygtk.org/ revision 0 epoch 0 maintainers yves at macports.org long_description {PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.}
 py-google 489
 description {Python module to talk to Google through SOAP} portdir python/py-google homepage http://pygoogle.sourceforge.net/ epoch 0 platforms darwin name py-google depends_lib port:py-soappy long_description {This module allows you to access Google's web APIs through SOAP, to do things like search Google and get the results programmatically. This API is described at http://www.google.com/apis/ .} maintainers nomaintainer at macports.org version 0.6 categories {python devel} revision 1
 py-graphpath 594
@@ -6901,7 +6907,7 @@
 siege 590
 description {http regression testing and benchmarking utility} portdir www/siege homepage http://www.joedog.org/siege/ epoch 0 platforms darwin depends_lib lib:libssl.0.9:openssl name siege long_description {Siege is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. It lets the user hit a web server with a configurable number of concurrent simulated users.} maintainers toby at opendarwin.org categories {www benchmarks} version 2.61 revision 0
 sitecopy 502
-portdir www/sitecopy platforms darwin description {sitecopy website maintenance utility} name sitecopy version 0.16.0 categories www homepage http://www.lyra.org/sitecopy/ revision 0 epoch 0 maintainers julian at hal-9k.de long_description {sitecopy allows you to easily maintain remote Web sites. The program will upload files to the server which have changed locally, and delete files from the server which have been removed locally, keeping the remote site synchronized. FTP and WebDAV are supported.}
+portdir www/sitecopy platforms darwin description {sitecopy website maintenance utility} name sitecopy version 0.16.3 categories www homepage http://www.lyra.org/sitecopy/ revision 0 epoch 0 maintainers julian at hal-9k.de long_description {sitecopy allows you to easily maintain remote Web sites. The program will upload files to the server which have changed locally, and delete files from the server which have been removed locally, keeping the remote site synchronized. FTP and WebDAV are supported.}
 sitemap_gen 597
 description {sitecopy website maintenance utility} portdir www/sitemap_gen homepage https://www.google.com/webmasters/sitemaps/docs/en/about.html epoch 0 platforms darwin name sitemap_gen depends_lib {{path:${prefix}/bin/python2.4:python24}} long_description {The sitemap_gen.py script analyzes your web server and generates one or more Sitemap files. These files are XML listings of content you make available on your web server. The files can then be directly submitted to Google. Written by opensource at google.com.} maintainers mstokely at google.com version 1.4 categories {python www} revision 0
 squirrelmail 779

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


More information about the macports-changes mailing list