From antonio@digitalsign.com  Tue Mar  8 11:46:29 2005
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7985E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Mar 2005 11:46:29 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4E12043D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Mar 2005 11:46:28 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id j28BkPCP070348
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 8 Mar 2005 08:46:26 -0300 (BRT)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id j28BkPYM070347;
	Tue, 8 Mar 2005 08:46:25 -0300 (BRT)
Message-Id: <200503081146.j28BkPYM070347@digitalsign.com>
Date: Tue, 8 Mar 2005 08:46:25 -0300 (BRT)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: databases/pear-DB_Table PEAR object-oriented interface to a database table
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78588
>Category:       ports
>Synopsis:       New port: databases/pear-DB_Table PEAR object-oriented interface to a database table
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 08 11:50:04 GMT 2005
>Closed-Date:    Mon Mar 14 20:16:58 GMT 2005
>Last-Modified:  Mon Mar 14 20:16:58 GMT 2005
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: databases/pear-DB_Table PEAR object-oriented interface to a database table

PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table
creation, data validation, insert, update, delete, and select; combines
these with PEAR::HTML_QuickForm to automatically generate input forms
that match the table column definitions.
>How-To-Repeat:
>Fix:
# 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:
#
#	pear-DB_Table
#	pear-DB_Table/Makefile
#	pear-DB_Table/distinfo
#	pear-DB_Table/pkg-descr
#
echo c - pear-DB_Table
mkdir -p pear-DB_Table > /dev/null 2>&1
echo x - pear-DB_Table/Makefile
sed 's/^X//' >pear-DB_Table/Makefile << 'END-of-pear-DB_Table/Makefile'
X# Ports collection makefile for:  pear-DB_Table
X# Date created:			  08 March 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DB_Table
XPORTVERSION=	1.0.0
XCATEGORIES=	databases www pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	PEAR object-oriented interface to a database table
X
XBUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
X		${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_REINPLACE=	yes
X
XLATEST_LINK=	pear-DB_Table
XOPTIONS=	PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off
X
XFILES=		DB/Table.php DB/Table/Manager.php DB/Table/QuickForm.php \
X		DB/Table/Valid.php
XDOCS=		_sources.txt all-words.txt mssql-words.txt mysql-words.txt \
X		oci8-words.txt pgsql-words.txt sql92-words.txt sql99-words.txt \
X		sqlite-words.txt
XTESTS=		bogotest.php setup.ini-dist
X_DOCSDIR=	docs/reserved_words
X
Xpost-extract:
X	@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" \
X		${WRKSRC}/DB/Table.php
X
X.if defined(WITH_PEAR_HTML_QUICKFORM)
XRUN_DEPENDS+=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
X.endif
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-DB_Table/Makefile
echo x - pear-DB_Table/distinfo
sed 's/^X//' >pear-DB_Table/distinfo << 'END-of-pear-DB_Table/distinfo'
XMD5 (PEAR/DB_Table-1.0.0.tgz) = 2086312baac5f7bfbf826af4fb795283
XSIZE (PEAR/DB_Table-1.0.0.tgz) = 27598
END-of-pear-DB_Table/distinfo
echo x - pear-DB_Table/pkg-descr
sed 's/^X//' >pear-DB_Table/pkg-descr << 'END-of-pear-DB_Table/pkg-descr'
XPEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table
Xcreation, data validation, insert, update, delete, and select; combines
Xthese with PEAR::HTML_QuickForm to automatically generate input forms
Xthat match the table column definitions.
X
XWWW: http://pear.php.net/package/DB_Table/
END-of-pear-DB_Table/pkg-descr
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Fri Mar 11 20:47:37 GMT 2005 
State-Changed-Why:  
This port is trying to delete ${PREFIX}/share/pear/DB which it didn't create - 
that directory belongs to pear-DB port. Can you fix this? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Mar 11 20:47:37 GMT 2005 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78588 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon Mar 14 20:16:49 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

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