- Revision -r 1.14 to -r 1.15 update was actually below upstream update.
Just for record, this commit is actually removing one # line. Sorry.
(upstream)
- Updated textproc/p5-Net-Dict to 2.21
------------------------------------
2.21 2016-03-01 NEILB
- Use Test::RequiresInternet to skip tests if you don't have
an internet connection and ability to connect to dict.org's
DICT server. This is a holding position until I can add a
mock DICT server. Added a basic require test, so there's
always at least one test that should pass.
2.20 2016-02-27 NEILB
- Updated tests to reflect changes in dict.org databases.
Thanks to SREZIC for pointing out that they'd changed.
- Fixed typo in doc. Patch from Gregor Herrmann. RT#112367
- Dropped usage of "use vars".
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
- remove patch-aa, no longer necessary.
(comment was: Avoid interactive configuration during build.)
(upstream)
- Update 2.08 to 2.19
-------------------
2.19 2014-12-17
- Fixed failing tests - caused by updated dictionaries on dict.org
- Added a TODO.md file with the things I want to get around to doing.
2.18 2014-06-26
- Some of the dict.org databases have been updated, needing updates
to databases. Reported by RJBS.
- Converted tests to use eq_or_diff() from Test::Differences,
also suggested by RJBS.
2.17 2014-04-25
- Converted all remaining tests to use Test::More
- Tidied up SEE ALSO, including fixing of broken links
- Tidied up code snippets in the doc
- Reformatted code according to my current conventions,
and got rid of a few rogue tab characters
2.16 2014-04-20
- Test server config in Net::Dict::TestConfig in t/lib.
We no longer prompt for test config -- it hasn't changed in years.
- Refactored t/connection.t to use Test::More
2.15 2014-04-04
- tkdict script had a very site-specific #! path. Changed to use env.
RT#92184
2.14 2014-03-28
- We weren't correctly handling dictionary db names containing a '-'.
Fix from RJBS.
2.13 2013-12-23
- Added "use warnings" to Net::Dict
- Specified min perl version as 5.006 in Makefile.PL
2.12 2013-11-18
- Corrected the dependency I meant to add in the previous release.
I added a dependency on Net::Dict (ie itself) instead.
2.11 2013-11-15
- Added missing dependency (AppConfig::Std) to Makefile.PL
2.10 2013-07-20
- Reformatted this file according to CPAN::Changes::Spec
- Repository details added to metadata (Makefile.PL) and pod
- License type added to metadata (Makefile.PL)
2.09 2011-12-18
- Fixed tests that started breaking due to changes in the dict.org server
- Renamed ChangeLog to Changes & tweaked formatting to CPAN::Changes::Spec
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.
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.
Change from previous:
2.08 2011-08-02 neilb
* updated testsuite to refer to dict.org, as test.dict.org no longer exists
* updated testsuite to reflect the much greater list of databases now hosted on dict.org
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!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
Pakcaged by Aleksey Cheusov and requested in PR 35469.
This distribution contains the Net::Dict module for Perl.
Net::Dict is a class implementing a simple client API
for the DICT protocol defined in RFC2229.