- add p5-Array-Diff-0.04
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. WWW: http://search.cpan.org/dist/Array-Diff/
This commit is contained in:
parent
d879a68160
commit
12df56b903
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208697
@ -345,6 +345,7 @@
|
||||
SUBDIR += otter
|
||||
SUBDIR += p5-Acme-ButFirst
|
||||
SUBDIR += p5-Array-Compare
|
||||
SUBDIR += p5-Array-Diff
|
||||
SUBDIR += p5-Array-IntSpan
|
||||
SUBDIR += p5-Array-PrintCols
|
||||
SUBDIR += p5-Array-RefElem
|
||||
|
24
misc/p5-Array-Diff/Makefile
Normal file
24
misc/p5-Array-Diff/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Array-Diff
|
||||
# Date created: March 09, 2008
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Array-Diff
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= Diff two arrays
|
||||
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Array::Diff.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-Array-Diff/distinfo
Normal file
3
misc/p5-Array-Diff/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Array-Diff-0.04.tar.gz) = 7c08993e1d15dfae959b706db23f5a65
|
||||
SHA256 (Array-Diff-0.04.tar.gz) = ca01c940ce6126e6504ade20dce78a3b9d543969489c1fb0b85b0a7cd5a4c18f
|
||||
SIZE (Array-Diff-0.04.tar.gz) = 10124
|
4
misc/p5-Array-Diff/pkg-descr
Normal file
4
misc/p5-Array-Diff/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module do diff two arrays, and return added and deleted arrays.
|
||||
It's simple usage of Algorithm::Diff.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Array-Compare/
|
2
misc/p5-Array-Diff/pkg-plist
Normal file
2
misc/p5-Array-Diff/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Array/Diff.pm
|
||||
@dirrmtry %%SITE_PERL%%/Array
|
Loading…
Reference in New Issue
Block a user