Importing databases/ruby-dm-is-tree package version 1.2.0.

DataMapper plugin enabling easy creation of tree structures from your DM models.

This requires a foreign key property for your model, which by default would be
called :parent_id.
This commit is contained in:
taca 2011-12-17 17:27:34 +00:00
parent 00f70e6d11
commit cd6d7d6032
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,4 @@
DataMapper plugin enabling easy creation of tree structures from your DM models.
This requires a foreign key property for your model, which by default would be
called :parent_id.

View file

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:27:34 taca Exp $
DISTNAME= dm-is-tree-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-tree
COMMENT= DataMapper plugin allowing the creation of tree structures
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,19 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:27:34 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-tree.gemspec
${GEM_LIBDIR}/lib/dm-is-tree.rb
${GEM_LIBDIR}/lib/dm-is-tree/is/tree.rb
${GEM_LIBDIR}/spec/integration/tree_spec.rb
${GEM_LIBDIR}/spec/rcov.opts
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/unit/tree_spec.rb
${GEM_LIBDIR}/tasks/spec.rake
${GEM_LIBDIR}/tasks/yard.rake
${GEM_LIBDIR}/tasks/yardstick.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:27:34 taca Exp $
SHA1 (dm-is-tree-1.2.0.gem) = 0280eecea611f4f61ae2ce966a5afadb912c9ab4
RMD160 (dm-is-tree-1.2.0.gem) = 79c959e499fbd764093b1da4060c272ed609c76b
Size (dm-is-tree-1.2.0.gem) = 11776 bytes