pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Autoformat Update to 1.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8e1ef79f4ed
branches:  trunk
changeset: 503602:b8e1ef79f4ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 22:14:52 2005 +0000

description:
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)

diffstat:

 textproc/p5-Text-Autoformat/Makefile |  11 ++++++-----
 textproc/p5-Text-Autoformat/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 9991891d6f50 -r b8e1ef79f4ed textproc/p5-Text-Autoformat/Makefile
--- a/textproc/p5-Text-Autoformat/Makefile      Wed Nov 23 22:14:10 2005 +0000
+++ b/textproc/p5-Text-Autoformat/Makefile      Wed Nov 23 22:14:52 2005 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:32 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/23 22:14:52 wiz Exp $
 
-DISTNAME=       Text-Autoformat-1.04
-PKGNAME=        p5-${DISTNAME}
+DISTNAME=      Text-Autoformat-1.13
+PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5tau
-PKGREVISION=   2
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.cs.monash.edu.au/~damian/
+HOMEPAGE=      http://search.cpan.org/dist/Text-Autoformat/
 COMMENT=       Perl module for text wrapping and reformatting
 
+DEPENDS+=      p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform
+
 PERL5_PACKLIST=                auto/Text/Autoformat/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 9991891d6f50 -r b8e1ef79f4ed textproc/p5-Text-Autoformat/distinfo
--- a/textproc/p5-Text-Autoformat/distinfo      Wed Nov 23 22:14:10 2005 +0000
+++ b/textproc/p5-Text-Autoformat/distinfo      Wed Nov 23 22:14:52 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/11/23 22:14:52 wiz Exp $
 
-SHA1 (Text-Autoformat-1.04.tar.gz) = 37542dab1e1db7e4aada2886084c413fc2d2aaab
-RMD160 (Text-Autoformat-1.04.tar.gz) = adb76d75ebdd77864009384002d99810ec0a1441
-Size (Text-Autoformat-1.04.tar.gz) = 25972 bytes
+SHA1 (Text-Autoformat-1.13.tar.gz) = 82d3eaf31e78bd40fb5028fde8fe12801e22614c
+RMD160 (Text-Autoformat-1.13.tar.gz) = 4e8433e88a5952c29ca6514408bdd76e533a6f77
+Size (Text-Autoformat-1.13.tar.gz) = 17431 bytes



Home | Main Index | Thread Index | Old Index