diff options
-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 |