aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Data-Page
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-032-3/+1
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* SITE_PERL --> package dependencies, chunks 2-3Chris Rees2012-06-031-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298118
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-141-1/+2
| | | | | | | - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS Notes: svn path=/head/; revision=289127
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.02Wen Heping2009-12-082-4/+4
| | | | Notes: svn path=/head/; revision=245383
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Update to 2.01Mathieu Arnold2009-02-132-4/+4
| | | | Notes: svn path=/head/; revision=228198
* Use the CPAN site macro.Mathieu Arnold2007-08-311-2/+1
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Yeah, I finally did it, I broke INDEX...Mathieu Arnold2004-11-031-1/+1
| | | | | | | | | | Bad typo Pointed out by; krion Pointy Hat To: me Notes: svn path=/head/; revision=120710
* Update to 2.00Mathieu Arnold2004-11-032-3/+6
| | | | Notes: svn path=/head/; revision=120701
* Update to 1.03Mathieu Arnold2004-07-213-7/+4
| | | | Notes: svn path=/head/; revision=114349
* Update to 1.02Mathieu Arnold2004-07-133-5/+6
| | | | Notes: svn path=/head/; revision=113542
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update to 1.01Mathieu Arnold2003-12-042-2/+2
| | | | Notes: svn path=/head/; revision=94949
* Update to 1.00Mathieu Arnold2003-11-042-4/+2
| | | | | | | Remove unneeded dependency Notes: svn path=/head/; revision=93081
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* New port databases/p5-Data-PageKirill Ponomarev2003-07-224-0/+40
When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module. PR: 54720 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85377