Perl module for calculating array differences, ok jim@
This commit is contained in:
parent
a1b3204ed1
commit
2254e083cb
22
devel/p5-Array-Diff/Makefile
Normal file
22
devel/p5-Array-Diff/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/27 20:38:14 ckuethe Exp $
|
||||||
|
|
||||||
|
COMMENT= perform diffs on arrays
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
|
DISTNAME= Array-Diff-0.05002
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
||||||
|
|
||||||
|
# Artistic
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MAKE_ENV+= TEST_POD=1
|
||||||
|
|
||||||
|
RUN_DEPENDS= ::devel/p5-Algorithm-Diff \
|
||||||
|
::devel/p5-Class-Accessor
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
devel/p5-Array-Diff/distinfo
Normal file
5
devel/p5-Array-Diff/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (Array-Diff-0.05002.tar.gz) = 6b0tDNNhd9tqJ8lBILR5Rg==
|
||||||
|
RMD160 (Array-Diff-0.05002.tar.gz) = BXaRwu+jcwp7dpf0HfwVlrQwm+o=
|
||||||
|
SHA1 (Array-Diff-0.05002.tar.gz) = LCjr/3GUNTqLp4hGS6nKMCv/ZqU=
|
||||||
|
SHA256 (Array-Diff-0.05002.tar.gz) = z2NBVlCZ0VXgzXSZq+vMYok9kTfGcH1U4G8sbxLSgTI=
|
||||||
|
SIZE (Array-Diff-0.05002.tar.gz) = 45810
|
2
devel/p5-Array-Diff/pkg/DESCR
Normal file
2
devel/p5-Array-Diff/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
This module compares two arrays and returns the added or deleted
|
||||||
|
elements in two separate arrays. It's a wrapper around Algorithm::Diff.
|
4
devel/p5-Array-Diff/pkg/PLIST
Normal file
4
devel/p5-Array-Diff/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/27 20:38:14 ckuethe Exp $
|
||||||
|
${P5SITE}/Array/
|
||||||
|
${P5SITE}/Array/Diff.pm
|
||||||
|
@man man/man3p/Array::Diff.3p
|
Loading…
x
Reference in New Issue
Block a user