[61615] trunk/dports

portindex at macports.org portindex at macports.org
Wed Dec 16 13:54:51 PST 2009


Revision: 61615
          http://trac.macports.org/changeset/61615
Author:   portindex at macports.org
Date:     2009-12-16 13:54:49 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-12-16 21:44:08 UTC (rev 61614)
+++ trunk/dports/PortIndex	2009-12-16 21:54:49 UTC (rev 61615)
@@ -632,6 +632,8 @@
 variants universal depends_build port:binutils portdir cross/avr-libc description {C library for the AVR microcontroller.} homepage http://www.nongnu.org/avr-libc/ epoch 0 platforms darwin name avr-libc depends_lib port:avr-gcc long_description {AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.} maintainers nomaintainer categories cross version 1.6.1 revision 0
 avrdude 568
 variants {serjtag universal} portdir cross/avrdude description {an Atmel AVR MCU programmer} homepage http://www.nongnu.org/avrdude/ epoch 0 platforms darwin name avrdude depends_lib {port:libusb-compat port:ncurses port:readline} long_description {AVRDUDE: AVR Downloader/UploaDEr - is a program for updating the flash, eeprom, fuse, and lock bit memories of Atmel AVR microcontrollers. It operations with several popular programmers including the STK500, JTAGICE MkII, AVRISP, and others.} maintainers bdmicro.com:bsd categories {cross devel} version 5.8 revision 2
+dfu-programmer 758
+variants universal portdir cross/dfu-programmer description {dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader.} homepage http://dfu-programmer.sourceforge.net/ epoch 0 platforms darwin name dfu-programmer depends_lib port:libusb-compat long_description {dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. This program was created because the Atmel FLIP program for flashing devices does not support flashing via USB on Linux, and because standard DFU loaders do not work for Atmel's chips.} maintainers vogelgsang.org:chris categories {cross devel} version 0.5.2 revision 0
 i386-elf-binutils 457
 variants {darwin_10 universal} portdir cross/i386-elf-binutils description {FSF Binutils for i386-elf cross development} homepage http://www.gnu.org/software/binutils/binutils.html epoch 0 platforms darwin name i386-elf-binutils depends_lib port:gettext maintainers coresystems.de:stepan long_description {Free Software Foundation development toolchain (\"binutils\") for i386-elf cross development.} categories {cross devel} version 2.18.50.0.9 revision 0
 i386-elf-gcc 469
@@ -1324,6 +1326,8 @@
 variants universal portdir devel/global description {source code tag system} 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.7.6 revision 0
 gmake 700
 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} 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.} maintainers waqar categories devel version 3.81 revision 0
+gmock 515
+variants universal portdir devel/gmock description {Google C++ Mocking Framework} homepage http://code.google.com/p/googlemock/ epoch 0 platforms darwin name gmock long_description {Google's framework for writing and using C++ mock classes on Linux, MacOS X, and Windows. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests.} maintainers josephholsten.com:joseph categories devel version 1.4.0 revision 0
 gmp 830
 variants {universal powerpc} portdir devel/gmp description {GNU multiple precision arithmetic library} homepage http://gmplib.org/ epoch 0 platforms darwin name gmp maintainers {mcalhoun openmaintainer} long_description {GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).} categories {devel math} version 4.3.1 revision 1
 gmp-cxx-wrappers 495
@@ -1514,8 +1518,8 @@
 portdir devel/jline description {A library for handling console input} homepage http://jline.sourceforge.net/ epoch 0 platforms darwin name jline maintainers cs.wm.edu:mpd long_description {JLine is a Java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.} depends_extract bin:unzip:unzip categories {devel java} version 0.9.94 revision 0
 jscoverage 506
 variants universal portdir devel/jscoverage description {A code coverage tool for JavaScript.} homepage http://siliconforks.com/jscoverage/ epoch 0 platforms darwin name jscoverage long_description {JSCoverage is a tool that measures code coverage for JavaScript programs. JSCoverage works by instrumenting the JS code used in web pages. Code coverage statistics are collected while the instrumented JS code is executed in a web browser.} maintainers gmx.com:zaraki categories devel version 0.4 revision 0
