diff options
author | obache <obache@pkgsrc.org> | 2008-11-09 13:28:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-09 13:28:53 +0000 |
commit | 2309847b8e92ff86d6e37b3e259ed88b9d25f5ee (patch) | |
tree | d47b7ae5b9e4461ddac7b7c6cae456ef2744cce4 /textproc | |
parent | b17cd0baa935fc6d1e4af70bc3580a14c186df29 (diff) | |
download | pkgsrc-2309847b8e92ff86d6e37b3e259ed88b9d25f5ee.tar.gz |
Import p5-Pod-Spell-1.01 as textproc/p5-Pod-Spell.
Requested by Jens Rehsack in PR 39543.
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl symbols
or Perl jargon (so that your spellchecking program won't complain about
mystery words like "$thing" or "Foo::Bar" or "hashref").
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Spell/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Spell/DESCR b/textproc/p5-Pod-Spell/DESCR new file mode 100644 index 00000000000..2d44cbd9450 --- /dev/null +++ b/textproc/p5-Pod-Spell/DESCR @@ -0,0 +1,5 @@ +Pod::Spell is a Pod formatter whose output is good for spellchecking. +Pod::Spell rather like Pod::Text, except that it doesn't put much effort +into actual formatting, and it suppresses things that look like Perl symbols +or Perl jargon (so that your spellchecking program won't complain about +mystery words like "$thing" or "Foo::Bar" or "hashref"). diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile new file mode 100644 index 00000000000..e14c02c0197 --- /dev/null +++ b/textproc/p5-Pod-Spell/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 13:28:53 obache Exp $ + +DISTNAME= Pod-Spell-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Spell/ +COMMENT= Formatter for spellchecking Pod + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Pod-Escapes>=1.01:../../textproc/p5-Pod-Escapes + +PERL5_PACKLIST= auto/Pod/Spell/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo new file mode 100644 index 00000000000..b49834d9ce1 --- /dev/null +++ b/textproc/p5-Pod-Spell/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/09 13:28:53 obache Exp $ + +SHA1 (Pod-Spell-1.01.tar.gz) = 6cebeccbd7a107fde35090d0c3525e7ca90548fb +RMD160 (Pod-Spell-1.01.tar.gz) = bf4e9111112b64de71fe303b89893514edd79a84 +Size (Pod-Spell-1.01.tar.gz) = 12846 bytes |