From owner-cvs-all@FreeBSD.ORG Tue Feb 14 15:46:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 E5BC616A420; Tue, 14 Feb 2006 15:46:39 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4FC543D45; Tue, 14 Feb 2006 15:46:39 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1EFkddW009796; Tue, 14 Feb 2006 15:46:39 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1EFkdOx009795; Tue, 14 Feb 2006 15:46:39 GMT (envelope-from hq) Message-Id: <200602141546.k1EFkdOx009795@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 14 Feb 2006 15:46:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/jakarta-commons-io Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Feb 2006 15:46:40 -0000 hq 2006-02-14 15:46:38 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/jakarta-commons-io Makefile distinfo pkg-descr Log: Commons IO is a library of utilities to assist with developing IO functionality. There are three main areas included: * Utility classes - with static methods to perform common tasks * Filters - various implementations of file filters * Streams - useful stream, reader and writer implementations WWW: http://jakarta.apache.org/commons/io/ PR: 93322 Submitted by: Michael Winking Revision Changes Path 1.2125 +1 -0 ports/devel/Makefile 1.1 +54 -0 ports/devel/jakarta-commons-io/Makefile (new) 1.1 +4 -0 ports/devel/jakarta-commons-io/distinfo (new) 1.1 +9 -0 ports/devel/jakarta-commons-io/pkg-descr (new)