[106533] trunk/dports/ruby

kimuraw at macports.org kimuraw at macports.org
Wed May 29 23:35:47 PDT 2013


Revision: 106533
          https://trac.macports.org/changeset/106533
Author:   kimuraw at macports.org
Date:     2013-05-29 23:35:47 -0700 (Wed, 29 May 2013)
Log Message:
-----------
ruby/rb-*: fix #39248, revbump rb-* ports

revbump rb-* ports contains bin/ commands.

- rb-archive-tar-minitar: 0.5.1_1 -> 0.5.2
- rb-bioruby: -> rev1, correct shebang
- rb-bones: -> rev1
- rb-capistrano: -> rev1
- rb-cheat: -> rev1
- rb-diff-lcs: -> rev1
- rb-gem_plugin: -> rev1
- rb-gettext: 2.3.0 -> 2.3.9
- rb-haml: rev1
- rb-haml-edge: rev1
- rb-hoe: rev1
- rb-json: rev1
- rb-json_pure: rev1 -> rev2
- rb-kramdown: rev1
- rb-launchy: rev1
- rb-lockfile: rev1
- rb-mongrel: rev1
- rb-mongrel_cluster: rev1
- rb-nanoc: rev1
- rb-nanoc3: rev1
- rb-nokogiri: rev1
- rb-parsetree: rev1
- rb-piston: rev1
- rb-rack: rev1
- rb-rails: rev1
- rb-rake: rev1 -> rev2
- rb-rcov: rev1
- rb-rest-client: rev1
- rb-rspec: rev1
- rb-ruby-debug: rev1
- rb-rubyforge: rev1
- rb-sprockets: rev1
- rb-stomp: rev1
- rb-treetop: rev1
- rb-zentest: rev1

Revision Links:
--------------
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/2
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/2
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1
    https://trac.macports.org/changeset/1

Modified Paths:
--------------
    trunk/dports/ruby/rb-archive-tar-minitar/Portfile
    trunk/dports/ruby/rb-bioruby/Portfile
    trunk/dports/ruby/rb-bones/Portfile
    trunk/dports/ruby/rb-capistrano/Portfile
    trunk/dports/ruby/rb-cheat/Portfile
    trunk/dports/ruby/rb-diff-lcs/Portfile
    trunk/dports/ruby/rb-gem_plugin/Portfile
    trunk/dports/ruby/rb-gettext/Portfile
    trunk/dports/ruby/rb-haml/Portfile
    trunk/dports/ruby/rb-haml-edge/Portfile
    trunk/dports/ruby/rb-hoe/Portfile
    trunk/dports/ruby/rb-json/Portfile
    trunk/dports/ruby/rb-json_pure/Portfile
    trunk/dports/ruby/rb-kramdown/Portfile
    trunk/dports/ruby/rb-launchy/Portfile
    trunk/dports/ruby/rb-lockfile/Portfile
    trunk/dports/ruby/rb-mongrel/Portfile
    trunk/dports/ruby/rb-mongrel_cluster/Portfile
    trunk/dports/ruby/rb-nanoc/Portfile
    trunk/dports/ruby/rb-nanoc3/Portfile
    trunk/dports/ruby/rb-nokogiri/Portfile
    trunk/dports/ruby/rb-parsetree/Portfile
    trunk/dports/ruby/rb-piston/Portfile
    trunk/dports/ruby/rb-rack/Portfile
    trunk/dports/ruby/rb-rails/Portfile
    trunk/dports/ruby/rb-rake/Portfile
    trunk/dports/ruby/rb-rcov/Portfile
    trunk/dports/ruby/rb-rest-client/Portfile
    trunk/dports/ruby/rb-rspec/Portfile
    trunk/dports/ruby/rb-ruby-debug/Portfile
    trunk/dports/ruby/rb-rubyforge/Portfile
    trunk/dports/ruby/rb-sprockets/Portfile
    trunk/dports/ruby/rb-stomp/Portfile
    trunk/dports/ruby/rb-treetop/Portfile
    trunk/dports/ruby/rb-zentest/Portfile

