SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
COMMENT= interface to compute differences between two objects
MODULES= cpan
PKG_ARCH= *
DISTNAME = Algorithm-Diff-1.1903
CATEGORIES= devel
REVISION = 1
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Algorithm-Diff-1.1903.tar.gz) = MOhKxLMdQLZik/exIhMxxaUFYaOdWA2FAE2cH/+ZF1E=
SIZE (Algorithm-Diff-1.1903.tar.gz) = 34174

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,9 @@
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/Diff.pm
${P5SITE}/Algorithm/DiffOld.pm
${P5SITE}/Algorithm/cdiff.pl
${P5SITE}/Algorithm/diff.pl
${P5SITE}/Algorithm/diffnew.pl
${P5SITE}/Algorithm/htmldiff.pl
@man man/man3p/Algorithm::Diff.3p
@man man/man3p/Algorithm::DiffOld.3p