diff options
author | taca <taca@pkgsrc.org> | 2011-12-17 17:13:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-17 17:13:07 +0000 |
commit | 94e3ee1960cfe1fbe5b247de532519ce2fc6c59c (patch) | |
tree | 0a53a54c8b115a0ac39323d8c4da8556c58e8aeb /databases/ruby-do_postgres | |
parent | 50f500525544383389844e96f8b860848fa73ce8 (diff) | |
download | pkgsrc-94e3ee1960cfe1fbe5b247de532519ce2fc6c59c.tar.gz |
Importing databases/ruby-do_postgres package version 0.10.7.
A PostgreSQL driver for DataObjects.
This driver implements the DataObjects API for the PostgreSQL relational
database.
Diffstat (limited to 'databases/ruby-do_postgres')
-rw-r--r-- | databases/ruby-do_postgres/DESCR | 4 | ||||
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 15 | ||||
-rw-r--r-- | databases/ruby-do_postgres/PLIST | 44 | ||||
-rw-r--r-- | databases/ruby-do_postgres/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/databases/ruby-do_postgres/DESCR b/databases/ruby-do_postgres/DESCR new file mode 100644 index 00000000000..0a461a344ec --- /dev/null +++ b/databases/ruby-do_postgres/DESCR @@ -0,0 +1,4 @@ +A PostgreSQL driver for DataObjects. + +This driver implements the DataObjects API for the PostgreSQL relational +database. diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile new file mode 100644 index 00000000000..08c503d5146 --- /dev/null +++ b/databases/ruby-do_postgres/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:13:07 taca Exp $ + +DISTNAME= do_postgres-0.10.7 +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://dataobjects.info/ +COMMENT= PostgreSQL driver for DataObjects +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.7<0.11:../../databases/ruby-data_objects + +.include "../../lang/ruby/gem.mk" +.include "../../mk/pgsql.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-do_postgres/PLIST b/databases/ruby-do_postgres/PLIST new file mode 100644 index 00000000000..fef963d9132 --- /dev/null +++ b/databases/ruby-do_postgres/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:13:07 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/ChangeLog.markdown +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.markdown +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/ext/do_postgres/compat.h +${GEM_LIBDIR}/ext/do_postgres/do_common.c +${GEM_LIBDIR}/ext/do_postgres/do_common.h +${GEM_LIBDIR}/ext/do_postgres/do_postgres.c +${GEM_LIBDIR}/ext/do_postgres/error.h +${GEM_LIBDIR}/ext/do_postgres/extconf.rb +${GEM_LIBDIR}/ext/do_postgres/pg_config.h +${GEM_LIBDIR}/lib/do_postgres.rb +${GEM_LIBDIR}/lib/do_postgres/do_postgres.${RUBY_DLEXT} +${GEM_LIBDIR}/lib/do_postgres/encoding.rb +${GEM_LIBDIR}/lib/do_postgres/transaction.rb +${GEM_LIBDIR}/lib/do_postgres/version.rb +${GEM_LIBDIR}/spec/command_spec.rb +${GEM_LIBDIR}/spec/connection_spec.rb +${GEM_LIBDIR}/spec/encoding_spec.rb +${GEM_LIBDIR}/spec/error/sql_error_spec.rb +${GEM_LIBDIR}/spec/reader_spec.rb +${GEM_LIBDIR}/spec/result_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/typecast/array_spec.rb +${GEM_LIBDIR}/spec/typecast/bigdecimal_spec.rb +${GEM_LIBDIR}/spec/typecast/boolean_spec.rb +${GEM_LIBDIR}/spec/typecast/byte_array_spec.rb +${GEM_LIBDIR}/spec/typecast/class_spec.rb +${GEM_LIBDIR}/spec/typecast/date_spec.rb +${GEM_LIBDIR}/spec/typecast/datetime_spec.rb +${GEM_LIBDIR}/spec/typecast/float_spec.rb +${GEM_LIBDIR}/spec/typecast/integer_spec.rb +${GEM_LIBDIR}/spec/typecast/nil_spec.rb +${GEM_LIBDIR}/spec/typecast/other_spec.rb +${GEM_LIBDIR}/spec/typecast/range_spec.rb +${GEM_LIBDIR}/spec/typecast/string_spec.rb +${GEM_LIBDIR}/spec/typecast/time_spec.rb +${GEM_LIBDIR}/tasks/compile.rake +${GEM_LIBDIR}/tasks/release.rake +${GEM_LIBDIR}/tasks/retrieve.rake +${GEM_LIBDIR}/tasks/spec.rake +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/databases/ruby-do_postgres/distinfo b/databases/ruby-do_postgres/distinfo new file mode 100644 index 00000000000..bb44523b7bc --- /dev/null +++ b/databases/ruby-do_postgres/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:13:07 taca Exp $ + +SHA1 (do_postgres-0.10.7.gem) = 7561f3d6528c29332e3ab620bcd6a12973375d4a +RMD160 (do_postgres-0.10.7.gem) = eea6c371e5e4cbc9bacef301e48b5086ad639968 +Size (do_postgres-0.10.7.gem) = 30208 bytes |