diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 07:34:31 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 07:34:31 +0000 |
commit | a6b2ff153c1b5f3143adffe0cda3c7e8f36d5305 (patch) | |
tree | 9ca6a9b945e46c036315dd36d51af3d92a75975a /textproc/p5-Pod-Spell-CommonMistakes | |
parent | cab63e0a485fabf823512033e0b9718ac3e918ff (diff) | |
download | pkgsrc-a6b2ff153c1b5f3143adffe0cda3c7e8f36d5305.tar.gz |
Importing package for p5 module Pod-Spell-CommonMistakes-0.01 into
textproc/p5-Pod-Spell-CommonMistakes.
This module looks for any typos in your POD. It differs from Pod::Spell
or Test::Spelling because it uses a custom wordlist and doesn't use the
system spellchecker. The idea for this came from the
http://wiki.debian.org/Teams/Lintian code in Debian!
Diffstat (limited to 'textproc/p5-Pod-Spell-CommonMistakes')
-rw-r--r-- | textproc/p5-Pod-Spell-CommonMistakes/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell-CommonMistakes/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell-CommonMistakes/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Spell-CommonMistakes/DESCR b/textproc/p5-Pod-Spell-CommonMistakes/DESCR new file mode 100644 index 00000000000..6e784833d85 --- /dev/null +++ b/textproc/p5-Pod-Spell-CommonMistakes/DESCR @@ -0,0 +1,4 @@ +This module looks for any typos in your POD. It differs from Pod::Spell +or Test::Spelling because it uses a custom wordlist and doesn't use the +system spellchecker. The idea for this came from the +http://wiki.debian.org/Teams/Lintian code in Debian! diff --git a/textproc/p5-Pod-Spell-CommonMistakes/Makefile b/textproc/p5-Pod-Spell-CommonMistakes/Makefile new file mode 100644 index 00000000000..64460f262c2 --- /dev/null +++ b/textproc/p5-Pod-Spell-CommonMistakes/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 07:34:31 sno Exp $ + +DISTNAME= Pod-Spell-CommonMistakes-0.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-CommonMistakes/ +COMMENT= Catches common typos in POD +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= IO-stringy>=2.110:../../devel/p5-IO-stringy +DEPENDS+= p5-Pod-Spell>=1.01:../../textproc/p5-Pod-Spell + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Pod/Spell/CommonMistakes/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Spell-CommonMistakes/distinfo b/textproc/p5-Pod-Spell-CommonMistakes/distinfo new file mode 100644 index 00000000000..3f2ebea1c79 --- /dev/null +++ b/textproc/p5-Pod-Spell-CommonMistakes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/31 07:34:31 sno Exp $ + +SHA1 (Pod-Spell-CommonMistakes-0.01.tar.gz) = eb69ba88646b9bfeae6f0bcbbdb318ac5b3251a6 +RMD160 (Pod-Spell-CommonMistakes-0.01.tar.gz) = 61ad7e96151c558197f2c226b2a37282055e47e5 +Size (Pod-Spell-CommonMistakes-0.01.tar.gz) = 19332 bytes |