[Midnightbsd-cvs] mports [24147] trunk/databases/p5-Data-Page: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 13:46:54 EDT 2018
Revision: 24147
http://svnweb.midnightbsd.org/mports/?rev=24147
Author: laffer1
Date: 2018-09-03 13:46:54 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/databases/p5-Data-Page/Makefile
trunk/databases/p5-Data-Page/distinfo
trunk/databases/p5-Data-Page/pkg-descr
trunk/databases/p5-Data-Page/pkg-plist
Modified: trunk/databases/p5-Data-Page/Makefile
===================================================================
--- trunk/databases/p5-Data-Page/Makefile 2018-09-03 17:45:33 UTC (rev 24146)
+++ trunk/databases/p5-Data-Page/Makefile 2018-09-03 17:46:54 UTC (rev 24147)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: p5-Data-Page
-# Date created: 21 july 2003
-# Whom: Mathieu Arnold <m at absolight.net>
-#
# $FreeBSD: ports/databases/p5-Data-Page/Makefile,v 1.9 2007/08/31 13:37:05 mat Exp $
# $MidnightBSD$
-#
PORTNAME= Data-Page
-PORTVERSION= 2.00
+PORTVERSION= 2.02
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,13 +9,13 @@
MAINTAINER= ctriv at MidnightBSD.org
COMMENT= Module for paging thru result sets
-LICENSE= perl
-BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:devel/p5-Class-Accessor-Chained
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
-MAN3= Data::Page.3
-
.include <bsd.port.mk>
Modified: trunk/databases/p5-Data-Page/distinfo
===================================================================
--- trunk/databases/p5-Data-Page/distinfo 2018-09-03 17:45:33 UTC (rev 24146)
+++ trunk/databases/p5-Data-Page/distinfo 2018-09-03 17:46:54 UTC (rev 24147)
@@ -1,3 +1,3 @@
-SHA256 (Data-Page-2.00.tar.gz) = aec25125b24a6a1a5f18b48d511c7502a2087f74292b9521f2e4a6d99220e843
-RMD160 (Data-Page-2.00.tar.gz) = 143814733b8efea6c682ce03b0efd28af5034dc3
-SIZE (Data-Page-2.00.tar.gz) = 6448
+TIMESTAMP = 1535996806
+SHA256 (Data-Page-2.02.tar.gz) = a414bd2e6f9ba8982017b3fbeaa460da8fbadee1cf5ec37c7e560948984871c3
+SIZE (Data-Page-2.02.tar.gz) = 8189
Modified: trunk/databases/p5-Data-Page/pkg-descr
===================================================================
--- trunk/databases/p5-Data-Page/pkg-descr 2018-09-03 17:45:33 UTC (rev 24146)
+++ trunk/databases/p5-Data-Page/pkg-descr 2018-09-03 17:46:54 UTC (rev 24147)
@@ -1,11 +1,11 @@
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.
+is unfortunately fiddly, hence this module.
The main concept is that you pass in the number of total entries, the number of
entries per page, and the current page number. You can then call methods to
find out how many pages of information there are, and what number the first and
-last entries on the current page really are.
+last entries on the current page really are.
-WWW: http://search.cpan.org/dist/Data-Page/
+WWW: https://metacpan.org/release/Data-Page
Modified: trunk/databases/p5-Data-Page/pkg-plist
===================================================================
--- trunk/databases/p5-Data-Page/pkg-plist 2018-09-03 17:45:33 UTC (rev 24146)
+++ trunk/databases/p5-Data-Page/pkg-plist 2018-09-03 17:46:54 UTC (rev 24147)
@@ -1,2 +1,2 @@
%%SITE_PERL%%/Data/Page.pm
- at dirrmtry %%SITE_PERL%%/Data
+%%PERL5_MAN3%%/Data::Page.3.gz
More information about the Midnightbsd-cvs
mailing list