Macports-changes Archive

List Statistics

  • Total Threads: 7876
  • Total Posts: 6445
  #1  
16-04-2010 01:30 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #2  
16-04-2010 04:30 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #3  
16-04-2010 05:05 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #4  
21-04-2010 02:37 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2

  #5  
09-05-2010 07:08 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #6  
10-05-2010 08:14 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #7  
10-05-2010 08:15 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #8  
10-05-2010 08:15 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #9  
10-05-2010 11:44 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #10  
22-05-2010 09:44 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #11  
22-05-2010 10:00 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #12  
22-05-2010 10:16 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #13  
22-05-2010 10:56 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #14  
27-05-2010 04:55 AM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #15  
27-05-2010 11:42 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #16  
01-06-2010 10:24 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68328
http://trac.macports.org/changeset/68328
Date: 2010-06-01 14:24:47 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionmailer

Added Paths:
-----------
trunk/dports/ruby/rb19-actionmailer/
trunk/dports/ruby/rb19-actionmailer/Portfile

Added: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #17  
01-06-2010 10:25 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68328
http://trac.macports.org/changeset/68328
Date: 2010-06-01 14:24:47 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionmailer

Added Paths:
-----------
trunk/dports/ruby/rb19-actionmailer/
trunk/dports/ruby/rb19-actionmailer/Portfile

Added: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68329
http://trac.macports.org/changeset/68329
Date: 2010-06-01 14:25:23 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionpack

Added Paths:
-----------
trunk/dports/ruby/rb19-actionpack/
trunk/dports/ruby/rb19-actionpack/Portfile

Added: trunk/dports/ruby/rb19-actionpack/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionpack/Portfile 2010-06-01 21:25:23 UTC (rev 68329)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionpack 2.3.8 gem {} rubygems ruby19
+description Web handling library in Ruby
+long_description \
+ Eases web-request routing, handling, and response as a half-way front, \
+ half-way page controller. Implemented with specific emphasis on enabling \
+ easy unit/integration testing that doesn't require a browser.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 75d7e35afa5a5bfaac5c8fe5f8967ed7 \
+ sha1 8097a30753f70f57dfa75c9907428555e4e872e9 \
+ rmd160 41e00f115bcf3a8417007d6f552d13e553a97bef
+
+depends_run-append port:rb19-activesupport
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #18  
01-06-2010 10:26 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68328
http://trac.macports.org/changeset/68328
Date: 2010-06-01 14:24:47 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionmailer

Added Paths:
-----------
trunk/dports/ruby/rb19-actionmailer/
trunk/dports/ruby/rb19-actionmailer/Portfile

Added: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68329
http://trac.macports.org/changeset/68329
Date: 2010-06-01 14:25:23 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionpack

Added Paths:
-----------
trunk/dports/ruby/rb19-actionpack/
trunk/dports/ruby/rb19-actionpack/Portfile

Added: trunk/dports/ruby/rb19-actionpack/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionpack/Portfile 2010-06-01 21:25:23 UTC (rev 68329)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionpack 2.3.8 gem {} rubygems ruby19
+description Web handling library in Ruby
+long_description \
+ Eases web-request routing, handling, and response as a half-way front, \
+ half-way page controller. Implemented with specific emphasis on enabling \
+ easy unit/integration testing that doesn't require a browser.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 75d7e35afa5a5bfaac5c8fe5f8967ed7 \
+ sha1 8097a30753f70f57dfa75c9907428555e4e872e9 \
+ rmd160 41e00f115bcf3a8417007d6f552d13e553a97bef
+
+depends_run-append port:rb19-activesupport
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68330
http://trac.macports.org/changeset/68330
Date: 2010-06-01 14:26:15 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activerecord

Added Paths:
-----------
trunk/dports/ruby/rb19-activerecord/
trunk/dports/ruby/rb19-activerecord/Portfile

Added: trunk/dports/ruby/rb19-activerecord/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activerecord/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activerecord/Portfile 2010-06-01 21:26:15 UTC (rev 68330)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activerecord 2.3.8 gem {} rubygems ruby19
+description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
+long_description \
+ ${description} It ties database tables and classes together for business \
+ objects, like Customer or Subscription, that can find, save, and destroy \
+ themselves without resorting to manual SQL.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+categories-append databases
+checksums md5 16311c40a988bd9f8ffeb44799d9f488 \
+ sha1 3c51faccced0bd3a1bad86dee382092e888613b6 \
+ rmd160 1831618e803c102599cbf71d555a168317b2208c
+
+depends_run-append port:rb19-activesupport


