From a3861bf3d0b359efdd748b6b59f1460e59cc8f30 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 3 Jan 2006 17:54:09 +0000 Subject: 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. --- databases/jdbc-postgresql80/DESCR | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 databases/jdbc-postgresql80/DESCR (limited to 'databases/jdbc-postgresql80/DESCR') diff --git a/databases/jdbc-postgresql80/DESCR b/databases/jdbc-postgresql80/DESCR new file mode 100644 index 00000000000..604592cb879 --- /dev/null +++ b/databases/jdbc-postgresql80/DESCR @@ -0,0 +1,7 @@ +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. -- cgit v1.2.3