diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-03-17 00:59:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-03-17 00:59:14 +0800 |
commit | 34d10f88e01ab5da2e9504f9c8fe24fc928ded4c (patch) | |
tree | 87ea03566b49943b8cc7830896fd580e94744cf0 /devel | |
parent | 3f307aac8ed961ea77b4584a34faf081893b6359 (diff) | |
download | freebsd-ports-gnome-34d10f88e01ab5da2e9504f9c8fe24fc928ded4c.tar.gz freebsd-ports-gnome-34d10f88e01ab5da2e9504f9c8fe24fc928ded4c.tar.zst freebsd-ports-gnome-34d10f88e01ab5da2e9504f9c8fe24fc928ded4c.zip |
Add p5-Algorithm-Annotate 0.10, represent a series of changes in
annotate form.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Annotate/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Algorithm-Annotate/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Annotate/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Annotate/pkg-plist | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 91e73bd6becc..077be4524bd3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -535,6 +535,7 @@ SUBDIR += p4delta SUBDIR += p4v SUBDIR += p5-Agent + SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-Interval2Prefix diff --git a/devel/p5-Algorithm-Annotate/Makefile b/devel/p5-Algorithm-Annotate/Makefile new file mode 100644 index 000000000000..f4d76c399650 --- /dev/null +++ b/devel/p5-Algorithm-Annotate/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Algorithm-Annotate +# Date created: Mar 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= Algorithm-Annotate +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= autrijus@autrijus.org +COMMENT= Represent a series of changes in annotate form + +BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Algorithm::Annotate.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Annotate/distinfo b/devel/p5-Algorithm-Annotate/distinfo new file mode 100644 index 000000000000..cd3dd642e1d2 --- /dev/null +++ b/devel/p5-Algorithm-Annotate/distinfo @@ -0,0 +1 @@ +MD5 (Algorithm-Annotate-0.10.tar.gz) = 453395489640e28fc772944ef08d396b diff --git a/devel/p5-Algorithm-Annotate/pkg-descr b/devel/p5-Algorithm-Annotate/pkg-descr new file mode 100644 index 000000000000..b31b05eb9131 --- /dev/null +++ b/devel/p5-Algorithm-Annotate/pkg-descr @@ -0,0 +1,2 @@ +Algorithm::Annotate generates a list that is useful for generating +output simliar to "cvs annotate". diff --git a/devel/p5-Algorithm-Annotate/pkg-plist b/devel/p5-Algorithm-Annotate/pkg-plist new file mode 100644 index 000000000000..45728a845a0b --- /dev/null +++ b/devel/p5-Algorithm-Annotate/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Algorithm/Annotate.pm +@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true |