Property changes on: trunk/dports/ruby/rb19-activerecord/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #19  
01-06-2010 10:27 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68328
http://trac.macports.org/changeset/68328
Date: 2010-06-01 14:24:47 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionmailer

Added Paths:
-----------
trunk/dports/ruby/rb19-actionmailer/
trunk/dports/ruby/rb19-actionmailer/Portfile

Added: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68329
http://trac.macports.org/changeset/68329
Date: 2010-06-01 14:25:23 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionpack

Added Paths:
-----------
trunk/dports/ruby/rb19-actionpack/
trunk/dports/ruby/rb19-actionpack/Portfile

Added: trunk/dports/ruby/rb19-actionpack/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionpack/Portfile 2010-06-01 21:25:23 UTC (rev 68329)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionpack 2.3.8 gem {} rubygems ruby19
+description Web handling library in Ruby
+long_description \
+ Eases web-request routing, handling, and response as a half-way front, \
+ half-way page controller. Implemented with specific emphasis on enabling \
+ easy unit/integration testing that doesn't require a browser.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 75d7e35afa5a5bfaac5c8fe5f8967ed7 \
+ sha1 8097a30753f70f57dfa75c9907428555e4e872e9 \
+ rmd160 41e00f115bcf3a8417007d6f552d13e553a97bef
+
+depends_run-append port:rb19-activesupport
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68330
http://trac.macports.org/changeset/68330
Date: 2010-06-01 14:26:15 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activerecord

Added Paths:
-----------
trunk/dports/ruby/rb19-activerecord/
trunk/dports/ruby/rb19-activerecord/Portfile

Added: trunk/dports/ruby/rb19-activerecord/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activerecord/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activerecord/Portfile 2010-06-01 21:26:15 UTC (rev 68330)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activerecord 2.3.8 gem {} rubygems ruby19
+description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
+long_description \
+ ${description} It ties database tables and classes together for business \
+ objects, like Customer or Subscription, that can find, save, and destroy \
+ themselves without resorting to manual SQL.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+categories-append databases
+checksums md5 16311c40a988bd9f8ffeb44799d9f488 \
+ sha1 3c51faccced0bd3a1bad86dee382092e888613b6 \
+ rmd160 1831618e803c102599cbf71d555a168317b2208c
+
+depends_run-append port:rb19-activesupport


Property changes on: trunk/dports/ruby/rb19-activerecord/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68331
http://trac.macports.org/changeset/68331
Date: 2010-06-01 14:26:57 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activeresource

Added Paths:
-----------
trunk/dports/ruby/rb19-activeresource/
trunk/dports/ruby/rb19-activeresource/Portfile

Added: trunk/dports/ruby/rb19-activeresource/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activeresource/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activeresource/Portfile 2010-06-01 21:26:57 UTC (rev 68331)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activeresource 2.3.8 gem {} rubygems ruby19
+description Object-oriented REST services
+long_description \
+ Wraps web resources in model classes that can be manipulated through \
+ XML over REST.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://rubyonrails.org/
+checksums md5 7318e7652bd17433e4fec17fe9a201b7 \
+ sha1 16305f2538c13b0161344b0bfb6baac3246e1cd5 \
+ rmd160 bf503524fd9477aeb34cd2f5c4860b6a9508ceee
+
+depends_run-append port:rb19-activesupport


Property changes on: trunk/dports/ruby/rb19-activeresource/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.

  #20  
01-06-2010 10:27 PM
Macports-changes member admin is online now
User
 

Revision: 66552
http://trac.macports.org/changeset/66552
Date: 2010-04-16 09:24:55 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-mustache

Added Paths:
-----------
trunk/dports/ruby/rb-mustache/
trunk/dports/ruby/rb-mustache/Portfile

