New portdevel/p5-Algorithm-Merge:
This module complements Algorithm::Diff by providing three-way merge and diff functions.
This commit is contained in:
parent
7efe0e9d7d
commit
696e62a0c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231252
@ -950,6 +950,7 @@
|
||||
SUBDIR += p5-Algorithm-LUHN
|
||||
SUBDIR += p5-Algorithm-MDiff
|
||||
SUBDIR += p5-Algorithm-MarkovChain
|
||||
SUBDIR += p5-Algorithm-Merge
|
||||
SUBDIR += p5-Algorithm-MinMax
|
||||
SUBDIR += p5-Algorithm-NaiveBayes
|
||||
SUBDIR += p5-Algorithm-Networksort
|
||||
|
24
devel/p5-Algorithm-Merge/Makefile
Normal file
24
devel/p5-Algorithm-Merge/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: devel/p5-Algorithm-Merge
|
||||
# Date created: 29 Mar 2009
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Merge
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Three-way merge and diff
|
||||
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=1.15:${PORTSDIR}/devel/p5-Algorithm-Diff
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Algorithm::Merge.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Algorithm-Merge/distinfo
Normal file
3
devel/p5-Algorithm-Merge/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Algorithm-Merge-0.08.tar.gz) = eadf67581b25d00ca30d7ec6488c9db0
|
||||
SHA256 (Algorithm-Merge-0.08.tar.gz) = 9c0688258a1dc4b83988053b9f9a98e7728cdb9b69a5008dcbd251d0f80816cf
|
||||
SIZE (Algorithm-Merge-0.08.tar.gz) = 9915
|
4
devel/p5-Algorithm-Merge/pkg-descr
Normal file
4
devel/p5-Algorithm-Merge/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module complements Algorithm::Diff by providing three-way merge
|
||||
and diff functions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Merge/
|
5
devel/p5-Algorithm-Merge/pkg-plist
Normal file
5
devel/p5-Algorithm-Merge/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge/.packlist
|
||||
%%SITE_PERL%%/Algorithm/Merge.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
Loading…
Reference in New Issue
Block a user