cvs commit: ports/devel Makefile ports/devel/java-util-concurrent
Makefile distinfo pkg-descr
Herve Quiroz
hq at FreeBSD.org
Fri Nov 19 14:31:36 GMT 2004
hq 2004-11-19 14:31:35 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/java-util-concurrent Makefile distinfo pkg-descr
Log:
This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.
The package mainly consists of implementations of a few interfaces:
* Sync -- locks, conditions
* Channel -- queues, buffers
* Barrier -- multi-party synchronization
* SynchronizedVariable -- atomic ints, refs etc
* java.util.Collection -- collections
* Executor -- replacements for direct use of Thread
Plus some utilities and frameworks that build upon these.
This package was the precursor to java.util.concurrent.
WWW: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Revision Changes Path
1.1733 +1 -0 ports/devel/Makefile
1.1 +48 -0 ports/devel/java-util-concurrent/Makefile (new)
1.1 +2 -0 ports/devel/java-util-concurrent/distinfo (new)
1.1 +19 -0 ports/devel/java-util-concurrent/pkg-descr (new)
More information about the cvs-all
mailing list