import p5-Array-Window

Many applications require that a large set of results be broken down
into a smaller set of 'windows', or 'pages' in web language.
Array::Window implements an algorithm specifically for dealing with
these windows.  It is very flexible and permissive, making adjustments
to the window as needed.

ok pyr@
This commit is contained in:
simon 2007-10-13 06:44:44 +00:00
parent 857ae64bd2
commit 55f51d28b9
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 06:44:44 simon Exp $
COMMENT= calculate windows/subsets/pages of arrays
MODULES= cpan
DISTNAME= Array-Window-1.01
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= ADAMK
MAKE_ENV+= AUTOMATED_TESTING=1
REGRESS_DEPENDS+=::devel/p5-Test-Pod
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Array-Window-1.01.tar.gz) = nOc+uBe7gkM+GCRzt1LXNQ==
RMD160 (Array-Window-1.01.tar.gz) = 5vTwzmy7kVQcT0I01wkHe/GMV0s=
SHA1 (Array-Window-1.01.tar.gz) = JBjYmCcL+4AmLhhvgsiOI6JvRGQ=
SHA256 (Array-Window-1.01.tar.gz) = 32HYuD7dubdwpjJ0ITx+oZFhYQeKh9A8bcqq2oG6JpA=
SIZE (Array-Window-1.01.tar.gz) = 24545

View File

@ -0,0 +1,5 @@
Many applications require that a large set of results be broken down
into a smaller set of 'windows', or 'pages' in web language.
Array::Window implements an algorithm specifically for dealing with
these windows. It is very flexible and permissive, making adjustments
to the window as needed.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/13 06:44:44 simon Exp $
${P5SITE}/Array/
${P5SITE}/Array/Window.pm
@man man/man3p/Array::Window.3p