Modified: trunk/dports/ruby/rb-archive-tar-minitar/Portfile
===================================================================
--- trunk/dports/ruby/rb-archive-tar-minitar/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-archive-tar-minitar/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -3,9 +3,9 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		archive-tar-minitar 0.5.1 basic_install.rb {README doc tests} \
-				rubyforge:1558
-revision		1
+ruby.setup		archive-tar-minitar 0.5.2 basic_install.rb {README doc tests} \
+				rubyforge:33065
+revision		0
 maintainers		nomaintainer
 description		Ruby library and command line utility to deal with POSIX tar archive files.
 long_description	Archive::Tar::Minitar is a pure-Ruby library and \
@@ -17,12 +17,12 @@
 categories-append	archivers
 license			{Ruby GPL-2}
 homepage        http://rubyforge.org/frs/shownotes.php?release_id=787
-checksums		md5 ba2455034213b61684a7bb91594b3f6a
+checksums		md5 9413e85d20c88945abefa21a54502e45
 platforms		darwin
 
 destroot.args	--no-ri --no-tests
 post-destroot {
-	reinplace -locale C "s%#!.*ruby%#!${ruby.bin}%" ${destroot}${ruby.bindir}/minitar
+	reinplace -locale C "s%#!.*ruby.*%#!${ruby.bin}%" ${destroot}${ruby.bindir}/minitar
 	file delete -force ${destroot}${prefix}/bin/minitar.bat${ruby.link_binaries_suffix}
 	file delete -force ${destroot}${ruby.bindir}/minitar.bat
 }

Modified: trunk/dports/ruby/rb-bioruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-bioruby/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-bioruby/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup		ruby 1.0
 
 ruby.setup		bioruby 0.6.2 install.rb {README doc sample test etc}
+revision		1
 maintainers		nomaintainer
 description		Integrated environment for bioinformatics.
 long_description	BioRuby project aims to implement an integrated environment \
@@ -25,3 +26,11 @@
 variant postgres    {
                         depends_lib-append port:rb-dbd-pg
                     }
+post-destroot {
+	# /usr/bin/env ruby -> ruby1.8
+	reinplace -locale C "s%#!.*ruby%#!${ruby.bin}%" \
+		${destroot}${ruby.bindir}/br_biofetch.rb
+		${destroot}${ruby.bindir}/br_biogetseq.rb
+		${destroot}${ruby.bindir}/br_pmfetch.rb
+		${destroot}${ruby.bindir}/br_biofetch.rb
+}

Modified: trunk/dports/ruby/rb-bones/Portfile
===================================================================
--- trunk/dports/ruby/rb-bones/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-bones/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          bones 2.5.1 gem {} rubyforge_gem
+revision            1
 
 maintainers         gmail.com:blair.christensen openmaintainer
 categories-append   devel

Modified: trunk/dports/ruby/rb-capistrano/Portfile
===================================================================
--- trunk/dports/ruby/rb-capistrano/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-capistrano/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          capistrano 2.5.3 gem {} rubyforge_gem
+revision			1
 license             MIT
 maintainers         nomaintainer
 description         Capistrano is a utility and framework for executing \

Modified: trunk/dports/ruby/rb-cheat/Portfile
===================================================================
--- trunk/dports/ruby/rb-cheat/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-cheat/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          cheat 1.2.1 gem {} rubyforge_gem
+revision            1
 
 license             MIT
 maintainers         gmail.com:blair.christensen openmaintainer

Modified: trunk/dports/ruby/rb-diff-lcs/Portfile
===================================================================
--- trunk/dports/ruby/rb-diff-lcs/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-diff-lcs/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          diff-lcs 1.1.2 gem {} rubyforge_gem
+revision            1
 
 maintainers         gmail.com:blair.christensen openmaintainer
 license             {GPL-2+ Artistic-1 Ruby}

