diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile new file mode 100644 index 00000000000..1cc82b5fe69 --- /dev/null +++ b/textproc/p5-Pod-Spell/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/12/31 08:30:15 msf Exp $ + +COMMENT= "a formatter for spellchecking pod" + +MODULES= cpan + +DISTNAME= Pod-Spell-1.01 +CATEGORIES= textproc + +MAINTAINER= Mathieu Sauve-Frankel + +# Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::textproc/p5-Pod-Escapes + +.include diff --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo new file mode 100644 index 00000000000..b08300fa2fd --- /dev/null +++ b/textproc/p5-Pod-Spell/distinfo @@ -0,0 +1,4 @@ +MD5 (Pod-Spell-1.01.tar.gz) = aa4964844da2586562aae5208e2dbe61 +RMD160 (Pod-Spell-1.01.tar.gz) = bf4e9111112b64de71fe303b89893514edd79a84 +SHA1 (Pod-Spell-1.01.tar.gz) = 6cebeccbd7a107fde35090d0c3525e7ca90548fb +SIZE (Pod-Spell-1.01.tar.gz) = 12846 diff --git a/textproc/p5-Pod-Spell/pkg/DESCR b/textproc/p5-Pod-Spell/pkg/DESCR new file mode 100644 index 00000000000..83dc2afea32 --- /dev/null +++ b/textproc/p5-Pod-Spell/pkg/DESCR @@ -0,0 +1,6 @@ +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/pkg/PLIST b/textproc/p5-Pod-Spell/pkg/PLIST new file mode 100644 index 00000000000..68b1a7bfd01 --- /dev/null +++ b/textproc/p5-Pod-Spell/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/31 08:30:15 msf Exp $ +bin/podspell +${P5SITE}/Pod/ +${P5SITE}/Pod/Spell.pm +${P5SITE}/Pod/Wordlist.pm +${P5SITE}/Pod/Wordlist.pod +@man man/man3p/Pod::Spell.3p +@man man/man3p/Pod::Wordlist.3p