create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Created by: will
# $FreeBSD: head/devel/p5-Algorithm-Diff/Makefile 379117 2015-02-16 21:26:34Z adamw $
PORTNAME= Algorithm-Diff
PORTVERSION= 1.1903
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl interface to compute differences between two objects
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (Algorithm-Diff-1.1903.tar.gz) = 30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751
SIZE (Algorithm-Diff-1.1903.tar.gz) = 34174

View File

@@ -0,0 +1,7 @@
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.
WWW: http://search.cpan.org/dist/Algorithm-Diff/

View File

@@ -0,0 +1,8 @@
%%SITE_PERL%%/Algorithm/Diff.pm
%%SITE_PERL%%/Algorithm/DiffOld.pm
%%SITE_PERL%%/Algorithm/cdiff.pl
%%SITE_PERL%%/Algorithm/diff.pl
%%SITE_PERL%%/Algorithm/diffnew.pl
%%SITE_PERL%%/Algorithm/htmldiff.pl
%%PERL5_MAN3%%/Algorithm::Diff.3.gz
%%PERL5_MAN3%%/Algorithm::DiffOld.3.gz