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.
This commit is contained in:
parent
a329fecc52
commit
a9dbfcd52f
4 changed files with 42 additions and 0 deletions
6
databases/ruby-dm-is-searchable/DESCR
Normal file
6
databases/ruby-dm-is-searchable/DESCR
Normal file
|
@ -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.
|
14
databases/ruby-dm-is-searchable/Makefile
Normal file
14
databases/ruby-dm-is-searchable/Makefile
Normal file
|
@ -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"
|
17
databases/ruby-dm-is-searchable/PLIST
Normal file
17
databases/ruby-dm-is-searchable/PLIST
Normal file
|
@ -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
|
5
databases/ruby-dm-is-searchable/distinfo
Normal file
5
databases/ruby-dm-is-searchable/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue