summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-is-tree
diff options
context:
space:
mode:
authortaca <taca>2011-12-17 17:27:34 +0000
committertaca <taca>2011-12-17 17:27:34 +0000
commit4ea0913061c9b5fe48025a1053391136cc7730e3 (patch)
treead387dc3d0b85c552d78978f0ca50edcb81de24f /databases/ruby-dm-is-tree
parente9de4b4524b277c05f15a113b37e6469c927c920 (diff)
downloadpkgsrc-4ea0913061c9b5fe48025a1053391136cc7730e3.tar.gz
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.
Diffstat (limited to 'databases/ruby-dm-is-tree')
-rw-r--r--databases/ruby-dm-is-tree/DESCR4
-rw-r--r--databases/ruby-dm-is-tree/Makefile13
-rw-r--r--databases/ruby-dm-is-tree/PLIST19
-rw-r--r--databases/ruby-dm-is-tree/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/databases/ruby-dm-is-tree/DESCR b/databases/ruby-dm-is-tree/DESCR
new file mode 100644
index 00000000000..50ce9f2ed41
--- /dev/null
+++ b/databases/ruby-dm-is-tree/DESCR
@@ -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.
diff --git a/databases/ruby-dm-is-tree/Makefile b/databases/ruby-dm-is-tree/Makefile
new file mode 100644
index 00000000000..4b191826ca0
--- /dev/null
+++ b/databases/ruby-dm-is-tree/Makefile
@@ -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"
diff --git a/databases/ruby-dm-is-tree/PLIST b/databases/ruby-dm-is-tree/PLIST
new file mode 100644
index 00000000000..6a03c8644c1
--- /dev/null
+++ b/databases/ruby-dm-is-tree/PLIST
@@ -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
diff --git a/databases/ruby-dm-is-tree/distinfo b/databases/ruby-dm-is-tree/distinfo
new file mode 100644
index 00000000000..9e3be6a43da
--- /dev/null
+++ b/databases/ruby-dm-is-tree/distinfo
@@ -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