From owner-cvs-all Tue Feb 4 17:57:11 2003 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 336E137B406; Tue, 4 Feb 2003 17:57:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3B643FB1; Tue, 4 Feb 2003 17:57:07 -0800 (PST) (envelope-from edwin@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 h151v7bv083326; Tue, 4 Feb 2003 17:57:07 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h151v7S9083325; Tue, 4 Feb 2003 17:57:07 -0800 (PST) Message-Id: <200302050157.h151v7S9083325@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 4 Feb 2003 17:57:07 -0800 (PST) To: src-committers@FreeBSD.org, ports-committers@FreeBSD.org, doc-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Browse Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/02/04 17:57:07 PST Modified files: databases Makefile Added files: databases/p5-DBIx-Browse Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New Port: p5-DBIx-Browse v2.09 The purpose of DBIx::Browse is to handle the browsing of relational tables. DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and INSERTs from the desired "human view" to the values needed for the ta- ble. This is the case when you have related tables (1 to n) where the detail table has a reference (FOREIGN KEY) to a generic table (i.e. Customers and Bills) with some index (tipically an integer). PR: ports/47624 Submitted by: Philip M. Gollucci Revision Changes Path 1.224 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/p5-DBIx-Browse/Makefile (new) 1.1 +1 -0 ports/databases/p5-DBIx-Browse/distinfo (new) 1.1 +1 -0 ports/databases/p5-DBIx-Browse/pkg-comment (new) 1.1 +13 -0 ports/databases/p5-DBIx-Browse/pkg-descr (new) 1.1 +8 -0 ports/databases/p5-DBIx-Browse/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message