This removes the building of ruby 1.8 and ruby 1.9 libraries by default.
The official ports policy is going to be when a version of ruby is no
longer going to be supported upstream, we'll no longer build libraries
for that version of ruby by default.
ruby 1.8 has not been supported upstream for a while, and ruby 1.9 will
be unsupported upstream before OpenBSD 5.7 is released.
We are still going to ship the ruby 1.8 and 1.9 interpreters, for users
who still need an old version. You'll still be able to build most ruby
library ports manually using ruby 1.8 or 1.9 by specifying
FLAVOR=ruby18 or FLAVOR=ruby19.
This patch unlinks completely some ports that are ruby 1.8 or 1.9 only,
here are the reasons:
* devel/ruby-home_run: faster replacement for Date/DateTime for ruby
1.8, similar improvement already in ruby stdlib in 1.9.3+
* devel/ruby-parsetree: manipulates ruby AST directly, only runs on 1.8
* devel/ruby-rdoc: ruby 2.0+ has more modern version of this, and a
version ships with 1.8 and 1.9.
* devel/ruby-rcov: only really works on 1.8, 1.9+ support barely, no
support on higher versions. Simplecov can be used as a replacement
in ruby 2.0+.
* textproc/ruby-fastercsv: replaces ruby stdlib csv library in ruby 1.9
* textproc/ruby-fastri: Only built by default for ruby 1.8, last
version came out 6.5 years ago, doesn't seem necessary.
* textproc/eruby: Only built by default for ruby 1.8, modern ruby
versions can use erb or erubis.
* www/ruby-mongrel: Only built by default for ruby 1.8, unicorn is
the modern replacement.
* www/mod_ruby: never seriously used even when 1.8.2 was the current
ruby version, since it can't run multiple applications safely, only
built by default on ruby 1.8.
After this commit goes in, the above ports are going to the Attic.
devel/ruby-prof is being unlinked temporarily, as the current version
doesn't run on 2.0 or 2.1, but it will updated to a version that does
and relinked, it's not being removed.
Tested on amd64. Will be committing this weekend unless I hear
objections.
Thanks,
Jeremy
Index: audio/Makefile
===================================================================
RCS file: /cvs/ports/audio/Makefile,v
retrieving revision 1.336
diff -u -p -r1.336 Makefile
--- audio/Makefile 15 Aug 2014 12:19:13 -0000 1.336
+++ audio/Makefile 23 Sep 2014 22:19:28 -0000
@@ -215,19 +215,12 @@
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += rtunes
- SUBDIR += ruby-id3lib,ruby18
- SUBDIR += ruby-id3lib,ruby19
SUBDIR += ruby-id3lib,ruby20
SUBDIR += ruby-id3lib,ruby21
- SUBDIR += ruby-sonos,ruby19
SUBDIR += ruby-sonos,ruby20
SUBDIR += ruby-sonos,ruby21
- SUBDIR += ruby-taglib,ruby18
- SUBDIR += ruby-taglib,ruby19
SUBDIR += ruby-taglib,ruby20
SUBDIR += ruby-taglib,ruby21
- SUBDIR += ruby-vorbis_comment,ruby18
- SUBDIR += ruby-vorbis_comment,ruby19
SUBDIR += ruby-vorbis_comment,ruby20
SUBDIR += ruby-vorbis_comment,ruby21
SUBDIR += schismtracker
Index: converters/Makefile
===================================================================
RCS file: /cvs/ports/converters/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- converters/Makefile 15 Aug 2014 12:19:13 -0000 1.71
+++ converters/Makefile 23 Sep 2014 22:19:57 -0000
@@ -63,8 +63,6 @@
SUBDIR += recode
SUBDIR += ripmime
SUBDIR += rpm2cpio
- SUBDIR += ruby-json,ruby18
- SUBDIR += ruby-json,ruby19
SUBDIR += ruby-json,ruby20
SUBDIR += ruby-json,ruby21
SUBDIR += ruby-multi_json
Index: databases/Makefile
===================================================================
RCS file: /cvs/ports/databases/Makefile,v
retrieving revision 1.276
diff -u -p -r1.276 Makefile
--- databases/Makefile 13 Sep 2014 18:09:20 -0000 1.276
+++ databases/Makefile 23 Sep 2014 22:58:54 -0000
@@ -191,91 +191,55 @@
SUBDIR += redis
SUBDIR += repmgr
SUBDIR += riak
- SUBDIR += ruby-amalgalite,ruby18
- SUBDIR += ruby-amalgalite,ruby19
SUBDIR += ruby-amalgalite,ruby20
SUBDIR += ruby-amalgalite,ruby21
SUBDIR += ruby-bdb
SUBDIR += ruby-couchrest
SUBDIR += ruby-data_objects,rbx
- SUBDIR += ruby-data_objects,ruby18
- SUBDIR += ruby-data_objects,ruby19
SUBDIR += ruby-data_objects,ruby20
SUBDIR += ruby-do_mysql,rbx
- SUBDIR += ruby-do_mysql,ruby18
- SUBDIR += ruby-do_mysql,ruby19
SUBDIR += ruby-do_mysql,ruby20
SUBDIR += ruby-do_mysql,ruby21
SUBDIR += ruby-do_postgres,rbx
- SUBDIR += ruby-do_postgres,ruby18
- SUBDIR += ruby-do_postgres,ruby19
SUBDIR += ruby-do_postgres,ruby20
SUBDIR += ruby-do_postgres,ruby21
SUBDIR += ruby-do_sqlite3,rbx
- SUBDIR += ruby-do_sqlite3,ruby18
- SUBDIR += ruby-do_sqlite3,ruby19
SUBDIR += ruby-do_sqlite3,ruby20
SUBDIR += ruby-do_sqlite3,ruby21
- SUBDIR += ruby-hiera,ruby18
- SUBDIR += ruby-hiera,ruby19
SUBDIR += ruby-hiera,ruby20
- SUBDIR += ruby-hiera-file,ruby18
- SUBDIR += ruby-hiera-file,ruby19
SUBDIR += ruby-hiera-file,ruby20
SUBDIR += ruby-jdbc-h2
SUBDIR += ruby-jdbc-mysql
SUBDIR += ruby-jdbc-postgres
SUBDIR += ruby-jdbc-sqlite3
SUBDIR += ruby-kirbybase
- SUBDIR += ruby-ldap,ruby18
- SUBDIR += ruby-ldap,ruby19
SUBDIR += ruby-ldap,ruby20
SUBDIR += ruby-ldap,ruby21
SUBDIR += ruby-mysql,rbx
- SUBDIR += ruby-mysql,ruby18
- SUBDIR += ruby-mysql,ruby19
SUBDIR += ruby-mysql,ruby20
SUBDIR += ruby-mysql,ruby21
- SUBDIR += ruby-mysql2,ruby18
- SUBDIR += ruby-mysql2,ruby19
SUBDIR += ruby-mysql2,ruby20
SUBDIR += ruby-mysql2,ruby21
SUBDIR += ruby-pg,rbx
- SUBDIR += ruby-pg,ruby18
- SUBDIR += ruby-pg,ruby19
SUBDIR += ruby-pg,ruby20
SUBDIR += ruby-pg,ruby21
SUBDIR += ruby-redis
- SUBDIR += ruby-redis,ruby18
SUBDIR += ruby-redis-namespace
- SUBDIR += ruby-redis-namespace,ruby18
SUBDIR += ruby-resque
- SUBDIR += ruby-resque,ruby18
SUBDIR += ruby-sequel
- SUBDIR += ruby-sequel,rbx
- SUBDIR += ruby-sequel,ruby18
- SUBDIR += ruby-sequel_pg,ruby18
- SUBDIR += ruby-sequel_pg,ruby19
SUBDIR += ruby-sequel_pg,ruby20
SUBDIR += ruby-sequel_pg,ruby21
SUBDIR += ruby-sqlite3,rbx
- SUBDIR += ruby-sqlite3,ruby18
- SUBDIR += ruby-sqlite3,ruby19
SUBDIR += ruby-sqlite3,ruby20
SUBDIR += ruby-sqlite3,ruby21
SUBDIR += ruby-swift
- SUBDIR += ruby-swift-db-mysql,ruby19
SUBDIR += ruby-swift-db-mysql,ruby20
SUBDIR += ruby-swift-db-mysql,ruby21
- SUBDIR += ruby-swift-db-postgres,ruby19
SUBDIR += ruby-swift-db-postgres,ruby20
SUBDIR += ruby-swift-db-postgres,ruby21
- SUBDIR += ruby-swift-db-sqlite3,ruby19
SUBDIR += ruby-swift-db-sqlite3,ruby20
SUBDIR += ruby-swift-db-sqlite3,ruby21
SUBDIR += ruby-tiny_tds,rbx
- SUBDIR += ruby-tiny_tds,ruby18
- SUBDIR += ruby-tiny_tds,ruby19
SUBDIR += ruby-tiny_tds,ruby20
SUBDIR += ruby-tiny_tds,ruby21
SUBDIR += ruby-validatable
Index: devel/Makefile
===================================================================
RCS file: /cvs/ports/devel/Makefile,v
retrieving revision 1.1253
diff -u -p -r1.1253 Makefile
--- devel/Makefile 24 Sep 2014 06:40:44 -0000 1.1253
+++ devel/Makefile 24 Sep 2014 15:17:25 -0000
@@ -1291,14 +1291,10 @@
SUBDIR += rlog
SUBDIR += ruby-abstract
SUBDIR += ruby-arrayfields
- SUBDIR += ruby-atomic,ruby18
- SUBDIR += ruby-atomic,ruby19
SUBDIR += ruby-atomic,ruby20
SUBDIR += ruby-atomic,ruby21
SUBDIR += ruby-bacon
SUBDIR += ruby-bundler
- SUBDIR += ruby-bundler,ruby18
- SUBDIR += ruby-bundler,ruby19
SUBDIR += ruby-cicphash
SUBDIR += ruby-clio
SUBDIR += ruby-color-tools
@@ -1312,8 +1308,6 @@
SUBDIR += ruby-diff-lcs
SUBDIR += ruby-extlib
SUBDIR += ruby-fastthread
- SUBDIR += ruby-ffi,ruby18
- SUBDIR += ruby-ffi,ruby19
SUBDIR += ruby-ffi,ruby20
SUBDIR += ruby-ffi,ruby21
SUBDIR += ruby-ffi-inliner
@@ -1321,15 +1315,11 @@
SUBDIR += ruby-gem_plugin
SUBDIR += ruby-gems
SUBDIR += ruby-gettext
- SUBDIR += ruby-gir_ffi,ruby18
- SUBDIR += ruby-gir_ffi,ruby19
SUBDIR += ruby-gir_ffi,ruby20
+ SUBDIR += ruby-gir_ffi,ruby21
SUBDIR += ruby-git
SUBDIR += ruby-highline
SUBDIR += ruby-hoe
- SUBDIR += ruby-home_run,ruby18
- SUBDIR += ruby-hub,ruby18
- SUBDIR += ruby-hub,ruby19
SUBDIR += ruby-hub,ruby20
SUBDIR += ruby-hub,ruby21
SUBDIR += ruby-i18n
@@ -1337,8 +1327,6 @@
SUBDIR += ruby-isolate
SUBDIR += ruby-jeweler
SUBDIR += ruby-json_pure
- SUBDIR += ruby-kgio,ruby18
- SUBDIR += ruby-kgio,ruby19
SUBDIR += ruby-kgio,ruby20
SUBDIR += ruby-kgio,ruby21
SUBDIR += ruby-locale
@@ -1346,28 +1334,19 @@
SUBDIR += ruby-minitest
SUBDIR += ruby-mocha
SUBDIR += ruby-mspec
- SUBDIR += ruby-narray,ruby19
SUBDIR += ruby-narray,ruby20
SUBDIR += ruby-narray,ruby21
- SUBDIR += ruby-ncurses,ruby19
SUBDIR += ruby-ncurses,ruby20
SUBDIR += ruby-ncurses,ruby21
SUBDIR += ruby-needle
SUBDIR += ruby-ole
SUBDIR += ruby-open4
- SUBDIR += ruby-parsetree
SUBDIR += ruby-polyglot
- SUBDIR += ruby-prof,ruby18
- SUBDIR += ruby-prof,ruby19
SUBDIR += ruby-rake
SUBDIR += ruby-rake-compiler
SUBDIR += ruby-rake-remote_task
SUBDIR += ruby-rb-gsl
- SUBDIR += ruby-rcov,ruby18
- SUBDIR += ruby-rcov,ruby19
- SUBDIR += ruby-rdoc
SUBDIR += ruby-ref
- SUBDIR += ruby-rgen,ruby19
SUBDIR += ruby-rgen,ruby20
SUBDIR += ruby-rgen,ruby21
SUBDIR += ruby-rr
@@ -1378,25 +1357,19 @@
SUBDIR += ruby-safe_yaml
SUBDIR += ruby-sexp_processor
SUBDIR += ruby-stringex
- SUBDIR += ruby-subset_sum,ruby18
- SUBDIR += ruby-subset_sum,ruby19
SUBDIR += ruby-subset_sum,ruby20
SUBDIR += ruby-subset_sum,ruby21
SUBDIR += ruby-systemu
SUBDIR += ruby-term-ansicolor
- SUBDIR += ruby-therubyracer,ruby19
SUBDIR += ruby-therubyracer,ruby20
SUBDIR += ruby-therubyracer,ruby21
- SUBDIR += ruby-thor,ruby19
SUBDIR += ruby-thor,ruby20
SUBDIR += ruby-thor,ruby21
SUBDIR += ruby-tilt
SUBDIR += ruby-transaction-simple
SUBDIR += ruby-trollop
SUBDIR += ruby-uuid
- SUBDIR += ruby-uuid,ruby18
SUBDIR += ruby-uuidtools
- SUBDIR += ruby-yajl,ruby19
SUBDIR += ruby-yajl,ruby20
SUBDIR += ruby-yajl,ruby21
SUBDIR += ruby-zentest
Index: graphics/Makefile
===================================================================
RCS file: /cvs/ports/graphics/Makefile,v
retrieving revision 1.370
diff -u -p -r1.370 Makefile
--- graphics/Makefile 22 Aug 2014 22:59:45 -0000 1.370
+++ graphics/Makefile 23 Sep 2014 22:24:22 -0000
@@ -235,8 +235,6 @@
SUBDIR += ruby-color
SUBDIR += ruby-gruff
SUBDIR += ruby-mini_magick
- SUBDIR += ruby-rmagick,ruby18
- SUBDIR += ruby-rmagick,ruby19
SUBDIR += ruby-rmagick,ruby20
SUBDIR += ruby-rmagick,ruby21
SUBDIR += s10sh
Index: net/Makefile
===================================================================
RCS file: /cvs/ports/net/Makefile,v
retrieving revision 1.860
diff -u -p -r1.860 Makefile
--- net/Makefile 18 Sep 2014 07:42:22 -0000 1.860
+++ net/Makefile 23 Sep 2014 22:24:56 -0000
@@ -518,22 +518,16 @@
SUBDIR += ruby-agcaldav
SUBDIR += ruby-amqp
SUBDIR += ruby-bunny
- SUBDIR += ruby-eventmachine,ruby18
- SUBDIR += ruby-eventmachine,ruby19
SUBDIR += ruby-eventmachine,ruby20
SUBDIR += ruby-eventmachine,ruby21
SUBDIR += ruby-macaddr
- SUBDIR += ruby-macaddr,ruby18
- SUBDIR += ruby-mfi,ruby19
SUBDIR += ruby-mfi,ruby20
SUBDIR += ruby-mfi,ruby21
SUBDIR += ruby-minion
- SUBDIR += ruby-msgpack,ruby19
SUBDIR += ruby-msgpack,ruby20
SUBDIR += ruby-msgpack,ruby21
SUBDIR += ruby-net-dns
SUBDIR += ruby-net-http-digest_auth
- SUBDIR += ruby-net-http-digest_auth,ruby18
SUBDIR += ruby-net-scp
SUBDIR += ruby-net-sftp
SUBDIR += ruby-net-ssh
Index: security/Makefile
===================================================================
RCS file: /cvs/ports/security/Makefile,v
retrieving revision 1.350
diff -u -p -r1.350 Makefile
--- security/Makefile 10 Sep 2014 11:29:08 -0000 1.350
+++ security/Makefile 23 Sep 2014 22:25:11 -0000
@@ -247,12 +247,9 @@
SUBDIR += rarcrack
SUBDIR += rdp
SUBDIR += reop
- SUBDIR += ruby-akami,ruby19
SUBDIR += ruby-akami,ruby20
SUBDIR += ruby-akami,ruby21
SUBDIR += ruby-bcrypt,rbx
- SUBDIR += ruby-bcrypt,ruby18
- SUBDIR += ruby-bcrypt,ruby19
SUBDIR += ruby-bcrypt,ruby20
SUBDIR += ruby-bcrypt,ruby21
SUBDIR += ruby-ezcrypto
Index: sysutils/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/Makefile,v
retrieving revision 1.322
diff -u -p -r1.322 Makefile
--- sysutils/Makefile 9 Sep 2014 07:54:01 -0000 1.322
+++ sysutils/Makefile 23 Sep 2014 22:25:44 -0000
@@ -166,27 +166,20 @@
SUBDIR += rpl
SUBDIR += rsyslog
SUBDIR += rtty
- SUBDIR += ruby-augeas,ruby18
- SUBDIR += ruby-augeas,ruby19
SUBDIR += ruby-augeas,ruby20
SUBDIR += ruby-augeas,ruby21
SUBDIR += ruby-capistrano
SUBDIR += ruby-directory_watcher
SUBDIR += ruby-facter
- SUBDIR += ruby-libvirt,ruby19
SUBDIR += ruby-libvirt,ruby20
SUBDIR += ruby-libvirt,ruby21
- SUBDIR += ruby-posix-spawn,ruby19
SUBDIR += ruby-posix-spawn,ruby20
SUBDIR += ruby-posix-spawn,ruby21
SUBDIR += ruby-puppet
SUBDIR += ruby-puppet-lint
- SUBDIR += ruby-puppet-lint,ruby18
SUBDIR += ruby-puppet-syntax
- SUBDIR += ruby-puppet-syntax,ruby20
- SUBDIR += ruby-shadow
- SUBDIR += ruby-shadow,ruby19
SUBDIR += ruby-shadow,ruby20
+ SUBDIR += ruby-shadow,ruby21
SUBDIR += ruby-vlad
SUBDIR += runit
SUBDIR += safecat
Index: textproc/Makefile
===================================================================
RCS file: /cvs/ports/textproc/Makefile,v
retrieving revision 1.419
diff -u -p -r1.419 Makefile
--- textproc/Makefile 16 Sep 2014 18:02:23 -0000 1.419
+++ textproc/Makefile 23 Sep 2014 22:38:20 -0000
@@ -33,7 +33,6 @@
SUBDIR += docx2txt
SUBDIR += ebook-tools
SUBDIR += enchant
- SUBDIR += eruby
SUBDIR += exempi
SUBDIR += fcbanner
SUBDIR += filepp
@@ -339,61 +338,39 @@
SUBDIR += ruby-ascii85
SUBDIR += ruby-builder
SUBDIR += ruby-classifier
- SUBDIR += ruby-fast-stemmer,ruby18
- SUBDIR += ruby-fast-stemmer,ruby19
SUBDIR += ruby-fast-stemmer,ruby20
SUBDIR += ruby-fast-stemmer,ruby21
- SUBDIR += ruby-fast_xs,ruby18
- SUBDIR += ruby-fast_xs,ruby19
SUBDIR += ruby-fast_xs,ruby20
SUBDIR += ruby-fast_xs,ruby21
- SUBDIR += ruby-fastercsv,ruby18
- SUBDIR += ruby-fastri,ruby18
- SUBDIR += ruby-gyoku,ruby19
SUBDIR += ruby-gyoku,ruby20
SUBDIR += ruby-gyoku,ruby21
SUBDIR += ruby-haml
- SUBDIR += ruby-hpricot,ruby18
- SUBDIR += ruby-hpricot,ruby19
SUBDIR += ruby-hpricot,ruby20
SUBDIR += ruby-hpricot,ruby21
SUBDIR += ruby-htmlentities
- SUBDIR += ruby-hyperestraier
- SUBDIR += ruby-hyperestraier,ruby19
SUBDIR += ruby-hyperestraier,ruby20
SUBDIR += ruby-hyperestraier,ruby21
SUBDIR += ruby-icalendar
- SUBDIR += ruby-icalendar,ruby19
SUBDIR += ruby-icalendar,ruby20
SUBDIR += ruby-kramdown
SUBDIR += ruby-liquid
SUBDIR += ruby-markaby
SUBDIR += ruby-maruku
SUBDIR += ruby-mustache
- SUBDIR += ruby-nokogiri,ruby18
- SUBDIR += ruby-nokogiri,ruby19
SUBDIR += ruby-nokogiri,ruby20
SUBDIR += ruby-nokogiri,ruby21
- SUBDIR += ruby-nori,ruby19
SUBDIR += ruby-nori,ruby20
SUBDIR += ruby-nori,ruby21
SUBDIR += ruby-pdf-reader
SUBDIR += ruby-pygments.rb
SUBDIR += ruby-randexp
- SUBDIR += ruby-rdiscount,ruby18
- SUBDIR += ruby-rdiscount,ruby19
SUBDIR += ruby-rdiscount,ruby20
SUBDIR += ruby-rdiscount,ruby21
- SUBDIR += ruby-redcarpet,ruby18
- SUBDIR += ruby-redcarpet,ruby19
SUBDIR += ruby-redcarpet,ruby20
SUBDIR += ruby-redcarpet,ruby21
- SUBDIR += ruby-redcloth,ruby18
- SUBDIR += ruby-redcloth,ruby19
SUBDIR += ruby-redcloth,ruby20
SUBDIR += ruby-redcloth,ruby21
SUBDIR += ruby-rexical
- SUBDIR += ruby-rexical,ruby18
SUBDIR += ruby-ronn
SUBDIR += ruby-rss
SUBDIR += ruby-rtex
Index: www/Makefile
===================================================================
RCS file: /cvs/ports/www/Makefile,v
retrieving revision 1.676
diff -u -p -r1.676 Makefile
--- www/Makefile 18 Sep 2014 06:44:56 -0000 1.676
+++ www/Makefile 23 Sep 2014 22:31:03 -0000
@@ -128,7 +128,6 @@
SUBDIR += mod_mp3,mysql
SUBDIR += mod_perl
SUBDIR += mod_random
- SUBDIR += mod_ruby
SUBDIR += mod_scgi
SUBDIR += mod_security
SUBDIR += mod_text2html
@@ -438,55 +437,36 @@
SUBDIR += rt
SUBDIR += ruby-addressable
SUBDIR += ruby-capybara
- SUBDIR += ruby-capybara-webkit,ruby19
SUBDIR += ruby-capybara-webkit,ruby20
SUBDIR += ruby-capybara-webkit,ruby21
- SUBDIR += ruby-fcgi,ruby18
- SUBDIR += ruby-fcgi,ruby19
SUBDIR += ruby-fcgi,ruby20
SUBDIR += ruby-fcgi,ruby21
SUBDIR += ruby-httpclient
- SUBDIR += ruby-httpi,ruby19
SUBDIR += ruby-httpi,ruby20
SUBDIR += ruby-httpi,ruby21
SUBDIR += ruby-jekyll
SUBDIR += ruby-mechanize
- SUBDIR += ruby-mongrel
- SUBDIR += ruby-ntlm,ruby19
SUBDIR += ruby-ntlm,ruby20
SUBDIR += ruby-ntlm,ruby21
- SUBDIR += ruby-passenger,ruby18
- SUBDIR += ruby-passenger,ruby19
SUBDIR += ruby-passenger,ruby20
SUBDIR += ruby-passenger,ruby21
SUBDIR += ruby-rack
SUBDIR += ruby-rack-protection
SUBDIR += ruby-rack-test
- SUBDIR += ruby-rainbows,ruby18
- SUBDIR += ruby-rainbows,ruby19
- SUBDIR += ruby-rainbows,ruby20
- SUBDIR += ruby-raindrops,ruby18
- SUBDIR += ruby-raindrops,ruby19
+ SUBDIR += ruby-rainbows
SUBDIR += ruby-raindrops,ruby20
SUBDIR += ruby-raindrops,ruby21
SUBDIR += ruby-rest-client
SUBDIR += ruby-sanitize
- SUBDIR += ruby-savon,ruby19
SUBDIR += ruby-savon,ruby20
SUBDIR += ruby-savon,ruby21
SUBDIR += ruby-sinatra
- SUBDIR += ruby-thin,ruby18
- SUBDIR += ruby-thin,ruby19
SUBDIR += ruby-thin,ruby20
SUBDIR += ruby-thin,ruby21
SUBDIR += ruby-thin_http
- SUBDIR += ruby-unicorn,ruby18
- SUBDIR += ruby-unicorn,ruby19
SUBDIR += ruby-unicorn,ruby20
SUBDIR += ruby-unicorn,ruby21
SUBDIR += ruby-vegas
- SUBDIR += ruby-vegas,ruby18
- SUBDIR += ruby-wasabi,ruby19
SUBDIR += ruby-wasabi,ruby20
SUBDIR += ruby-wasabi,ruby21
SUBDIR += ruby-xpath