-json-glib 507
-variants universal depends_build {port:pkgconfig port:gtk-doc} portdir devel/json-glib description {provides JSON support} homepage http://live.gnome.org/JsonGlib epoch 0 platforms darwin depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 name json-glib long_description {JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.} maintainers {hotmail.com:nefar openmaintainer} categories devel version 0.6.2 revision 0
+json-glib 509
+variants universal depends_build {port:pkgconfig port:gtk-doc} portdir devel/json-glib description {provides JSON support} homepage http://live.gnome.org/JsonGlib epoch 0 platforms darwin depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 name json-glib long_description {JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.} maintainers {otherware.org:nefar openmaintainer} categories devel version 0.8.0 revision 0
 judy 464
 variants universal portdir devel/judy description {general purpose dynamic array as a C callable library} homepage http://judy.sourceforge.net/ epoch 0 platforms darwin name judy long_description {Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.} maintainers nomaintainer categories devel version 1.0.5 revision 0
 kcachegrind 519
@@ -1788,8 +1792,8 @@
 depends_build port:maven2 portdir devel/maven-ant-tasks description {Use many of Maven's artifact handling features from Ant.} homepage http://maven.apache.org/ant-tasks/ epoch 0 platforms darwin name maven-ant-tasks maintainers gmail.com:ian.eure long_description {{Use many of Maven's artifact handling features from Ant.}} categories {devel java} version 2.0.10 revision 0
 mcpp 781
 variants universal portdir devel/mcpp description {Alternative C/C++ preprocessor} homepage http://mcpp.sourceforge.net/ epoch 0 platforms darwin name mcpp long_description {C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor, this port installs a program which behaves independent from GCC.} maintainers {blair openmaintainer} categories devel version 2.7.2 revision 3
-mercurial 973
-variants {bash_completion zsh_completion} portdir devel/mercurial description {A fast, lightweight, distributed SCM system written in Python.} homepage http://www.selenic.com/mercurial/ epoch 0 platforms darwin depends_lib port:python26 name mercurial long_description {Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.} maintainers deric version 1.4 categories {devel python} revision 0
+mercurial 975
+variants {bash_completion zsh_completion} portdir devel/mercurial description {A fast, lightweight, distributed SCM system written in Python.} homepage http://www.selenic.com/mercurial/ epoch 0 platforms darwin depends_lib port:python26 name mercurial long_description {Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.} maintainers deric version 1.4.1 categories {devel python} revision 0
 mhash 374
 variants universal portdir devel/mhash description {provides easy access strong hashes} homepage http://mhash.sourceforge.net/ epoch 0 platforms {darwin freebsd} name mhash long_description {Libmhash is a library which implements some hash algorithms like crc32, md5 and sha-1.} maintainers {ryandesign openmaintainer} categories {devel security} version 0.9.9.9 revision 0
 mico 433
@@ -2754,8 +2758,8 @@
 variants universal portdir gnome/desktop-file-utils description {Command line utilities for working with desktop entries.} homepage http://www.freedesktop.org/wiki/Software/desktop-file-utils epoch 0 platforms darwin name desktop-file-utils depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:popt} long_description {{Command line utilities for working with desktop entries.}} maintainers nomaintainer categories gnome version 0.15 revision 1
 devhelp 665
 variants universal depends_build {port:pkgconfig port:python25} portdir gnome/devhelp description {Devhelp is an API documentation browser for GTK+ and GNOME.} homepage http://live.gnome.org/devhelp epoch 0 platforms darwin depends_lib {port:webkit-gtk port:gconf port:libwnck} name devhelp maintainers {devans openmaintainer} long_description {Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.} categories gnome version 0.23.1 revision 0
