mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Array-Compare 1.03, perl extension for comparing arrays.
PR: 33361 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
d079a78cfb
commit
d12cf74b0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52448
6 changed files with 49 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
|||
SUBDIR += numchar
|
||||
SUBDIR += nwrite
|
||||
SUBDIR += orville-write
|
||||
SUBDIR += p5-Array-Compare
|
||||
SUBDIR += p5-Array-PrintCols
|
||||
SUBDIR += p5-Business-CreditCard
|
||||
SUBDIR += p5-Business-ISBN
|
||||
|
|
22
misc/p5-Array-Compare/Makefile
Normal file
22
misc/p5-Array-Compare/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Array-Compare
|
||||
# Date created: 30 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Array-Compare
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Array
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Array::Compare.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Array-Compare/distinfo
Normal file
1
misc/p5-Array-Compare/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Array-Compare-1.03.tar.gz) = 2a40c847a70344737c6e297565033c18
|
1
misc/p5-Array-Compare/pkg-comment
Normal file
1
misc/p5-Array-Compare/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl extension for comparing arrays
|
16
misc/p5-Array-Compare/pkg-descr
Normal file
16
misc/p5-Array-Compare/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
Array::Compare is a Perl module which allows you to compare two arrays.
|
||||
|
||||
It has a number of features which allow you to control the way that
|
||||
the arrays are compared:
|
||||
|
||||
* white space in array elements can be significant or ignored.
|
||||
|
||||
* particular columns in the arrays can be ignored.
|
||||
|
||||
Additionally you can get a simple true/false return value or the number
|
||||
of columns which differ or an array containing the indexes of the
|
||||
differing columns.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Array-Compare
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
8
misc/p5-Array-Compare/pkg-plist
Normal file
8
misc/p5-Array-Compare/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Array/Compare.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/Compare/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Array/Compare/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Array/Compare
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Array 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/Compare
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Array 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue