Source-Changes-HG archive

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

[src/trunk]: src Add libmandoc.



details:   https://anonhg.NetBSD.org/src/rev/8844ffbe2dc1
branches:  trunk
changeset: 785284:8844ffbe2dc1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Mar 06 21:42:47 2013 +0000

description:
Add libmandoc.

diffstat:

 external/bsd/mdocml/dist/lib.in   |  1 +
 gnu/usr.bin/groff/tmac/mdoc.local |  3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r cbb18affdfd0 -r 8844ffbe2dc1 external/bsd/mdocml/dist/lib.in
--- a/external/bsd/mdocml/dist/lib.in   Wed Mar 06 20:49:20 2013 +0000
+++ b/external/bsd/mdocml/dist/lib.in   Wed Mar 06 21:42:47 2013 +0000
@@ -62,6 +62,7 @@
 LINE("libm",           "Math Library (libm, \\-lm)")
 LINE("libm68k",                "m68k Architecture Library (libm68k, \\-lm68k)")
 LINE("libmagic",       "Magic Number Recognition Library (libmagic, \\-lmagic)")
+LINE("libmandoc",      "Mandoc Macro Compiler Library (libmandoc, \\-lmandoc)")
 LINE("libmd",          "Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
 LINE("libmemstat",     "Kernel Memory Allocator Statistics Library (libmemstat, \\-lmemstat)")
 LINE("libmenu",                "Curses Menu Library (libmenu, \\-lmenu)")
diff -r cbb18affdfd0 -r 8844ffbe2dc1 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Wed Mar 06 20:49:20 2013 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Wed Mar 06 21:42:47 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.68 2012/06/10 15:04:47 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.69 2013/03/06 21:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -90,6 +90,7 @@
 .ds doc-str-Lb-libfetch         File Transfer Library for URLs (libfetch, \-lfetch)
 .ds doc-str-Lb-libiscsi         iSCSI protocol library (libiscsi, \-liscsi)
 .ds doc-str-Lb-libisns          Internet Storage Name Service Library (libisns, \-lisns)
+.ds doc-str-Lb-libmandoc        Mandoc Macro Compiler Library (libmandoc, \-lmandoc)
 .ds doc-str-Lb-libnetpgp        Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
 .ds doc-str-Lb-libperfuse       PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
 .ds doc-str-Lb-libppath         Property-List Paths Library (libppath, \-lppath)



Home | Main Index | Thread Index | Old Index