Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2004 17:23:31 -0200 (BRST)
From:      Antonio Carlos Venancio Junior <antonio@php.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73831: New port: devel/pear-Pager PEAR Data paging class
Message-ID:  <200411111923.iABJNVvV006672@digitalsign.com>
Resent-Message-ID: <200411111930.iABJUYvi015930@freefall.freebsd.org>

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

>Number:         73831
>Category:       ports
>Synopsis:       New port: devel/pear-Pager PEAR Data paging class
>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:   Thu Nov 11 19:30:34 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #2: Tue Nov  9 10:03:13 BRST 2004     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: devel/pear-Pager

PEAR Data paging class.

It takes an array of data as input and page it according to various 
parameters. It also builds links within a specified range, and allows
complete customization of the output (it even works with mod_rewrite).
>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-Pager
#	pear-Pager/Makefile
#	pear-Pager/distinfo
#	pear-Pager/pkg-descr
#
echo c - pear-Pager
mkdir -p pear-Pager > /dev/null 2>&1
echo x - pear-Pager/Makefile
sed 's/^X//' >pear-Pager/Makefile << 'END-of-pear-Pager/Makefile'
X# Ports collection makefile for:  pear-Pager
X# Date created:			  09 November 2004
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Pager
XPORTVERSION=	2.2.3
XCATEGORIES=	devel www pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	PEAR Data paging class
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	Pager
XFILES=		Common.php Jumping.php Pager.php Sliding.php
XEXAMPLES=	example.php Pager_Wrapper.php
XTESTS=		all_tests.php pager_include.php pager_jumping_noData_test.php \
X		pager_jumping_test.php pager_jumping_tests.php pager_noData_test.php \
X		pager_sliding_noData_test.php pager_sliding_notExpanded_test.php \
X		pager_sliding_test.php pager_sliding_tests.php pager_test.php \
X		pager_tests.php simple_include.php README
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-Pager/Makefile
echo x - pear-Pager/distinfo
sed 's/^X//' >pear-Pager/distinfo << 'END-of-pear-Pager/distinfo'
XMD5 (PEAR/Pager-2.2.3.tgz) = 7ea719dcd47f62d1b7c80232f61a6e98
XSIZE (PEAR/Pager-2.2.3.tgz) = 18681
END-of-pear-Pager/distinfo
echo x - pear-Pager/pkg-descr
sed 's/^X//' >pear-Pager/pkg-descr << 'END-of-pear-Pager/pkg-descr'
XPEAR Data paging class.
X
XIt takes an array of data as input and page it according to various 
Xparameters. It also builds links within a specified range, and allows
Xcomplete customization of the output (it even works with mod_rewrite).
X
XWWW: http://pear.php.net/package/Pager/
END-of-pear-Pager/pkg-descr
exit

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



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