From philip@p6m7g8.com  Tue Jan 28 22:12:56 2003
Return-Path: <philip@p6m7g8.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F412B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2003 22:12:55 -0800 (PST)
Received: from p6m7g8.com (pcp02835904pcs.hyatsv01.md.comcast.net [68.54.254.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 671B643F9B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2003 22:12:55 -0800 (PST)
	(envelope-from philip@p6m7g8.com)
Received: from p6m7g8.com (localhost [127.0.0.1])
	by p6m7g8 (8.12.6/8.12.6) with ESMTP id h0T1BxqK046973
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Jan 2003 01:11:59 GMT
	(envelope-from philip@p6m7g8.com)
Received: (from root@localhost)
	by p6m7g8.com (8.12.6/8.12.6/Submit) id h0T1BxXJ046972;
	Wed, 29 Jan 2003 01:11:59 GMT
Message-Id: <200301290111.h0T1BxXJ046972@p6m7g8.com>
Date: Wed, 29 Jan 2003 01:11:59 GMT
From: "Philip M. Gollucci" <philip@p6m7g8.com>
Reply-To: "Philip M. Gollucci" <philip@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: p5-DBIx-Browse v2.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47624
>Category:       ports
>Synopsis:       New Port: p5-DBIx-Browse v2.09
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 22:20:03 PST 2003
>Closed-Date:    Tue Feb 04 17:57:58 PST 2003
>Last-Modified:  Tue Feb 04 17:57:58 PST 2003
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
P6M7G8 Consulting
>Environment:
System: FreeBSD p6m7g8.com 5.0-RELEASE FreeBSD 5.0-RELEASE #1: Tue Jan 21 21:47:20 GMT 2003 philip@p6m7g8:/usr/src/sys/i386/compile/PHILIP i386

>Description:
>How-To-Repeat:
>Fix:
--- p5-DBIx-Browse.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-DBIx-Browse
#	p5-DBIx-Browse/distinfo
#	p5-DBIx-Browse/pkg-plist
#	p5-DBIx-Browse/pkg-comment
#	p5-DBIx-Browse/Makefile
#	p5-DBIx-Browse/pkg-descr
#
echo c - p5-DBIx-Browse
mkdir -p p5-DBIx-Browse > /dev/null 2>&1
echo x - p5-DBIx-Browse/distinfo
sed 's/^X//' >p5-DBIx-Browse/distinfo << 'END-of-p5-DBIx-Browse/distinfo'
XMD5 (DBIx-Browse-2.09.tar.gz) = 1deec1be8a438dc5dc2c28d886c1075b
END-of-p5-DBIx-Browse/distinfo
echo x - p5-DBIx-Browse/pkg-plist
sed 's/^X//' >p5-DBIx-Browse/pkg-plist << 'END-of-p5-DBIx-Browse/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Browse.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Browse/CGI.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Browse/.packlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Browse 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
X
END-of-p5-DBIx-Browse/pkg-plist
echo x - p5-DBIx-Browse/pkg-comment
sed 's/^X//' >p5-DBIx-Browse/pkg-comment << 'END-of-p5-DBIx-Browse/pkg-comment'
XDBIx::Browse - Perl extension to browse tables
END-of-p5-DBIx-Browse/pkg-comment
echo x - p5-DBIx-Browse/Makefile
sed 's/^X//' >p5-DBIx-Browse/Makefile << 'END-of-p5-DBIx-Browse/Makefile'
X# New ports collection makefile for:	p5-DBIx-Browse
X# Date created:				January 29th 2003
X# Whom:	      				Philip M. Gollucci <philip@p6m7g8.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DBIx-Browse
XPORTVERSION=	2.09
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	DBIx
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	philip@p6m7g8.com
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
X
XPERL_CONFIGURE=	yes
X
XMAN3=		DBIx::Browse::CGI.3 \
X		DBIx::Browse.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-DBIx-Browse/Makefile
echo x - p5-DBIx-Browse/pkg-descr
sed 's/^X//' >p5-DBIx-Browse/pkg-descr << 'END-of-p5-DBIx-Browse/pkg-descr'
XThe purpose of DBIx::Browse is to handle the browsing of relational
Xtables.
X
XDBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and
XINSERTs from the desired "human view" to the values needed for the ta-
Xble. This is the case when you have related tables (1 to n) where the
Xdetail table has a reference (FOREIGN KEY) to a generic table (i.e.
XCustomers and Bills) with some index (tipically an integer).
X
X
XWWW: http://search.cpan.org/search?dist=DBIx-Browse
X
XPhilip M. Gollucci <philip@p6m7g8.com>
END-of-p5-DBIx-Browse/pkg-descr
exit
--- p5-DBIx-Browse.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 4 17:57:29 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47624 
>Unformatted:
