Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
= datamapper
datamapper is a meta gem which requires and includes the most
commonly used gems from dm-core, dm-more, and others.
Included gems are:
* dm-core
* dm-aggregates
* dm-constraints
* dm-migrations
* dm-transactions
* dm-serializer
* dm-timestamps
* dm-validations
* dm-types

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.8 2011/12/16 14:51:38 taca Exp $
DISTNAME= datamapper-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://datamapper.org/
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= \
${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core \
${RUBY_PKGPREFIX}-dm-aggregates>=1.2.0<1.3:../../databases/ruby-dm-aggregates \
${RUBY_PKGPREFIX}-dm-constraints>=1.2.0<1.3:../../databases/ruby-dm-constraints \
${RUBY_PKGPREFIX}-dm-migrations>=1.2.0<1.3:../../databases/ruby-dm-migrations \
${RUBY_PKGPREFIX}-dm-transactions>=1.2.0<1.3:../../databases/ruby-dm-transactions \
${RUBY_PKGPREFIX}-dm-serializer>=1.2.0<1.3:../../databases/ruby-dm-serializer \
${RUBY_PKGPREFIX}-dm-timestamps>=1.2.0<1.3:../../databases/ruby-dm-timestamps \
${RUBY_PKGPREFIX}-dm-validations>=1.2.0<1.3:../../databases/ruby-dm-validations \
${RUBY_PKGPREFIX}-dm-types>=1.2.0<1.3:../../databases/ruby-dm-types
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2011/12/16 14:51:39 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/data_mapper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2011/12/16 14:51:39 taca Exp $
SHA1 (datamapper-1.2.0.gem) = cb0626e9ac6a51e2ba658572d67d4821d956d1d0
RMD160 (datamapper-1.2.0.gem) = b706f73cb97c686572606379050999188945b311
Size (datamapper-1.2.0.gem) = 5120 bytes