Path to this page:
./
textproc/p5-Pod-Spell,
Formatter for spellchecking Pod
Branch: CURRENT,
Version: 1.20nb4,
Package name: p5-Pod-Spell-1.20nb4,
Maintainer: pkgsrc-usersPod::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").
Required to run:[
textproc/p5-Lingua-EN-Inflect] [
lang/perl5] [
devel/p5-File-ShareDir] [
devel/p5-File-ShareDir-Install] [
devel/p5-Class-Tiny]
Required to build:[
devel/p5-Test-Deep] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: c748953762e7e3d4e651df58172107f6751464d1
RMD160: c65229646dc519914b7e911ad50a55afb06946fd
Filesize: 30.488 KB
Version history: (Expand)
- (2019-08-11) Updated to version: p5-Pod-Spell-1.20nb4
- (2018-08-22) Updated to version: p5-Pod-Spell-1.20nb3
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: p5-Pod-Spell-1.20nb2
- (2016-06-09) Updated to version: p5-Pod-Spell-1.20nb1
- (2016-06-05) Updated to version: p5-Pod-Spell-1.20
CVS history: (Expand)
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |  |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-06-05 09:37:49 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.20
Update DEPENDS
Upstream changes:
1.20 2016-04-22
- Stable release, made in Rugby, UK during Perl QA Hackathon 2016
1.19_91 2016-04-21
- Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent
Fredric!
- Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio!
1.19_90 2016-02-20
- Hide internals: the POD parser is moved to a private package and
the Pod::Spell package now only exposes the public interface.
This is a first step towards rewriting the parser using Pod::Simple
(planned for Pod-Spell-2.0).
- 'parse_from_file' and 'parse_from_filehandle' are now explicitely
documented (by copying doc from Pod::Parser).
|
2016-04-07 14:31:43 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.19
Upstream changes:
1.19 2016-02-20
- Don't set $Text::Wrap::huge globally, but localize it
- Load Pod::Wordlist only if used
|