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.
This commit is contained in:
parent
009b8bf84e
commit
2790cd3add
20
textproc/p5-Pod-Escapes/Makefile
Normal file
20
textproc/p5-Pod-Escapes/Makefile
Normal file
@ -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 <avsm@openbsd.org>
|
||||||
|
|
||||||
|
# Perl license
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Pod-Escapes/distinfo
Normal file
3
textproc/p5-Pod-Escapes/distinfo
Normal file
@ -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
|
7
textproc/p5-Pod-Escapes/pkg/DESCR
Normal file
7
textproc/p5-Pod-Escapes/pkg/DESCR
Normal file
@ -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.
|
3
textproc/p5-Pod-Escapes/pkg/PLIST
Normal file
3
textproc/p5-Pod-Escapes/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user