pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdocml Update to mdocml-1.7.12. Biggest chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df3f381af778
branches:  trunk
changeset: 557039:df3f381af778
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 09 01:57:48 2009 +0000

description:
Update to mdocml-1.7.12. Biggest change is the start of a man(7) parser.

diffstat:

 textproc/mdocml/Makefile         |   4 ++--
 textproc/mdocml/distinfo         |  10 +++++-----
 textproc/mdocml/patches/patch-ft |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 8b6f2f312794 -r df3f381af778 textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile  Thu Apr 09 00:55:12 2009 +0000
+++ b/textproc/mdocml/Makefile  Thu Apr 09 01:57:48 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/03/22 23:51:10 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/09 01:57:48 joerg Exp $
 
-DISTNAME=              mdocml-1.6.9
+DISTNAME=              mdocml-1.7.12
 CATEGORIES=            textproc devel
 MASTER_SITES=          http://mdocml.bsd.lv/snapshots/
 
diff -r 8b6f2f312794 -r df3f381af778 textproc/mdocml/distinfo
--- a/textproc/mdocml/distinfo  Thu Apr 09 00:55:12 2009 +0000
+++ b/textproc/mdocml/distinfo  Thu Apr 09 01:57:48 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2009/03/22 23:51:10 joerg Exp $
+$NetBSD: distinfo,v 1.5 2009/04/09 01:57:48 joerg Exp $
 
-SHA1 (mdocml-1.6.9.tar.gz) = 51d336e613fc290385aa2872ce7094ca83394c62
-RMD160 (mdocml-1.6.9.tar.gz) = b6e5e0fa4896ca8f0c32a80add246589c5fc2a7b
-Size (mdocml-1.6.9.tar.gz) = 68182 bytes
-SHA1 (patch-ft) = 27f6259e3494bb56ba834331c86eec84f437499a
+SHA1 (mdocml-1.7.12.tar.gz) = 95d5006d113dd005bd82d30a47a7509b62f4ac5d
+RMD160 (mdocml-1.7.12.tar.gz) = d48b8c3f313d1249c79ea817291423d89525917c
+Size (mdocml-1.7.12.tar.gz) = 79256 bytes
+SHA1 (patch-ft) = ba88ed94ef4e5af4f240e53ab04c8814990d2591
diff -r 8b6f2f312794 -r df3f381af778 textproc/mdocml/patches/patch-ft
--- a/textproc/mdocml/patches/patch-ft  Thu Apr 09 00:55:12 2009 +0000
+++ b/textproc/mdocml/patches/patch-ft  Thu Apr 09 01:57:48 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ft,v 1.1 2009/03/22 23:51:10 joerg Exp $
+$NetBSD: patch-ft,v 1.2 2009/04/09 01:57:48 joerg Exp $
 
---- macro.c.orig       2009-03-17 11:22:31.000000000 +0100
-+++ macro.c
+--- mdoc_macro.c.orig  2009-03-17 11:22:31.000000000 +0100
++++ mdoc_macro.c
 @@ -107,7 +107,7 @@ const      struct mdoc_macro __mdoc_macros[MD
        { in_line_eoln, 0 }, /* Fd */ 
        { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fl */



Home | Main Index | Thread Index | Old Index