[60249] trunk/dports/ruby

jmr at macports.org jmr at macports.org
Sat Nov 7 01:29:05 PST 2009


Revision: 60249
          http://trac.macports.org/changeset/60249
Author:   jmr at macports.org
Date:     2009-11-07 01:29:01 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
New ports: rb-diff-lcs, rb-polyglot, rb-term-ansicolor, rb-treetop, rb-cucumber (#21629)

Added Paths:
-----------
    trunk/dports/ruby/rb-cucumber/
    trunk/dports/ruby/rb-cucumber/Portfile
    trunk/dports/ruby/rb-diff-lcs/
    trunk/dports/ruby/rb-diff-lcs/Portfile
    trunk/dports/ruby/rb-polyglot/
    trunk/dports/ruby/rb-polyglot/Portfile
    trunk/dports/ruby/rb-term-ansicolor/
    trunk/dports/ruby/rb-term-ansicolor/Portfile
    trunk/dports/ruby/rb-treetop/
    trunk/dports/ruby/rb-treetop/Portfile

Added: trunk/dports/ruby/rb-cucumber/Portfile
===================================================================
--- trunk/dports/ruby/rb-cucumber/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-cucumber/Portfile	2009-11-07 09:29:01 UTC (rev 60249)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          cucumber 0.3.103 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+description         Lets software development teams describe how software \
+                    should behave in plain text.
+long_description    ${description}
+homepage            http://cukes.info
+platforms           darwin
+
+depends_lib-append  port:rb-term-ansicolor port:rb-treetop port:rb-polyglot \
+                    port:rb-diff-lcs port:rb-builder
+
+checksums           md5 1c78cebc78ec1a47791ea109a4d5d1b8 \
+                    rmd160 ed7b0903acc778852a8b5ce1e9ee75cf49a53179 \
+                    sha1 b17c309fb3ea1506f62212235d007f02e9584960


Property changes on: trunk/dports/ruby/rb-cucumber/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/ruby/rb-diff-lcs/Portfile
===================================================================
--- trunk/dports/ruby/rb-diff-lcs/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-diff-lcs/Portfile	2009-11-07 09:29:01 UTC (rev 60249)
@@ -0,0 +1,16 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          diff-lcs 1.1.2 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+description         Diff::LCS is a port of Algorithm::Diff.
+long_description    ${description}
+homepage            http://rubyforge.org/projects/ruwiki/
+platforms           darwin
+
+checksums           md5 60524d29b37f76d56ce835323e324879 \
+                    rmd160 f57dcbd09658cea31f286039ec3f0b599c99ff25 \
+                    sha1 05a1164be2de3555104af79791da2977e6419d59


Property changes on: trunk/dports/ruby/rb-diff-lcs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/ruby/rb-polyglot/Portfile
===================================================================
--- trunk/dports/ruby/rb-polyglot/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-polyglot/Portfile	2009-11-07 09:29:01 UTC (rev 60249)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          polyglot 0.2.9 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+description         Allows custom language loaders for file extensions to be hooked into require
+long_description    ${description}
+homepage            http://polyglot.rubyforge.org/
+platforms           darwin
+
+depends_lib-append  port:rb-hoe
+
+checksums           md5 b3429c0f849dcaf63e443357afc342b6 \
+                    rmd160 df62129dac19d72162972f92a1dedba404f829d1 \
+                    sha1 2848efd9ebb61477d55c16d9ea25298bbd3e5f8f


Property changes on: trunk/dports/ruby/rb-polyglot/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/ruby/rb-term-ansicolor/Portfile
===================================================================
--- trunk/dports/ruby/rb-term-ansicolor/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-term-ansicolor/Portfile	2009-11-07 09:29:01 UTC (rev 60249)
@@ -0,0 +1,16 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          term-ansicolor 1.0.4 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+description         Small Ruby library that colors strings using ANSI escape sequences.
+long_description    ${description}
+homepage            http://term-ansicolor.rubyforge.org/
+platforms           darwin
+
+checksums           md5 19e0fd34944da6c58769d43d030a0c6c \
+                    rmd160 d637b212c193168263516fdbf99cc44b2422c90c \
+                    sha1 13164176e602bbc3d8fc83d969762bde1e3f89f8


Property changes on: trunk/dports/ruby/rb-term-ansicolor/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/ruby/rb-treetop/Portfile
===================================================================
--- trunk/dports/ruby/rb-treetop/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-treetop/Portfile	2009-11-07 09:29:01 UTC (rev 60249)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          treetop 1.4.2 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+description         Treetop is a Ruby-based DSL for text parsing and interpretation.
+long_description    ${description}
+homepage            http://functionalform.blogspot.com/
+platforms           darwin
+
+depends_lib-append  port:rb-polyglot
+
+checksums           md5 3bbf34b6eefd0549409cdb11ac000cbe \
+                    rmd160 4d069acb745d67cf47c444c986fe8a50d87000bb \
+                    sha1 389f1312ab8a117ddd8181ca921217002e0c4273


Property changes on: trunk/dports/ruby/rb-treetop/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091107/f2714c27/attachment.html>


More information about the macports-changes mailing list