The NetBSD Project

CVS log for pkgsrc/textproc/p5-Pod-Spell/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Pod-Spell

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:44 2023 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

*: recursive bump for perl 5.38

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:27 2023 UTC (9 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.31 / (download) - annotate - [select for diffs], Sat May 20 23:27:30 2023 UTC (9 months, 4 weeks ago) by wen
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Update to 1.26

Upstream changes:
1.26      2023-03-13

    - encode output as UTF-8

1.25      2022-10-04
    - releasing as stable

1.24      2022-10-03 (TRIAL RELEASE)
    - account for stopwords added in UTF-8 encoded form

1.23      2022-09-21
    - releasing as stable

1.22      2022-08-29 (TRIAL RELEASE)
    - fix finding wordlist when not run against files directly in lib/

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:23 2022 UTC (20 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

*: recursive bump for perl 5.36

Revision 1.29 / (download) - annotate - [select for diffs], Mon May 24 19:54:35 2021 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

*: recursive bump for perl 5.34

Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:54 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 22 20:56:32 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.26: +1 -7 lines
Diff to previous 1.26 (colored)

textproc/p5-Pod-Spell: remove redundant SUBST block

Perl binaries automatically get their interpreter replaced at the time
they are installed. The copy in the working directory is not touched for
that.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:36 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 30 20:16:54 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:54 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Recursive bump for perl5-5.28.0

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:39 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

*: 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.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 5 14:24:44 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:33 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 5 07:37:49 2016 UTC (7 years, 9 months ago) by wen
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

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).

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 7 12:31:43 2016 UTC (7 years, 11 months ago) by wen
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 4 12:07:18 2016 UTC (8 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Update to 1.18
--------------
1.18      2016-01-30
        - New maintainer: Olivier Mengu'e (DOLMEN)
          Repo is now hosted at github.com/perl-pod/Pod-Spell
        - Fix warning in strip_stopwords (GH #23)
        - re-apply "podspell script: set output encoding from locale CTYPE"
          (GH #22, #17). The issue in 1.16 was an incorrect dependency
          on I18N::Langinfo.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 6 03:52:21 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

Add following line for make test
  BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 12 18:56:30 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:27 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 26 09:54:10 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Update to 1.17
--------------
1.17      2015-03-08
        - revert changes in 1.16 they are not compatible with windows GH #18

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 14 15:23:21 2015 UTC (9 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Fix dependencies. Bump revision.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 12 16:44:04 2015 UTC (9 years ago) by tnn
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Needs p5-File-ShareDir. Bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 5 14:41:24 2015 UTC (9 years ago) by wen
Branch: MAIN
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Update to 1.16
Add missing DEPENDS

Upstream changes:
1.16      2015-02-24
	- podspell script: set output encoding from locale CTYPE (DOLMEN)

1.15      2014-02-28
	- Convert to strict mode of File::ShareDir::ProjectDistDir (KENTNL)
	- change to use Path::Tiny->lines_utf8

1.14      2014-02-12
	- Discontinue use of File::Slurp, use Path::Tiny->lines instead
	  GH #15 ( Ether )

1.13      2013-11-02
	- fix encoding issues issues in pod for perldoc

1.12      2013-10-17
	- improve documentation

1.11      2013-10-17
	- fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)

1.10      2013-09-27
	[FEATURES]
	- added 'no_wide_chars' option to strip words with such characters
	  from the output.  This may help spellcheckers that can't cope
	  with UTF-8
	[CHANGED]
	- improved punctuation stripping algorithm for better word
	  isolation (example C<< "hello". >> now is found as "hello")
	- strips all word that do not have at least one \w character
	  as a spellchecker isn't likely to do anything useful with them
	[DOCUMENTED]
	- added recommendations for dealing with character encoding

1.09      2013-09-25
	[FIXED]
	- stopwords with 's are learned without 's to match how they are
	  checked
	[CHANGED]
	- leading and trailing punctuation is entirely stripped since the
	  spellchecker won't care anyway.  Trailing periods are *not*
	  stripped as they might be abbreviations ("Ph.D."), but such words
	  are checked against the stoplist both with and without
	  trailing periods to account for abbreviations and words at the
	  end of a sentence.

1.08      2013-09-24
	[FIXED]
	- hyphenated word parts are also checked against the stoplist
	  and stripped (dagolden) GH #9
	[DOCUMENTED]
	- noted that stopwords must be added before words appear in Pod

1.07      2013-09-14
	- add many words
	[FEATURES]
	- Pod::Wordlist is an Object ( dagolden )
	- Lingua::EN::Inflect is used to reduce requiring plurals in the list
	  ( dagolden )
	- the wordlist is now a sharedir file
	[DEPRECATED]
	- accessing %Pod::Wordlist::Wordlist directly

1.06      2013-09-08
	- import stopwords from Pod::Wordlist::hanekomu except names

1.05      2013-07-07
	- add stopwords

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:04 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 29 23:37:39 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 9 14:17:53 2013 UTC (10 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.

Bump PKGREVISION for runtime dependency pattern changed packages.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 5 00:17:32 2013 UTC (10 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.6: +9 -3 lines
Diff to previous 1.6 (colored)

Update to 1.04
Add LICENSE
Fix path of perl

Upstream changes:
1.04      2013-05-08
	- fix tests to work on older perls

1.03      2013-05-08
	- update copyright info
	- require 5.8 (let me know if this is a problem for you)
	- improve tests
	- hopefully fix failing test on windows
	- improve code readability
	- remove DEBUG for private _is_debug method

1.02      2013-05-07
	- convert to dzil and adopt

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 31 12:42:12 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:18 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 3 21:57:57 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 14 15:14:07 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 21 16:35:58 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Nov 9 13:28:53 2008 UTC (15 years, 4 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import p5-Pod-Spell-1.01 as textproc/p5-Pod-Spell.
Requested by Jens Rehsack in PR 39543.

Pod::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").

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 9 13:28:53 2008 UTC (15 years, 4 months ago) by obache
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>