From owner-cvs-all@FreeBSD.ORG Fri Nov 19 14:31:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4138A16A4CE; Fri, 19 Nov 2004 14:31:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BE443D54; Fri, 19 Nov 2004 14:31:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAJEVZAV050895; Fri, 19 Nov 2004 14:31:35 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAJEVZle050894; Fri, 19 Nov 2004 14:31:35 GMT (envelope-from hq) Message-Id: <200411191431.iAJEVZle050894@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 19 Nov 2004 14:31:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/java-util-concurrent Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 14:31:36 -0000 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)