From owner-cvs-all@FreeBSD.ORG Fri Aug 8 07:21:04 2003 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 CACB437B401; Fri, 8 Aug 2003 07:21:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2269B43FB1; Fri, 8 Aug 2003 07:21:04 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h78EL30U004013; Fri, 8 Aug 2003 07:21:03 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h78EL34R004012; Fri, 8 Aug 2003 07:21:03 -0700 (PDT) Message-Id: <200308081421.h78EL34R004012@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 8 Aug 2003 07:21:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefileports/databases/p5-DBIx-SQLEngine Makefile distinfo pkg-descr pkg-plist 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, 08 Aug 2003 14:21:05 -0000 erwin 2003/08/08 07:21:03 PDT FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-SQLEngine Makefile distinfo pkg-descr pkg-plist Log: Add p5-DBIx-SQLEngine 0.009, extends DBI with high-level operations. The DBIx::SQLEngine class provides an extended interface for DBI database handles, adding methods that support ad-hoc SQL generation and query execution in a single call. PR: 55129 Submitted by: Hansjoerg Pehofer Revision Changes Path 1.249 +1 -0 ports/databases/Makefile 1.1 +44 -0 ports/databases/p5-DBIx-SQLEngine/Makefile (new) 1.1 +1 -0 ports/databases/p5-DBIx-SQLEngine/distinfo (new) 1.1 +7 -0 ports/databases/p5-DBIx-SQLEngine/pkg-descr (new) 1.1 +31 -0 ports/databases/p5-DBIx-SQLEngine/pkg-plist (new)