-dia 912
-variants {powerpc universal} depends_build port:intltool portdir gnome/dia description {A diagram program.} homepage http://live.gnome.org/Dia epoch 0 platforms darwin depends_lib {path:lib/pkgconfig/cairo.pc:cairo port:freetype port:libart_lgpl port:libemf port:libpng port:libxml2 port:libxslt port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 path:lib/pkgconfig/pango.pc:pango port:popt port:zlib} name dia long_description {Dia is designed to be much like the commercial Windows program Visio. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.} maintainers {nox openmaintainer} categories {gnome graphics} version 0.97 revision 1
+dia 890
+variants universal depends_build port:intltool portdir gnome/dia description {A diagram program.} homepage http://live.gnome.org/Dia epoch 0 platforms darwin depends_lib {path:lib/pkgconfig/cairo.pc:cairo port:freetype port:libart_lgpl port:libpng port:libxml2 port:libxslt port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 path:lib/pkgconfig/pango.pc:pango port:popt port:zlib} name dia long_description {Dia is designed to be much like the commercial Windows program Visio. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.} maintainers {nox openmaintainer} categories {gnome graphics} version 0.97 revision 1
 drivel 713
 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser} portdir gnome/drivel description {Drivel is a GNOME client for working with online journals, weblogs or just blogs.} homepage http://www.dropline.net/drivel/ epoch 0 platforms darwin depends_lib {port:libgnomeui port:gtksourceview port:gtkspell2 port:curl} name drivel maintainers {devans openmaintainer} long_description {Drivel is a GNOME client for working with online journals, also known as weblogs or simply 'blogs'. It retains a simple and elegant design while providing many powerful features including support for LiveJournal, Blogger, MovableType, Advogato, and Atom journals.} categories gnome version 2.0.4 revision 0
 drwright 538
@@ -2913,7 +2917,7 @@
 gpdf 434
 variants universal portdir gnome/gpdf description {gpdf is a viewer for Portable Document Format (PDF) files.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gpdf depends_lib {bin:gs:ghostscript lib:libgail-gnome:libgail-gnome lib:libgnomeprintui-2:libgnomeprintui} maintainers nomaintainer long_description {gpdf is a viewer for Portable Document Format (PDF) files.} categories {gnome print} version 2.10.0 revision 0
 gpodder 640
-variants {python25 python26} depends_build {port:help2man port:intltool} portdir gnome/gpodder description {A media aggregator and podcast client} homepage http://gpodder.org epoch 0 platforms darwin depends_lib {port:vorbis-tools port:lame port:py26-feedparser port:py26-pil port:dbus-python26 port:gnome-python26-extras} name gpodder long_description {gPodder is a standalone podcast manager. It provides anything to manage feeds and podcasts but requires an external player to actually listen/view the content, e.g. Apple QuickTime Player.} maintainers {neric27 at wanadoo.fr openmaintainer} categories {gnome audio} version 2.0 revision 0
+variants {python25 python26} depends_build {port:help2man port:intltool} portdir gnome/gpodder description {A media aggregator and podcast client} homepage http://gpodder.org epoch 0 platforms darwin depends_lib {port:vorbis-tools port:lame port:py26-feedparser port:py26-pil port:dbus-python26 port:gnome-python26-extras} name gpodder long_description {gPodder is a standalone podcast manager. It provides anything to manage feeds and podcasts but requires an external player to actually listen/view the content, e.g. Apple QuickTime Player.} maintainers {neric27 at wanadoo.fr openmaintainer} categories {gnome audio} version 2.1 revision 0
 gramps 1062
 variants universal portdir gnome/gramps description {GRAMPS is a genealogy program} homepage http://www.gramps-project.org/ epoch 0 platforms darwin name gramps depends_lib {bin:update-mime-database:shared-mime-info port:py25-gtk port:py25-gnome port:gtkspell2 port:aspell-dict-en port:gnome-python-extras} long_description {GRAMPS is a genealogy program to store, edit, and research genealogical data. It provides advanced capabilities for research, analysis, and correlation to potentially fill relationship gaps. NOTE 1: Some users have experienced problems importing databases from Gramp version 2. It is advised that databases are exported from Gramps version 2 in Gramps XML format before updating to Gramps version 3. The Gramps XML export from version 2 can then be imported into gramps 3 if the automatic database upgrade does not work. NOTE 2: The WriteCD plugin is unavailable. This relies on GNOME and has not been made to work on OS X.} maintainers rjt-gramps at thegrindstone.me.uk categories {gnome science python genealogy} version 3.0.4 revision 0
 grisbi 672
@@ -5695,7 +5699,7 @@
 libsmi 1081
 variants universal portdir net/libsmi description {Library to Access SMI MIB Information} homepage http://www.ibr.cs.tu-bs.de/projects/libsmi/ epoch 0 platforms darwin name libsmi long_description {The core of the libsmi distribution is a library that allows management applications to access SMI MIB module definitions. On top of this library, there are tools to check, analyze dump, convert, and compare MIB definitions. Finally, the distribution contains a steadily maintained and revised archive of all IETF and IANA maintained standard MIB and PIB modules. The library is internally divided into two layers. The upper layers represent the API to applications that make use of libsmi. Furthermore, the upper layer holds the MIB information in common internal data structures. The lower layer contains the drivers that implement the access to persistent MIB module repositories. Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB module files exist. A driver for an early draft of SMIng is also present.} maintainers fenner categories net version 0.4.8 revision 0
 libtorrent 500
-variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent description {BitTorrent library} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent long_description {libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from.} maintainers gmail.com:gardnermj categories net version 0.12.4 revision 0
+variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent description {BitTorrent library} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent long_description {libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from.} maintainers gmail.com:gardnermj categories net version 0.12.5 revision 0
 libtorrent-devel 575
 variants universal depends_build {port:zlib port:pkgconfig} portdir net/libtorrent-devel description {BitTorrent library (unstable release)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin depends_lib {port:openssl port:libsigcxx2} name libtorrent-devel long_description {libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from. This is the unstable release of libTorrent.} maintainers gmail.com:gardnermj categories net version 0.12.6 revision 0
 libudns 355
@@ -5921,7 +5925,7 @@
 rsync-lart 775
 variants {darwin_8 universal} portdir net/rsync-lart description {rsync with LART extended attributes support patches} homepage http://www.lartmaker.nl/rsync/ epoch 0 platforms {darwin freebsd sunos} name rsync-lart depends_lib port:popt long_description {rsync is a file transfer program for Unix systems. rsync uses the 'rsync algorithm' which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. NOTE This version of rsync adds extended attribute support from Apple as well as third party fixes from http://www.lartmaker.nl/rsync/} maintainers css categories net version 2.6.6 revision 0
 rtorrent 560
-variants {xmlrpc universal} portdir net/rtorrent description {console-based BitTorrent client} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent depends_lib {port:curl port:libsigcxx2 port:libtorrent port:ncurses port:openssl port:zlib} long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.} maintainers gmail.com:gardnermj categories net version 0.8.4 revision 0
+variants {xmlrpc universal} portdir net/rtorrent description {console-based BitTorrent client} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent depends_lib {port:curl port:libsigcxx2 port:libtorrent port:ncurses port:openssl port:zlib} long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.} maintainers gmail.com:gardnermj categories net version 0.8.5 revision 0
 rtorrent-devel 639
 variants {xmlrpc universal} portdir net/rtorrent-devel description {console-based BitTorrent client (unstable release)} homepage http://libtorrent.rakshasa.no/ epoch 0 platforms darwin name rtorrent-devel depends_lib {port:curl port:libsigcxx2 port:libtorrent-devel port:ncurses port:openssl port:zlib} long_description {rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management. This is the unstable release of rTorrent.} maintainers gmail.com:gardnermj categories net version 0.8.6 revision 0
 s3cmd 494

Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/33d8fc90/attachment-0001.html>


More information about the macports-changes mailing list