mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add pear-DB_Pager, a 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. PR: ports/63346 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
This commit is contained in:
parent
d1492249eb
commit
20b207d197
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102371
@ -177,6 +177,7 @@
|
||||
SUBDIR += p5-postgresql-plperl
|
||||
SUBDIR += p5-sqlrelay
|
||||
SUBDIR += pear-DB
|
||||
SUBDIR += pear-DB_Pager
|
||||
SUBDIR += pgaccess
|
||||
SUBDIR += pgadmin3
|
||||
SUBDIR += pgbash
|
||||
|
25
databases/pear-DB_Pager/Makefile
Normal file
25
databases/pear-DB_Pager/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Ports collection makefile for: pear-DB_Pager
|
||||
# Date created: 25 Febrary 2004
|
||||
# Whom: Toshiya Saitoh (<toshiya@saitoh.nu>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DB_Pager
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= databases www pear
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= toshiya@saitoh.nu
|
||||
COMMENT= PEAR Database Abstraction Layer
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
|
||||
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
NO_BUILD= yes
|
||||
FILES= Pager.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
databases/pear-DB_Pager/distinfo
Normal file
2
databases/pear-DB_Pager/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/DB_Pager-0.7.tgz) = ec4213fe39bdfab951b14433a6ae60c0
|
||||
SIZE (PEAR/DB_Pager-0.7.tgz) = 3447
|
8
databases/pear-DB_Pager/pkg-descr
Normal file
8
databases/pear-DB_Pager/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user