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 to 1.0.19. From the c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5ab1f580aee
branches:  trunk
changeset: 543015:e5ab1f580aee
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jun 01 04:22:55 2008 +0000

description:
Update to 1.0.19. From the changelog:

- Clean up local stuff for settings.
- Do a little cleanup of intialisation (more needed)
- Remove copy pasted regexes from Text::MultiMarkdown
- Fix bug with line breaks in links - http://bugs.debian.org/459885,
  thanks to patches and test input / output provided by Adeodato Simó.
  (See t/37anchormultilinebugs.t)
- Incorperated MDTest1.1's tests, and made most of the Text-Markdown
  and Text-MultiMarkdown tests in MDTest format.
- Add and document an accessor for the parsed markdown URLs.
- Fix html4tags option in Markdown.pl and MultiMarkdown.pl
- Remove auto_install from Makefile.PL, this is a deprecated feature
  and it shouldn't be being used at all.

diffstat:

 textproc/p5-Text-Markdown/Makefile         |   4 ++--
 textproc/p5-Text-Markdown/distinfo         |   9 +++++----
 textproc/p5-Text-Markdown/patches/patch-aa |  14 ++++++++++++++
 3 files changed, 21 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 44c9bc9fc9c8 -r e5ab1f580aee textproc/p5-Text-Markdown/Makefile
--- a/textproc/p5-Text-Markdown/Makefile        Sat May 31 23:08:33 2008 +0000
+++ b/textproc/p5-Text-Markdown/Makefile        Sun Jun 01 04:22:55 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/04/16 09:28:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/01 04:22:55 schmonz Exp $
 #
 
-DISTNAME=      Text-Markdown-1.0.17
+DISTNAME=      Text-Markdown-1.0.19
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/
diff -r 44c9bc9fc9c8 -r e5ab1f580aee textproc/p5-Text-Markdown/distinfo
--- a/textproc/p5-Text-Markdown/distinfo        Sat May 31 23:08:33 2008 +0000
+++ b/textproc/p5-Text-Markdown/distinfo        Sun Jun 01 04:22:55 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/04/16 09:28:04 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/06/01 04:22:55 schmonz Exp $
 
-SHA1 (Text-Markdown-1.0.17.tar.gz) = e358ba5cd52490ff33ae9ca0a20ba106f1220a96
-RMD160 (Text-Markdown-1.0.17.tar.gz) = e9f06081748d3222b3437ea7b495816f3cd30f94
-Size (Text-Markdown-1.0.17.tar.gz) = 134030 bytes
+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 (patch-aa) = da3a68afe0ecd5b68d3ea4e0dfa6d2f07cec46df
diff -r 44c9bc9fc9c8 -r e5ab1f580aee textproc/p5-Text-Markdown/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown/patches/patch-aa        Sun Jun 01 04:22:55 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2008/06/01 04:22:55 schmonz Exp $
+
+--- Makefile.PL.orig   2008-04-22 13:34:10.000000000 -0400
++++ Makefile.PL
+@@ -19,7 +19,7 @@ build_requires  'File::Slurp'     => und
+ build_requires  'FindBin'         => undef;
+ 
+ # Scripts I install
+-prompt_script('script/Markdown.pl');
+-prompt_script('script/MultiMarkdown.pl');
++#prompt_script('script/Markdown.pl');
++#prompt_script('script/MultiMarkdown.pl');
+ 
+ WriteAll;



Home | Main Index | Thread Index | Old Index