Added: trunk/dports/ruby/rb-mustache/Portfile
===================================================================
--- trunk/dports/ruby/rb-mustache/Portfile (rev 0)
+++ trunk/dports/ruby/rb-mustache/Portfile 2010-04-16 16:24:55 UTC (rev 66552)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup mustache 0.10.0 gem
+maintainers singingwolfboy openmaintainer
+description Logic-less templates, implemented in Ruby.
+long_description
+ Inspired by ctemplate and et, Mustache is a framework-agnostic way to
+ render logic-free views.
+license MIT
+homepage http://mustache.github.com/
+master_sites http://rubygems.org/downloads/
+checksums md5 fa107351a80265149de08e6af9b4f477
+ sha1 1ea270702d50745e0d6431cf212d81d18d0df916
+ rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
+ xinstall -W ${gemdir} README.md LICENSE ${docdir}
+ eval xinstall [glob ${gemdir}/man/*.html] ${docdir}
+}
+
+


Property changes on: trunk/dports/ruby/rb-mustache/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66557
http://trac.macports.org/changeset/66557
Date: 2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
trunk/dports/ruby/rb-haml/
trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile 2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml 2.2.23 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 edc43e178a5d22d1a972d4734fdcf740
+ sha1 49534730dbce6d253398de112d245773075620c3
+ rmd160 be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66564
http://trac.macports.org/changeset/66564
Date: 2010-04-16 13:01:15 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml-edge (bleeding edge of rb-haml)

Added Paths:
-----------
trunk/dports/ruby/rb-haml-edge/
trunk/dports/ruby/rb-haml-edge/Portfile

Added: trunk/dports/ruby/rb-haml-edge/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml-edge/Portfile (rev 0)
+++ trunk/dports/ruby/rb-haml-edge/Portfile 2010-04-16 20:01:15 UTC (rev 66564)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup haml-edge 2.3.209 gem
+conflicts rb-haml
+revision 0
+maintainers singingwolfboy openmaintainer
+description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
+long_description
+ Haml is a markup language that’s used to cleanly and simply describe
+ the HTML of any web document without the use of inline code. Haml
+ functions as a replacement for inline page templating systems such as
+ PHP, ASP, and ERB, the templating language used in most Ruby on Rails
+ applications. However, Haml avoids the need for explicitly coding HTML
+ into the template, because it itself is a description of the HTML, with
+ some code to generate dynamic content.
+
+ Sass is CSS, plus nested rules, variables, mixins, and more, all in a
+ concise, readable syntax. Haml also contains Sass.
+categories-append www
+license MIT
+platforms darwin
+homepage http://haml-lang.com
+master_sites http://rubygems.org/downloads/
+checksums md5 986143d2fd7a5468c7cccd231ae35d55
+ sha1 d512703dd9182d92dcfcc638583d0f9adc51010c
+ rmd160 ad4fa8d6c1f816200a5153fc81e9d9d8197c0411
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml-edge/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 66715
http://trac.macports.org/changeset/66715
Date: 2010-04-21 06:37:06 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
ruby/rb-gnome, .. : upgrade to ruby-gnome2 0.19.4
ruby-gnome2 contains the following ports:
- rb-atk
- rb-gconf
- rb-glib2
- rb-gnome
- rb-gnomecanvas
- rb-gnomeprint
- rb-gnomeprintui
- rb-gnomevfs
- rb-gstreamer
- rb-gtk2
- rb-gtkglext
- rb-gtkhtml
- rb-gtksourceview2
- rb-libart
- rb-libglade2
- rb-libgnome
- rb-pango
- rb-poppler
- rb-rsvg
- rb-vte

Modified Paths:
--------------
trunk/dports/ruby/rb-atk/Portfile
trunk/dports/ruby/rb-gconf/Portfile
trunk/dports/ruby/rb-glib2/Portfile
trunk/dports/ruby/rb-gnome/Portfile
trunk/dports/ruby/rb-gnomecanvas/Portfile
trunk/dports/ruby/rb-gnomeprint/Portfile
trunk/dports/ruby/rb-gnomeprintui/Portfile
trunk/dports/ruby/rb-gnomevfs/Portfile
trunk/dports/ruby/rb-gstreamer/Portfile
trunk/dports/ruby/rb-gtk2/Portfile
trunk/dports/ruby/rb-gtkglext/Portfile
trunk/dports/ruby/rb-gtkhtml/Portfile
trunk/dports/ruby/rb-gtksourceview2/Portfile
trunk/dports/ruby/rb-libart/Portfile
trunk/dports/ruby/rb-libglade2/Portfile
trunk/dports/ruby/rb-libgnome/Portfile
trunk/dports/ruby/rb-pango/Portfile
trunk/dports/ruby/rb-poppler/Portfile
trunk/dports/ruby/rb-rsvg/Portfile
trunk/dports/ruby/rb-vte/Portfile

Modified: trunk/dports/ruby/rb-atk/Portfile
===================================================================
--- trunk/dports/ruby/rb-atk/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-atk/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {atk ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {atk ruby-gnome2} 0.19.4 extconf.rb
{ atk/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict atk
depends_lib-append port:atk port:rb-glib2

Modified: trunk/dports/ruby/rb-gconf/Portfile
===================================================================
--- trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gconf/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gconf ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gconf ruby-gnome2} 0.19.4 extconf.rb
{ gconf/README gconf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Gconf libraries for ruby (a part of Ruby-Gnome2)
long_description Gconf libraries for ruby (a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gconf
depends_lib-append port:gconf

Modified: trunk/dports/ruby/rb-glib2/Portfile
===================================================================
--- trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-glib2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {glib2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {glib2 ruby-gnome2} 0.19.4 extconf.rb
{ glib/README glib/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GLib2 is a Ruby binding of GLib-2.x.
long_description Ruby/GLib2 is a Ruby binding of GLib-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict glib
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnome ruby-gnome2} 0.19.2 fetch
+ruby.setup {gnome ruby-gnome2} 0.19.4 fetch
{ README NEWS }
sourceforge:ruby-gnome2

@@ -14,6 +14,7 @@
long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby
language bindings for the GNOME 2.0 development environment.
categories-append gnome
+license LGPLv2
depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2
port:rb-gconf port:rb-libgnome port:rb-gnomecanvas
port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs
@@ -22,9 +23,9 @@
# rb-vte requires X11

distname ${ruby.project}-all-${version}
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870

# install only some documents
use_configure no

Modified: trunk/dports/ruby/rb-gnomecanvas/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomecanvas ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomecanvas ruby-gnome2} 0.19.4 extconf.rb
{ gnomecanvas/README gnomecanvas/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomecanvas
depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gnomeprint/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprint/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprint ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprint/README gnomeprint/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomeprint
depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango
@@ -25,6 +26,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C gnomeprint test/run-test.rb

Modified: trunk/dports/ruby/rb-gnomeprintui/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomeprintui ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomeprintui ruby-gnome2} 0.19.4 extconf.rb
{ gnomeprintui/README gnomeprintui/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate gnomeprint/src/rbgp.h
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint"

Modified: trunk/dports/ruby/rb-gnomevfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gnomevfs/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gnomevfs ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gnomevfs ruby-gnome2} 0.19.4 extconf.rb
{ gnomevfs/README }
sourceforge:ruby-gnome2
revision 0
@@ -11,10 +11,11 @@
platforms darwin
description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
categories-append gnome
+license LGPLv2
long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnomevfs
depends_lib-append port:gnome-vfs

Modified: trunk/dports/ruby/rb-gstreamer/Portfile
===================================================================
--- trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gstreamer/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gstreamer ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gstreamer ruby-gnome2} 0.19.4 extconf.rb
{ gstreamer/README gstreamer/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,9 @@
description Ruby/GStreamer is a Ruby binding for GStreamer.
long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"

Modified: trunk/dports/ruby/rb-gtk2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtk2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtk2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtk2 ruby-gnome2} 0.19.4 extconf.rb
{ gtk/README gtk/sample gdkpixbuf/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
# generate glib-enum-types.h at glib/src and glib/pango
pre-configure {
system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango"

Modified: trunk/dports/ruby/rb-gtkglext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkglext/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkglext ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkglext ruby-gnome2} 0.19.4 extconf.rb
{ gtkglext/README gtkglext/sample }
sourceforge:ruby-gnome2
revision 0
maintainers kimuraw
platforms darwin
description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
-long_description
- Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
+long_description Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkglext
depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-gtkhtml/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtkhtml/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtkhtml ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtkhtml ruby-gnome2} 0.19.4 extconf.rb
{ gtkhtml2/README gtkhtml2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtkhtml2
depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2

Modified: trunk/dports/ruby/rb-gtksourceview2/Portfile
===================================================================
--- trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {gtksourceview2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {gtksourceview2 ruby-gnome2} 0.19.4 extconf.rb
{ gtksourceview2/README gtksourceview2/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
(a part of Ruby-Gnome2)
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
patchfiles patch-gtksourceview2-test-run-test.rb.diff
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gtksourceview2
@@ -29,6 +30,10 @@

# for developer only, this test may launch X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -Cgtksourceview2/test run-test.rb


Modified: trunk/dports/ruby/rb-libart/Portfile
===================================================================
--- trunk/dports/ruby/rb-libart/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libart/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libart ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libart ruby-gnome2} 0.19.4 extconf.rb
{ libart/README libart/sample }
sourceforge:ruby-gnome2
-revision 2
+revision 0
maintainers kimuraw
platforms darwin
description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libart
depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2

Modified: trunk/dports/ruby/rb-libglade2/Portfile
===================================================================
--- trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libglade2/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libglade2 ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libglade2 ruby-gnome2} 0.19.4 extconf.rb
{ libglade/README libglade/sample }
sourceforge:ruby-gnome2
revision 0
@@ -14,9 +14,10 @@
Ruby/Libglade2 is a Ruby bindings of Libglade2.
This provides a very simple interface to the libglade library,
to load interfaces dynamically from a glade file.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict libglade
depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome

Modified: trunk/dports/ruby/rb-libgnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-libgnome/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {libgnome ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {libgnome ruby-gnome2} 0.19.4 extconf.rb
{ gnome/README gnome/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict gnome
depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas

Modified: trunk/dports/ruby/rb-pango/Portfile
===================================================================
--- trunk/dports/ruby/rb-pango/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-pango/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {pango ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {pango ruby-gnome2} 0.19.4 extconf.rb
{ pango/README pango/sample }
sourceforge:ruby-gnome2
revision 0
@@ -11,9 +11,10 @@
platforms darwin
description Ruby/Pango is a Ruby binding of pango-1.x.
long_description Ruby/Pango is a Ruby binding of pango-1.x.
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict pango
depends_lib-append path:lib/pkgconfig/pango.pc:pango port:rb-glib2 port:rb-rcairo
@@ -23,7 +24,10 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# NOTE: for developer only
+# genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib"
+#}
#test.run yes
test.cmd ${ruby.bin}
test.target -C pango test/run-test.rb

Modified: trunk/dports/ruby/rb-poppler/Portfile
===================================================================
--- trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-poppler/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {poppler ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {poppler ruby-gnome2} 0.19.4 extconf.rb
{ poppler/README poppler/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/Poppler is a Ruby binding of poppler-glib.
long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2
@@ -25,8 +26,12 @@
xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

-# for developer, this test launched X11.app
+## for developer, this test launched X11.app
#test.run yes
+## genearte header files for testing
+#pre-configure {
+# system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
+#}
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb


Modified: trunk/dports/ruby/rb-rsvg/Portfile
===================================================================
--- trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-rsvg/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {rsvg ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {rsvg ruby-gnome2} 0.19.4 extconf.rb
{ rsvg/README rsvg/sample }
sourceforge:ruby-gnome2
revision 0
@@ -12,9 +12,10 @@
description Ruby/RSVG is a Ruby binding of librsvg.
long_description Ruby/RSVG is a Ruby binding of librsvg.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict rsvg
depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2

Modified: trunk/dports/ruby/rb-vte/Portfile
===================================================================
--- trunk/dports/ruby/rb-vte/Portfile 2010-04-21 06:54:20 UTC (rev 66714)
+++ trunk/dports/ruby/rb-vte/Portfile 2010-04-21 13:37:06 UTC (rev 66715)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0

-ruby.setup {vte ruby-gnome2} 0.19.2 extconf.rb
+ruby.setup {vte ruby-gnome2} 0.19.4 extconf.rb
{ vte/README vte/sample }
sourceforge:ruby-gnome2
revision 0
@@ -13,9 +13,10 @@
long_description
Ruby/VTE is a Ruby binding of VTE.
categories-append gnome
-checksums md5 bbbee657731d536af3c146fc4b57c746
- rmd160 de3abba775e00f3dfef7cc47f153733e42186a73
- sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e
+license LGPLv2
+checksums md5 40451e4173e2c8bcd5046aea7e499ef9
+ rmd160 11a102c28d00f8f5a7b2baeb2370a6d794cfb7d9
+ sha1 6fbaf51cced8cc15158144e15898244f2ebf6870
configure.env RUBYOPT=-rvendor-specific
configure.args --strict vte
depends_lib-append port:vte port:rb-gtk2 Revision: 67433
http://trac.macports.org/changeset/67433
Date: 2010-05-09 11:07:56 -0700 (Sun, 09 May 2010)
Log Message:
-----------
New port: rb-innate, "Powerful web-framework wrapper for Rack." (#22851)

Added Paths:
-----------
trunk/dports/ruby/rb-innate/
trunk/dports/ruby/rb-innate/Portfile

Added: trunk/dports/ruby/rb-innate/Portfile
===================================================================
--- trunk/dports/ruby/rb-innate/Portfile (rev 0)
+++ trunk/dports/ruby/rb-innate/Portfile 2010-05-09 18:07:56 UTC (rev 67433)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup innate 2009.10 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Powerful web-framework wrapper for Rack.
+long_description ${description}
+homepage http://github.com/manveru/innate
+platforms darwin
+
+checksums md5 78e30a90c4126c7a40e8df1159f9616b
+ rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787
+ sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
+
+depends_lib port:rb-rack


Property changes on: trunk/dports/ruby/rb-innate/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67476
http://trac.macports.org/changeset/67476
Date: 2010-05-10 12:14:07 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-cri

Added Paths:
-----------
trunk/dports/ruby/rb-cri/
trunk/dports/ruby/rb-cri/Portfile

Added: trunk/dports/ruby/rb-cri/Portfile
===================================================================
--- trunk/dports/ruby/rb-cri/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cri/Portfile 2010-05-10 19:14:07 UTC (rev 67476)
@@ -0,0 +1,16 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cri 1.0.1 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Cri is a library for building easy-to-use commandline tools.
+long_description
+ ${description}
+platforms darwin
+homepage http://rubygems.org/gems/cri
+master_sites http://rubygems.org/downloads/
+checksums md5 91e095058ab65e25ac9933aab74882c7
+ sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d
+ rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2


Property changes on: trunk/dports/ruby/rb-cri/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67477
http://trac.macports.org/changeset/67477
Date: 2010-05-10 12:15:01 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc3

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc3/
trunk/dports/ruby/rb-nanoc3/Portfile

Added: trunk/dports/ruby/rb-nanoc3/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc3/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc3/Portfile 2010-05-10 19:15:01 UTC (rev 67477)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc3 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 143f3d8d6c1d3ccd918e40855214a102
+ sha1 db297437d225d5432d79bdfe97337316cbb4ba5b
+ rmd160 9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append port:rb-cri


Property changes on: trunk/dports/ruby/rb-nanoc3/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67478
http://trac.macports.org/changeset/67478
Date: 2010-05-10 12:15:22 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-nanoc

Added Paths:
-----------
trunk/dports/ruby/rb-nanoc/
trunk/dports/ruby/rb-nanoc/Portfile

Added: trunk/dports/ruby/rb-nanoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb-nanoc/Portfile 2010-05-10 19:15:22 UTC (rev 67478)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description A Ruby site compiler that produces static HTML
+long_description
+ nanoc is a tool for building static web sites. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site’s look and feel is consistent across all pages.
+categories-append www
+license MIT
+platforms darwin
+homepage http://nanoc.stoneship.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 940c80e92c05e318c0746769fc3969c2
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb-nanoc3


Property changes on: trunk/dports/ruby/rb-nanoc/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67481
http://trac.macports.org/changeset/67481
Date: 2010-05-10 15:44:31 -0700 (Mon, 10 May 2010)
Log Message:
-----------
New port: rb-compass

Added Paths:
-----------
trunk/dports/ruby/rb-compass/
trunk/dports/ruby/rb-compass/Portfile

Added: trunk/dports/ruby/rb-compass/Portfile
===================================================================
--- trunk/dports/ruby/rb-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb-compass/Portfile 2010-05-10 22:44:31 UTC (rev 67481)
@@ -0,0 +1,24 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.0 gem
+revision 0
+maintainers singingwolfboy openmaintainer
+description Stylesheet authoring frameworking
+long_description
+ Compass is a stylesheet authoring framework that makes your stylesheets
+ and markup easier to build and maintain. With compass, you write your
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and
+ the Compass community, you can apply battle-tested styles from frameworks
+ like Blueprint to your stylesheets instead of your markup.
+categories-append www
+license MIT
+platforms darwin
+homepage http://compass-style.org/
+master_sites http://rubygems.org/downloads/
+checksums md5 461aec74579d89f8e7a74921383f9f50
+ sha1 67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8
+ rmd160 8393bdedd387181468d8c50db8b51155def8f800
+
+depends_run path:bin/haml:rb-haml


Property changes on: trunk/dports/ruby/rb-compass/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67955
http://trac.macports.org/changeset/67955
Date: 2010-05-22 13:44:05 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-configuration, pure ruby scoped configuration files (#22853)

Added Paths:
-----------
trunk/dports/ruby/rb-configuration/
trunk/dports/ruby/rb-configuration/Portfile

Added: trunk/dports/ruby/rb-configuration/Portfile
===================================================================
--- trunk/dports/ruby/rb-configuration/Portfile (rev 0)
+++ trunk/dports/ruby/rb-configuration/Portfile 2010-05-22 20:44:05 UTC (rev 67955)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup configuration 1.1.0 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+description Pure ruby scoped configuration files.
+long_description ${description}
+homepage http://github.com/ahoward/configuration/tree/master
+platforms darwin
+
+checksums md5 1b032ac8bd21277e048b10ca0f487a0a \
+ rmd160 62706752fa92fc6762df44192ab907a2040e5b2b \
+ sha1 7b5ffc98f756b815507990b825df383b01542878


Property changes on: trunk/dports/ruby/rb-configuration/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67957
http://trac.macports.org/changeset/67957
Date: 2010-05-22 14:00:02 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-launchy, a cross-platform application launcher class (#22854)

Added Paths:
-----------
trunk/dports/ruby/rb-launchy/
trunk/dports/ruby/rb-launchy/Portfile

Added: trunk/dports/ruby/rb-launchy/Portfile
===================================================================
--- trunk/dports/ruby/rb-launchy/Portfile (rev 0)
+++ trunk/dports/ruby/rb-launchy/Portfile 2010-05-22 21:00:02 UTC (rev 67957)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup launchy 0.3.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append devel
+description cross-platform application launcher class
+long_description Launchy is a helper class for launching cross-platform \
+ applications in a fire and forget manner.
+homepage http://copiousfreetime.rubyforge.org/launchy/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 467abcff90841c06faae6941f0a66910 \
+ rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ sha1 b2e4e990d59c89d2a4fabf99a722586966328553
+
+depends_lib-append port:rb-rake port:rb-configuration


Property changes on: trunk/dports/ruby/rb-launchy/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67958
http://trac.macports.org/changeset/67958
Date: 2010-05-22 14:16:29 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-rest-client, a simple REST client for Ruby (#22855)

Added Paths:
-----------
trunk/dports/ruby/rb-rest-client/
trunk/dports/ruby/rb-rest-client/Portfile

Added: trunk/dports/ruby/rb-rest-client/Portfile
===================================================================
--- trunk/dports/ruby/rb-rest-client/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rest-client/Portfile 2010-05-22 21:16:29 UTC (rev 67958)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rest-client 1.0.3 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Simple REST client for Ruby
+long_description A simple REST client for Ruby, inspired by \
+ microframework syntax for specifying actions.
+homepage http://rest-client.heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 fe2e80acbff7c701d8eb5f64e57e14b4 \
+ rmd160 29a88af0179c73a5359714f391ef609e5d686da3 \
+ sha1 1deb86bc1ae426be553abb27922cb9082013ea1a


Property changes on: trunk/dports/ruby/rb-rest-client/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 67961
http://trac.macports.org/changeset/67961
Date: 2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
trunk/dports/ruby/rb-heroku/
trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile 2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup heroku 1.4 gem {} rubyforge_gem
+
+maintainers gmail.com:blair.christensen openmaintainer
+categories-append www devel
+description Client library and CLI to deploy Rails apps on Heroku.
+long_description ${description}
+homepage http://heroku.com/
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+}
+
+checksums md5 ed7ce98e32911896c7284acd1289dc9d \
+ rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+ sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68105
http://trac.macports.org/changeset/68105
Date: 2010-05-26 20:55:44 -0700 (Wed, 26 May 2010)
Log Message:
-----------
New port: rb-msgpack, Ruby API for msgpack (#23341)

Added Paths:
-----------
trunk/dports/ruby/rb-msgpack/
trunk/dports/ruby/rb-msgpack/Portfile

Added: trunk/dports/ruby/rb-msgpack/Portfile
===================================================================
--- trunk/dports/ruby/rb-msgpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb-msgpack/Portfile 2010-05-27 03:55:44 UTC (rev 68105)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup msgpack 0.3.9 gem {}
+master_sites http://rubygems.org/gems/msgpack/versions/
+maintainers gmail.com:naoya.n
+description Ruby API for msgpack
+long_description This library provides to API for msgpack.
+categories-append devel
+platforms darwin
+homepage http://msgpack.sourceforge.net/
+license Ruby
+
+master_sites http://rubygems.org/downloads/
+checksums md5 b10e0740c2025a9b85333785c0543aa6 \
+ sha1 6b66a0e2f34ac63f42d8c7fa0f85c9ea2a0c1271 \
+ rmd160 d56fdb326c10557f75f4de80b1870487c2da9338


Property changes on: trunk/dports/ruby/rb-msgpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68156
http://trac.macports.org/changeset/68156
Date: 2010-05-27 15:42:22 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: rb-tokyocabinet-ruby, ruby interface to tokyocabinet (#23347)

Added Paths:
-----------
trunk/dports/ruby/rb-tokyocabinet-ruby/
trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile

Added: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile (rev 0)
+++ trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile 2010-05-27 22:42:22 UTC (rev 68156)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup tokyocabinet-ruby 1.30 extconf.rb
+maintainers gmail.com:naoya.n
+categories-append databases
+description Ruby API to Tokyo Cabinet
+long_description This is a ruby API for Tokyo Cabinet.
+homepage http://1978th.net/tokyocabinet/rubydoc/
+master_sites http://1978th.net/tokyocabinet/rubypkg/
+checksums md5 3c7ddb17f51925c6320dca3e2bdc57ff \
+ sha1 9dc2158122b6cf326c6d94240efa9af877a53b19 \
+ md160 b63b1255ae5977088c4c305d4936ea4bb3db820f
+platforms darwin
+
+depends_lib-append port:tokyocabinet


Property changes on: trunk/dports/ruby/rb-tokyocabinet-ruby/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68328
http://trac.macports.org/changeset/68328
Date: 2010-06-01 14:24:47 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionmailer

Added Paths:
-----------
trunk/dports/ruby/rb19-actionmailer/
trunk/dports/ruby/rb19-actionmailer/Portfile

Added: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68329
http://trac.macports.org/changeset/68329
Date: 2010-06-01 14:25:23 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-actionpack

Added Paths:
-----------
trunk/dports/ruby/rb19-actionpack/
trunk/dports/ruby/rb19-actionpack/Portfile

Added: trunk/dports/ruby/rb19-actionpack/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionpack/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionpack/Portfile 2010-06-01 21:25:23 UTC (rev 68329)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionpack 2.3.8 gem {} rubygems ruby19
+description Web handling library in Ruby
+long_description \
+ Eases web-request routing, handling, and response as a half-way front, \
+ half-way page controller. Implemented with specific emphasis on enabling \
+ easy unit/integration testing that doesn't require a browser.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 75d7e35afa5a5bfaac5c8fe5f8967ed7 \
+ sha1 8097a30753f70f57dfa75c9907428555e4e872e9 \
+ rmd160 41e00f115bcf3a8417007d6f552d13e553a97bef
+
+depends_run-append port:rb19-activesupport
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-actionpack/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68330
http://trac.macports.org/changeset/68330
Date: 2010-06-01 14:26:15 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activerecord

Added Paths:
-----------
trunk/dports/ruby/rb19-activerecord/
trunk/dports/ruby/rb19-activerecord/Portfile

Added: trunk/dports/ruby/rb19-activerecord/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activerecord/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activerecord/Portfile 2010-06-01 21:26:15 UTC (rev 68330)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activerecord 2.3.8 gem {} rubygems ruby19
+description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
+long_description \
+ ${description} It ties database tables and classes together for business \
+ objects, like Customer or Subscription, that can find, save, and destroy \
+ themselves without resorting to manual SQL.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+categories-append databases
+checksums md5 16311c40a988bd9f8ffeb44799d9f488 \
+ sha1 3c51faccced0bd3a1bad86dee382092e888613b6 \
+ rmd160 1831618e803c102599cbf71d555a168317b2208c
+
+depends_run-append port:rb19-activesupport


Property changes on: trunk/dports/ruby/rb19-activerecord/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68331
http://trac.macports.org/changeset/68331
Date: 2010-06-01 14:26:57 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activeresource

Added Paths:
-----------
trunk/dports/ruby/rb19-activeresource/
trunk/dports/ruby/rb19-activeresource/Portfile

Added: trunk/dports/ruby/rb19-activeresource/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activeresource/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activeresource/Portfile 2010-06-01 21:26:57 UTC (rev 68331)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activeresource 2.3.8 gem {} rubygems ruby19
+description Object-oriented REST services
+long_description \
+ Wraps web resources in model classes that can be manipulated through \
+ XML over REST.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://rubyonrails.org/
+checksums md5 7318e7652bd17433e4fec17fe9a201b7 \
+ sha1 16305f2538c13b0161344b0bfb6baac3246e1cd5 \
+ rmd160 bf503524fd9477aeb34cd2f5c4860b6a9508ceee
+
+depends_run-append port:rb19-activesupport


Property changes on: trunk/dports/ruby/rb19-activeresource/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe. Revision: 68332
http://trac.macports.org/changeset/68332
Date: 2010-06-01 14:27:25 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-activesupport

Added Paths:
-----------
trunk/dports/ruby/rb19-activesupport/
trunk/dports/ruby/rb19-activesupport/Portfile

Added: trunk/dports/ruby/rb19-activesupport/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activesupport/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activesupport/Portfile 2010-06-01 21:27:25 UTC (rev 68332)
@@ -0,0 +1,16 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activesupport 2.3.8 gem {} rubygems ruby19
+description Rails utility library
+long_description \
+ Utility library which carries commonly used classes and goodies from the \
+ Rails framework
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 1211d35bb0489764fd1fcac19d081a47 \
+ sha1 597b299099788378223d2a22d34e122dcb90b763 \
+ rmd160 789015a083106f782db3d0a15b73372a784dcaeb
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-activesupport/Portfile
___________________________________________________________________
___________________________________________________

Posted on the Macports-changes mailing list. Go to http://lists.macosforge.org/mailman/listinfo/macports-changes/ to subscribe.





NewsArc Lists  |  Culture Pages   |  Computing Archive  |  Media-Pages
Link to this page on your blog or website by copying the HTML code below and pasting it into your site: