diff --git a/archivers/rubygem-archive-tar-minitar/Makefile b/archivers/rubygem-archive-tar-minitar/Makefile index 1080d6aa00c9..68755f68cd16 100644 --- a/archivers/rubygem-archive-tar-minitar/Makefile +++ b/archivers/rubygem-archive-tar-minitar/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: archive-tar-minitar # Date created: 09 nov 2005 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= archive-tar-minitar PORTVERSION= 0.5.2 CATEGORIES= archivers rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruwiki +MASTER_SITES= RG DISTNAME= archive-tar-minitar-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= library and command-line utility for tar archives USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/minitar .include diff --git a/databases/rubygem-activerecord-jdbc-adapter/Makefile b/databases/rubygem-activerecord-jdbc-adapter/Makefile index ab75bdce8394..3caa2e6d4d31 100644 --- a/databases/rubygem-activerecord-jdbc-adapter/Makefile +++ b/databases/rubygem-activerecord-jdbc-adapter/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: rubygem-activerecord-jdbc-adapter # Date created: 22 July 2008 # Whom: Alexander Logvinov # # $FreeBSD$ PORTNAME= activerecord-jdbc-adapter PORTVERSION= 0.9.2 CATEGORIES= databases rubygems java -MASTER_SITES= RF -MASTER_SITE_SUBDIR= jruby-extras +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile index a98b57db7a0c..801282662afd 100644 --- a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile +++ b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile @@ -1,24 +1,23 @@ # Ports collection makefile for: rubygem-activerecord-jdbcmysql-adapter # Date created: 22 July 2008 # Whom: Alexander Logvinov # # $FreeBSD$ PORTNAME= activerecord-jdbcmysql-adapter PORTVERSION= 0.9.2 CATEGORIES= databases rubygems java -MASTER_SITES= RF -MASTER_SITE_SUBDIR= jruby-extras +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= An ActiveRecord driver for MySQL using JDBC running under JRuby RUN_DEPENDS= rubygem-jdbc-mysql>=5.0.4:${PORTSDIR}/databases/rubygem-jdbc-mysql \ rubygem-activerecord-jdbc-adapter>=0.8.2:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \ jruby:${PORTSDIR}/lang/jruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/databases/rubygem-jdbc-mysql/Makefile b/databases/rubygem-jdbc-mysql/Makefile index a473782a5fc7..68f61c880798 100644 --- a/databases/rubygem-jdbc-mysql/Makefile +++ b/databases/rubygem-jdbc-mysql/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: rubygem-jdbc-mysql # Date created: 22 July 2008 # Whom: Alexander Logvinov # # $FreeBSD$ PORTNAME= jdbc-mysql PORTVERSION= 5.0.4 CATEGORIES= databases rubygems java -MASTER_SITES= RF -MASTER_SITE_SUBDIR= jruby-extras +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= MySQL JDBC driver for JRuby RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile index 4f668aa41f3d..0cf819ab190e 100644 --- a/databases/rubygem-pg/Makefile +++ b/databases/rubygem-pg/Makefile @@ -1,26 +1,25 @@ # New ports collection makefile for: pg # Date created: 28 Jan 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= pg PORTVERSION= 0.8.0 CATEGORIES= databases rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-pg +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to PostgreSQL library USE_PGSQL= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PG_CONFIG= ${LOCALBASE}/bin/pg_config CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` .include diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 9c3d231a4cda..628d64851edb 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -1,33 +1,32 @@ # New ports collection makefile for: ruby-postgres # Date created: 19 April 1999 # Whom: Yasuhiro Fukuma # # $FreeBSD$ # PORTNAME= postgres PORTVERSION= 0.7.9.2008.01.28 PORTREVISION= 1 CATEGORIES= databases rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-pg +MASTER_SITES= RG MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby interface to PostgreSQL library USE_PGSQL= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PG_CONFIG= ${LOCALBASE}/bin/pg_config CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` .include .if ${RUBY_VER} == "1.9" BROKEN= does not compile with ruby 1.9, please use rubygem-pg .endif .include diff --git a/devel/rubygem-columnize/Makefile b/devel/rubygem-columnize/Makefile index 20b1b8c8d3b8..9074aeaa2b4b 100644 --- a/devel/rubygem-columnize/Makefile +++ b/devel/rubygem-columnize/Makefile @@ -1,20 +1,19 @@ # Ports collection makefile for: rubygem-columnize # Date created: 17 Oct 2008 # Whom: Wen Heping # # $FreeBSD$ PORTNAME= columnize PORTVERSION= 0.3.1 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rocky-hacks +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Sorts an Array in Column Order USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-deeptest/Makefile b/devel/rubygem-deeptest/Makefile index 9bffe94696e6..aabfd1e8c1c4 100644 --- a/devel/rubygem-deeptest/Makefile +++ b/devel/rubygem-deeptest/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: rubygem-deeptest # Date created: 7 April 2009 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= deep_test PORTVERSION= 1.2.2 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= deep-test +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Enable tests to run in parallel using multiple processes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/deep_test .include diff --git a/devel/rubygem-echoe/Makefile b/devel/rubygem-echoe/Makefile index 1199ed20c178..d749ee60a42d 100644 --- a/devel/rubygem-echoe/Makefile +++ b/devel/rubygem-echoe/Makefile @@ -1,25 +1,24 @@ # New ports collection makefile for: rubygem-echoe # Date created: 2009-06-15 # Whom: Renato Botelho # # $FreeBSD$ # PORTNAME= echoe PORTVERSION= 3.2 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= fauna +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rake tasks for docs, extension compiling, testing and deployment RUN_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ rubyforge:${PORTSDIR}/devel/rubygem-rubyforge \ rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-echoe/distinfo b/devel/rubygem-echoe/distinfo index 646a6d8aa717..bf4ca6790446 100644 --- a/devel/rubygem-echoe/distinfo +++ b/devel/rubygem-echoe/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/echoe-3.2.gem) = 24db259a85c330c9c64e95e82f01203e -SHA256 (rubygem/echoe-3.2.gem) = 6f8594b05f323c9e0bc9b7156d78ce5bb9db0d25f472764515e0f8c266169d8f -SIZE (rubygem/echoe-3.2.gem) = 28160 +MD5 (rubygem/echoe-3.2.gem) = 7a4a727041d7ceb1c7007aa87075e9b8 +SHA256 (rubygem/echoe-3.2.gem) = 3a0831f05a7f3eb89c2fd3415d58ad22abcedec72edaaa0471ca2101db39a70f +SIZE (rubygem/echoe-3.2.gem) = 28672 diff --git a/devel/rubygem-fastthread/Makefile b/devel/rubygem-fastthread/Makefile index 6cc0b7d3cc3f..38db046ce6d7 100644 --- a/devel/rubygem-fastthread/Makefile +++ b/devel/rubygem-fastthread/Makefile @@ -1,20 +1,19 @@ # Ports collection makefile for: rubygem-fastthread # Date created: 28 February 2007 # Whom: Alexander Logvinov # # $FreeBSD$ PORTNAME= fastthread PORTVERSION= 1.0.7 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= mongrel +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= Optimized replacement for thread.rb primitives USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-gem_plugin/Makefile b/devel/rubygem-gem_plugin/Makefile index 6c18f92c4779..48f421bd87e9 100644 --- a/devel/rubygem-gem_plugin/Makefile +++ b/devel/rubygem-gem_plugin/Makefile @@ -1,23 +1,22 @@ # Ports collection makefile for: gem_plugin # Date created: 20 May 2006 # Whom: Rui Lopes () # # $FreeBSD$ PORTNAME= gem_plugin PORTVERSION= 0.2.3 PORTREVISION= 1 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= mongrel +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= Gem Based Plugin System USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/gpgen .include diff --git a/devel/rubygem-git/Makefile b/devel/rubygem-git/Makefile index a21f67b7a230..fcd0ba4f1974 100644 --- a/devel/rubygem-git/Makefile +++ b/devel/rubygem-git/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: rubygem-git # Date created: 2008-11-09 # Whom: Daniel Roethlisberger # # $FreeBSD$ PORTNAME= git PORTVERSION= 1.2.5 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= gems +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A ruby wrapper library around git(1) RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-git/distinfo b/devel/rubygem-git/distinfo index d22d12728297..be24ef419975 100644 --- a/devel/rubygem-git/distinfo +++ b/devel/rubygem-git/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/git-1.2.5.gem) = c623fafa9362c50ebdcf50a97a6125de -SHA256 (rubygem/git-1.2.5.gem) = 1385001ce6c4c1c28a5e5bda3f5304ce044f226405b51e8bdc57a455259fc545 +MD5 (rubygem/git-1.2.5.gem) = 3506583cd89c17530dc1c6bf498b4e91 +SHA256 (rubygem/git-1.2.5.gem) = 130ef2894d2c63ac62491fcec8498892912349f312b726b7bda7933d9546bea5 SIZE (rubygem/git-1.2.5.gem) = 19968 diff --git a/devel/rubygem-hoe/Makefile b/devel/rubygem-hoe/Makefile index 066b65f17247..ba65866ed3fc 100644 --- a/devel/rubygem-hoe/Makefile +++ b/devel/rubygem-hoe/Makefile @@ -1,24 +1,23 @@ # Ports collection makefile for: rubygem-hoe # Date created: 5 December 2006 # Whom: Jonathan Weiss () # # $FreeBSD$ PORTNAME= hoe PORTVERSION= 2.6.2 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= seattlerb +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A simple rake/rubygems helper for project Rakefiles RUN_DEPENDS= rubygem-rubyforge>=1.3.1:${PORTSDIR}/devel/rubygem-rubyforge USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sow .include diff --git a/devel/rubygem-inline/Makefile b/devel/rubygem-inline/Makefile index 93b4db8f72da..e79d89fb416e 100644 --- a/devel/rubygem-inline/Makefile +++ b/devel/rubygem-inline/Makefile @@ -1,27 +1,26 @@ # New ports collection makefile for: ruby-inline # Date created: 2003-01-30 # Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= inline PORTVERSION= 3.8.4 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby${PORTNAME} +MASTER_SITES= RG DISTNAME= RubyInline-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts RUN_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe \ zentest:${PORTSDIR}/devel/rubygem-zentest GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-mash/Makefile b/devel/rubygem-mash/Makefile index 3ada44e0e923..e8d85e266006 100644 --- a/devel/rubygem-mash/Makefile +++ b/devel/rubygem-mash/Makefile @@ -1,24 +1,23 @@ # ex:ts=8 # Ports collection makefile for: rubygem-mash # Date created: May 1, 2009 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mash PORTVERSION= 0.0.3 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= mash-hash +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Mocking Hash library for Ruby RUN_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-platform/Makefile b/devel/rubygem-platform/Makefile index 57673b574ced..75421f226f93 100644 --- a/devel/rubygem-platform/Makefile +++ b/devel/rubygem-platform/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: rubygem-Platform # Date created: 2008-04-13 # Whom: IWATSUKI Hiroyuki # # $FreeBSD$ # PORTNAME= platform PORTVERSION= 0.4.0 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= platform +MASTER_SITES= RG DISTNAME= Platform-${PORTVERSION} MAINTAINER= don@na.rim.or.jp COMMENT= Hopefully robust platform sensing GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-rascut/Makefile b/devel/rubygem-rascut/Makefile index 3d13849ecf26..37af20a9983e 100644 --- a/devel/rubygem-rascut/Makefile +++ b/devel/rubygem-rascut/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: Ruby ActionSCript UTility # Date created: 2 Dec 2007 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= rascut PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= hotchpotch +MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Ruby ActionSCript UTility RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \ edit_json.rb:${PORTSDIR}/devel/rubygem-json_pure \ rackup:${PORTSDIR}/www/rubygem-rack \ fcsh:${PORTSDIR}/devel/flex-sdk USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rascut .include diff --git a/devel/rubygem-ruby-debug-base/Makefile b/devel/rubygem-ruby-debug-base/Makefile index 7e1fae6d7357..471ec5684dbb 100644 --- a/devel/rubygem-ruby-debug-base/Makefile +++ b/devel/rubygem-ruby-debug-base/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: rubygem-ruby-debug-base # Date created: 27 July 2007 # Whom: Robert Gogolok # # $FreeBSD$ PORTNAME= ruby-debug-base PORTVERSION= 0.10.3 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-debug +MASTER_SITES= RG MAINTAINER= gogo@cs.uni-sb.de COMMENT= Fast implementation of the standard Ruby debugger RUN_DEPENDS= rubygem-linecache>=0.30:${PORTSDIR}/devel/rubygem-linecache USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-ruby-debug-ide/Makefile b/devel/rubygem-ruby-debug-ide/Makefile index b9c28264fe89..103672cd186c 100644 --- a/devel/rubygem-ruby-debug-ide/Makefile +++ b/devel/rubygem-ruby-debug-ide/Makefile @@ -1,30 +1,29 @@ # Ports collection makefile for: rubygem-ruby-debug-ide # Date created: 22 June 2009 # Whom: Alexander Logvinov # # $FreeBSD$ PORTNAME= ruby-debug-ide PORTVERSION= 0.4.10 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= debug-commons +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= IDE interface for ruby-debug RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rdebug-ide .include .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64 .endif .include diff --git a/devel/rubygem-ruby2ruby/Makefile b/devel/rubygem-ruby2ruby/Makefile index 61012c6654a7..28454ee5c063 100644 --- a/devel/rubygem-ruby2ruby/Makefile +++ b/devel/rubygem-ruby2ruby/Makefile @@ -1,25 +1,24 @@ # New ports collection makefile for: rubygem-ruby2ruby # Date created: 2007-09-28 # Whom: TAKATSU Tomonari # # $FreeBSD$ # PORTNAME= ruby2ruby PORTVERSION= 1.2.4 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= seattlerb +MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= A pure ruby code generator easily from ParseTree's Sexps # ' RUN_DEPENDS= rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \ rubygem-ruby_parser>=2.0.1:${PORTSDIR}/devel/rubygem-ruby_parser USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/r2r_show .include diff --git a/devel/rubygem-rubyforge/Makefile b/devel/rubygem-rubyforge/Makefile index 0b4a1cf0283b..8edfacf161ff 100644 --- a/devel/rubygem-rubyforge/Makefile +++ b/devel/rubygem-rubyforge/Makefile @@ -1,24 +1,23 @@ # Ports collection makefile for: rubygem-rubyforge # Date created: 3 December 2006 # Whom: Jonathan Weiss () # # $FreeBSD$ # PORTNAME= rubyforge PORTVERSION= 2.0.4 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= codeforpeople +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simplistic script which automates rubyforge operations RUN_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rubyforge .include diff --git a/devel/rubygem-sexp_processor/Makefile b/devel/rubygem-sexp_processor/Makefile index e4ad4107d938..b94c6db00019 100644 --- a/devel/rubygem-sexp_processor/Makefile +++ b/devel/rubygem-sexp_processor/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: rubygem-sexp_processor # Date created: Feb 03 2009 # Whom: Cheng-Lung Sung # # $FreeBSD$ PORTNAME= sexp_processor PORTVERSION= 3.0.4 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= parsetree +MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= Generic sexp processing tools RUN_DEPENDS= rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-stream/Makefile b/devel/rubygem-stream/Makefile index 79284b05af7e..af54e6ad69bb 100644 --- a/devel/rubygem-stream/Makefile +++ b/devel/rubygem-stream/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: devel/rubygem-stream # Date created: 02.08.2005 # Whom: Ulrich Spoerlein # # $FreeBSD$ # PORTNAME= stream PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rgl +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Interface for external iterators USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-stream/distinfo b/devel/rubygem-stream/distinfo index 295a3e8c4cd6..40df477921c7 100644 --- a/devel/rubygem-stream/distinfo +++ b/devel/rubygem-stream/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/stream-0.5.gem) = 4b3d01d8424e306b3e19c46af3e2eae4 -SHA256 (rubygem/stream-0.5.gem) = 76e0784d3e26c57192dfb46f80e9c939fa9945af46e0d1f80ff3f64d426552f3 -SIZE (rubygem/stream-0.5.gem) = 19253 +MD5 (rubygem/stream-0.5.gem) = 3e9dca987b799b1db4bd59dc713df8e9 +SHA256 (rubygem/stream-0.5.gem) = 8c5edc44ce44f8d71abbf3e99bb132b967104722f852a2641c0936025cce1fc0 +SIZE (rubygem/stream-0.5.gem) = 14848 diff --git a/devel/rubygem-transactionsimple/Makefile b/devel/rubygem-transactionsimple/Makefile index 2196159b6ad0..166180adfe12 100644 --- a/devel/rubygem-transactionsimple/Makefile +++ b/devel/rubygem-transactionsimple/Makefile @@ -1,25 +1,24 @@ # Ports collection makefile for: gem-transaction-simple # Date created: 09 nov 2005 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= transactionsimple PORTVERSION= 1.4.0 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= trans-simple +MASTER_SITES= RG DISTNAME= transaction-simple-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Simple object transaction support RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-zoom/Makefile b/devel/rubygem-zoom/Makefile index 9d50e0b32499..3039bbc653c8 100644 --- a/devel/rubygem-zoom/Makefile +++ b/devel/rubygem-zoom/Makefile @@ -1,26 +1,25 @@ # New ports collection makefile for: Ruby-zoom # Date created: 16 September 2005 # Whom: Mitsuru YOSHIDA # # $FreeBSD$ # PORTNAME= zoom PORTVERSION= 0.4.1 PORTREVISION= 2 CATEGORIES= devel rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} +MASTER_SITES= RG MAINTAINER= mitsuru@riken.jp COMMENT= A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM) LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" .include diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile index 69a919086841..27c8087e0f18 100644 --- a/graphics/rubygem-graphviz/Makefile +++ b/graphics/rubygem-graphviz/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: graphviz # Date created: 21 march, 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= graphviz PORTVERSION= 0.9.8 PORTREVISION= 3 CATEGORIES= graphics ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-asp +MASTER_SITES= RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz \ rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv .include diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index 67843bf9b065..712ca5d52c4b 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: Ruby-TMail # Date created: 22 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ PORTNAME= tmail PORTVERSION= 1.2.3.1 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= knu@FreeBSD.org -COMMENT= A RFC2822/MIME compliant mail manipulating library for Ruby +COMMENT= A RG USE_RUBY= yes USE_RUBYGEMS= yes USE_RUBY_FEATURES= racc-runtime RUBYGEM_AUTOPLIST= yes .include diff --git a/net-mgmt/rubygem-snmp/Makefile b/net-mgmt/rubygem-snmp/Makefile index 228e7f7c765f..6db607dea7b2 100644 --- a/net-mgmt/rubygem-snmp/Makefile +++ b/net-mgmt/rubygem-snmp/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: rubygem-snmp # Date created: 15 February 2006 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= snmp PORTVERSION= 1.0.2 CATEGORIES= net-mgmt rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ${PORTNAME}lib +MASTER_SITES= RG MAINTAINER= mhjacks@swbell.net COMMENT= SNMP library for Ruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/net/rubygem-openid/Makefile b/net/rubygem-openid/Makefile index 5ec386c2e220..1cc529ae5c7a 100644 --- a/net/rubygem-openid/Makefile +++ b/net/rubygem-openid/Makefile @@ -1,27 +1,26 @@ # New ports collection makefile for: openid # Date created: Dec 19, 2006 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= openid PORTVERSION= 2.1.8 CATEGORIES= net rubygems MASTER_SITES= http://www.openidenabled.com/files/ruby-openid/packages/ \ - RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} + RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= An OpenID library written in pure Ruby RUN_DEPENDS= rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/net/rubygem-openid/distinfo b/net/rubygem-openid/distinfo index 26ab205f01b0..99627ec7bead 100644 --- a/net/rubygem-openid/distinfo +++ b/net/rubygem-openid/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/ruby-openid-2.1.8.gem) = a06c7afe8d09dabec78fa424c223f482 -SHA256 (rubygem/ruby-openid-2.1.8.gem) = 3552c2814e1a066aae64be64846d059b1dea371c8c3a26a2d1f05209aab6a889 -SIZE (rubygem/ruby-openid-2.1.8.gem) = 268800 +MD5 (rubygem/ruby-openid-2.1.8.gem) = 340b1285827ee577ed070e670bd3dcaa +SHA256 (rubygem/ruby-openid-2.1.8.gem) = 4be369cff3b077b18a5b6ef9c27cc31af6e077252c23103fc49a2399862d04ec +SIZE (rubygem/ruby-openid-2.1.8.gem) = 272384 diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile index 4de4a0bc946e..ca99effdd1f3 100644 --- a/print/rubygem-colortools/Makefile +++ b/print/rubygem-colortools/Makefile @@ -1,22 +1,21 @@ # Ports collection makefile for: gem-colortools # Date created: 09 nov 2005 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= colortools PORTVERSION= 1.3.0 CATEGORIES= print rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-pdf +MASTER_SITES= RG DISTNAME= color-tools-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Provides colour space definition and manpiulation USE_RUBY= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdfwriter/Makefile index f8c29996da7d..981f1aab6d50 100644 --- a/print/rubygem-pdfwriter/Makefile +++ b/print/rubygem-pdfwriter/Makefile @@ -1,27 +1,26 @@ # Ports collection makefile for: gem-pdfwriter # Date created: 09 nov 2005 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= pdfwriter PORTVERSION= 1.1.8 CATEGORIES= print rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-pdf +MASTER_SITES= RG DISTNAME= pdf-writer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A pure Ruby PDF document creation library RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/techbook .include diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index d1fe29901ad1..11b7efabcff5 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: rubygem-net-scp # Date created: June 27, 2008 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= net-scp PORTVERSION= 1.0.2 CATEGORIES= security rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= net-ssh +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Non-interactive SCP processing RUN_DEPENDS= rubygem-net-ssh>=1.99.1:${PORTSDIR}/security/rubygem-net-ssh USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/security/rubygem-net-scp/distinfo b/security/rubygem-net-scp/distinfo index 2c58e8217682..2d0c7ebd04b0 100644 --- a/security/rubygem-net-scp/distinfo +++ b/security/rubygem-net-scp/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/net-scp-1.0.2.gem) = 910d268dec23197cda4d0803a1575a56 -SHA256 (rubygem/net-scp-1.0.2.gem) = 061d90d5f7519e035f57fdeda52c86e4d3c14bd4ce465d4f39a6afc1631da4ed +MD5 (rubygem/net-scp-1.0.2.gem) = 329c93e6ef2256760dd3af2c60a46899 +SHA256 (rubygem/net-scp-1.0.2.gem) = 63f734630318c90bb4721e1d59ed724674e1fd60ca2c98129bd497f608a36e7e SIZE (rubygem/net-scp-1.0.2.gem) = 25600 diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index 205098e26097..7ae0b6743d47 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: rubygem-net-sftp # Date created: 14 January 2006 # Whom: Roderick van Domburg # # $FreeBSD$ # PORTNAME= net-sftp PORTVERSION= 2.0.3 CATEGORIES= security rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= net-ssh +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of the SFTP client protocol RUN_DEPENDS= rubygem-net-ssh>=2.0.2:${PORTSDIR}/security/rubygem-net-ssh USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index d14f1e0423f0..8d04e7870607 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: rubygem-net-ssh-gateway # Date created: June 27, 2008 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= net-ssh-gateway PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= security rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= net-ssh +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Establish Net::SSH connections through firewalls RUN_DEPENDS= rubygem-net-ssh>=2.0.0:${PORTSDIR}/security/rubygem-net-ssh USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/textproc/rubygem-htmltools/Makefile b/textproc/rubygem-htmltools/Makefile index cefcfe92f3b1..b9254804eecb 100644 --- a/textproc/rubygem-htmltools/Makefile +++ b/textproc/rubygem-htmltools/Makefile @@ -1,21 +1,20 @@ # Ports collection makefile for: htmltools # Date created: 16 feb 2007 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= htmltools PORTVERSION= 1.10 CATEGORIES= textproc www rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-htmltools +MASTER_SITES= RG DISTNAME= htmltools-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools for parsing and manipulating HTML text in Ruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/textproc/rubygem-ini/Makefile b/textproc/rubygem-ini/Makefile index c1428234ab82..1f2b6168933e 100644 --- a/textproc/rubygem-ini/Makefile +++ b/textproc/rubygem-ini/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: rubygem-ini # Date created: 20 Jul 2007 # Whom: Yarema # # $FreeBSD$ # PORTNAME= ini PORTVERSION= 0.1.1 CATEGORIES= textproc rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ${PORTNAME}file +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby INI File Parser and Writer USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/www/rubygem-hpricot/Makefile b/www/rubygem-hpricot/Makefile index b072a0fa41d9..c1ef5912fa5f 100644 --- a/www/rubygem-hpricot/Makefile +++ b/www/rubygem-hpricot/Makefile @@ -1,20 +1,19 @@ # Ports collection makefile for: rubygem-hpricot # Date created: Jan 19, 2007 # Whom: Cheng-Lung Sung # # $FreeBSD$ PORTNAME= hpricot PORTVERSION= 0.8.2 CATEGORIES= www rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= gems +MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= A Fast, Enjoyable HTML Parser for Ruby USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/www/rubygem-htauth/Makefile b/www/rubygem-htauth/Makefile index 4311356ed7a0..0a5551550c25 100644 --- a/www/rubygem-htauth/Makefile +++ b/www/rubygem-htauth/Makefile @@ -1,24 +1,23 @@ # Ports collection makefile for: gem-color # Date created: 19 Apr 2008 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= htauth PORTVERSION= 1.0.3 CATEGORIES= www rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= copiousfreetime +MASTER_SITES= RG MAINTAINER= dinoex@FreeBSD.org COMMENT= Replacement for the Apache htdigest and htpasswd RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/htdigest-ruby bin/htpasswd-ruby .include diff --git a/www/rubygem-httpclient/Makefile b/www/rubygem-httpclient/Makefile index e8334bdf3f07..7a258dacf409 100644 --- a/www/rubygem-httpclient/Makefile +++ b/www/rubygem-httpclient/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: rubygem-httpclient # Date created: 7 April 2009 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= httpclient PORTVERSION= 2.1.5.2 CATEGORIES= www rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= soap4r +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Yet another HTTP client implementation by NaHi USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/www/rubygem-rails-app-installer/Makefile b/www/rubygem-rails-app-installer/Makefile index b4c91c10b5b3..07fffe92fc23 100644 --- a/www/rubygem-rails-app-installer/Makefile +++ b/www/rubygem-rails-app-installer/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: www/rubygem-rails-app-installer # Date created: 15 September 2006 # Whom: Geraud Continsouzas # # $FreeBSD$ # PORTNAME= rails-app-installer PORTVERSION= 0.2.0 CATEGORIES= www rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rails-installer +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= An installer for Rails apps RUN_DEPENDS= rubygem-sqlite3>=1.1.0:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-mongrel>=0.3.13:${PORTSDIR}/www/rubygem-mongrel \ rubygem-mongrel_cluster>=0.2.0:${PORTSDIR}/www/rubygem-mongrel_cluster USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rails-app-installer-setup \ bin/rails-backup \ bin/rails-restore .include