SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-Algorithm-Diff/Makefile
Normal file
11
devel/p5-Algorithm-Diff/Makefile
Normal 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>
|
2
devel/p5-Algorithm-Diff/distinfo
Normal file
2
devel/p5-Algorithm-Diff/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Algorithm-Diff-1.1903.tar.gz) = MOhKxLMdQLZik/exIhMxxaUFYaOdWA2FAE2cH/+ZF1E=
|
||||
SIZE (Algorithm-Diff-1.1903.tar.gz) = 34174
|
5
devel/p5-Algorithm-Diff/pkg/DESCR
Normal file
5
devel/p5-Algorithm-Diff/pkg/DESCR
Normal 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.
|
9
devel/p5-Algorithm-Diff/pkg/PLIST
Normal file
9
devel/p5-Algorithm-Diff/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue