Path to this page:
./
wip/apache-commons-pool,
Pooling implementation for Java objects
Branch: CURRENT,
Version: 1.5.5,
Package name: apache-commons-pool-1.5.5,
Maintainer: pkgsrc-usersPool provides an Object-pooling API, with three major aspects:
1. A generic object pool interface that clients and implementors can use to
provide easily interchangeable pooling implementations.
2. A toolkit for creating modular object pools.
3. Several general purpose pool implementations.
Required to run:[
lang/openjdk11]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: e325ff0f3cc1ed0820bf9631f6657b56574b9cc4
Filesize: 954.094 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
|
2012-01-01 16:35:43 by Kamel Derouiche | Files touched by this commit (1) |
Log message:
Update Maintainer
|
2010-09-13 10:46:06 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import apache-commons-pool-1.5.5 as wip/apache-commons-pool.
Pool provides an Object-pooling API, with three major aspects:
1. A generic object pool interface that clients and implementors can use to
provide easily interchangeable pooling implementations.
2. A toolkit for creating modular object pools.
3. Several general purpose pool implementations.
|