pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Markdown Update from version 1.0.19 t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/732002340d75
branches: trunk
changeset: 545150:732002340d75
user: he <he%pkgsrc.org@localhost>
date: Sun Jul 27 16:31:20 2008 +0000
description:
Update from version 1.0.19 to 1.0.21. Changes:
1.0.21 2008-07-24T08:33:00
- Fix hard tabs in Changelog
- Add unit test for core dumps issue from RT#36203
- Fix POD spelling.
- Fix warning from RT#34856.
- Add test for another tab width issue (related to <hr> generation)
from RT#37769. Fix this issue.
- More test additions and more splitting the test suites into MDTest
modules.
1.0.20 2008-07-11T23:30:00
- Update README.txt
- Allow scripts to be used on multiple input files at once (processing
in command line order)
- Update footnote behavior of Text::MutliMarkdown to be consistent
with the latest version of MultiMarkdown
- Added tests for the new footnote functionality.
- Added tests for all the MDTest corner cases brought up on the list.
Noted why / how I differ from original Markdown.
- Moved all the document tests to MDTest format. I have made MDTest
test suites for Text::Markdown and Text::MultiMarkdown, containing
**only** the bug fixes and behavior changes I've made, I've imported
the Markdown test suite from MDTest1.1, and the MultiMarkdown test
suite.
- RT#36537 doc patch to add POD to the scripts from Debian's Gunnar
Wolf.
- Mutilate the list processing somewhat to reduce the compilation
of recursive regexes, and so stop perl (<5.10) crapping itself
on lots of input. This isn't the full fix - really shouldn't be
usng recursive regexes at all. RT#37297
diffstat:
textproc/p5-Text-Markdown/Makefile | 4 ++--
textproc/p5-Text-Markdown/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 3c80f0993687 -r 732002340d75 textproc/p5-Text-Markdown/Makefile
--- a/textproc/p5-Text-Markdown/Makefile Sun Jul 27 16:21:53 2008 +0000
+++ b/textproc/p5-Text-Markdown/Makefile Sun Jul 27 16:31:20 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:49 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/27 16:31:20 he Exp $
#
-DISTNAME= Text-Markdown-1.0.19
+DISTNAME= Text-Markdown-1.0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/
diff -r 3c80f0993687 -r 732002340d75 textproc/p5-Text-Markdown/distinfo
--- a/textproc/p5-Text-Markdown/distinfo Sun Jul 27 16:21:53 2008 +0000
+++ b/textproc/p5-Text-Markdown/distinfo Sun Jul 27 16:31:20 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/06/01 04:22:55 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2008/07/27 16:31:20 he Exp $
-SHA1 (Text-Markdown-1.0.19.tar.gz) = 2a71ba335397161d91bb5b1a527ec073e1e0db67
-RMD160 (Text-Markdown-1.0.19.tar.gz) = dfed817985e9f475f2d59c655acd87f8226f87d1
-Size (Text-Markdown-1.0.19.tar.gz) = 154374 bytes
+SHA1 (Text-Markdown-1.0.21.tar.gz) = 1d3c8e704a799dc3b3973c366bb8d4a36754a8a7
+RMD160 (Text-Markdown-1.0.21.tar.gz) = 1ef47e44f45726604874b40e0ea11ac280323f3a
+Size (Text-Markdown-1.0.21.tar.gz) = 142481 bytes
SHA1 (patch-aa) = da3a68afe0ecd5b68d3ea4e0dfa6d2f07cec46df
Home |
Main Index |
Thread Index |
Old Index