From owner-cvs-all@FreeBSD.ORG Thu Feb 16 15:45:52 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 3DBE316A420; Thu, 16 Feb 2006 15:45:52 +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 0871A43D4C; Thu, 16 Feb 2006 15:45:52 +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 k1GFjp1f032367; Thu, 16 Feb 2006 15:45:51 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1GFjpxq032366; Thu, 16 Feb 2006 15:45:51 GMT (envelope-from hq) Message-Id: <200602161545.k1GFjpxq032366@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 16 Feb 2006 15:45:51 +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/databases Makefile ports/databases/jakarta-commons-dbutils Makefile distinfo pkg-descr ports/databases/jakarta-commons-dbutils/files patch-build.xml 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: Thu, 16 Feb 2006 15:45:52 -0000 hq 2006-02-16 15:45:51 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/jakarta-commons-dbutils Makefile distinfo pkg-descr databases/jakarta-commons-dbutils/files patch-build.xml Log: DbUtils is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data. WWW: http://jakarta.apache.org/commons/dbutils/ PR: 93324 Submitted by: Michael Winking Revision Changes Path 1.492 +1 -0 ports/databases/Makefile 1.1 +50 -0 ports/databases/jakarta-commons-dbutils/Makefile (new) 1.1 +3 -0 ports/databases/jakarta-commons-dbutils/distinfo (new) 1.1 +20 -0 ports/databases/jakarta-commons-dbutils/files/patch-build.xml (new) 1.1 +6 -0 ports/databases/jakarta-commons-dbutils/pkg-descr (new)