diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 04:41:00 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 04:41:00 +0000 |
commit | 098ade01672a3f4f00955ad5a698b6fe97d4c239 (patch) | |
tree | eb28917b1e41ae2c39139ba9302207e93f86f6dc /textproc/p5-Pod-Escapes | |
parent | f746bc595847c238c442e2eecf4e6bd9946234e2 (diff) | |
download | pkgsrc-098ade01672a3f4f00955ad5a698b6fe97d4c239.tar.gz |
Import p5-Pod-Escapes-1.04.
This module provides things that are useful in decoding Pod E<...>
sequences. Presumably, it should be used only by Pod parsers and/or
formatters.
Diffstat (limited to 'textproc/p5-Pod-Escapes')
-rw-r--r-- | textproc/p5-Pod-Escapes/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Escapes/DESCR b/textproc/p5-Pod-Escapes/DESCR new file mode 100644 index 00000000000..d2a67884c60 --- /dev/null +++ b/textproc/p5-Pod-Escapes/DESCR @@ -0,0 +1,3 @@ +This module provides things that are useful in decoding Pod E<...> +sequences. Presumably, it should be used only by Pod parsers and/or +formatters. diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile new file mode 100644 index 00000000000..8ecb98e0630 --- /dev/null +++ b/textproc/p5-Pod-Escapes/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:00 epg Exp $ + +DISTNAME= Pod-Escapes-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl module for decoding Pod E<...> sequences + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/Escapes/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Escapes/PLIST b/textproc/p5-Pod-Escapes/PLIST new file mode 100644 index 00000000000..4d1c162ac11 --- /dev/null +++ b/textproc/p5-Pod-Escapes/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:00 epg Exp $ diff --git a/textproc/p5-Pod-Escapes/distinfo b/textproc/p5-Pod-Escapes/distinfo new file mode 100644 index 00000000000..6a83d9864b6 --- /dev/null +++ b/textproc/p5-Pod-Escapes/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:00 epg Exp $ + +SHA1 (Pod-Escapes-1.04.tar.gz) = ef4700d984eb0cd12cb0ebba5e98d074aada1769 +Size (Pod-Escapes-1.04.tar.gz) = 10187 bytes |