diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-04-16 14:12:31 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-04-16 14:12:31 +0000 |
commit | 2504c8f2921fed41e9e71842721b992674b22141 (patch) | |
tree | a4ca9b81aa33d1ea22c20168d860a1e4bf6d580c | |
parent | 26e5785fed9d7fcf78060e9aa7fe777d0cca1e18 (diff) | |
download | ports-2504c8f2921fed41e9e71842721b992674b22141.tar.gz ports-2504c8f2921fed41e9e71842721b992674b22141.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 247f07be9a99..59e6cd0aeda7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -475,6 +475,7 @@ SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Simple + SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile new file mode 100644 index 000000000000..a204b813975b --- /dev/null +++ b/textproc/p5-Pod-Spell/Makefile @@ -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> diff --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo new file mode 100644 index 000000000000..9d8fc22b08be --- /dev/null +++ b/textproc/p5-Pod-Spell/distinfo @@ -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 diff --git a/textproc/p5-Pod-Spell/pkg-descr b/textproc/p5-Pod-Spell/pkg-descr new file mode 100644 index 000000000000..868f703ef0af --- /dev/null +++ b/textproc/p5-Pod-Spell/pkg-descr @@ -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/ diff --git a/textproc/p5-Pod-Spell/pkg-plist b/textproc/p5-Pod-Spell/pkg-plist new file mode 100644 index 000000000000..451696068bdb --- /dev/null +++ b/textproc/p5-Pod-Spell/pkg-plist @@ -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 |