- Updating package for p5 module of Text::Autoformat from 1.13 to 1.666.0
- Setting license to gnu-gpl-v2
Upstream changes:
1.14.0 Sun Sep 30 04:29:29 2007
- Fixed bug in handling empty mail messages
- Fixed bug in handling sig delimiters
- Fixed bug in paragraph ignoring code (thanks Rob)
- Fixed bug in handling whitespace-only input (thanks Ed)
- Fixed bug in Roman numerals (thanks Suresh)
- Fixed overeager autocentering (thanks Suresh)
- Enhanced 'lists' option to allow only specific types of lists
to be recognized (thanks Rob)
- Fixed bug in numbered hangs (thanks Rob)
- Fixed bug in Roman numeraled hangs (thanks Rob)
- Fixed misidentification of 8:20-style times as leading numbers (thanks
Rob)
- Fixed sentence mode (thanks Eric)
- Changed licence to "same terms as Perl itself" to improve Fedora
compatibility
1.666.0 Fri Apr 17 08:00:36 2009
No changes logged
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=...").
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
1.07 Wed Apr 2 04:45:05 2003
- Tweaked pod to remove invalid markup
- Fixed left justification of last line of fully justified text
(thanks Elias)
- Devolved &from and &tag to Text::Reform
- Fixed incorrect handling of stringifiable objects (thanks dLux)
- Fixed bugs on null input (now short-circuits)
- Fixed unwarranted trimming of trailing newlines (thanks Mark)
- Added C<renumber> option to control renumbering
- Preserved capitalization of abbreviations under case changes
(thanks Alex)
- Added "autocentre" flag to switch off auto-centring of paras
- Added "ignore" flag to control which paragraphs are reformatted
(thanks Tony)
1.08 Wed Apr 2 22:30:05 2003
- Simplified test.pl
1.10 Wed Apr 9 08:49:51 2003
- Fixed test.pl again!!!
1.11 Wed May 7 09:44:26 2003
- Enhanced "highlight" casing mode (thanks Tom)
- Made hyphenation smarter (thanks Raj)
1.12 Tue May 27 23:34:33 2003
- Now honours -- mail sig introducer
(stops formatting that that point)
- Now ignores mail headers
- Added exportable &ignore_headers for
when using in user-defined "ignore" subs
- Now handles of embedded HTML entities
(thanks David)
- Added call to C<use utf8> for 5.6 compatibility
(thanks Paolo)
- Restricted normal numbering to the range 0-999
to prevent false numbering caused by a year (like
1999) at the start of a line (like this)
- Fixed subtle bug with words starting with "ps-"
being treated as post scripts (thanks Rashid!)
1.13 Wed May 4 22:44:20 2005
- Added sample config files for emacs and vim
- Extended allows "Name>" quoters to "Name_1>" (thanks Simon)
- Fixed weird behaviour of "(e.g. at start of line" (thanks Tim)
- Fixed handling of mail headers by adding "mail" option
(thanks Struan)
- Fixed bug in quoters (thanks Steve)
- Added a C<lists> option to turn off special treatment of apparent
lists (thanks Ingvar)
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
Text::Autoformat provides intelligent formatting of plaintext. It also
supplies a replacement for the built-in perl format()'ing mechanism. It
recognizes Internet quoting conventions, bulleting and numbering, and allows
for inter-word and inter-paragraph spatial adjustments, text justification,
and various capitialization schemes.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12636.