From 2790cd3add5e0bda8bffdad578f0c99ebfe1e74b Mon Sep 17 00:00:00 2001 From: avsm Date: Wed, 28 May 2003 23:12:16 +0000 Subject: [PATCH] initial import of p5-Pod-Escapes-1.03 -- This module provides things that are useful in decoding Pod E<...> sequences. It is intended to be used by Pod parsers and/or formatters. --- textproc/p5-Pod-Escapes/Makefile | 20 ++++++++++++++++++++ textproc/p5-Pod-Escapes/distinfo | 3 +++ textproc/p5-Pod-Escapes/pkg/DESCR | 7 +++++++ textproc/p5-Pod-Escapes/pkg/PLIST | 3 +++ 4 files changed, 33 insertions(+) create mode 100644 textproc/p5-Pod-Escapes/Makefile create mode 100644 textproc/p5-Pod-Escapes/distinfo create mode 100644 textproc/p5-Pod-Escapes/pkg/DESCR create mode 100644 textproc/p5-Pod-Escapes/pkg/PLIST diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile new file mode 100644 index 00000000000..925a6b493ea --- /dev/null +++ b/textproc/p5-Pod-Escapes/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/05/28 23:12:16 avsm Exp $ + +COMMENT= "library to resolve perl Pod escape sequences" + +DISTNAME= Pod-Escapes-1.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} +MAINTAINER= Anil Madhavapeddy + +# Perl license +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/textproc/p5-Pod-Escapes/distinfo b/textproc/p5-Pod-Escapes/distinfo new file mode 100644 index 00000000000..1dc5bf5e5a7 --- /dev/null +++ b/textproc/p5-Pod-Escapes/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-Escapes-1.03.tar.gz) = a94933e85498788e2ff2777c53f99ea5 +RMD160 (Pod-Escapes-1.03.tar.gz) = a48cb7b3c7d8932a0624b0a81d694387b31eb97e +SHA1 (Pod-Escapes-1.03.tar.gz) = 10cb87fd96def814125985ec48938ae787d53a1d diff --git a/textproc/p5-Pod-Escapes/pkg/DESCR b/textproc/p5-Pod-Escapes/pkg/DESCR new file mode 100644 index 00000000000..11707eb6b69 --- /dev/null +++ b/textproc/p5-Pod-Escapes/pkg/DESCR @@ -0,0 +1,7 @@ +This module provides things that are useful in decoding Pod E<...> +sequences. It is intended to be used by Pod parsers and/or formatters. + +By default, Pod::Escapes exports none of its symbols. But you can +request any of them to be exported. Either request them individually, +as with use Pod::Escapes qw(symbolname symbolname2...);, or you can +do use Pod::Escapes qw(:ALL); to get all exportable symbols. diff --git a/textproc/p5-Pod-Escapes/pkg/PLIST b/textproc/p5-Pod-Escapes/pkg/PLIST new file mode 100644 index 00000000000..e4d89e047b5 --- /dev/null +++ b/textproc/p5-Pod-Escapes/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/28 23:12:16 avsm Exp $ +${P5SITE}/Pod/Escapes.pm +man/man3p/Pod::Escapes.3p