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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q3
apache-commons-dbcp Apache Commons Database Connection Pool
2.12.0 java on this many watch lists=2 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.12.0Version of this port present on the latest quarterly branch.
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-12-30 09:15:35
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: databases
License: APACHE20
WWW:
https://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.
Homepage    cgit ¦ Codeberg ¦ 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.12.0.jar
  3. /usr/local/share/licenses/apache-commons-dbcp-2.12.0/catalog.mk
  4. /usr/local/share/licenses/apache-commons-dbcp-2.12.0/LICENSE
  5. /usr/local/share/licenses/apache-commons-dbcp-2.12.0/APACHE20
Collapse this list.
Dependency lines:
  • apache-commons-dbcp>0:java/apache-commons-dbcp
To install the port:
cd /usr/ports/java/apache-commons-dbcp/ && make install clean
To add the package, run one of these commands:
  • pkg install java/apache-commons-dbcp
  • pkg install apache-commons-dbcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: apache-commons-dbcp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709622183 SHA256 (commons-dbcp2-2.12.0-bin.tar.gz) = 54f7444f899980cadf83bdc4220d132bdfdce88e44856f1fb3f459513a58b264 SIZE (commons-dbcp2-2.12.0-bin.tar.gz) = 2486619

Packages (timestamps in pop-ups are UTC):
apache-commons-dbcp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.12.02.12.0-2.12.02.12.0---
FreeBSD:13:quarterly2.12.02.12.02.9.02.12.02.12.0-2.9.02.9.0
FreeBSD:14:latest2.12.02.12.02.9.02.12.02.12.0--2.9.0
FreeBSD:14:quarterly2.12.02.12.0-2.12.02.12.0-2.9.02.9.0
FreeBSD:15:latest2.12.02.12.0n/a2.12.0n/a-2.9.02.9.0
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
This port is required by:
for Run
  1. www/jmeter

Configuration Options:
===> The following configuration options are available for apache-commons-dbcp-2.12.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
java_apache-commons-dbcp
USES:
java
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://archive.apache.org/dist/commons/dbcp/binaries/
Collapse this list.

There are no commits on branch 2025Q3 for this port