mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Add p5-Array-Window 0.1, calculate windows/subsets/pages of arrays.
This commit is contained in:
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
|
@ -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
|
||||
|
|
25
devel/p5-Array-Window/Makefile
Normal file
25
devel/p5-Array-Window/Makefile
Normal 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>
|
1
devel/p5-Array-Window/distinfo
Normal file
1
devel/p5-Array-Window/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Array-Window-0.1.tar.gz) = 866ad51077a2d3b87357c4980bd37bea
|
10
devel/p5-Array-Window/pkg-descr
Normal file
10
devel/p5-Array-Window/pkg-descr
Normal 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
|
5
devel/p5-Array-Window/pkg-plist
Normal file
5
devel/p5-Array-Window/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue