[67436] trunk/dports

portindex at macports.org portindex at macports.org
Sun May 9 11:48:03 PDT 2010


Revision: 67436
          http://trac.macports.org/changeset/67436
Author:   portindex at macports.org
Date:     2010-05-09 11:48:00 -0700 (Sun, 09 May 2010)
Log Message:
-----------
Total number of ports parsed:	3 
Ports successfully parsed:	3 
Ports failed:			0 
Up-to-date ports skipped:	6861

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-05-09 18:36:05 UTC (rev 67435)
+++ trunk/dports/PortIndex	2010-05-09 18:48:00 UTC (rev 67436)
@@ -4572,8 +4572,8 @@
 depends_build port:clojure portdir lang/clojure-contrib depends_fetch bin:git:git-core description {The Clojure programming language (1.1) - Contrib} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-contrib license unknown maintainers gmail.com:ian.eure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} categories {lang java} version 1.1.0 revision 0
 clojure-contrib-devel 613
 depends_build port:clojure portdir lang/clojure-contrib-devel depends_fetch bin:git:git-core description {The Clojure programming language (development) - Contrib} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-contrib-devel license unknown maintainers gmail.com:ian.eure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} categories {lang java} version git-20100220 revision 0
-clojure-devel 603
-variants {readline rlwrap} portdir lang/clojure-devel depends_fetch bin:git:git-core description {The Clojure programming language (development version)} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-devel long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:ian.eure license unknown categories {lang java} version 1.1.0-alpha-SNAPSHOT revision 0
+clojure-devel 592
+variants {readline rlwrap} portdir lang/clojure-devel depends_fetch bin:git:git-core description {The Clojure programming language (development version)} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-devel long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:ian.eure license unknown categories {lang java} version 1.1.0-rc2 revision 0
 cm3 458
 variants universal portdir lang/cm3 description {Critical Mass Modula-3 Compiler} homepage http://www.elegosoft.com/cm3/ epoch 0 platforms darwin name cm3 long_description {CM3 5.2 is an open source release of Critical Mass Modula-3. It is a complete easy-to-use and easy-to-install Modula-3 system that contains considerable enhancements over its ancestor DEC SRC Modula-3.} license unknown maintainers nomaintainer categories lang version 5.2.6 revision 1
 coq 564
@@ -10524,6 +10524,8 @@
 variants universal portdir ruby/rb-ifconfig description {Ruby wrapper around the ifconfig command on many platforms} homepage http://www.packetspike.net/~daniel/ruby/ifconfig/ epoch 0 platforms darwin name rb-ifconfig depends_lib port:ruby long_description {This is a Ruby wrapper around the ifconfig command. The goal is to make getting any information that ifconfig provides easy to access.} maintainers nomaintainer license unknown categories {ruby sysutils} version 1.2 revision 0
 rb-image_science 431
 portdir ruby/rb-image_science description {Ruby library that generates thumbnails} homepage http://seattlerb.rubyforge.org/ImageScience.html depends_run {port:freeimage port:rb-rubyinline port:rb-hoe} epoch 0 platforms darwin name rb-image_science depends_lib {port:ruby port:rb-rubygems} license unknown maintainers nomaintainer long_description {{Ruby library that generates thumbnails}} categories ruby version 1.1.3 revision 0
+rb-innate 375
+portdir ruby/rb-innate description {Powerful web-framework wrapper for Rack.} homepage http://github.com/manveru/innate epoch 0 platforms darwin name rb-innate depends_lib port:rb-rack license unknown maintainers {gmail.com:blair.christensen openmaintainer} long_description {{Powerful web-framework wrapper for Rack.}} categories {ruby www devel} version 2009.10 revision 0
 rb-io-reactor 679
 portdir ruby/rb-io-reactor description {Pure-ruby implementation of asynchronous multiplexed IO Reactor.} homepage http://www.deveiate.org/code/IO-Reactor.html epoch 0 platforms darwin name rb-io-reactor depends_lib port:ruby license unknown maintainers nomaintainer long_description {This module is a pure-Ruby implementation of an asynchronous multiplexed IO Reactor which is based on the Reactor design pattern found in Pattern-Oriented Software Architecture, Volume 2: Patterns for Concurrent and Networked Objects. It allows a single thread to demultiplex and dispatch events from one or more IO objects to the appropriate handler.} categories ruby version 0.0.6 revision 0
 rb-iterator 574
@@ -10660,8 +10662,8 @@
 portdir ruby/rb-rails description {Ruby web-application framework for the MVC pattern.} homepage http://rubyforge.org/projects/rails epoch 0 platforms darwin name rb-rails depends_lib {port:ruby port:rb-rubygems port:rb-rake port:rb-activesupport port:rb-activerecord port:rb-actionpack port:rb-actionmailer port:rb-activeresource port:rb-sqlite3} license unknown maintainers gmail.com:rcavanaugh long_description {Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby.} categories {ruby www devel} version 2.2.2 revision 0
 rb-rake 906
 portdir ruby/rb-rake description {Ruby make-like utility using standard Ruby syntax} homepage http://rubyforge.org/projects/rake epoch 0 platforms darwin name rb-rake depends_lib {port:ruby port:rb-rubygems} license unknown maintainers gmail.com:rcavanaugh long_description {This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.} categories {ruby devel} version 0.8.7 revision 0
-rb-ramaze 460
-portdir ruby/rb-ramaze description {Ramaze is a simple, light and modular open-source web-framework written in Ruby.} homepage http://ramaze.net/ epoch 0 platforms darwin name rb-ramaze depends_lib {port:ruby port:rb-rubygems port:rb-rack} license unknown maintainers {devclue.com:blair openmaintainer} long_description {{Ramaze is a simple, light and modular open-source web-framework written in Ruby.}} categories {ruby www devel} version 2008.11 revision 0
+rb-ramaze 395
+portdir ruby/rb-ramaze description {a simple and modular web framework} homepage http://ramaze.net/ epoch 0 platforms darwin name rb-ramaze depends_lib port:rb-innate license unknown maintainers {gmail.com:blair.christensen openmaintainer} long_description {Ramaze is a simple, light and modular open-source web-framework written in Ruby.} categories {ruby www devel} version 2009.10 revision 0
 rb-rbot 449
 portdir ruby/rb-rbot description {a ruby IRC bot} homepage http://ruby-rbot.org/ depends_run port:rb-bdb epoch 0 platforms darwin name rb-rbot depends_lib {port:ruby port:rb-rubygems} license unknown maintainers nomaintainer long_description {rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly modular design based around plugins. By default he behaves a lot like an infobot.} categories {ruby irc} version 0.9.14 revision 0
 rb-rbtree 403

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


More information about the macports-changes mailing list