mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add p5-Pod-Spell 1.01, a formatter for spellchecking Pod.
This commit is contained in:
parent
26e5785fed
commit
2504c8f292
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211365
@ -475,6 +475,7 @@
|
|||||||
SUBDIR += p5-Pod-Parser
|
SUBDIR += p5-Pod-Parser
|
||||||
SUBDIR += p5-Pod-ProjectDocs
|
SUBDIR += p5-Pod-ProjectDocs
|
||||||
SUBDIR += p5-Pod-Simple
|
SUBDIR += p5-Pod-Simple
|
||||||
|
SUBDIR += p5-Pod-Spell
|
||||||
SUBDIR += p5-Pod-Strip
|
SUBDIR += p5-Pod-Strip
|
||||||
SUBDIR += p5-Pod-Stripper
|
SUBDIR += p5-Pod-Stripper
|
||||||
SUBDIR += p5-Pod-Tree
|
SUBDIR += p5-Pod-Tree
|
||||||
|
25
textproc/p5-Pod-Spell/Makefile
Normal file
25
textproc/p5-Pod-Spell/Makefile
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# New ports collection makefile for: textproc/p5-Pod-Spell
|
||||||
|
# Date created: 16 April 2008
|
||||||
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Pod-Spell
|
||||||
|
PORTVERSION= 1.01
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= lth@FreeBSD.org
|
||||||
|
COMMENT= A formatter for spellchecking Pod
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Pod::Spell.3 \
|
||||||
|
Pod::Wordlist.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Pod-Spell/distinfo
Normal file
3
textproc/p5-Pod-Spell/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (Pod-Spell-1.01.tar.gz) = aa4964844da2586562aae5208e2dbe61
|
||||||
|
SHA256 (Pod-Spell-1.01.tar.gz) = 938648dca5b62e591783347f9d4d4e2a5239f9629c6adfed9a581b9457ef7d2e
|
||||||
|
SIZE (Pod-Spell-1.01.tar.gz) = 12846
|
8
textproc/p5-Pod-Spell/pkg-descr
Normal file
8
textproc/p5-Pod-Spell/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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").
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Pod-Spell/
|
8
textproc/p5-Pod-Spell/pkg-plist
Normal file
8
textproc/p5-Pod-Spell/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
bin/podspell
|
||||||
|
%%SITE_PERL%%/Pod/Spell.pm
|
||||||
|
%%SITE_PERL%%/Pod/Wordlist.pm
|
||||||
|
%%SITE_PERL%%/Pod/Wordlist.pod
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
|
||||||
|
@dirrmtry %%SITE_PERL%%/Pod
|
Loading…
Reference in New Issue
Block a user