Modified: trunk/dports/ruby/rb-gem_plugin/Portfile
===================================================================
--- trunk/dports/ruby/rb-gem_plugin/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-gem_plugin/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			gem_plugin 0.2.3 gem {} rubyforge_gem:mongrel
+revision            1
 license				{Ruby GPL}
 maintainers			nomaintainer
 description			A plugin system based only on rubygems that uses \

Modified: trunk/dports/ruby/rb-gettext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gettext/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-gettext/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -3,8 +3,8 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		gettext 2.3.0 gem {} rubygems
-revision		1
+ruby.setup		gettext 2.3.9 gem {} rubygems
+revision		0
 maintainers		kimuraw openmaintainer
 description		a Localization library and tools which modeled GNU gettext.
 long_description	This library provides to translate original messages to \
@@ -17,9 +17,9 @@
 depends_run-append	port:rb-locale
 homepage		http://ruby-gettext.github.com/
 license			Ruby
-checksums		md5     97c3468add02252a5d69573fdb90e5c9 \
-				sha1    10ebf3865f64f025b2a883c416dcf3f886d2d319 \
-				rmd160  b2316ae5fdc5ed841b53962b8ddf69b7ded30c73
+checksums		md5     0e4d5216d4d73ffed15c15ac1b686d61 \
+				sha1    b30db6ef766234275aff24d714158fe6608fd2b7 \
+				rmd160  cd4198a7c11de78eb0b03d86454169eea600be4b
 platforms		darwin
 
 post-destroot {

Modified: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-haml/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,7 +4,7 @@
 
 ruby.setup          haml 3.0.25 gem
 conflicts           rb-haml-edge
-revision            0
+revision            1
 maintainers         nomaintainer
 description         Haml and Sass: markup languages for HTML and CSS
 long_description    \

Modified: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-haml-edge/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,7 +4,7 @@
 
 ruby.setup          haml-edge 2.3.251 gem
 conflicts           rb-haml
-revision            0
+revision            1
 maintainers         nomaintainer
 description         Haml and Sass: markup languages for HTML and CSS (bleeding edge)
 long_description    \

Modified: trunk/dports/ruby/rb-hoe/Portfile
===================================================================
--- trunk/dports/ruby/rb-hoe/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-hoe/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			hoe 2.6.1 gem {} rubyforge_gem:seattlerb
+revision            1
 maintainers			nomaintainer
 description			Hoe is a way to write Rakefiles much easier and cleaner.
 long_description	Hoe is a simple rake/rubygems helper for project \

Modified: trunk/dports/ruby/rb-json/Portfile
===================================================================
--- trunk/dports/ruby/rb-json/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-json/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup		    ruby 1.0
 
 ruby.setup          json 1.4.6 gem {} rubygems
+revision            1
 description         JSON implementation as a Ruby extension in C
 long_description    \
     This is a implementation of the JSON specification according to RFC 4627. \

Modified: trunk/dports/ruby/rb-json_pure/Portfile
===================================================================
--- trunk/dports/ruby/rb-json_pure/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-json_pure/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,7 +4,7 @@
 PortGroup		    ruby 1.0
 
 ruby.setup          json_pure 1.4.6 gem {} rubygems
-revision			1
+revision			2
 description         This is a JSON implementation in pure Ruby.
 long_description    \
     This is a implementation of the JSON specification according to RFC 4627. \

Modified: trunk/dports/ruby/rb-kramdown/Portfile
===================================================================
--- trunk/dports/ruby/rb-kramdown/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-kramdown/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -5,6 +5,7 @@
 ruby.setup		kramdown 0.12.0 setup.rb \
 				{COPYING ChangeLog AUTHORS GPL README} \
 				rubyforge:73146
+revision        1
 maintainers		kimuraw openmaintainer
 description		fast, pure-Ruby Markdown-superset converter
 long_description	kramdown is yet-another-markdown-parser but fast, \

Modified: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-launchy/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          launchy 0.3.3 gem {} rubyforge_gem
+revision            1
 
 maintainers         gmail.com:blair.christensen openmaintainer
 categories-append   devel

Modified: trunk/dports/ruby/rb-lockfile/Portfile
===================================================================
--- trunk/dports/ruby/rb-lockfile/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-lockfile/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          lockfile 1.4.3 gem {} rubyforge_gem
+revision            1
 license             {Ruby GPL-2}
 maintainers         nomaintainer
 description         A ruby library for creating NFS safe lockfiles.

Modified: trunk/dports/ruby/rb-mongrel/Portfile
===================================================================
--- trunk/dports/ruby/rb-mongrel/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-mongrel/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			mongrel 1.1.5 gem {} rubyforge_gem
+revision            1
 license				{Ruby GPL-2}
 maintainers			nomaintainer
 description			Fast HTTP Library and server for Ruby

Modified: trunk/dports/ruby/rb-mongrel_cluster/Portfile
===================================================================
--- trunk/dports/ruby/rb-mongrel_cluster/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-mongrel_cluster/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			mongrel_cluster 1.0.5 gem {} rubyforge_gem
+revision			1
 license				{Ruby GPL-2}
 maintainers			nomaintainer
 description			Mongrel plugin that provides commands and Capistrano \

Modified: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-nanoc/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -3,7 +3,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          nanoc 3.1.3 gem
-revision            0
+revision            1
 maintainers         nomaintainer
 description         A Ruby site compiler that produces static HTML
 long_description    \

Modified: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-nanoc3/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -3,7 +3,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          nanoc3 3.1.3 gem
-revision            0
+revision            1
 maintainers         nomaintainer
 description         A Ruby site compiler that produces static HTML
 long_description    \

Modified: trunk/dports/ruby/rb-nokogiri/Portfile
===================================================================
--- trunk/dports/ruby/rb-nokogiri/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-nokogiri/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup		ruby 1.0
 
 ruby.setup		nokogiri 1.4.6 gem {} rubygems
+revision		1
 maintainers		kimuraw openmaintainer
 description		Nokogiri is an HTML, XML, SAX, and Reader parser.
 long_description	Nokogiri is an HTML, XML, SAX, and Reader parser. \

Modified: trunk/dports/ruby/rb-parsetree/Portfile
===================================================================
--- trunk/dports/ruby/rb-parsetree/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-parsetree/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -5,6 +5,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			ParseTree 3.0.4 gem {} rubyforge_gem:parsetree
+revision            1
 license				MIT
 maintainers			nomaintainer
 description			Extract and enumerate ruby parse trees.

Modified: trunk/dports/ruby/rb-piston/Portfile
===================================================================
--- trunk/dports/ruby/rb-piston/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-piston/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -5,6 +5,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			piston 1.3.3 gem {} rubyforge_gem
+revision			1
 platforms           darwin
 maintainers			basen.net:kajtzu
 

Modified: trunk/dports/ruby/rb-rack/Portfile
===================================================================
--- trunk/dports/ruby/rb-rack/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rack/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          rack 1.0.1 gem {} rubyforge_gem
+revision            1
 
 maintainers         gmail.com:blair.christensen openmaintainer
 categories-append   www devel

Modified: trunk/dports/ruby/rb-rails/Portfile
===================================================================
--- trunk/dports/ruby/rb-rails/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rails/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup         ruby 1.0
 
 ruby.setup        rails 2.3.5 gem {} rubyforge_gem
+revision          1
 categories-append www devel
 maintainers       gmail.com:rcavanaugh
 description       Ruby web-application framework for the MVC pattern.

Modified: trunk/dports/ruby/rb-rake/Portfile
===================================================================
--- trunk/dports/ruby/rb-rake/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rake/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -1,27 +1,27 @@
 # $Id$
-PortSystem		1.0
-PortGroup		ruby 1.0
-ruby.setup        rake 0.8.7 gem {} rubyforge_gem
-revision		1
-categories-append devel
-license			MIT
-platforms		darwin
-maintainers       gmail.com:rcavanaugh
-description		Ruby make-like utility using standard Ruby syntax
-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.
+PortSystem          1.0
+PortGroup           ruby 1.0
+ruby.setup          rake 0.8.7 gem {} rubyforge_gem
+revision            2
+categories-append   devel
+license             MIT
+platforms           darwin
+maintainers         gmail.com:rcavanaugh
+description         Ruby make-like utility using standard Ruby syntax
+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.
 checksums           md5     d9eb83525310ad1a0e8a3eeddfe3c65f \
                     sha1    91daad079d404b68a7dd179716b9fdd0c195144c \
                     rmd160  1c41208b3bf8fba5a89a7b156eb862c4cf6278f0

Modified: trunk/dports/ruby/rb-rcov/Portfile
===================================================================
--- trunk/dports/ruby/rb-rcov/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rcov/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          rcov 0.8.1.2.0 gem {} rubyforge_gem
+revision            1
 license             Ruby BSD
 maintainers         nomaintainer
 description         Coverage tool for Ruby

Modified: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rest-client/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          rest-client 1.0.3 gem {} rubyforge_gem
+revision            1
 
 maintainers         gmail.com:blair.christensen openmaintainer
 categories-append   www devel

Modified: trunk/dports/ruby/rb-rspec/Portfile
===================================================================
--- trunk/dports/ruby/rb-rspec/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rspec/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          rspec 1.1.11 gem {} rubyforge_gem
+revision            1
 license             MIT
 maintainers         nomaintainer
 description         Behaviour Driven Development framework for Ruby

Modified: trunk/dports/ruby/rb-ruby-debug/Portfile
===================================================================
--- trunk/dports/ruby/rb-ruby-debug/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-ruby-debug/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -5,6 +5,7 @@
 PortGroup         ruby 1.0
 
 ruby.setup        ruby-debug 0.9.3 gem {} rubyforge:20120
+revision          1
 
 platforms         darwin
 categories-append devel

Modified: trunk/dports/ruby/rb-rubyforge/Portfile
===================================================================
--- trunk/dports/ruby/rb-rubyforge/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-rubyforge/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup			ruby 1.0
 
 ruby.setup			rubyforge 2.0.4 gem {} rubyforge_gem
+revision			1
 maintainers			kimuraw openmaintainer
 description			A simplistic script which automates a limited set of \
 					rubyforge operations

Modified: trunk/dports/ruby/rb-sprockets/Portfile
===================================================================
--- trunk/dports/ruby/rb-sprockets/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-sprockets/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -5,6 +5,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          sprockets 1.0.2 gem {} rubyforge_gem
+revision            1
 maintainers         futurelab.ch:astricker
 description         JavaScript dependency management and concatenation
 long_description    JavaScript dependency management and concatenation. \

Modified: trunk/dports/ruby/rb-stomp/Portfile
===================================================================
--- trunk/dports/ruby/rb-stomp/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-stomp/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup		ruby 1.0
 
 ruby.setup		stomp 1.1 gem {} rubyforge_gem
+revision		1
 license			Apache-2
 maintainers		nomaintainer
 description		Ruby bindings for the stomp messaging protocol

Modified: trunk/dports/ruby/rb-treetop/Portfile
===================================================================
--- trunk/dports/ruby/rb-treetop/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-treetop/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          treetop 1.4.2 gem {} rubyforge_gem
+revision            1
 
 license             MIT
 maintainers         gmail.com:blair.christensen openmaintainer

Modified: trunk/dports/ruby/rb-zentest/Portfile
===================================================================
--- trunk/dports/ruby/rb-zentest/Portfile	2013-05-30 05:26:14 UTC (rev 106532)
+++ trunk/dports/ruby/rb-zentest/Portfile	2013-05-30 06:35:47 UTC (rev 106533)
@@ -4,6 +4,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          ZenTest 3.10.0 gem {} rubyforge_gem
+revision            1
 license             MIT
 maintainers         nomaintainer
 description         Automated test scaffolding for Ruby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130529/9e1e1d6c/attachment-0001.html>


More information about the macports-changes mailing list