Importing ruby-dm-aggregates 1.0.2.
DataMapper plugin providing support for aggregates, functions on collections and datasets.
This commit is contained in:
parent
00b7a24a1e
commit
e96d38650a
4 changed files with 54 additions and 0 deletions
2
databases/ruby-dm-aggregates/DESCR
Normal file
2
databases/ruby-dm-aggregates/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
DataMapper plugin providing support for aggregates, functions on
|
||||
collections and datasets.
|
14
databases/ruby-dm-aggregates/Makefile
Normal file
14
databases/ruby-dm-aggregates/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
|
||||
DISTNAME= dm-aggregates-1.0.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/datamapper/dm-aggregates
|
||||
COMMENT= DataMapper plugin for aggregates on collections
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
33
databases/ruby-dm-aggregates/PLIST
Normal file
33
databases/ruby-dm-aggregates/PLIST
Normal file
|
@ -0,0 +1,33 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/dm-aggregates.gemspec
|
||||
${GEM_LIBDIR}/lib/dm-aggregates.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/adapters/dm-do-adapter.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/aggregate_functions.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/collection.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/core_ext/symbol.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/model.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/query.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/repository.rb
|
||||
${GEM_LIBDIR}/spec/isolated/require_after_setup_spec.rb
|
||||
${GEM_LIBDIR}/spec/isolated/require_before_setup_spec.rb
|
||||
${GEM_LIBDIR}/spec/isolated/require_spec.rb
|
||||
${GEM_LIBDIR}/spec/public/collection_spec.rb
|
||||
${GEM_LIBDIR}/spec/public/model_spec.rb
|
||||
${GEM_LIBDIR}/spec/public/shared/aggregate_shared_spec.rb
|
||||
${GEM_LIBDIR}/spec/rcov.opts
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/tasks/ci.rake
|
||||
${GEM_LIBDIR}/tasks/local_gemfile.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${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-aggregates/distinfo
Normal file
5
databases/ruby-dm-aggregates/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
|
||||
SHA1 (dm-aggregates-1.0.2.gem) = 4c63f133eedf43db06ba6d751bc827c78ba92597
|
||||
RMD160 (dm-aggregates-1.0.2.gem) = 6e149c5d46a2969014f8965cb01bf4d1e0eb1b90
|
||||
Size (dm-aggregates-1.0.2.gem) = 15872 bytes
|
Loading…
Reference in a new issue