summaryrefslogtreecommitdiff
path: root/databases/jdbc-mysql31/PLIST
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-02-11 23:10:16 +0000
committeradrianp <adrianp>2009-02-11 23:10:16 +0000
commitb73efbba47b083845ef72b025dc4584b6e63a725 (patch)
tree45d115b5f5f76cdb3e9f9b13534853bd29cc4547 /databases/jdbc-mysql31/PLIST
parentfb043ff4ceb157916e9e72fa3f28c88193bcb996 (diff)
downloadpkgsrc-b73efbba47b083845ef72b025dc4584b6e63a725.tar.gz
MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J. MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type 4 designation means that the driver is pure-Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.
Diffstat (limited to 'databases/jdbc-mysql31/PLIST')
-rw-r--r--databases/jdbc-mysql31/PLIST7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/jdbc-mysql31/PLIST b/databases/jdbc-mysql31/PLIST
new file mode 100644
index 00000000000..cc20b71ce28
--- /dev/null
+++ b/databases/jdbc-mysql31/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/11 23:10:16 adrianp Exp $
+lib/java/${DISTNAME}-bin.jar
+share/doc/jdbc-mysql/connector-j.html
+share/doc/jdbc-mysql/README
+share/doc/jdbc-mysql/README.txt
+@dirrm share/doc/jdbc-mysql
+@unexec ${RMDIR} %D/lib/java 2>/dev/null || ${TRUE}