summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-17 17:33:20 +0000
committertaca <taca@pkgsrc.org>2011-12-17 17:33:20 +0000
commit9022a394a838c7bb885cc330b3ccb991275b26db (patch)
treed71ce000fef74166da1f3b4a2cd5b78ae2072dc0
parent65d4c1db2e6c313bac9d9fc5d41ddbc2f1c2147b (diff)
downloadpkgsrc-9022a394a838c7bb885cc330b3ccb991275b26db.tar.gz
Importing databases/ruby-dm-tags package version 1.2.0.
This package brings tagging to DataMapper. It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh. Props to him for the contextual tagging based on Acts As Taggable on Steroids. == Features and Problems === Features * Contextual tagging using Model.has_tags_on (see below for usage) * Traditional 'tags-only' tagging using Model.has_tags === Problems * None known yet, but this is very alpha software. Sorry if it misbehaves. Please send me a github message if you find a bug.
-rw-r--r--databases/ruby-dm-tags/DESCR15
-rw-r--r--databases/ruby-dm-tags/Makefile14
-rw-r--r--databases/ruby-dm-tags/PLIST24
-rw-r--r--databases/ruby-dm-tags/distinfo5
4 files changed, 58 insertions, 0 deletions
diff --git a/databases/ruby-dm-tags/DESCR b/databases/ruby-dm-tags/DESCR
new file mode 100644
index 00000000000..573d0876342
--- /dev/null
+++ b/databases/ruby-dm-tags/DESCR
@@ -0,0 +1,15 @@
+This package brings tagging to DataMapper. It is inspired by Acts As Taggable
+On by Michael Bleigh, github's mbleigh. Props to him for the contextual
+tagging based on Acts As Taggable on Steroids.
+
+== Features and Problems
+
+=== Features
+
+* Contextual tagging using Model.has_tags_on (see below for usage)
+* Traditional 'tags-only' tagging using Model.has_tags
+
+=== Problems
+
+* None known yet, but this is very alpha software. Sorry if it misbehaves.
+ Please send me a github message if you find a bug.
diff --git a/databases/ruby-dm-tags/Makefile b/databases/ruby-dm-tags/Makefile
new file mode 100644
index 00000000000..5e124661355
--- /dev/null
+++ b/databases/ruby-dm-tags/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:33:20 taca Exp $
+
+DISTNAME= dm-tags-1.2.0
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/datamapper/dm-tags
+COMMENT= This package brings tagging to DataMapper
+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-tags/PLIST b/databases/ruby-dm-tags/PLIST
new file mode 100644
index 00000000000..05f8b510463
--- /dev/null
+++ b/databases/ruby-dm-tags/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:33:20 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-tags.gemspec
+${GEM_LIBDIR}/lib/dm-tags.rb
+${GEM_LIBDIR}/lib/dm-tags/dm_tags.rb
+${GEM_LIBDIR}/lib/dm-tags/tag.rb
+${GEM_LIBDIR}/lib/dm-tags/tagging.rb
+${GEM_LIBDIR}/spec/dm-tags/dm_tags_spec.rb
+${GEM_LIBDIR}/spec/dm-tags/tag_spec.rb
+${GEM_LIBDIR}/spec/dm-tags/taggable_spec.rb
+${GEM_LIBDIR}/spec/dm-tags/tagging_spec.rb
+${GEM_LIBDIR}/spec/dm-tags/updating_spec.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-tags/distinfo b/databases/ruby-dm-tags/distinfo
new file mode 100644
index 00000000000..54ed5bd0ee1
--- /dev/null
+++ b/databases/ruby-dm-tags/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:33:20 taca Exp $
+
+SHA1 (dm-tags-1.2.0.gem) = 4b11252328df60e7e35bdbadbd5c3c0f5cdbdc12
+RMD160 (dm-tags-1.2.0.gem) = 218aade1d11355547f6e36ab167d1bdc1616d094
+Size (dm-tags-1.2.0.gem) = 11264 bytes