From e7c33bbea31a937eded0c8eb838307337df3cc3e Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 10 Dec 2004 03:23:11 +0000 Subject: [PATCH] Initial import of p5-Algorithm-Annotate 0.10 Algorithm::Annotate generates a list that is useful for generating output simliar to "cvs annotate". --- devel/p5-Algorithm-Annotate/Makefile | 23 +++++++++++++++++++++++ devel/p5-Algorithm-Annotate/distinfo | 3 +++ devel/p5-Algorithm-Annotate/pkg/DESCR | 2 ++ devel/p5-Algorithm-Annotate/pkg/PLIST | 3 +++ 4 files changed, 31 insertions(+) create mode 100644 devel/p5-Algorithm-Annotate/Makefile create mode 100644 devel/p5-Algorithm-Annotate/distinfo create mode 100644 devel/p5-Algorithm-Annotate/pkg/DESCR create mode 100644 devel/p5-Algorithm-Annotate/pkg/PLIST diff --git a/devel/p5-Algorithm-Annotate/Makefile b/devel/p5-Algorithm-Annotate/Makefile new file mode 100644 index 00000000000..f4a563771da --- /dev/null +++ b/devel/p5-Algorithm-Annotate/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:23:11 kevlo Exp $ + +COMMENT= "represent a series of changes in annotate form" + +DISTNAME= Algorithm-Annotate-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Kevin Lo + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} + +BUILD_DEPENDS= :p5-Algorithm-Diff->=1.1901:devel/p5-Algorithm-Diff +RUN_DEPENDS= ${BUILD_DEPENDS} + +CONFIGURE_STYLE= perl + +.include diff --git a/devel/p5-Algorithm-Annotate/distinfo b/devel/p5-Algorithm-Annotate/distinfo new file mode 100644 index 00000000000..ff7c9ae518c --- /dev/null +++ b/devel/p5-Algorithm-Annotate/distinfo @@ -0,0 +1,3 @@ +MD5 (Algorithm-Annotate-0.10.tar.gz) = 453395489640e28fc772944ef08d396b +RMD160 (Algorithm-Annotate-0.10.tar.gz) = f068df0cf68b6fd0093319da4137807256d440b5 +SHA1 (Algorithm-Annotate-0.10.tar.gz) = 7d6c94c4911d6472e0007dfb64210960a5255169 diff --git a/devel/p5-Algorithm-Annotate/pkg/DESCR b/devel/p5-Algorithm-Annotate/pkg/DESCR new file mode 100644 index 00000000000..b31b05eb913 --- /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 00000000000..e9c2386192c --- /dev/null +++ b/devel/p5-Algorithm-Annotate/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 03:23:11 kevlo Exp $ +${P5SITE}/Algorithm/Annotate.pm +@man man/man3p/Algorithm::Annotate.3p