summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-01-03 17:55:11 +0000
committerabs <abs@pkgsrc.org>2006-01-03 17:55:11 +0000
commit202728c97f107e312fada1f786f2da2b00bafd48 (patch)
tree716e2151ab2b18bbcedad23141397a8d5ffae4d4 /doc
parentdd58ee95c083eeded02f8021586f2e9627b33a96 (diff)
downloadpkgsrc-202728c97f107e312fada1f786f2da2b00bafd48.tar.gz
Add jdbc-postgresql80-314 to pkgsrc:
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions. This package installs the official jdbc3 jarfile from jdbc.postgresql.org, but also download the src to include the README and example java files. As such it does not require java at build time.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 300b41e5a4f..56082697e15 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12335 2006/01/03 17:37:56 adrianp Exp $
+$NetBSD: CHANGES,v 1.12336 2006/01/03 17:55:11 abs Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -72,3 +72,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated net/snort to 2.4.3nb1 [adrianp 2006-01-03]
Updated net/snort-mysql to 2.4.3nb1 [adrianp 2006-01-03]
Updated net/snort-pgsql to 2.4.3nb1 [adrianp 2006-01-03]
+ Added databases/jdbc-postgresql80 [abs 2006-01-03]