pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-dbd-pg Importing ruby-dbd-pg 0.3.8 whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c65e5fd3cff1
branches:  trunk
changeset: 400328:c65e5fd3cff1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 17 12:29:53 2009 +0000

description:
Importing ruby-dbd-pg 0.3.8 which will replace ruby-DBD-postgresql.

This is the extension library based on Ruby/DBI to access a PostgreSQL
database from Ruby.

diffstat:

 databases/ruby-dbd-pg/DESCR    |   2 ++
 databases/ruby-dbd-pg/Makefile |  18 ++++++++++++++++++
 databases/ruby-dbd-pg/PLIST    |  28 ++++++++++++++++++++++++++++
 databases/ruby-dbd-pg/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 6f53c0a675b6 -r c65e5fd3cff1 databases/ruby-dbd-pg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbd-pg/DESCR       Sat Oct 17 12:29:53 2009 +0000
@@ -0,0 +1,2 @@
+This is the extension library based on Ruby/DBI to access a PostgreSQL
+database from Ruby.
diff -r 6f53c0a675b6 -r c65e5fd3cff1 databases/ruby-dbd-pg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbd-pg/Makefile    Sat Oct 17 12:29:53 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/17 12:29:53 taca Exp $
+
+DISTNAME=      dbd-pg-0.3.8
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases ruby
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      http://rubyforge.org/projects/ruby-dbi/
+COMMENT=       PostgreSQL support for Ruby/DBI
+LICENSE=       modified-bsd
+
+DEPENDS=       ${RUBY_PKGPREFIX}-dbi>=0.4.3:../../databases/ruby-dbi
+DEPENDS=       ${RUBY_PKGPREFIX}-pg>=0.8.0:../../databases/ruby-pg
+
+GEM_BUILD=     gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f53c0a675b6 -r c65e5fd3cff1 databases/ruby-dbd-pg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbd-pg/PLIST       Sat Oct 17 12:29:53 2009 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/17 12:29:53 taca Exp $
+${GEM_HOME}/cache/dbd-pg-${PKGVERSION}.gem
+${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/lib/dbd/Pg.rb
+${GEM_LIBDIR}/lib/dbd/pg/database.rb
+${GEM_LIBDIR}/lib/dbd/pg/exec.rb
+${GEM_LIBDIR}/lib/dbd/pg/statement.rb
+${GEM_LIBDIR}/lib/dbd/pg/tuples.rb
+${GEM_LIBDIR}/lib/dbd/pg/type.rb
+${GEM_LIBDIR}/test/DBD_TESTS
+${GEM_LIBDIR}/test/dbd/general/test_database.rb
+${GEM_LIBDIR}/test/dbd/general/test_statement.rb
+${GEM_LIBDIR}/test/dbd/general/test_types.rb
+${GEM_LIBDIR}/test/dbd/postgresql/base.rb
+${GEM_LIBDIR}/test/dbd/postgresql/down.sql
+${GEM_LIBDIR}/test/dbd/postgresql/test_arrays.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_async.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_blob.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_bytea.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_ping.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_timestamp.rb
+${GEM_LIBDIR}/test/dbd/postgresql/test_transactions.rb
+${GEM_LIBDIR}/test/dbd/postgresql/testdbipg.rb
+${GEM_LIBDIR}/test/dbd/postgresql/up.sql
+${GEM_LIBDIR}/test/ts_dbd.rb
+${GEM_HOME}/specifications/dbd-pg-${PKGVERSION}.gemspec
diff -r 6f53c0a675b6 -r c65e5fd3cff1 databases/ruby-dbd-pg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbd-pg/distinfo    Sat Oct 17 12:29:53 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/17 12:29:53 taca Exp $
+
+SHA1 (dbd-pg-0.3.8.gem) = a4e5e3a3e55f6b47b53b8ef10a30c5073ccfb457
+RMD160 (dbd-pg-0.3.8.gem) = 5a6bc8a58c8d7be1adcbba013dc476b5a10442c6
+Size (dbd-pg-0.3.8.gem) = 56832 bytes



Home | Main Index | Thread Index | Old Index