From e93e2515bfd4a0e9f186d4355e65b41dd22815b0 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 9 Nov 2008 13:28:53 +0000 Subject: 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"). --- textproc/p5-Pod-Spell/DESCR | 5 +++++ textproc/p5-Pod-Spell/Makefile | 20 ++++++++++++++++++++ textproc/p5-Pod-Spell/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 textproc/p5-Pod-Spell/DESCR create mode 100644 textproc/p5-Pod-Spell/Makefile create mode 100644 textproc/p5-Pod-Spell/distinfo (limited to 'textproc') 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 -- cgit v1.2.3