Wed Apr 3 21:20:18 2024 UTC (64d)
xman: update to 1.2.0.

This release improves the display of the formatted man page when using man-db,
fixes a memory leak when closing a man page, and removes support for a number
of OS'es from the 80's & 90's, along with removing support for using Xprint
to print a man page.

Alan Coopersmith (13):
      unifdef ISC
      unifdef sgi
      unifdef __osf__
      unifdef hpux
      unifdef SCO, __SCO__, and __UNIXWARE__
      unifdef sony
      unifdef defined(SVR4) && !defined(sun)
      unifdef __bsdi__
      unifdef BSD < 199103
      unifdef ATHENA
      unifdef INCLUDE_XPRINT_SUPPORT
      unifdef NO_COMPRESS
      xman 1.2.0

gldrk (2):
      Free buffered file contents when closing man page
      Restore formatting with modern man-db


(wiz)
diff -r1.21 -r1.22 pkgsrc/x11/xman/Makefile
diff -r1.13 -r1.14 pkgsrc/x11/xman/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/x11/xman/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xman/Makefile 2023/09/29 07:49:23 1.21
+++ pkgsrc/x11/xman/Makefile 2024/04/03 21:20:18 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2023/09/29 07:49:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2024/04/03 21:20:18 wiz Exp $
2 2
3DISTNAME= xman-1.1.6 3DISTNAME= xman-1.2.0
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Manual page browser 10COMMENT= Manual page browser
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
16 16

cvs diff -r1.13 -r1.14 pkgsrc/x11/xman/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xman/distinfo 2023/09/29 07:49:23 1.13
+++ pkgsrc/x11/xman/distinfo 2024/04/03 21:20:18 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/09/29 07:49:23 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2024/04/03 21:20:18 wiz Exp $
2 2
3BLAKE2s (xman-1.1.6.tar.xz) = 40002e9bd4a137c1bcd0fc9c3db650ff7ef0b9bc67ae2bed22426f4af3d31a56 3BLAKE2s (xman-1.2.0.tar.xz) = f00d9c1cd95dff128f4c9406e4be6764a2a0abb5a5302379579e757e82ef7ced
4SHA512 (xman-1.1.6.tar.xz) = 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530 4SHA512 (xman-1.2.0.tar.xz) = 072dba172fd30606c1e185c6e50b3b9a9ec5e430eb2ac7f0c476e1c2de998e8c0b5fbf53de20a7339d39a8990255e77fe72d3928b43d055e8463f8069389d192
5Size (xman-1.1.6.tar.xz) = 177732 bytes 5Size (xman-1.2.0.tar.xz) = 177156 bytes