aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Data-SpreadPagination
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300241
* 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Perl module for page numbering and spread pagination. The object produced byMartin Wilke2007-03-224-0/+45
Data::SpreadPagination can be used to create an easy to use spread pagination navigator. It inherits from Data::Page, and in addition provides methods to create a pagination spread, keeping pagenumbers displayed within a sensible limit. WWW: http://search.cpan.org/dist/Data-SpreadPagination/ PR: ports/110677 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> Notes: svn path=/head/; revision=188029