Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 20:40:18 +0900 (JST)
From:      Toshiya SAITOH <toshiya@saitoh.nu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63346: New ports: databases/pear-DB_Pager
Message-ID:  <20040225114018.546DF55@ns.saitoh.nu>
Resent-Message-ID: <200402251150.i1PBo3VN075578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63346
>Category:       ports
>Synopsis:       New ports: databases/pear-DB_Pager
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 03:50:02 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Toshiya SAITOH
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD dmz.saitoh.nu 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #9: Sat Feb 7 20:57:11 JST 2004 root@ns.saitoh.nu:/usr/obj/usr/src/sys/AKAFUKU i386


>Description:
DB_Pager retrieve and return information of database result sets.

This class handles all the stuff needed for displaying
paginated results from a database query of Pear DB.
including fetching only the needed rows and giving extensive information
for helping build an HTML or GTK query result display.

WWW: http://pear.php.net/package/DB_Pager

>How-To-Repeat:
	
>Fix:


--- pear-DB_Pager.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:
#
#	./pear-DB_Pager
#	./pear-DB_Pager/Makefile
#	./pear-DB_Pager/distinfo
#	./pear-DB_Pager/pkg-descr
#
echo c - ./pear-DB_Pager
mkdir -p ./pear-DB_Pager > /dev/null 2>&1
echo x - ./pear-DB_Pager/Makefile
sed 's/^X//' >./pear-DB_Pager/Makefile << 'END-of-./pear-DB_Pager/Makefile'
X# Ports collection makefile for:  pear-DB_Pager
X# Date created:			  25 Febrary 2004
X# Whom:				  Toshiya Saitoh (<toshiya@saitoh.nu>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DB_Pager
XPORTVERSION=	0.7
X#PORTEPOCH=	1
X#PORTREVISION=	1
XCATEGORIES=	databases www pear
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	toshiya@saitoh..nu
XCOMMENT=	PEAR Database Abstraction Layer
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
X		${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
XRUN_DEPENDS=	${BUILD_DEPENDS}
XNO_BUILD=	yes
X
XFILES=		Pager.php
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_Pager/Makefile
echo x - ./pear-DB_Pager/distinfo
sed 's/^X//' >./pear-DB_Pager/distinfo << 'END-of-./pear-DB_Pager/distinfo'
XMD5 (PEAR/DB_Pager-0.7.tgz) = ec4213fe39bdfab951b14433a6ae60c0
XSIZE (PEAR/DB_Pager-0.7.tgz) = 3447
END-of-./pear-DB_Pager/distinfo
echo x - ./pear-DB_Pager/pkg-descr
sed 's/^X//' >./pear-DB_Pager/pkg-descr << 'END-of-./pear-DB_Pager/pkg-descr'
XDB_Pager retrieve and return information of database result sets.
X
XThis class handles all the stuff needed for displaying
Xpaginated results from a database query of Pear DB.
Xincluding fetching only the needed rows and giving extensive information
Xfor helping build an HTML or GTK query result display.
X
XWWW: http://pear.php.net/package/DB_Pager
END-of-./pear-DB_Pager/pkg-descr
exit
--- pear-DB_Pager.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040225114018.546DF55>