Importing databases/ruby-dm-ar-finders package version 1.2.0.
DataMapper plugin providing ActiveRecord-style finders.
This commit is contained in:
parent
039d2a9325
commit
e603b2af88
4 changed files with 37 additions and 0 deletions
1
databases/ruby-dm-ar-finders/DESCR
Normal file
1
databases/ruby-dm-ar-finders/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
DataMapper plugin providing ActiveRecord-style finders.
|
14
databases/ruby-dm-ar-finders/Makefile
Normal file
14
databases/ruby-dm-ar-finders/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:20:58 taca Exp $
|
||||
|
||||
DISTNAME= dm-ar-finders-1.2.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/datamapper/dm-ar-finders
|
||||
COMMENT= DataMapper plugin providing ActiveRecord-style finders
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
databases/ruby-dm-ar-finders/PLIST
Normal file
17
databases/ruby-dm-ar-finders/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:20:58 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/dm-ar-finders.gemspec
|
||||
${GEM_LIBDIR}/lib/dm-ar-finders.rb
|
||||
${GEM_LIBDIR}/spec/integration/ar-finders_spec.rb
|
||||
${GEM_LIBDIR}/spec/rcov.opts
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/tasks/yardstick.rake
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
databases/ruby-dm-ar-finders/distinfo
Normal file
5
databases/ruby-dm-ar-finders/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:20:58 taca Exp $
|
||||
|
||||
SHA1 (dm-ar-finders-1.2.0.gem) = d1605ba701414c49f871f210f458cffb5f87c5a7
|
||||
RMD160 (dm-ar-finders-1.2.0.gem) = 28e2a62a065462a98bcd8d54fefab1aa57f9f441
|
||||
Size (dm-ar-finders-1.2.0.gem) = 10240 bytes
|
Loading…
Reference in a new issue