mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
create bsd12 branch
This commit is contained in:
17
perl/p5-Algorithm-Diff/Makefile
Normal file
17
perl/p5-Algorithm-Diff/Makefile
Normal 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
|
||||
2
perl/p5-Algorithm-Diff/distinfo
Normal file
2
perl/p5-Algorithm-Diff/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (Algorithm-Diff-1.1903.tar.gz) = 30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751
|
||||
SIZE (Algorithm-Diff-1.1903.tar.gz) = 34174
|
||||
7
perl/p5-Algorithm-Diff/pkg-descr
Normal file
7
perl/p5-Algorithm-Diff/pkg-descr
Normal 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/
|
||||
8
perl/p5-Algorithm-Diff/pkg-plist
Normal file
8
perl/p5-Algorithm-Diff/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user