diff options
author | taca <taca@pkgsrc.org> | 2010-09-11 23:52:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-11 23:52:44 +0000 |
commit | 8d0eec062e5194b8784430322b0d8abd575815c0 (patch) | |
tree | 073891441a0cd65ea132155d0ae7c44d92ac0239 /databases | |
parent | be3281b6ae1f5e5dd681c907de9d9feec1d45712 (diff) | |
download | pkgsrc-8d0eec062e5194b8784430322b0d8abd575815c0.tar.gz |
Importing databases/ruby-dm-timestamps 1.0.2.
DataMapper plugin which adds "magic" to created_at, created_on, et
cetera.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dm-timestamps/DESCR | 2 | ||||
-rw-r--r-- | databases/ruby-dm-timestamps/Makefile | 14 | ||||
-rw-r--r-- | databases/ruby-dm-timestamps/PLIST | 21 | ||||
-rw-r--r-- | databases/ruby-dm-timestamps/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/databases/ruby-dm-timestamps/DESCR b/databases/ruby-dm-timestamps/DESCR new file mode 100644 index 00000000000..03b29325e17 --- /dev/null +++ b/databases/ruby-dm-timestamps/DESCR @@ -0,0 +1,2 @@ +DataMapper plugin which adds "magic" to created_at, created_on, et +cetera. diff --git a/databases/ruby-dm-timestamps/Makefile b/databases/ruby-dm-timestamps/Makefile new file mode 100644 index 00000000000..bef392449de --- /dev/null +++ b/databases/ruby-dm-timestamps/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $ + +DISTNAME= dm-timestamps-1.0.2 +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/datamapper/dm-timestamps +COMMENT= DataMapper plugin for magical timestamps +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-dm-timestamps/PLIST b/databases/ruby-dm-timestamps/PLIST new file mode 100644 index 00000000000..4985de9693d --- /dev/null +++ b/databases/ruby-dm-timestamps/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/dm-timestamps.gemspec +${GEM_LIBDIR}/lib/dm-timestamps.rb +${GEM_LIBDIR}/spec/integration/timestamps_spec.rb +${GEM_LIBDIR}/spec/rcov.opts +${GEM_LIBDIR}/spec/spec.opts +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/tasks/ci.rake +${GEM_LIBDIR}/tasks/local_gemfile.rake +${GEM_LIBDIR}/tasks/metrics.rake +${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-timestamps/distinfo b/databases/ruby-dm-timestamps/distinfo new file mode 100644 index 00000000000..cad03514c71 --- /dev/null +++ b/databases/ruby-dm-timestamps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $ + +SHA1 (dm-timestamps-1.0.2.gem) = 23af17aac4b63b8897c0577ffc7395d21c9c2234 +RMD160 (dm-timestamps-1.0.2.gem) = 1790a264e0d4e36105a60461d31fa2f804ef749b +Size (dm-timestamps-1.0.2.gem) = 10752 bytes |