summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-is-versioned
diff options
context:
space:
mode:
authortaca <taca>2011-12-17 17:28:21 +0000
committertaca <taca>2011-12-17 17:28:21 +0000
commit7df6703a302e28e4b4459f45d2a23b7b1f810b85 (patch)
tree9bda44a90935a3f305f97afdb1bb5860b9950d14 /databases/ruby-dm-is-versioned
parent4ea0913061c9b5fe48025a1053391136cc7730e3 (diff)
downloadpkgsrc-7df6703a302e28e4b4459f45d2a23b7b1f810b85.tar.gz
Imporring databases/ruby-dm-is-versioned package version 1.2.0.
DataMapper plugin enabling <b>simple</b> versioning of models. When a model is versioned, and updated, instead of the previous version being lost in the mists of time, it is saved in a subsidiary table, so that it can be restored later if needed. Please Note! this gem behaves differently to how AR's :acts_as_versioned works. There is currently no multi version storage possible.
Diffstat (limited to 'databases/ruby-dm-is-versioned')
-rw-r--r--databases/ruby-dm-is-versioned/DESCR8
-rw-r--r--databases/ruby-dm-is-versioned/Makefile14
-rw-r--r--databases/ruby-dm-is-versioned/PLIST18
-rw-r--r--databases/ruby-dm-is-versioned/distinfo5
4 files changed, 45 insertions, 0 deletions
diff --git a/databases/ruby-dm-is-versioned/DESCR b/databases/ruby-dm-is-versioned/DESCR
new file mode 100644
index 00000000000..54448a7a531
--- /dev/null
+++ b/databases/ruby-dm-is-versioned/DESCR
@@ -0,0 +1,8 @@
+DataMapper plugin enabling <b>simple</b> versioning of models.
+
+When a model is versioned, and updated, instead of the previous version being
+lost in the mists of time, it is saved in a subsidiary table, so that it can
+be restored later if needed.
+
+Please Note! this gem behaves differently to how AR's :acts_as_versioned
+works. There is currently no multi version storage possible.
diff --git a/databases/ruby-dm-is-versioned/Makefile b/databases/ruby-dm-is-versioned/Makefile
new file mode 100644
index 00000000000..2ca2b4d5988
--- /dev/null
+++ b/databases/ruby-dm-is-versioned/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:28:21 taca Exp $
+
+DISTNAME= dm-is-versioned-1.2.0
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/datamapper/dm-is-versioned
+COMMENT= DataMapper plugin enabling simple versioning of models
+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-versioned/PLIST b/databases/ruby-dm-is-versioned/PLIST
new file mode 100644
index 00000000000..671b189d545
--- /dev/null
+++ b/databases/ruby-dm-is-versioned/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:28:21 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-versioned.gemspec
+${GEM_LIBDIR}/lib/dm-is-versioned.rb
+${GEM_LIBDIR}/lib/dm-is-versioned/is/versioned.rb
+${GEM_LIBDIR}/spec/rcov.opts
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/versioned_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-versioned/distinfo b/databases/ruby-dm-is-versioned/distinfo
new file mode 100644
index 00000000000..f729d221558
--- /dev/null
+++ b/databases/ruby-dm-is-versioned/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:28:21 taca Exp $
+
+SHA1 (dm-is-versioned-1.2.0.gem) = f4bbe0f4b5222329e0c7269eb7036c0e38cfb59d
+RMD160 (dm-is-versioned-1.2.0.gem) = abe708e898b9a297ce6b77cb2c069744c4e6a15b
+Size (dm-is-versioned-1.2.0.gem) = 10752 bytes