diff options
author | taca <taca> | 2010-09-11 23:49:48 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-11 23:49:48 +0000 |
commit | a1a7cf6a78ca7f25c4374829e8533ea0ae04c50f (patch) | |
tree | a52fb9f397c4b3a875bbeeae26e86e2e58aa6188 /databases/ruby-dm-aggregates | |
parent | e12b51424053a99424b8e7b53f1b47d24489d721 (diff) | |
download | pkgsrc-a1a7cf6a78ca7f25c4374829e8533ea0ae04c50f.tar.gz |
Importing ruby-dm-aggregates 1.0.2.
DataMapper plugin providing support for aggregates, functions on
collections and datasets.
Diffstat (limited to 'databases/ruby-dm-aggregates')
-rw-r--r-- | databases/ruby-dm-aggregates/DESCR | 2 | ||||
-rw-r--r-- | databases/ruby-dm-aggregates/Makefile | 14 | ||||
-rw-r--r-- | databases/ruby-dm-aggregates/PLIST | 33 | ||||
-rw-r--r-- | databases/ruby-dm-aggregates/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/databases/ruby-dm-aggregates/DESCR b/databases/ruby-dm-aggregates/DESCR new file mode 100644 index 00000000000..bf2b0efb831 --- /dev/null +++ b/databases/ruby-dm-aggregates/DESCR @@ -0,0 +1,2 @@ +DataMapper plugin providing support for aggregates, functions on +collections and datasets. diff --git a/databases/ruby-dm-aggregates/Makefile b/databases/ruby-dm-aggregates/Makefile new file mode 100644 index 00000000000..7ed04aa684f --- /dev/null +++ b/databases/ruby-dm-aggregates/Makefile @@ -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" diff --git a/databases/ruby-dm-aggregates/PLIST b/databases/ruby-dm-aggregates/PLIST new file mode 100644 index 00000000000..616cce117e0 --- /dev/null +++ b/databases/ruby-dm-aggregates/PLIST @@ -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 diff --git a/databases/ruby-dm-aggregates/distinfo b/databases/ruby-dm-aggregates/distinfo new file mode 100644 index 00000000000..9e7b21af25e --- /dev/null +++ b/databases/ruby-dm-aggregates/distinfo @@ -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 |