REVISION bump all ruby ports due to a change in the pkgspec.

Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
This commit is contained in:
jeremy 2010-11-24 21:35:13 +00:00
parent d1270995e9
commit a8bf115817
191 changed files with 634 additions and 627 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:13 jeremy Exp $
COMMENT = command-line utility for POSIX tar(1) archive files
DISTNAME = archive-tar-minitar-0.5.2
REVISION = 1
REVISION = 2
CATEGORIES = archivers
HOMEPAGE = http://ruwiki.rubyforge.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2010/11/18 12:03:28 jasper Exp $
# $OpenBSD: Makefile,v 1.46 2010/11/24 21:35:13 jeremy Exp $
CATEGORIES = audio x11 x11/kde
COMMENT = music player for KDE
@ -7,7 +7,7 @@ HOMEPAGE = http://amarok.kde.org/
V = 1.4.10
MASTER_SITES = ${MASTER_SITE_KDE:=stable/amarok/$V/src/}
DISTNAME = amarok-$V
REVISION = 10
REVISION = 11
EXTRACT_SUFX = .tar.bz2
# GPLv2/LGPLv2/GFDL

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2010/11/22 16:11:40 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/24 21:35:13 jeremy Exp $
COMMENT= Ruby interface to the id3lib C++ library
VERSION= 0.5.0
DISTNAME= id3lib-ruby-${VERSION}
PKGNAME= id3lib-${VERSION}
REVISION= 4
REVISION= 5
CATEGORIES= audio
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
@ -22,7 +22,7 @@ LIB_DEPENDS= audio/id3lib
CONFIGURE_STYLE= ruby gem ext
REGRESS_DEPENDS= ${FULLPKGNAME}:${BASE_PKGPATH}
REGRESS_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
MODRUBY_REGRESS= rake
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/08 23:31:59 jeremy Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:13 jeremy Exp $
COMMENT= JSON implementation for Ruby
DISTNAME= json-1.4.6
REVISION = 0
CATEGORIES= converters
HOMEPAGE= http://json.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.27 2010/11/24 21:35:13 jeremy Exp $
COMMENT = object relation model implementation for ruby
DISTNAME = activerecord-2.3.4
REVISION = 1
REVISION = 2
CATEGORIES = databases
# MIT License
@ -15,13 +15,13 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM-2.3.4:devel/ruby-activesupport,${FLAVOR}
RUN_DEPENDS = STEM-2.3.4:devel/ruby-activesupport,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake
REGRESS_DEPENDS = databases/ruby-mysql,${FLAVOR} \
databases/ruby-sqlite3,${FLAVOR} \
databases/ruby-pg,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-mysql,${MODRUBY_FLAVOR} \
databases/ruby-sqlite3,${MODRUBY_FLAVOR} \
databases/ruby-pg,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.22 2010/11/24 21:35:13 jeremy Exp $
COMMENT= ruby interface to Berkeley DB
DISTNAME= bdb-0.6.2
REVISION= 9
REVISION= 10
CATEGORIES= databases
HOMEPAGE= http://moulon.inra.fr/ruby/bdb.html

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:13 jeremy Exp $
COMMENT = CouchDB persistence layer written in Ruby
DISTNAME = couch_potato-0.2.12
REVISION = 1
REVISION = 2
CATEGORIES = databases
HOMEPAGE = http://github.com/langalex/couch_potato/
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${FLAVOR} \
databases/ruby-couchrest,${FLAVOR} \
databases/ruby-validatable,${FLAVOR}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR} \
databases/ruby-couchrest,${MODRUBY_FLAVOR} \
databases/ruby-validatable,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = lean and RESTful interface to CouchDB
DISTNAME = couchrest-0.33
REVISION = 1
REVISION = 2
CATEGORIES = databases
HOMEPAGE = http://github.com/jchris/couchrest/
@ -17,13 +17,13 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = converters/ruby-json,${FLAVOR} \
STEM->=1.0.3:www/ruby-rest-client,${FLAVOR} \
mail/ruby-mime-types,${FLAVOR}
RUN_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
www/ruby-rest-client,${MODRUBY_FLAVOR}>=1.0.3 \
mail/ruby-mime-types,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = devel/ruby-extlib,${FLAVOR} \
REGRESS_DEPENDS = devel/ruby-extlib,${MODRUBY_FLAVOR} \
databases/apache-couchdb
MODRUBY_REGRESS = rake rspec

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = unified Ruby API for popular databases
DISTNAME = data_objects-0.10.2
REVISION = 0
CATEGORIES = databases
# MIT
@ -14,14 +15,14 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-addressable,${FLAVOR} \
devel/ruby-extlib,${FLAVOR}
RUN_DEPENDS = www/ruby-addressable,${MODRUBY_FLAVOR} \
devel/ruby-extlib,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake rspec
RAKE_REGRESS_TARGET= -R tasks spec
REGRESS_DEPENDS = devel/ruby-mocha,${FLAVOR} \
devel/ruby-bacon,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} \
devel/ruby-bacon,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = aggregates support for DataMapper
DISTNAME = dm-aggregates-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = Object Relational Mapper written in Ruby
DISTNAME = dm-core-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = databases/ruby-data_objects,${FLAVOR} \
STEM->=0.9.13:devel/ruby-extlib,${FLAVOR} \
STEM->=2.1:www/ruby-addressable,${FLAVOR}
RUN_DEPENDS = databases/ruby-data_objects,${MODRUBY_FLAVOR} \
devel/ruby-extlib,${MODRUBY_FLAVOR}>=0.9.13 \
www/ruby-addressable,${MODRUBY_FLAVOR}>=2.1
REGRESS_DEPENDS = devel/ruby-hoe,${FLAVOR} \
databases/ruby-do_sqlite3,${FLAVOR} \
textproc/ruby-fastercsv,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = write and specify DataMapper migrations
DISTNAME = dm-migrations-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = allows DataMapper models and collections to be serialized
DISTNAME = dm-serializer-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION}
REGRESS_DEPENDS = converters/ruby-json,${FLAVOR} \
databases/ruby-do_sqlite3,${FLAVOR} \
databases/ruby-datamapper/validations,${FLAVOR}
REGRESS_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
databases/ruby-datamapper/validations,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = model factory for DataMapper
DISTNAME = dm-sweatshop-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR} \
textproc/ruby-randexp,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION} \
textproc/ruby-randexp,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = databases/ruby-datamapper/validations,${FLAVOR} \
databases/ruby-do_sqlite3,${FLAVOR} \
devel/ruby-parsetree,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-datamapper/validations,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
devel/ruby-parsetree,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = magically add timestamps to DataMapper models
DISTNAME = dm-timestamps-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = extra types for DataMapper models
DISTNAME = dm-types-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR} \
security/ruby-bcrypt,${FLAVOR} \
converters/ruby-json,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION} \
security/ruby-bcrypt,${MODRUBY_FLAVOR} \
converters/ruby-json,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = ${MODRUBY_ICONV_DEPENDS} \
databases/ruby-do_sqlite3,${FLAVOR} \
textproc/ruby-fastercsv,${FLAVOR} \
devel/ruby-uuidtools,${FLAVOR}
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
textproc/ruby-fastercsv,${MODRUBY_FLAVOR} \
devel/ruby-uuidtools,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = provides validations for DataMapper model classes
DISTNAME = dm-validations-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = STEM->=${VERSION}:databases/ruby-datamapper/core,${FLAVOR}
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}>=${VERSION}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${FLAVOR}
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/24 21:35:13 jeremy Exp $
COMMENT = DataObjects driver for SQLite3
VERSION = 0.10.2
DISTNAME = do_sqlite3-${VERSION}
REVISION = 2
REVISION = 3
CATEGORIES = databases
# MIT
@ -18,13 +18,13 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ${MODRUBY_PKG_PREFIX}-data_objects->=${VERSION}:databases/ruby-data_objects,${FLAVOR}
RUN_DEPENDS = databases/ruby-data_objects,${MODRUBY_FLAVOR}>=${VERSION}
WANTLIB = sqlite3
LIB_DEPENDS = databases/sqlite3
REGRESS_DEPENDS = ${BUILD_PKGPATH} \
devel/ruby-bacon,${FLAVOR}
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/ruby-bacon,${MODRUBY_FLAVOR}
do-regress:
cd ${WRKSRC} && bacon${GEM_BIN_SUFFIX} spec/*_spec.rb

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:13 jeremy Exp $
COMMENT = small, plain-text, DBMS written in Ruby
DISTNAME = KirbyBase-2.6
PKGNAME = ${DISTNAME:L}
REVISION = 1
REVISION = 2
CATEGORIES = databases
HOMEPAGE = http://www.netpromi.com/kirbybase_ruby.html

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/24 21:35:13 jeremy Exp $
COMMENT= Ruby interface to some common LDAP libraries
PKGNAME= ldap-0.9.7
DISTNAME= ruby-${PKGNAME}
REVISION= 10
REVISION= 11
CATEGORIES= databases
HOMEPAGE= http://ruby-ldap.sourceforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/24 21:35:13 jeremy Exp $
COMMENT= access a MySQL database from Ruby
DISTNAME= mysql-2.8.1
REVISION= 4
REVISION= 5
CATEGORIES= databases
HOMEPAGE= http://tmtm.org/mysql/ruby/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/24 21:35:13 jeremy Exp $
COMMENT = PostgreSQL database interface for ruby
DISTNAME = pg-0.9.0
REVISION = 0
REVISION = 1
CATEGORIES = databases
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/24 21:35:13 jeremy Exp $
COMMENT= access a PostgreSQL database from ruby
DISTNAME= postgres-0.7.9.2008.01.28
REVISION = 2
REVISION = 3
CATEGORIES= databases
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:13 jeremy Exp $
COMMENT = lightweight ORM library for Ruby
DISTNAME = sequel-3.16.0
REVISION = 0
REVISION = 1
CATEGORIES = databases
HOMEPAGE = http://sequel.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = faster SELECTs when using ruby-sequel with ruby-pg
DISTNAME = sequel_pg-1.0.1
REVISION = 1
REVISION = 2
CATEGORIES = databases
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
@ -19,8 +19,8 @@ WANTLIB = pq>=2
MODULES = lang/ruby
LIB_DEPENDS = databases/postgresql
RUN_DEPENDS = databases/ruby-sequel,${FLAVOR} \
databases/ruby-pg,${FLAVOR}
RUN_DEPENDS = databases/ruby-sequel,${MODRUBY_FLAVOR} \
databases/ruby-pg,${MODRUBY_FLAVOR}
BUILD_DEPENDS = ${RUN_DEPENDS}
CONFIGURE_STYLE = ruby gem ext

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2010/11/15 12:44:20 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/24 21:35:13 jeremy Exp $
COMMENT= access a SQLite3 database from ruby
VERSION= 1.3.1
DISTNAME= sqlite3-ruby-${VERSION}
PKGNAME= sqlite3-${VERSION}
REVISION = 0
CATEGORIES= databases
HOMEPAGE= http://sqlite-ruby.rubyforge.org/
@ -23,7 +24,7 @@ LIB_DEPENDS= sqlite3->=3.3.4:databases/sqlite3
CONFIGURE_STYLE= ruby gem ext
MODRUBY_REGRESS= rake
REGRESS_DEPENDS= devel/ruby-mocha,${FLAVOR} \
REGRESS_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR} \
${FULLPKGNAME}:${BUILD_PKGPATH}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:54 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = provide ActiveRecord looking validations
DISTNAME = validatable-1.6.7
REVISION = 1
REVISION = 2
CATEGORIES = databases
HOMEPAGE = http://validatable.rubyforge.org/
@ -18,7 +18,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = devel/ruby-mocha,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT= Ruby Development Tools for Eclipse IDE
V= 0.8.0
DISTNAME= org.rubypeople.rdt-0.8.0.604272100PRD
PKGNAME= eclipse-plugin-rdt-${V}
REVISION= 1
REVISION= 2
CATEGORIES= devel/eclipse/plugins lang/ruby
HOMEPAGE= http://rubyeclipse.sourceforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT= abstract methods for Ruby
DISTNAME= abstract-1.0.0
REVISION= 2
REVISION= 3
CATEGORIES= devel
HOMEPAGE= http://abstract.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/24 21:35:13 jeremy Exp $
COMMENT = eases web-request routing, handling, and response
DISTNAME = actionpack-2.3.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT License
@ -15,16 +15,16 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM->=2.3.4:devel/ruby-activesupport,${FLAVOR} \
STEM->=1.0.0:www/ruby-rack,${FLAVOR}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}>=2.3.4 \
www/ruby-rack,${MODRUBY_FLAVOR}>=1.0.0
CONFIGURE_STYLE = ruby gem
post-extract:
@find ${WRKSRC} -name '*~' | xargs -r rm -f
REGRESS_DEPENDS = STEM->=0.9.7:devel/ruby-mocha,${FLAVOR} \
databases/ruby-activerecord,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}>=0.9.7 \
databases/ruby-activerecord,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.23 2010/11/24 21:35:13 jeremy Exp $
COMMENT = utility classes and extensions for rails framework
DISTNAME = activesupport-2.3.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT License

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:13 jeremy Exp $
COMMENT = light-weight application support
DISTNAME = assistance-0.1.5
REVISION = 1
REVISION = 2
CATEGORIES = devel lang/ruby
MAINTAINER = Clint Pachl <pachl@ecentryx.com>
@ -18,7 +18,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = devel/ruby-diff-lcs,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-diff-lcs,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake rspec
RAKE_REGRESS_TARGET = spec_no_cov

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/24 21:35:13 jeremy Exp $
COMMENT= small RSpec clone
DISTNAME= bacon-1.1.0
REVISION= 1
REVISION = 2
CATEGORIES= devel
HOMEPAGE= http://chneukirchen.org/repos/bacon/README

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:13 jeremy Exp $
COMMENT= Ruby library for creating command line tools
DISTNAME= clio-0.3.0
REVISION= 1
REVISION= 2
CATEGORIES= devel
# LGPLv3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:13 jeremy Exp $
COMMENT= ruby library to provide colorspace support
DISTNAME= color-tools-1.3.0
REVISION= 2
REVISION= 3
CATEGORIES= devel
# mit

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:13 jeremy Exp $
COMMENT = sorts an array in column order
DISTNAME = columnize-0.3.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
COMMENT = execute plain-text documents as automated functional tests
DISTNAME = cucumber-0.3.96
REVISION = 2
REVISION = 3
CATEGORIES = devel
HOMEPAGE =
@ -17,15 +17,15 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-term-ansicolor,${FLAVOR} \
STEM->=1.3.0:textproc/ruby-treetop,${FLAVOR} \
devel/ruby-diff-lcs,${FLAVOR} \
textproc/ruby-builder,${FLAVOR}
RUN_DEPENDS = devel/ruby-term-ansicolor,${MODRUBY_FLAVOR} \
textproc/ruby-treetop,${MODRUBY_FLAVOR}>=1.3.0 \
devel/ruby-diff-lcs,${MODRUBY_FLAVOR} \
textproc/ruby-builder,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
STEM->=2.3.3:devel/ruby-hoe,${FLAVOR}
devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.3.3
MODRUBY_REGRESS = rake rspec

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/24 21:35:13 jeremy Exp $
COMMENT= wrap existing Ruby scripts to be run as a daemon
DISTNAME= daemons-1.0.10
REVISION = 2
REVISION = 3
CATEGORIES= devel
# Ruby license

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2010/11/16 18:14:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/24 21:35:13 jeremy Exp $
COMMENT = faster implementation of the standard debug.rb - base
DISTNAME = ruby-${PKGNAME}
PKGNAME = debug-base-0.10.3
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
@ -16,7 +16,7 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-linecache,${FLAVOR}
RUN_DEPENDS = devel/ruby-linecache,${MODRUBY_FLAVOR}
MODULES = lang/ruby

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/24 21:35:13 jeremy Exp $
COMMENT = faster implementation of the standard debug.rb
VERSION = 0.10.3
DISTNAME = ruby-${PKGNAME}
PKGNAME = debug-${VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
@ -17,8 +17,8 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM-${VERSION}:devel/ruby-debug-base,${FLAVOR} \
devel/ruby-columnize,${FLAVOR}
RUN_DEPENDS = STEM-${VERSION}:devel/ruby-debug-base,${MODRUBY_FLAVOR} \
devel/ruby-columnize,${MODRUBY_FLAVOR}
MODULES = lang/ruby

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:13 jeremy Exp $
COMMENT = port of Algorithm::Diff that uses the LCS algorithm
DISTNAME = diff-lcs-1.1.2
REVISION = 1
REVISION = 2
CATEGORIES = devel lang/ruby
# Perl Artistic

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = tasks for documentation, extension compiling, testing
DISTNAME = echoe-3.2
REVISION = 2
REVISION = 3
CATEGORIES = devel
HOMEPAGE = http://github.com/fauna
@ -18,8 +18,8 @@ MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ${MODRUBY_RAKE_DEPENDS} \
devel/ruby-rubyforge,${FLAVOR} \
devel/ruby-highline,${FLAVOR}
devel/ruby-rubyforge,${MODRUBY_FLAVOR} \
devel/ruby-highline,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = Ruby extensions serving DataMapper and DataObjects
DISTNAME = extlib-0.9.13
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -18,6 +18,6 @@ CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake
RAKE_REGRESS_TARGET = spec
REGRESS_DEPENDS = converters/ruby-json,${FLAVOR}
REGRESS_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = collection of general purpose, pure-Ruby extensions
DISTNAME = facets-2.7.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
# Ruby license

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/24 21:35:14 jeremy Exp $
COMMENT= optimized replacement for Ruby thread.rb primitives
DISTNAME= fastthread-1.0.7
REVISION= 1
REVISION= 2
CATEGORIES= devel
# Ruby's license

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/24 21:35:14 jeremy Exp $
COMMENT= simple mock object for unit testing
DISTNAME= flexmock-0.8.6
REVISION = 1
REVISION = 2
CATEGORIES= devel
# BSD-like

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/08 23:28:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:14 jeremy Exp $
COMMENT= install Ruby gems as plugins
DISTNAME= gem_plugin-0.2.3
REVISION= 2
REVISION= 3
CATEGORIES= devel
# RubyLicense

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.23 2010/11/24 21:35:14 jeremy Exp $
COMMENT= package management framework for the Ruby language
V= 1.3.7
DISTNAME= rubygems-$V
PKGNAME= ruby-gems-$V
REVISION = 1
REVISION = 2
CATEGORIES= devel
HOMEPAGE= http://docs.rubygems.org/
@ -23,8 +23,8 @@ MODULES= lang/ruby
CONFIGURE_STYLE=ruby setup
MAKE_ENV= GEM_HOME=${PREFIX}/lib/ruby/gems/${MODRUBY_REV} \
RUBYLIB=${PREFIX}/lib/ruby/site_ruby/${MODRUBY_REV}
MAKE_ENV= GEM_HOME=${PREFIX}/lib/ruby/gems/${MODRUBY_LIBREV} \
RUBYLIB=${PREFIX}/lib/ruby/site_ruby/${MODRUBY_LIBREV}
PORTHOME = ${WRKDIR}
@ -39,7 +39,7 @@ pre-install:
do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${RUBY} setup.rb install \
--prefix=${PREFIX}
@mkdir -p ${WRKINST}${LOCALBASE}/lib/ruby/gems/${MODRUBY_REV}/{,cache,doc,gems,specifications}
@mkdir -p ${WRKINST}${LOCALBASE}/lib/ruby/gems/${MODRUBY_LIBREV}/{,cache,doc,gems,specifications}
REGRESS_DEPENDS= devel/ruby-hoe
MODRUBY_REGRESS= rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/24 21:35:14 jeremy Exp $
COMMENT= Ruby interface to gettext
DISTNAME= gettext-2.0.4
REVISION = 2
REVISION = 3
CATEGORIES= devel
HOMEPAGE= http://www.yotabanana.com/hiki/ruby-gettext.html
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= devel/ruby-locale,${FLAVOR}
BUILD_DEPENDS= devel/ruby-locale,${MODRUBY_FLAVOR}
RUN_DEPENDS= ${MODRUBY_ICONV_DEPENDS} \
devel/ruby-locale,${FLAVOR}
devel/ruby-locale,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = high-level IO library for Ruby
DISTNAME = highline-1.5.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://highline.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/24 21:35:14 jeremy Exp $
COMMENT= simple rake/rubygems helper for project Rakefiles
DISTNAME= hoe-2.3.3
REVISION = 2
REVISION = 3
CATEGORIES= devel
# mit
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= STEM->=1.0.4:devel/ruby-rubyforge,${FLAVOR} \
RUN_DEPENDS= devel/ruby-rubyforge,${MODRUBY_FLAVOR}>=1.0.4 \
${MODRUBY_RAKE_DEPENDS}
CONFIGURE_STYLE=ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT = caches (Ruby source) files
DISTNAME = linecache-0.43
REVISION = 2
REVISION = 3
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = basic APIs for localization
DISTNAME = locale-2.0.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://www.yotabanana.com/hiki/ruby-locale.html

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT = small and fast replacement for test/unit
DISTNAME = minitest-1.4.2
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
@ -20,6 +20,6 @@ CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake
REGRESS_DEPENDS = devel/ruby-hoe,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:14 jeremy Exp $
COMMENT = Ruby library for mocking and stubbing
DISTNAME = mocha-0.9.7
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://mocha.rubyforge.org/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.28 2010/11/24 21:35:14 jeremy Exp $
COMMENT= Ruby interface to ncurses
VERSION= 1.1
DISTNAME= ncurses-ruby-${VERSION}
PKGNAME= ncurses-${VERSION}
REVISION= 8
REVISION= 9
CATEGORIES= devel
HOMEPAGE= http://ncurses-ruby.berlios.de/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = dependency-injection/inversion-of-control container for Ruby
DISTNAME = needle-1.3.0
REVISION = 2
REVISION = 3
CATEGORIES = devel
# bsd/ruby

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:14 jeremy Exp $
COMMENT= open processes with handles on pid, stdin, stdout, stderr
DISTNAME= open4-0.9.6
REVISION= 2
REVISION= 3
CATEGORIES= devel
# Ruby license

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:14 jeremy Exp $
COMMENT = extracts the parse tree for an entire class or a method
DISTNAME = ParseTree-3.0.4
PKGNAME = ${DISTNAME:L}
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
@ -20,12 +20,12 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM->=3.7.0:devel/ruby-rubyinline,${FLAVOR} \
STEM->=3.0.0:devel/ruby-sexp_processor,${FLAVOR} \
devel/ruby-hoe,${FLAVOR}
RUN_DEPENDS = devel/ruby-rubyinline,${MODRUBY_FLAVOR}>=3.7.0 \
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.0 \
devel/ruby-hoe,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = devel/ruby-ruby2ruby,${FLAVOR} \
devel/ruby-minitest,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-ruby2ruby,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:14 jeremy Exp $
COMMENT = provides a registry of file types
DISTNAME = polyglot-0.2.8
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://polyglot.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = small, simple testing API for Rack apps
DISTNAME = rack-test-0.3.0
REVISION = 1
REVISION = 2
CATEGORIES = devel www
HOMEPAGE = http://github.com/brynary/rack-test

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2010/11/15 19:46:08 espie Exp $
# $OpenBSD: Makefile,v 1.19 2010/11/24 21:35:14 jeremy Exp $
COMMENT= ruby make
DISTNAME= rake-0.8.7
REVISION = 1
REVISION = 2
CATEGORIES= devel
# MIT License

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/24 21:35:14 jeremy Exp $
COMMENT= code coverage tool for Ruby
DISTNAME= rcov-0.8.1.2.0
REVISION= 3
REVISION= 4
CATEGORIES= devel
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = recursive descent parser combinator framework
DISTNAME = rparsec-1.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
# BSD

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/24 21:35:14 jeremy Exp $
COMMENT= Ruby framework for Behaviour Driven Development
DISTNAME= rspec-1.2.8
REVISION = 1
REVISION = 2
CATEGORIES= devel
HOMEPAGE= http://rspec.rubyforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:14 jeremy Exp $
COMMENT = generating pure Ruby code easily from ParseTree\'s Sexps
DISTNAME = ruby2ruby-1.2.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -15,13 +15,13 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM->=3.0:devel/ruby-parsetree,${FLAVOR} \
STEM->=2.0:devel/ruby-ruby_parser,${FLAVOR} \
STEM->=3.0:devel/ruby-sexp_processor,${FLAVOR}
RUN_DEPENDS = devel/ruby-parsetree,${MODRUBY_FLAVOR}>=3.0 \
devel/ruby-ruby_parser,${MODRUBY_FLAVOR}>=2.0 \
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = STEM->=2.3.3:devel/ruby-hoe,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.3.3
MODRUBY_REGRESS = rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = Ruby parser written in pure Ruby
DISTNAME = ruby_parser-2.0.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -17,11 +17,11 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM->=3.0.1:devel/ruby-sexp_processor,${FLAVOR} \
STEM->=2.3.0:devel/ruby-parsetree,${FLAVOR}
RUN_DEPENDS = devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.1 \
devel/ruby-parsetree,${MODRUBY_FLAVOR}>=2.3.0
REGRESS_DEPENDS = devel/ruby-hoe,${FLAVOR} \
devel/ruby-minitest,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/11/08 23:36:15 jeremy Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/24 21:35:14 jeremy Exp $
COMMENT = script which automates a limited set of rubyforge operations
DISTNAME = rubyforge-2.0.0
REVISION = 0
CATEGORIES = devel net
# MIT

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/24 21:35:14 jeremy Exp $
COMMENT= embed C/++ external module code in your Ruby script
DISTNAME= RubyInline-3.8.3
PKGNAME= ${DISTNAME:L}
REVISION= 1
REVISION= 2
CATEGORIES= devel
HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
@ -20,10 +20,10 @@ MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-zentest,${FLAVOR} \
devel/ruby-hoe,${FLAVOR}
RUN_DEPENDS= devel/ruby-zentest,${MODRUBY_FLAVOR} \
devel/ruby-hoe,${MODRUBY_FLAVOR}
REGRESS_DEPENDS= ${FULLPKGNAME}:${BASE_PKGPATH} \
REGRESS_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH} \
${MODRUBY_RAKE_DEPENDS}
do-regress:

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:14 jeremy Exp $
COMMENT = parse strings of Lisp style s-expressions
DISTNAME = sexp-0.2.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -17,6 +17,6 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM->=1.0:devel/ruby-rparsec,${FLAVOR}
RUN_DEPENDS = devel/ruby-rparsec,${MODRUBY_FLAVOR}>=1.0
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = sexp helper library for parsetree
DISTNAME = sexp_processor-3.0.3
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -17,7 +17,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-hoe,${FLAVOR}
RUN_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT= a ruby timer based on SIGALRM
DISTNAME= SystemTimer-1.1.1
PKGNAME= ${DISTNAME:L}
REVISION= 2
REVISION= 3
CATEGORIES= devel
# ruby or gpl

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = color strings using ANSI escape sequences
DISTNAME = term-ansicolor-1.0.4
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://term-ansicolor.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/24 21:35:14 jeremy Exp $
COMMENT = generic interface to multiple Ruby template engines
DISTNAME = tilt-1.1
REVISION = 0
REVISION = 1
CATEGORIES = devel textproc
HOMEPAGE = http://github.com/rtomayko/tilt

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/24 21:35:14 jeremy Exp $
COMMENT = generic active transaction support for ruby objects
DISTNAME = transaction-simple-1.4.0
REVISION = 3
REVISION = 4
CATEGORIES = devel
# mit
@ -14,7 +14,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = devel/ruby-hoe,${FLAVOR}
BUILD_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:14 jeremy Exp $
COMMENT = Ruby commandline parsing library
DISTNAME = trollop-1.15
REVISION = 1
REVISION = 2
CATEGORIES = devel

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/24 21:35:14 jeremy Exp $
COMMENT= Ruby timezone library
DISTNAME= tzinfo-0.3.14
REVISION = 1
REVISION = 2
CATEGORIES= devel
HOMEPAGE= http://tzinfo.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT= simple library for generating UUIDs
DISTNAME= uuidtools-1.0.3
REVISION= 2
REVISION= 3
CATEGORIES= devel
# MIT

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT = ensures test coverage and accelerates TDD
DISTNAME = ZenTest-4.1.4
PKGNAME = ${DISTNAME:L}
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
@ -20,8 +20,8 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-hoe,${FLAVOR}
REGRESS_DEPENDS = devel/ruby-minitest,${FLAVOR}
RUN_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2010/11/15 19:46:09 espie Exp $
# $OpenBSD: Makefile,v 1.84 2010/11/24 21:35:14 jeremy Exp $
COMMENT-main= subversion revision control system
COMMENT-perl= perl interface to subversion
@ -128,6 +128,7 @@ LIB_DEPENDS-python= ${MODPY_LIB_DEPENDS} ${MODGETTEXT_LIB_DEPENDS} \
WANTLIB-python += ${_lib}>=${SO_VERSION}
. endfor
REVISION-ruby= 0
WANTLIB-ruby= ${WANTLIB} apr-1 aprutil-1 asn1 crypto gssapi \
krb5 neon sasl2 sqlite3 ssl ${MODRUBY_WANTLIB}
RUN_DEPENDS-ruby= ${MODRUBY_RUN_DEPENDS}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:12 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT= Ruby library to physically locate iPhones
DISTNAME= findmyiphone-0.2.0
REVISION= 3
REVISION= 4
CATEGORIES= geo
HOMEPAGE= http://github.com/mattb/findmyiphone
@ -19,8 +19,8 @@ MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/ruby-mechanize,${FLAVOR} \
converters/ruby-json,${FLAVOR} \
RUN_DEPENDS= www/ruby-mechanize,${MODRUBY_FLAVOR} \
converters/ruby-json,${MODRUBY_FLAVOR} \
${MODRUBY_ICONV_DEPENDS}
MODRUBY_REGRESS= rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/17 08:05:16 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:14 jeremy Exp $
COMMENT = color value conversion and modification
DISTNAME = color-1.4.0
REVISION = 1
REVISION = 2
CATEGORIES = graphics
HOMEPAGE = http://color.rubyforge.org/
@ -19,8 +19,8 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = archivers/ruby-archive-tar-minitar,${FLAVOR}>=0.5.0 \
devel/ruby-hoe,${FLAVOR}
RUN_DEPENDS = archivers/ruby-archive-tar-minitar,${MODRUBY_FLAVOR}>=0.5.0 \
devel/ruby-hoe,${MODRUBY_FLAVOR}
do-regress:
@cd ${WRKBUILD}/test && ${RUBY} test_all.rb

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:16 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT= ruby interface to the gd2 graphics library
DISTNAME= gd2-1.1.1
REVISION = 2
REVISION = 3
CATEGORIES= graphics devel
# gpl

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/17 08:05:16 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/24 21:35:14 jeremy Exp $
COMMENT= library for making beautiful graphs
DISTNAME= gruff-0.3.4
REVISION = 1
REVISION = 2
CATEGORIES= graphics
HOMEPAGE= http://nubyonrails.com/pages/gruff/
@ -19,8 +19,8 @@ MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= graphics/ruby-rmagick,${FLAVOR} \
devel/ruby-hoe,${FLAVOR}
RUN_DEPENDS= graphics/ruby-rmagick,${MODRUBY_FLAVOR} \
devel/ruby-hoe,${MODRUBY_FLAVOR}
MODRUBY_REGRESS= rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:16 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT = wrapper for ImageMagick command line tools
DISTNAME = mini_magick-1.2.5
REVISION = 1
REVISION = 2
CATEGORIES = graphics
HOMEPAGE = http://mini_magick.rubyforge.org/
@ -20,7 +20,7 @@ CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = graphics/ImageMagick \
devel/ruby-hoe,${FLAVOR}
devel/ruby-hoe,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:16 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/24 21:35:14 jeremy Exp $
COMMENT = Ruby interface to ImageMagick
DISTNAME = rmagick-2.9.0
REVISION = 1
REVISION = 2
CATEGORIES = graphics
HOMEPAGE = http://rmagick.rubyforge.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/11/19 17:51:44 jeremy Exp $
# $OpenBSD: Makefile,v 1.2 2010/11/24 21:35:14 jeremy Exp $
SHARED_ONLY= Yes
@ -7,6 +7,7 @@ COMMENT = Ruby virtual machine and core library
V= 1.1.1
DISTNAME = rubinius-${V}-20101116
PKGNAME = rubinius-$V
REVISION = 0
CATEGORIES = lang lang/ruby
@ -64,6 +65,6 @@ do-regress:
cd ${WRKSRC} && ${RAKE} vm:test
cd ${WRKSRC} && RUBY=${RUBY} ${RUBY} mspec/bin/mspec
REGRESS_DEPENDS = ${BUILD_PKGPATH}
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2010/11/19 07:23:09 espie Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/24 21:35:14 jeremy Exp $
COMMENT= easy email delivery and testing for ruby
DISTNAME= actionmailer-2.3.4
REVISION = 1
REVISION = 2
CATEGORIES= mail
# MIT License
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-actionpack,${FLAVOR}>=2.3.4
RUN_DEPENDS= devel/ruby-actionpack,${MODRUBY_FLAVOR}>=2.3.4
CONFIGURE_STYLE=ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/11/19 07:23:09 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/24 21:35:14 jeremy Exp $
COMMENT= simple creation of MIME email messages in Ruby
DISTNAME= mailfactory-1.4.0
REVISION= 1
REVISION= 2
CATEGORIES= mail
HOMEPAGE= http://rubyforge.org/projects/mailfactory/
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= mail/ruby-mime-types,${FLAVOR}
RUN_DEPENDS= mail/ruby-mime-types,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:14 jeremy Exp $
COMMENT= MIME type library for Ruby
DISTNAME= mime-types-1.16
REVISION= 1
REVISION= 2
CATEGORIES= mail
HOMEPAGE= http://mime-types.rubyforge.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:14 jeremy Exp $
COMMENT = MIME library for Ruby
DISTNAME = mime-0.1
REVISION = 1
REVISION = 2
CATEGORIES = mail
MAINTAINER = Clint Pachl <pachl@ecentryx.com>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:15 jeremy Exp $
COMMENT= Ruby library to create and parse MIME messages
DISTNAME= rmail-1.0.0
REVISION = 2
REVISION = 3
CATEGORIES= mail
HOMEPAGE= http://www.lickey.com/rubymail/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/19 07:23:12 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:15 jeremy Exp $
COMMENT = text-based presentation program
DISTNAME = tpp-1.3.1
REVISION = 0
REVISION = 1
CATEGORIES = misc productivity

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2009/12/17 15:19:48 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:15 jeremy Exp $
COMMENT = allow UK users to download programmes from BBC iPlayer
DISTNAME = iplayer-dl-0.1.17
REVISION = 0
CATEGORIES = multimedia

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2010/11/19 22:31:37 espie Exp $
# $OpenBSD: Makefile,v 1.59 2010/11/24 21:35:15 jeremy Exp $
SHARED_ONLY= Yes
@ -15,7 +15,7 @@ PKGNAME-python= py-rrd-${VERSION}
PKGNAME-ruby= ruby-rrd-${VERSION}
REVISION-main= 1
REVISION-python=1
REVISION-ruby= 3
REVISION-ruby= 4
SHARED_LIBS+= rrd 3.0
SHARED_LIBS+= rrd_th 3.0

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/11/19 22:31:38 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:15 jeremy Exp $
COMMENT = AMQP command line utilities
DISTNAME = amqp-utils-0.2.3
REVISION = 0
REVISION = 1
CATEGORIES = net
# MIT
@ -17,11 +17,11 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-facets,${FLAVOR}>=2.7.0 \
devel/ruby-trollop,${FLAVOR}>=1.10.2 \
net/ruby-amqp,${FLAVOR}>=0.6.0 \
converters/ruby-json,${FLAVOR}>=1.1.6 \
devel/ruby-clio,${FLAVOR}
RUN_DEPENDS = devel/ruby-facets,${MODRUBY_FLAVOR}>=2.7.0 \
devel/ruby-trollop,${MODRUBY_FLAVOR}>=1.10.2 \
net/ruby-amqp,${MODRUBY_FLAVOR}>=0.6.0 \
converters/ruby-json,${MODRUBY_FLAVOR}>=1.1.6 \
devel/ruby-clio,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:38 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:15 jeremy Exp $
COMMENT = simple AMQP driver for Ruby
DISTNAME = amqp-0.6.7
REVISION = 0
REVISION = 1
CATEGORIES = net
# Ruby license
@ -17,10 +17,10 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-eventmachine,${FLAVOR}
RUN_DEPENDS = net/ruby-eventmachine,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/ruby-bacon,${FLAVOR}
devel/ruby-bacon,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
RAKE_REGRESS_TARGET = spec

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:15 jeremy Exp $
COMMENT = another synchronous Ruby amqp client
DISTNAME = bunny-0.6.0
REVISION = 1
REVISION = 2
CATEGORIES = net
# MIT

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:38 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/24 21:35:15 jeremy Exp $
COMMENT = bindings for RRD functions
DISTNAME = errand-0.7.2
REVISION = 0
REVISION = 1
CATEGORIES = net
# MIT

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/11/08 23:28:54 jeremy Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/24 21:35:15 jeremy Exp $
COMMENT= event-driven I/O for Ruby using the Reactor pattern
DISTNAME= eventmachine-0.12.8
REVISION = 1
REVISION = 2
CATEGORIES= net devel
HOMEPAGE= http://rubyeventmachine.com/

Some files were not shown because too many files have changed in this diff Show More