initial import of Pod::Spell 1.01
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").
This commit is contained in:
parent
f20ee96cd0
commit
f1464ded3d
21
textproc/p5-Pod-Spell/Makefile
Normal file
21
textproc/p5-Pod-Spell/Makefile
Normal file
@ -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 <msd@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
textproc/p5-Pod-Spell/distinfo
Normal file
4
textproc/p5-Pod-Spell/distinfo
Normal file
@ -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
|
6
textproc/p5-Pod-Spell/pkg/DESCR
Normal file
6
textproc/p5-Pod-Spell/pkg/DESCR
Normal file
@ -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").
|
8
textproc/p5-Pod-Spell/pkg/PLIST
Normal file
8
textproc/p5-Pod-Spell/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user