pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-RPostgreSQL Import RPostgreSQL v0.3-2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ba8675b0715
branches: trunk
changeset: 602595:3ba8675b0715
user: brook <brook%pkgsrc.org@localhost>
date: Sun Apr 15 17:57:36 2012 +0000
description:
Import RPostgreSQL v0.3-2.
Database interface and PostgreSQL driver for R. This package provides
a Database Interface (DBI) compliant driver for R to access PostgreSQL
database systems. A wiki and issue tracking system for the package
are available at Google Code at https://code.google.com/p/rpostgresql/.
diffstat:
math/R-RPostgreSQL/DESCR | 4 ++++
math/R-RPostgreSQL/Makefile | 23 +++++++++++++++++++++++
math/R-RPostgreSQL/distinfo | 7 +++++++
math/R-RPostgreSQL/patches/patch-configure | 15 +++++++++++++++
math/R-RPostgreSQL/patches/patch-configure.in | 15 +++++++++++++++
5 files changed, 64 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r 23a61612a6f1 -r 3ba8675b0715 math/R-RPostgreSQL/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RPostgreSQL/DESCR Sun Apr 15 17:57:36 2012 +0000
@@ -0,0 +1,4 @@
+Database interface and PostgreSQL driver for R. This package provides
+a Database Interface (DBI) compliant driver for R to access PostgreSQL
+database systems. A wiki and issue tracking system for the package
+are available at Google Code at https://code.google.com/p/rpostgresql/.
diff -r 23a61612a6f1 -r 3ba8675b0715 math/R-RPostgreSQL/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RPostgreSQL/Makefile Sun Apr 15 17:57:36 2012 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:57:36 brook Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/RPostgreSQL/
+COMMENT= R interface to the PostgreSQL database system
+LICENSE= gnu-gpl-v2 AND postgresql-license
+
+R_PKGNAME= RPostgreSQL
+R_PKGVER= 0.3-2
+
+DEPENDS+= R-DBI>=0.2.5:../../math/R-DBI
+
+USE_TOOLS+= sh
+REPLACE_SH+= ${WRKSRC}/inst/devTests/copyTest.sh
+
+CHECK_INTERPRETER_SKIP= lib/R/library/RPostgreSQL/devTests/*
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 23a61612a6f1 -r 3ba8675b0715 math/R-RPostgreSQL/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RPostgreSQL/distinfo Sun Apr 15 17:57:36 2012 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:57:36 brook Exp $
+
+SHA1 (R/RPostgreSQL_0.3-2.tar.gz) = cffa6237894727008d7079e24ab3a561ae139816
+RMD160 (R/RPostgreSQL_0.3-2.tar.gz) = 4c53b8183716455100883545465d3437e2ef17f9
+Size (R/RPostgreSQL_0.3-2.tar.gz) = 470695 bytes
+SHA1 (patch-configure) = a1aa7d41ee22ff965dd5634e3024386b1ca6e413
+SHA1 (patch-configure.in) = a50d4d43da4c73020de86d06a3eb45a7944b8659
diff -r 23a61612a6f1 -r 3ba8675b0715 math/R-RPostgreSQL/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RPostgreSQL/patches/patch-configure Sun Apr 15 17:57:36 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1.1.1 2012/04/15 17:57:36 brook Exp $
+
+# see http://code.google.com/p/rpostgresql/issues/detail?id=39
+
+--- configure.orig 2011-12-31 13:11:52.000000000 +0000
++++ configure
+@@ -3008,7 +3008,7 @@ as_val=`eval 'as_val=${'$as_ac_File'}
+
+
+ ENABLE_LIBPQ=
+-if test $R_OS_TYPE == "darwin" ; then
++if test $R_OS_TYPE = "darwin" ; then
+ ENABLE_LIBPQ='
+
+ PKG_CPPFLAGS=-Ilibpq
diff -r 23a61612a6f1 -r 3ba8675b0715 math/R-RPostgreSQL/patches/patch-configure.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RPostgreSQL/patches/patch-configure.in Sun Apr 15 17:57:36 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.in,v 1.1.1.1 2012/04/15 17:57:36 brook Exp $
+
+# see http://code.google.com/p/rpostgresql/issues/detail?id=39
+
+--- configure.in.orig 2011-12-31 13:11:52.000000000 +0000
++++ configure.in
+@@ -115,7 +115,7 @@ AC_SUBST(PKG_CPPFLAGS)
+ AC_SUBST(PKG_LIBS)
+
+ ENABLE_LIBPQ=
+-if test $R_OS_TYPE == "darwin" ; then
++if test $R_OS_TYPE = "darwin" ; then
+ ENABLE_LIBPQ='
+
+ PKG_CPPFLAGS=-Ilibpq
Home |
Main Index |
Thread Index |
Old Index