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:
parent
face9a9b77
commit
dd86a37f30
22
textproc/p5-Sourcecode-Spellchecker/Makefile
Normal file
22
textproc/p5-Sourcecode-Spellchecker/Makefile
Normal 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>
|
2
textproc/p5-Sourcecode-Spellchecker/distinfo
Normal file
2
textproc/p5-Sourcecode-Spellchecker/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Sourcecode-Spellchecker-0.03.tar.gz) = bexPQEwrpvf4nyMaNEZcW4vOl4smDL493v0H6K7r4Cw=
|
||||
SIZE (Sourcecode-Spellchecker-0.03.tar.gz) = 38729
|
3
textproc/p5-Sourcecode-Spellchecker/pkg/DESCR
Normal file
3
textproc/p5-Sourcecode-Spellchecker/pkg/DESCR
Normal 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.
|
5
textproc/p5-Sourcecode-Spellchecker/pkg/PLIST
Normal file
5
textproc/p5-Sourcecode-Spellchecker/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user