Perl module for calculating array differences, ok jim@

This commit is contained in:
ckuethe 2010-06-27 20:38:14 +00:00
parent a1b3204ed1
commit 2254e083cb
4 changed files with 33 additions and 0 deletions

View 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>

View 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

View 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.

View 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