Add p5-Array-Window 0.1, calculate windows/subsets/pages of arrays.

This commit is contained in:
Sergey Skvortsov 2003-05-18 14:53:42 +00:00
parent afdeb56e79
commit c9a0322c42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81253
5 changed files with 42 additions and 0 deletions

View File

@ -441,6 +441,7 @@
SUBDIR += p5-Alias
SUBDIR += p5-AppConfig
SUBDIR += p5-AppConfig-Std
SUBDIR += p5-Array-Window
SUBDIR += p5-AtExit
SUBDIR += p5-Attribute-Handlers
SUBDIR += p5-B-Graph

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: Array-Window
# Date created: 18 May 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Array-Window
PORTVERSION= 0.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Calculate windows/subsets/pages of arrays
BUILD_DEPENDS= ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Array::Window.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Array-Window-0.1.tar.gz) = 866ad51077a2d3b87357c4980bd37bea

View File

@ -0,0 +1,10 @@
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.
WWW: http://search.cpan.org/dist/Array-Window/
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Window/.packlist
%%SITE_PERL%%/Array/Window.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Window
@unexec rmdir %D/%%SITE_PERL%%/Array 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true