Commit graph

10 commits

Author SHA1 Message Date
bsiegert
b99861496d Update Text::Autoformat to 1.74.
1.74 2015-11-28 NEILB
    - On Perl 5.22+ you could get "Negative repeat count does nothing"
      warnings. Thanks to SREZIC for RT#109838.
    - Made the mention of Text::Reform in SEE ALSO be a link.
      Thanks to MANWAR for the PR doing this.
    - Added some more entries to SEE ALSO.

1.73 2015-11-08 NEILB
    - Fixed warnings about uninitialized values in Hang.pm GH#4.
      Thanks to Jeremy Mates for the PR.
    - Changed github repo URL after changing my github username

1.72 2015-06-14 NEILB
    - Switched to Dist::Zilla, dropping both Build.PL and Makefile.PL -- phew!
    - Refactored the two cuckoo packages into separate modules,
      Text::Autoformat::Hang and Text::Autoformat::NullHang.

1.71_01 2015-06-06 NEILB
    - The changes released in 1.72 (above) were first done in a
      developer release.

1.71 2015-05-04 NEILB
    - Previous release had a problem with PAUSE, caused by the two internal
      packages not having a $VERSION. Identified and reported as PAUSE
      issue GH#170 by KENTNL++. Added $VERSION to internal packages.

1.70 2015-05-01 NEILB
    - Removed useless loading of utf8 and Data::Dumper. RJBS++
    - Only renumber ASCII-digit lists, don't touch other \d things. RJBS++

1.69_01 2015-04-25 NEILB
    - This was a developer release containing the changes subsequently
      released in 1.70 (see above).

1.69 2015-02-15 NEILB
    - Changed the internal packages Hang and NullHang to
      Text::Autoformat::Hang and Text::Autoformat::NullHang respectively.

1.68 2015-02-15 NEILB
    - Was failing on input of an empty string RT#101994. Fix from DCONWAY.
      Apologies for the confusion caused by Damian and I both releasing,
      this release should straighten things up.
    - Fixed syntax errors in Quoting section of doc. DCONWAY++

1.67 2015-01-08 NEILB
    - Got co-maint from Damian so I could put the dist on github.
      Thanks Damian!
    - Reformatted this file as per CPAN::Changes::Spec
    - Added github repo to metadata and doc
2016-01-10 20:20:00 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
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.
2015-11-04 01:59:17 +00:00
mef
6c7f444da1 Update 1.669004 to 1.669006
---------------------------
1.669005  Fri Oct  3 16:56:12 2014
    - Added Lisp-style leading ; as a quoter (thanks Roland)

    - Added 'quoter' option to allow user to specify a regex
      to be used to recognize quoters (thanks Peter)

1.669006  Sat Oct  4 07:32:33 2014
    - Improved 'quoter' option to allow augmenting quoter regex,
      rather than just replacing it (thanks Peter)
2015-04-29 13:48:07 +00:00
wen
a4c071c01f Update to 1.669004
Upstream changes:
1.669004  Wed Jul 31 14:43:55 2013

    - Tweaked widow handling to avoid a nasty edge case (thanks Michael!)
2013-08-25 23:44:15 +00:00
sno
3aa9b7d712 Updating textproc/p5-Text-Autoformat from 1.666.0 to 1.669.002
pkgsrc changes:
- clarify license definition

Upstream changes since 1.666.0:
1.669002  Tue Jun 22 15:39:35 2010
    - Patched missing case in 'ignore' option handling (thanks Alan)

1.669001  Fri May 28 07:38:36 2010
    - Added major improvements to the 'ignore' option (thanks Dan!)

1.668001  Sat Apr  3 15:38:55 2010
    - Removed spurious debugging statement in bad Pod. (Thanks Chris)
2010-07-31 14:03:59 +00:00
sno
94837fb296 PkgSrc changes:
- 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
2009-05-01 20:08:36 +00:00
wiz
366e7418f8 Update to 1.13:
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)
2005-11-23 22:14:52 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
Renamed from textproc/p5-Text-Autoformat/files/md5 (Browse further)