pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Spell-CommonMistakes Importing package...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fe008f9d819
branches: trunk
changeset: 578160:6fe008f9d819
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jul 31 07:34:31 2010 +0000
description:
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:
textproc/p5-Pod-Spell-CommonMistakes/DESCR | 4 ++++
textproc/p5-Pod-Spell-CommonMistakes/Makefile | 22 ++++++++++++++++++++++
textproc/p5-Pod-Spell-CommonMistakes/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r e1ee02c5b33c -r 6fe008f9d819 textproc/p5-Pod-Spell-CommonMistakes/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Spell-CommonMistakes/DESCR Sat Jul 31 07:34:31 2010 +0000
@@ -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 -r e1ee02c5b33c -r 6fe008f9d819 textproc/p5-Pod-Spell-CommonMistakes/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Spell-CommonMistakes/Makefile Sat Jul 31 07:34:31 2010 +0000
@@ -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@localhost
+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 -r e1ee02c5b33c -r 6fe008f9d819 textproc/p5-Pod-Spell-CommonMistakes/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Spell-CommonMistakes/distinfo Sat Jul 31 07:34:31 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index