aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdbcpool
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to bsd.java.mk 2.0hq2005-02-182-58/+30
| | | | | | | | | | - Add 'databases' category - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - CP -> INSTALL_DATA - Honor hier(7): install docs in DOCSDIR and samples in EXAMPLESDIR - Honor NOPORTDOCS - Minor cosmetic improvements - Bump PORTREVISION
* Add SIZE into distinfodaichi2004-03-181-0/+1
| | | | Submitted by: trevor
* java/jdbcpool: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* Upgrade to 0.99.znerd2002-05-223-68/+59
| | | | | Submitted by: maintainer PR: 33192
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Adding jdbcpool version 0.94.steve1999-12-295-0/+95
Implements a JDBC connection pool. PR: 12523 Submitted by: Jose Marques <noway@nohow.demon.co.uk>