aboutsummaryrefslogtreecommitdiff
path: root/databases/c3p0/pkg-descr
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-09-23 15:59:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-09-23 15:59:11 +0000
commit4391611f293e1d6ce497285de1dc74cb8ebfb03a (patch)
tree7979c235bd6459377983e040e70b17d15b4c040a /databases/c3p0/pkg-descr
parent4168feee0e28829b9f06e13adaba8e7416601703 (diff)
downloadports-4391611f293e1d6ce497285de1dc74cb8ebfb03a.tar.gz
ports-4391611f293e1d6ce497285de1dc74cb8ebfb03a.zip
Notes
Diffstat (limited to 'databases/c3p0/pkg-descr')
-rw-r--r--databases/c3p0/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/c3p0/pkg-descr b/databases/c3p0/pkg-descr
new file mode 100644
index 000000000000..508c3c4e9d88
--- /dev/null
+++ b/databases/c3p0/pkg-descr
@@ -0,0 +1,6 @@
+c3p0 is an easy-to-use Java library for augmenting traditional
+(DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
+including DataSources that implement Connection and Statement
+Pooling, as described by the jdbc3 spec and jdbc2 std extension.
+
+WWW: http://sourceforge.net/projects/c3p0/