pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-pg Add the ruby-pg module, a newer repl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bd3d781a970
branches:  trunk
changeset: 548529:7bd3d781a970
user:      erh <erh%pkgsrc.org@localhost>
date:      Thu Oct 16 21:48:26 2008 +0000

description:
Add the ruby-pg module, a newer replacement for ruby-postgres

diffstat:

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

diffs (58 lines):

diff -r c52aabe325c1 -r 7bd3d781a970 databases/ruby-pg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg/DESCR   Thu Oct 16 21:48:26 2008 +0000
@@ -0,0 +1,2 @@
+This is the extension library to access a PostgreSQL database from Ruby.
+This is the new module to replace the old ruby-postgres one.
diff -r c52aabe325c1 -r 7bd3d781a970 databases/ruby-pg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg/Makefile        Thu Oct 16 21:48:26 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2008/10/16 21:48:26 erh Exp $
+
+DISTNAME=      pg-0.7.9.2008.01.28
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
+CATEGORIES=    databases
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://rubyforge.org/projects/ruby-pg/
+COMMENT=       Ruby extension for PostgreSQL
+
+GEM_BUILD=     gemspec
+CONFIGURE_ARGS=        --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
+               --with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c52aabe325c1 -r 7bd3d781a970 databases/ruby-pg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg/PLIST   Thu Oct 16 21:48:26 2008 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2008/10/16 21:48:26 erh Exp $
+${GEM_HOME}/cache/pg-${PKGVERSION}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/COPYING.txt
+${GEM_LIBDIR}/Contributors
+${GEM_LIBDIR}/GPL
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/compat.c
+${GEM_LIBDIR}/ext/compat.h
+${GEM_LIBDIR}/ext/pg.c
+${GEM_LIBDIR}/ext/pg.h
+${GEM_LIBDIR}/lib/pg.${RUBY_DLEXT}
+${GEM_HOME}/specifications/pg-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/ext
+@dirrm ${GEM_LIBDIR}
diff -r c52aabe325c1 -r 7bd3d781a970 databases/ruby-pg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg/distinfo        Thu Oct 16 21:48:26 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/10/16 21:48:26 erh Exp $
+
+SHA1 (pg-0.7.9.2008.01.28.gem) = 8fd8c448c30a8330902cbbbb64620d530fb4254e
+RMD160 (pg-0.7.9.2008.01.28.gem) = 5fc2d45e853d9ab900f46e51f76f1967f82ee17c
+Size (pg-0.7.9.2008.01.28.gem) = 36864 bytes



Home | Main Index | Thread Index | Old Index