diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:14:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:14:38 +0000 |
commit | 945244d423311b9c7a2ac1c1e947a83ad7620d47 (patch) | |
tree | f8f37b6446d72c5b23caf0121303e46e7ce585e5 | |
parent | Add p5-Agent 3.20, perl module that provides a foundation for software agent (diff) |
Add p5-Algorithm-Diff 1.10, perl interface to compute differences between
two objects.
Notes
Notes:
svn path=/head/; revision=36682
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4948de2876df..92dadb819fc3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -210,6 +210,7 @@ SUBDIR += oaf SUBDIR += omniORB SUBDIR += p5-Agent + SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Alias SUBDIR += p5-AppConfig SUBDIR += p5-B-Graph diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile new file mode 100644 index 000000000000..69915f305437 --- /dev/null +++ b/devel/p5-Algorithm-Diff/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Algorithm::Diff +# Date created: 04 Nov 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Algorithm-Diff +PORTVERSION= 1.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Algorithm +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Algorithm::Diff.3 Algorithm::DiffOld.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Diff/distinfo b/devel/p5-Algorithm-Diff/distinfo new file mode 100644 index 000000000000..b9cc7fb59f3f --- /dev/null +++ b/devel/p5-Algorithm-Diff/distinfo @@ -0,0 +1 @@ +MD5 (Algorithm-Diff-1.10.tar.gz) = 63cbe9aeada57a69e31616b87fd0cea2 diff --git a/devel/p5-Algorithm-Diff/pkg-comment b/devel/p5-Algorithm-Diff/pkg-comment new file mode 100644 index 000000000000..c62041cdbe14 --- /dev/null +++ b/devel/p5-Algorithm-Diff/pkg-comment @@ -0,0 +1 @@ +Perl interface to compute differences between two objects diff --git a/devel/p5-Algorithm-Diff/pkg-descr b/devel/p5-Algorithm-Diff/pkg-descr new file mode 100644 index 000000000000..ed0ff02fad5e --- /dev/null +++ b/devel/p5-Algorithm-Diff/pkg-descr @@ -0,0 +1,9 @@ +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. + +Author: Ned Konz <perl@bike-nomad.com> + +--will diff --git a/devel/p5-Algorithm-Diff/pkg-plist b/devel/p5-Algorithm-Diff/pkg-plist new file mode 100644 index 000000000000..cbf5edcdb74f --- /dev/null +++ b/devel/p5-Algorithm-Diff/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Diff/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Algorithm/Diff.pm +lib/perl5/site_perl/%%PERL_VER%%/Algorithm/DiffOld.pm +lib/perl5/site_perl/%%PERL_VER%%/Algorithm/cdiff.pl +lib/perl5/site_perl/%%PERL_VER%%/Algorithm/diff.pl +lib/perl5/site_perl/%%PERL_VER%%/Algorithm/diffnew.pl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Diff |