Initial import of Algorithm-Diff-1.10

This interface to compute differences between two objects
This commit is contained in:
kevlo 2001-01-09 05:42:24 +00:00
parent 784868d344
commit ccb4f9c1dd
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:42:24 kevlo Exp $
DISTNAME= Algorithm-Diff-1.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Algorithm-Diff-1.10.tar.gz) = 63cbe9aeada57a69e31616b87fd0cea2
RMD160 (Algorithm-Diff-1.10.tar.gz) = 977ee9ddf91aa515c466f95f40fe1534f6281cdc
SHA1 (Algorithm-Diff-1.10.tar.gz) = 6ea7a503053c11b28b1ddbf34d3f335628a46387

View File

@ -0,0 +1 @@
interface to compute differences between two objects

View File

@ -0,0 +1,5 @@
Algorithm::Diff is a perl module that provides an interface to compute
the difference between two files, two strings, or any other two lists
of things. It uses an intelligent algorithm similar/identical to the
one used by classical Unix diff(1). It is guaranteed to find the
*smallest possible* set of differences.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/09 05:42:24 kevlo Exp $
libdata/perl5/site_perl/Algorithm/Diff.pm
libdata/perl5/site_perl/Algorithm/DiffOld.pm
libdata/perl5/site_perl/Algorithm/cdiff.pl
libdata/perl5/site_perl/Algorithm/diff.pl
libdata/perl5/site_perl/Algorithm/diffnew.pl
man/man3/Algorithm::Diff.3p
man/man3/Algorithm::DiffOld.3p