Port details |
- jakarta-commons-dbcp Apache Commons Database Connection Pool
- 2.7.0 java
=0 2.7.0Version of this port present on the latest quarterly branch.
- Maintainer: ale@FreeBSD.org
- Port Added: 2003-10-06 08:31:18
- Last Update: 2019-12-30 09:15:29
- SVN Revision: 521475
- Also Listed In: databases
- License: APACHE20
- WWW:
- http://commons.apache.org/dbcp/
- Description:
- The DBCP Component
Many Jakarta projects support interaction with a relational database.
Creating a new connection for each user can be time consuming (often
requiring multiple seconds of clock time), in order to perform a
database transaction that might take milliseconds. Opening a
connection per user can be unfeasible in a publicly-hosted Internet
application where the number of simultaneous users can be very large.
Accordingly, developers often wish to share a "pool" of open
connections between all of the application's current users. The number
of users actually performing a request at any given time is usually a
very small percentage of the total number of active users, and during
request processing is the only time that a database connection is
required. The application itself logs into the DBMS, and handles any
user account issues internally.
There are several Database Connection Pools already available, both
within Jakarta products and elsewhere. This Commons package provides
an opportunity to coordinate the efforts required to create and
maintain an efficient, feature-rich package under the ASF license.
The commons-dbcp package relies on code in the commons-pool package to
provide the underlying object pool mechanisms that it utilizes.
WWW: http://commons.apache.org/dbcp/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jakarta-commons-dbcp>0:java/jakarta-commons-dbcp
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-commons-dbcp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1566283829
SHA256 (commons-dbcp2-2.7.0-bin.tar.gz) = 35a4b7c41382a643dcfe07592f93cf58b537abdddd0778c229b7e77d0bb5053f
SIZE (commons-dbcp2-2.7.0-bin.tar.gz) = 1869315
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- commons-pool.jar : java/apache-commons-pool
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jakarta-commons-dbcp-2.7.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.0 30 Dec 2019 09:15:29 |
ale |
Rename my jakarta- ports to apache- |
2.7.0 12 Dec 2019 09:52:10 |
ale |
Update commons-pool to 2.8.0 release and rename jakarta- to apache- |
2.7.0 21 Aug 2019 02:01:15 |
glewis |
Update to Apache Commons DBCP 2.7.0
PR: 239984
Approved by: ale@ (maintainer) |
1.4 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.4 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.4 05 Jun 2014 07:41:12 |
ale |
Force java 1.6 only. |
1.4 12 May 2014 15:50:20 |
ale |
Stagify. |
1.4 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.4 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.4 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.4 11 Nov 2010 19:02:35 |
ale |
Fix distinfo.
Submitted by: Jason Harris <jharris@widomaker.com> |
1.4 11 Nov 2010 15:39:42 |
ale |
Update to 1.4 release and unbreak.
Take maintainership.
Approved by: maintainer (by email) |
1.2.2 19 Dec 2009 04:41:28 |
nemoliu |
- Change BROKEN message
PR: ports/129435
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: maintainer timeout (toha@toha.org.ua) |
1.2.2 13 May 2009 03:33:11 |
glewis |
. Update to 1.2.2.
PR: 133282
Approved by: maintainer timeout |
1.2.1_2 29 Nov 2008 22:41:21 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
1.2.1_2 05 Sep 2008 19:10:12 |
pav |
- JAVA_VERSION=1.4 1.5 is better style than 1.4-1.5
Reported by: hq |
1.2.1_2 04 Sep 2008 17:45:03 |
pav |
- Limit to jdk 1.4-1.5, does not build with 1.6
Reported by: pointyhat |
1.2.1_2 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.2.1_1 27 Feb 2008 15:10:54 |
ehaupt |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
1.2.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.1 30 Jan 2006 11:30:48 |
edwin |
SHA256ify (and sometimes SIZEify)
Approved by: krion@ |
1.2.1 26 Jul 2004 05:35:16 |
glewis |
. Update to 1.2.1 [1]
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1] |
1.1 26 May 2004 10:27:00 |
pav |
- Add missed dependency on java/jakarta-commons-collections
PR: ports/66982
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Approved by: maintainer |
1.1 16 Apr 2004 15:26:10 |
glewis |
. Require JDK 1.4 or better (fixes bento build). [1, 2]
. Use MASTER_SITE_APACHE_JAKARTA. [1]
. bsd.java.mk 2.0 compliant. [1]
. Removed pkg-plist using PLIST_FILES. [1]
. Forced ANT to use the selected version of Java.
PR: 65617 [1], 65349 [2]
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Anton Yudin <toha@toha.org.ua>
Approved by: Anton Yudin <toha@toha.org.ua> (maintainer) |
1.1 22 Mar 2004 12:07:27 |
clement |
SIZEify.
PR: 64562
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) |
1.1 23 Jan 2004 06:26:08 |
glewis |
. Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) |
1.1 20 Nov 2003 23:30:15 |
glewis |
. Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.
PR: 59179 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1] |
1.1 11 Nov 2003 11:55:59 |
osa |
Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
PR: 59050 |
1.0 08 Oct 2003 09:51:45 |
osa |
Add slash to WWW tag.
Also remove pair new-lines for portlint(1) happy.
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) |
1.0 06 Oct 2003 08:28:48 |
znerd |
New port: Jakarta Commons DBCP.
PR: 57573
Submitted by: Anton Yudin <toha@toha.org.ua> |