Import ruby-datamapper/data_mapper, a meta gem that depends on the
other data_mapper gems. DataMapper is a Object Relational Mapper written in Ruby. The goal is to create an ORM which is fast, thread-safe and feature rich. ok landry
This commit is contained in:
parent
2b50d7c07f
commit
bc1b98ae09
19
databases/ruby-datamapper/data_mapper/Makefile
Normal file
19
databases/ruby-datamapper/data_mapper/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 22:23:57 jeremy Exp $
|
||||
|
||||
COMMENT = ruby Object Relational Mapper
|
||||
|
||||
DISTNAME = data_mapper-${VERSION}
|
||||
|
||||
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/aggregates,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/constraints,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/migrations,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/serializer,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/timestamps,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/transactions,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/types,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
databases/ruby-datamapper/validations,${MODRUBY_FLAVOR}=${VERSION} \
|
||||
|
||||
REGRESS_DEPENDS = databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/ruby-datamapper/data_mapper/distinfo
Normal file
5
databases/ruby-datamapper/data_mapper/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (data_mapper-1.0.2.gem) = F4vul0jxmK+6N7COn1D9GQ==
|
||||
RMD160 (data_mapper-1.0.2.gem) = 8tU5V0X2qiz/DyjgITLH4elNefo=
|
||||
SHA1 (data_mapper-1.0.2.gem) = qxCkZdzBSt6tLX7HCQNs/iepV0o=
|
||||
SHA256 (data_mapper-1.0.2.gem) = c4z2c1OzlRnz+mYadJ7NRkzNVtCoDRyyI6dpQHQXZU0=
|
||||
SIZE (data_mapper-1.0.2.gem) = 5120
|
2
databases/ruby-datamapper/data_mapper/pkg/DESCR
Normal file
2
databases/ruby-datamapper/data_mapper/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
DataMapper is a Object Relational Mapper written in Ruby. The goal is to
|
||||
create an ORM which is fast, thread-safe and feature rich.
|
11
databases/ruby-datamapper/data_mapper/pkg/PLIST
Normal file
11
databases/ruby-datamapper/data_mapper/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 22:23:57 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/data_mapper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user