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.
--------------
0.59 2014-02-01
- Add the missing README to the distribution (CPANTS).
- Add a LICENSE file (CPANTS).
- Add a "=head1 LICENSE" section to the POD (CPANTS).
- Minimum version of perl in META.yml (CPANTS).
- Add "use warnings;" (CPANTS).
- Add t/cpan-changes.t and t/style-trailing-space.t .
textproc/p5-Text-Format from 0.52nb5 to 0.56.
pkgsrc changes:
- adjust meta information (DISTNAME, LICENSE, HOMEPAGE)
Upstream changes:
0.56 Thu May 31 09:23:26 IDT 2012
- Add "use warnings;" to lib/Text/Format.pm .
- Add t/pod.t .
- Add t/pod-coverage.t .
0.55 Thu May 31 09:17:32 IDT 2012
- Fix small spelling error in the POD:
- closing https://rt.cpan.org/Ticket/Display.html?id=77481
- Thanks to Salvatore Bonaccorso and the Debian people
for the report and the patch.
- ( There were also some duplicate bug report in the rt.cpan.org queue
by accident. )
0.54 Fri May 25 02:33:47 IDT 2012
- Convert t/justify.t and t/format.t to Test::More, "use strict;"
and "use warnings;" and cleaned them up.
- fix a warning generated by a call to defined(@array)
- https://rt.cpan.org/Ticket/Display.html?id=77413
- thanks to H. Merijn Brand for the report.
0.53 Fri Jan 28 13:02:01 IST 2011
- Adopted by Shlomi Fish (while disclaiming all rights).
- Convert the build system to Module-Build, while adding keywords
and resources.
- The archive name is now the more standard Text-Format-0.53.tar.gz.
- Fix some typos in the documentation.
Collection.
Provided in PR pkg/20503 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.
The perl5 module Text::Format provides the format(), paragraphs(),
center(), expand() and unexpand() functions: i.e. various functions
for paragraph formatting, tabs/spaces expansion/contraction and
lines centering.