notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
jakarta-commons-dbcp Apache Commons Database Connection Pool
2.7.0 java Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.7.0Version of this port present on the latest quarterly branch.
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /usr/local/share/java/classes/commons-dbcp.jar
  2. /usr/local/share/java/classes/commons-dbcp2-2.7.0.jar
  3. /usr/local/share/licenses/jakarta-commons-dbcp-2.7.0/catalog.mk
  4. /usr/local/share/licenses/jakarta-commons-dbcp-2.7.0/LICENSE
  5. /usr/local/share/licenses/jakarta-commons-dbcp-2.7.0/APACHE20
Collapse this list.
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. commons-pool.jar : java/apache-commons-pool
  2. 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.forthnet.gr/pub/www/apache/commons/dbcp/binaries/
  2. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/commons/dbcp/binaries/
  3. ftp://mir1.ovh.net/ftp.apache.org/dist/commons/dbcp/binaries/
  4. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/commons/dbcp/binaries/
  5. http://apache.mirror.uber.com.au/commons/dbcp/binaries/
  6. http://apache.spd.co.il/commons/dbcp/binaries/
  7. http://ftp.twaren.net/Unix/Web/apache/commons/dbcp/binaries/
  8. https://archive.apache.org/dist/commons/dbcp/binaries/
  9. https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/commons/dbcp/binaries/
  10. https://ftp.mirrorservice.org/sites/ftp.apache.org/commons/dbcp/binaries/
  11. https://mirrors.ircam.fr/pub/apache/commons/dbcp/binaries/
  12. https://www.apache.org/dist/commons/dbcp/binaries/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.0
30 Dec 2019 09:15:29
Revision:521475Original commit files touched by this commit
ale search for other commits by this committer
Rename my jakarta- ports to apache-
2.7.0
12 Dec 2019 09:52:10
Revision:519858Original commit files touched by this commit
ale search for other commits by this committer
Update commons-pool to 2.8.0 release and rename jakarta- to apache-
2.7.0
21 Aug 2019 02:01:15
Revision:509484Original commit files touched by this commit
glewis search for other commits by this committer
Update to Apache Commons DBCP 2.7.0

PR:		239984
Approved by:	ale@ (maintainer)
1.4
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:356605Original commit files touched by this commit
ale search for other commits by this committer
Force java 1.6 only.
1.4
12 May 2014 15:50:20
Revision:353844Original commit files touched by this commit
ale search for other commits by this committer
Stagify.
1.4
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
1.4
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
ale search for other commits by this committer
Fix distinfo.

Submitted by:   Jason Harris <jharris@widomaker.com>
1.4
11 Nov 2010 15:39:42
Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.4 release and unbreak.
Take maintainership.

Approved by:    maintainer (by email)
1.2.2
19 Dec 2009 04:41:28
Original commit files touched by this commit
nemoliu search for other commits by this committer
- 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
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.2.2.

PR:             133282
Approved by:    maintainer timeout
1.2.1_2
29 Nov 2008 22:41:21
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
1.2.1_2
05 Sep 2008 19:10:12
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify (and sometimes SIZEify)
Approved by: krion@
1.2.1
26 Jul 2004 05:35:16
Original commit files touched by this commit
glewis search for other commits by this committer
. 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
glewis search for other commits by this committer
. 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
Original commit files touched by this commit
clement search for other commits by this committer
SIZEify.

PR:             64562
Submitted by:   Anton Yudin <toha@toha.org.ua> (maintainer)
1.1
23 Jan 2004 06:26:08
Original commit files touched by this commit
glewis search for other commits by this committer
. 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
Original commit files touched by this commit
glewis search for other commits by this committer
. 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
Original commit files touched by this commit
osa search for other commits by this committer
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
Original commit files touched by this commit
osa search for other commits by this committer
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
Original commit files touched by this commit
znerd search for other commits by this committer
New port: Jakarta Commons DBCP.

PR:             57573
Submitted by:   Anton Yudin <toha@toha.org.ua>

Number of commits found: 31