aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_Pager
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-171-8/+4
| | | | | | | | - Trim header - Take maintainership Notes: svn path=/head/; revision=314451
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Add pear-DB_Pager, a class handles all the stuff needed for displayingPav Lucistnik2004-02-283-0/+35
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> Notes: svn path=/head/; revision=102371