summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjwise <jwise>2000-01-19 05:36:13 +0000
committerjwise <jwise>2000-01-19 05:36:13 +0000
commita2107b98c9c5cf28dfb09a6cd2940964c50980f9 (patch)
tree1466d8f29395fb4130dc1346aec7046fd54b21ba /databases
parent49ef3a9648c3d1845f6d5c30dca85360e56e82ab (diff)
downloadpkgsrc-a2107b98c9c5cf28dfb09a6cd2940964c50980f9.tar.gz
Initial import of jdbc-postgresql-6.5.3, a type 4 JDBC driver for PostgreSQL.
This shares a distfile and a checksum file with the postgresql package. It uses a different workaround for the postgres jdbc Makefile than in that package's patch-an, but I am leaving that patch there for documentation purposes. (That way `cd pkgsrcs/databases/postgresql ; make patch' DTRT for people looking at the sources).
Diffstat (limited to 'databases')
-rw-r--r--databases/jdbc-postgresql/Makefile44
-rw-r--r--databases/jdbc-postgresql/pkg/COMMENT1
-rw-r--r--databases/jdbc-postgresql/pkg/DESCR1
-rw-r--r--databases/jdbc-postgresql/pkg/PLIST31
4 files changed, 77 insertions, 0 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile
new file mode 100644
index 00000000000..841f05f869a
--- /dev/null
+++ b/databases/jdbc-postgresql/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/19 05:36:13 jwise Exp $
+#
+
+DISTNAME= postgresql-6.5.3
+PKGNAME= jdbc-${DISTNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME}/src/interfaces/jdbc
+CATEGORIES= databases
+MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \
+ ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/pub/ \
+ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/
+
+MAINTAINER= jwise@netbsd.org
+HOMEPAGE= http://www.PostgreSQL.ORG/
+
+# No, we don't depend on postgresql. This code base stands alone.
+
+# checksum shared distfile, since we need not have built postgresql
+MD5_FILE= ${PKGSRCDIR}/databases/postgresql/files/md5
+
+.include "../../mk/bsd.prefs.mk"
+
+USE_GMAKE=
+USE_JAVA=
+NO_CONFIGURE=
+NO_PATCH=
+ALL_TARGET= jdbc1 doc
+MAKE_ENV+= CLASSPATH=${CLASSPATH}:.
+
+HELP_FILES= README README_6.3 Implementation CHANGELOG
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/postgresql.jar ${PREFIX}/lib
+ ${MKDIR} ${PREFIX}/share/examples/jdbc-postgresql
+ ${INSTALL_DATA} ${WRKSRC}/example/*.java ${PREFIX}/share/examples/jdbc-postgresql
+ ${MKDIR} ${PREFIX}/share/doc/jdbc-postgresql
+ ${MKDIR} ${PREFIX}/share/doc/jdbc-postgresql/api
+.for X in ${HELP_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${X} ${PREFIX}/share/doc/jdbc-postgresql
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jdbc-postgresql/api
+
+.include "../../mk/bsd.pkg.mk"
+
+EXTRACT_CMD += ${DISTNAME}/src/interfaces/jdbc
diff --git a/databases/jdbc-postgresql/pkg/COMMENT b/databases/jdbc-postgresql/pkg/COMMENT
new file mode 100644
index 00000000000..6c87a38129c
--- /dev/null
+++ b/databases/jdbc-postgresql/pkg/COMMENT
@@ -0,0 +1 @@
+100% Java JDBC driver for PostgreSQL
diff --git a/databases/jdbc-postgresql/pkg/DESCR b/databases/jdbc-postgresql/pkg/DESCR
new file mode 100644
index 00000000000..e197dad6c33
--- /dev/null
+++ b/databases/jdbc-postgresql/pkg/DESCR
@@ -0,0 +1 @@
+This package contains a complete Type 4 JDBC driver for the Postgresql RDBMS.
diff --git a/databases/jdbc-postgresql/pkg/PLIST b/databases/jdbc-postgresql/pkg/PLIST
new file mode 100644
index 00000000000..6e775cfb18e
--- /dev/null
+++ b/databases/jdbc-postgresql/pkg/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/19 05:36:13 jwise Exp $
+lib/postgresql.jar
+share/doc/jdbc-postgresql/README
+share/doc/jdbc-postgresql/README_6.3
+share/doc/jdbc-postgresql/Implementation
+share/doc/jdbc-postgresql/CHANGELOG
+share/examples/jdbc-postgresql/ImageViewer.java
+share/examples/jdbc-postgresql/basic.java
+share/examples/jdbc-postgresql/blobtest.java
+share/examples/jdbc-postgresql/datestyle.java
+share/examples/jdbc-postgresql/metadata.java
+share/examples/jdbc-postgresql/psql.java
+share/examples/jdbc-postgresql/threadsafe.java
+share/doc/jdbc-postgresql/api/AllNames.html
+share/doc/jdbc-postgresql/api/Package-postgresql.fastpath.html
+share/doc/jdbc-postgresql/api/Package-postgresql.html
+share/doc/jdbc-postgresql/api/Package-postgresql.largeobject.html
+share/doc/jdbc-postgresql/api/packages.html
+share/doc/jdbc-postgresql/api/postgresql.Connection.html
+share/doc/jdbc-postgresql/api/postgresql.Driver.html
+share/doc/jdbc-postgresql/api/postgresql.Field.html
+share/doc/jdbc-postgresql/api/postgresql.PG_Stream.html
+share/doc/jdbc-postgresql/api/postgresql.ResultSet.html
+share/doc/jdbc-postgresql/api/postgresql.fastpath.Fastpath.html
+share/doc/jdbc-postgresql/api/postgresql.fastpath.FastpathArg.html
+share/doc/jdbc-postgresql/api/postgresql.largeobject.LargeObject.html
+share/doc/jdbc-postgresql/api/postgresql.largeobject.LargeObjectManager.html
+share/doc/jdbc-postgresql/api/tree.html
+@dirrm share/doc/jdbc-postgresql/api
+@dirrm share/doc/jdbc-postgresql
+@dirrm share/examples/jdbc-postgresql