pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/mandoc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 10 11:52:56 UTC 2019

Modified Files:
        pkgsrc/textproc/mandoc: Makefile distinfo
        pkgsrc/textproc/mandoc/patches: patch-roff.7

Log Message:
mandoc: update to 1.14.5.

i just released mandoc-1.14.5.  This is a regular maintenance
release.  As structural changes are quite limited, i expect it to
be very stable, so all downstream systems are encouraged to upgrade
from any earlier version.

New features include:

 * The apropos(1) utility now accepts case-insensitive extended
   regular expressions by default, improving POSIX compliance
   (thanks to Wolfram Schneider for the suggestion).
 * The new man(1) -O tag[=term] output option opens a page at the
   definition of a term (thanks to Klemens Nanni for the suggestion).
 * The output from tbl(7) has been significantly improved in both
   the HTML and the UTF-8 output modes (thanks to Pali Rohar for
   many reports and suggestions).
 * Several syntax errors have been fixed in HTML output and the
   HTML output code quality has been further improved, in particular
   with respect to paragraphs, tagged lists, and tooltips
   (thanks to John Gardner for significant help).
 * Low-level roff(7) support has been further improved such that
   mandoc can now handle the manual pages of the groff package.
 * Many bugs have been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/mandoc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/mandoc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/mandoc/patches/patch-roff.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/mandoc/Makefile
diff -u pkgsrc/textproc/mandoc/Makefile:1.10 pkgsrc/textproc/mandoc/Makefile:1.11
--- pkgsrc/textproc/mandoc/Makefile:1.10        Thu Mar  7 23:29:01 2019
+++ pkgsrc/textproc/mandoc/Makefile     Sun Mar 10 11:52:56 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/03/07 23:29:01 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/03/10 11:52:56 wiz Exp $
 
-DISTNAME=      mandoc-1.14.4
-PKGREVISION=   2
+DISTNAME=      mandoc-1.14.5
 CATEGORIES=    textproc devel
 MASTER_SITES=  http://mandoc.bsd.lv/snapshots/
 
@@ -18,10 +17,9 @@ SUBST_FILES.roff=    mandoc.1 mandoc.3
 SUBST_FILES.roff+=     eqn.7 man.7 mdoc.7 tbl.7
 SUBST_SED.roff=                -e 's,Xr roff,Xr mandoc-roff,g'
 
-CFLAGS.NetBSD+=        -D_OPENBSD_SOURCE
+#CFLAGS.NetBSD+=       -D_OPENBSD_SOURCE
 
-# test needs perl
-USE_TOOLS+=    perl:build
+USE_TOOLS+=    perl:test
 TEST_TARGET=   regress
 
 .include "../../mk/bsd.fast.prefs.mk"

Index: pkgsrc/textproc/mandoc/distinfo
diff -u pkgsrc/textproc/mandoc/distinfo:1.4 pkgsrc/textproc/mandoc/distinfo:1.5
--- pkgsrc/textproc/mandoc/distinfo:1.4 Tue Aug 14 09:21:52 2018
+++ pkgsrc/textproc/mandoc/distinfo     Sun Mar 10 11:52:56 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2018/08/14 09:21:52 wiz Exp $
+$NetBSD: distinfo,v 1.5 2019/03/10 11:52:56 wiz Exp $
 
-SHA1 (mandoc-1.14.4.tar.gz) = 089bb02a8ec107059b6cff11e4b4fc7da0b9d379
-RMD160 (mandoc-1.14.4.tar.gz) = 5e3702e49a70a270184132bf08f891eb12100ea2
-SHA512 (mandoc-1.14.4.tar.gz) = c68390711a739284ad9a61364f3fea76c0c48c02b4830d6326b07c4188d099e3720ae3b91fc3b083269381b417b7e3f3647d13a54ed2548f8c2f94122f8a7d97
-Size (mandoc-1.14.4.tar.gz) = 627229 bytes
+SHA1 (mandoc-1.14.5.tar.gz) = a59b05ad8012aafaee08d70f22f2ece3402b9b8c
+RMD160 (mandoc-1.14.5.tar.gz) = 19948d8b99862132993d32968e774077e7e7fe5b
+SHA512 (mandoc-1.14.5.tar.gz) = 848f290847f3095757f25647e6d73eb7044018b145bf6f9dc8b5db164b1421911efdc5b3b9022ec3a2c5af9687a84d5acedee810f2bd2f7caaa9242dadb2cc52
+Size (mandoc-1.14.5.tar.gz) = 651846 bytes
 SHA1 (patch-configure) = 18d381c8beb6cf72e4a7478f06b46c74d7a96c5d
-SHA1 (patch-roff.7) = a9df5f51c185da2b8224e6341813fc54036890d7
+SHA1 (patch-roff.7) = 596945a8951eef42005c98426ebbdc03e10fa609

Index: pkgsrc/textproc/mandoc/patches/patch-roff.7
diff -u pkgsrc/textproc/mandoc/patches/patch-roff.7:1.2 pkgsrc/textproc/mandoc/patches/patch-roff.7:1.3
--- pkgsrc/textproc/mandoc/patches/patch-roff.7:1.2     Tue Aug 14 09:21:53 2018
+++ pkgsrc/textproc/mandoc/patches/patch-roff.7 Sun Mar 10 11:52:56 2019
@@ -1,13 +1,13 @@
-$NetBSD: patch-roff.7,v 1.2 2018/08/14 09:21:53 wiz Exp $
+$NetBSD: patch-roff.7,v 1.3 2019/03/10 11:52:56 wiz Exp $
 
 Install roff with 'mandoc-' prefix to avoid conflict with groff.
 
---- roff.7.orig        2018-07-31 15:37:10.000000000 +0000
+--- roff.7.orig        2019-03-06 16:09:55.000000000 +0000
 +++ roff.7
 @@ -16,10 +16,10 @@
  .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  .\"
- .Dd $Mdocdate: April 10 2018 $
+ .Dd $Mdocdate: January 1 2019 $
 -.Dt ROFF 7
 +.Dt MANDOC-ROFF 7
  .Os



Home | Main Index | Thread Index | Old Index