From a5716e8aa1f12e294b0885cf5e8b5894d3e717ee Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 17 Dec 2011 17:30:36 +0000 Subject: Imporring databases/ruby-dm-postgres-adapter pacakge version 1.2.0. PostgreSQL Adapter for DataMapper. --- databases/ruby-dm-postgres-adapter/DESCR | 1 + databases/ruby-dm-postgres-adapter/Makefile | 16 ++++++++++++++++ databases/ruby-dm-postgres-adapter/PLIST | 18 ++++++++++++++++++ databases/ruby-dm-postgres-adapter/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 databases/ruby-dm-postgres-adapter/DESCR create mode 100644 databases/ruby-dm-postgres-adapter/Makefile create mode 100644 databases/ruby-dm-postgres-adapter/PLIST create mode 100644 databases/ruby-dm-postgres-adapter/distinfo diff --git a/databases/ruby-dm-postgres-adapter/DESCR b/databases/ruby-dm-postgres-adapter/DESCR new file mode 100644 index 00000000000..83f89bac0a1 --- /dev/null +++ b/databases/ruby-dm-postgres-adapter/DESCR @@ -0,0 +1 @@ +PostgreSQL Adapter for DataMapper. diff --git a/databases/ruby-dm-postgres-adapter/Makefile b/databases/ruby-dm-postgres-adapter/Makefile new file mode 100644 index 00000000000..1a8d8798a5e --- /dev/null +++ b/databases/ruby-dm-postgres-adapter/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:30:36 taca Exp $ + +DISTNAME= dm-postgres-adapter-1.2.0 +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/datamapper/dm-postgres-adapter +COMMENT= PostgreSQL Adapter for DataMapper +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core +DEPENDS+= ${RUBY_PKGPREFIX}-do_postgres>=0.10.6<0.11:../../databases/ruby-do_postgres +DEPENDS+= ${RUBY_PKGPREFIX}-dm-do-adapter>=1.2.0<1.3:../../databases/ruby-dm-do-adapter + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-dm-postgres-adapter/PLIST b/databases/ruby-dm-postgres-adapter/PLIST new file mode 100644 index 00000000000..ae85629e863 --- /dev/null +++ b/databases/ruby-dm-postgres-adapter/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:30:36 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/dm-postgres-adapter.gemspec +${GEM_LIBDIR}/lib/dm-postgres-adapter.rb +${GEM_LIBDIR}/lib/dm-postgres-adapter/adapter.rb +${GEM_LIBDIR}/lib/dm-postgres-adapter/spec/setup.rb +${GEM_LIBDIR}/spec/adapter_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-postgres-adapter/distinfo b/databases/ruby-dm-postgres-adapter/distinfo new file mode 100644 index 00000000000..3cace819a53 --- /dev/null +++ b/databases/ruby-dm-postgres-adapter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:30:36 taca Exp $ + +SHA1 (dm-postgres-adapter-1.2.0.gem) = 924fd356028d4cf30e58e8b91209347b64f28901 +RMD160 (dm-postgres-adapter-1.2.0.gem) = d7fff082cb0d87da1da779003fc31d9a0d02c37f +Size (dm-postgres-adapter-1.2.0.gem) = 6656 bytes -- cgit v1.2.3