Import p5-Sourcecode-Spellchecker.

Sourcecode::Spellchecker is a Perl module that scans a source file
for common misspellings - including in comments, string literals,
and identifier names - and suggests corrections.

OK sthen@
This commit is contained in:
dcoppa 2016-01-19 14:01:11 +00:00
parent face9a9b77
commit dd86a37f30
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/01/19 14:01:11 dcoppa Exp $
COMMENT = perl module for spell-checking source code
DISTNAME = Sourcecode-Spellchecker-0.03
CATEGORIES = textproc devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
CPAN_AUTHOR = ZBLAIR
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/script/spellcheck_source.pl \
${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Sourcecode-Spellchecker-0.03.tar.gz) = bexPQEwrpvf4nyMaNEZcW4vOl4smDL493v0H6K7r4Cw=
SIZE (Sourcecode-Spellchecker-0.03.tar.gz) = 38729

View File

@ -0,0 +1,3 @@
Sourcecode::Spellchecker is a Perl module that scans a source file
for common misspellings - including in comments, string literals,
and identifier names - and suggests corrections.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/01/19 14:01:11 dcoppa Exp $
bin/spellcheck_source.pl
${P5SITE}/Sourcecode/
${P5SITE}/Sourcecode/Spellchecker.pm
@man man/man3p/Sourcecode::Spellchecker.3p