aboutsummaryrefslogtreecommitdiff
path: root/databases/c3p0
Commit message (Collapse)AuthorAgeFilesLines
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* - Add staging support.Jimmy Olgeni2013-11-081-9/+6
| | | | | | | | - Do not mute install commands. - Fix COMMENT. Notes: svn path=/head/; revision=333236
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Upgrade to version 0.9.2.Jimmy Olgeni2013-02-093-7/+180
| | | | Notes: svn path=/head/; revision=311987
* Convert Makefile headers to the new format in my ports (round #2).Jimmy Olgeni2013-01-261-1/+0
| | | | Notes: svn path=/head/; revision=311019
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add c3p0, a Java library for augmenting traditional (DriverManager-based)Jimmy Olgeni2010-09-234-0/+86
JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling. Notes: svn path=/head/; revision=261701