diff options
author | taca <taca@pkgsrc.org> | 2011-12-17 17:26:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-17 17:26:08 +0000 |
commit | 27c848abe14f2915a63c44b5547315ee7aeba71d (patch) | |
tree | bc4a0d11939eb451957b5e06a01183eb653c9fba /databases/ruby-dm-is-searchable | |
parent | 97f5e62f8897221725eea0cc425c3bb4c864703e (diff) | |
download | pkgsrc-27c848abe14f2915a63c44b5547315ee7aeba71d.tar.gz |
Importing databases/ruby-dm-is-searchable package version 1.2.0.
A DataMapper search plugin api to search for resources from one repository and
load from another.
Typically a full text search adapter that can only produce partial resources is
searched and the resulting resource collection is then loaded from your default
repository.
Diffstat (limited to 'databases/ruby-dm-is-searchable')
-rw-r--r-- | databases/ruby-dm-is-searchable/DESCR | 6 | ||||
-rw-r--r-- | databases/ruby-dm-is-searchable/Makefile | 14 | ||||
-rw-r--r-- | databases/ruby-dm-is-searchable/PLIST | 17 | ||||
-rw-r--r-- | databases/ruby-dm-is-searchable/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/databases/ruby-dm-is-searchable/DESCR b/databases/ruby-dm-is-searchable/DESCR new file mode 100644 index 00000000000..b3e77e4ea86 --- /dev/null +++ b/databases/ruby-dm-is-searchable/DESCR @@ -0,0 +1,6 @@ +A DataMapper search plugin api to search for resources from one repository and +load from another. + +Typically a full text search adapter that can only produce partial resources is +searched and the resulting resource collection is then loaded from your default +repository. diff --git a/databases/ruby-dm-is-searchable/Makefile b/databases/ruby-dm-is-searchable/Makefile new file mode 100644 index 00000000000..473c450189b --- /dev/null +++ b/databases/ruby-dm-is-searchable/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:26:08 taca Exp $ + +DISTNAME= dm-is-searchable-1.2.0 +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/datamapper/dm-is-searchable +COMMENT= DataMapper plugin for searching +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" diff --git a/databases/ruby-dm-is-searchable/PLIST b/databases/ruby-dm-is-searchable/PLIST new file mode 100644 index 00000000000..6a7edae344c --- /dev/null +++ b/databases/ruby-dm-is-searchable/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:26:08 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-is-searchable.gemspec +${GEM_LIBDIR}/lib/dm-is-searchable.rb +${GEM_LIBDIR}/lib/dm-is-searchable/is/searchable.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 diff --git a/databases/ruby-dm-is-searchable/distinfo b/databases/ruby-dm-is-searchable/distinfo new file mode 100644 index 00000000000..9d7082e8757 --- /dev/null +++ b/databases/ruby-dm-is-searchable/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:26:08 taca Exp $ + +SHA1 (dm-is-searchable-1.2.0.gem) = f8b0a33e8e0065d65715338870867e3b58e07be8 +RMD160 (dm-is-searchable-1.2.0.gem) = c88fdb2b1e337493de247796406f317527e89096 +Size (dm-is-searchable-1.2.0.gem) = 8704 bytes |