Mon Jul 11 19:40:33 2022 UTC ()
xpr: update to 1.1.0.

This release drops support for the custom printing languages used
by the long-obsolete DEC LA100 & LN03 printers from the early 80's.

It continues to support PCL & PostScript output.

Alan Coopersmith (16):
      Standardize indentation in validate_visual()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Use time_t instead of long with time() & ctime()
      xpr.man: remove duplicate "HP" from PaintJet XL Color name
      xpr.man: show current version in footer instead of X11R6
      Remove support for Digital LA100 dot matrix printer
      Remove support for Digital LN03 laser printer
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      gitlab CI: Use ci-fairy image template
      gitlab CI: enable Static Application Security Testing (SAST)
      Build xz tarballs instead of bzip2
      man pages: remove out-of-date COPYRIGHT section
      xdpr.man: minor corrections
      xpr 1.1.0

Matthieu Herrb (1):
      remove extra 3rd parameter to open()


(wiz)
diff -r1.1 -r1.2 pkgsrc/x11/xpr/DESCR
diff -r1.5 -r1.6 pkgsrc/x11/xpr/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/xpr/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/x11/xpr/DESCR (expand / switch to context diff)
--- pkgsrc/x11/xpr/DESCR 2015/07/02 12:38:33 1.1
+++ pkgsrc/x11/xpr/DESCR 2022/07/11 19:40:33 1.2
@@ -1,2 +1,2 @@
-xpr takes as input a window dump file produced by xwd and formats it for output
+xpr takes as input a window dump file produced by xwd and formats
-on various types of printers.
+it for output on various types of printers.

cvs diff -r1.5 -r1.6 pkgsrc/x11/xpr/Makefile (expand / switch to context diff)
--- pkgsrc/x11/xpr/Makefile 2020/01/18 23:36:12 1.5
+++ pkgsrc/x11/xpr/Makefile 2022/07/11 19:40:33 1.6
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:36:12 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/11 19:40:33 wiz Exp $
 
-DISTNAME=	xpr-1.0.5
-CATEGORIES=	print x11
+DISTNAME=	xpr-1.1.0
+CATEGORIES=	x11 print
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=	.tar.bz2
+EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	https://xorg.freedesktop.org/

cvs diff -r1.5 -r1.6 pkgsrc/x11/xpr/distinfo (expand / switch to context diff)
--- pkgsrc/x11/xpr/distinfo 2021/10/26 11:34:55 1.5
+++ pkgsrc/x11/xpr/distinfo 2022/07/11 19:40:33 1.6
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:55 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/07/11 19:40:33 wiz Exp $
 
-BLAKE2s (xpr-1.0.5.tar.bz2) = 05065c750c97494c1ffcc0a90ff0d04b2253f560d650bd63d28d414b25644a3b
+BLAKE2s (xpr-1.1.0.tar.xz) = b6444cbc23bec1bdafaa0a948832c1fe6aea9bc4beb3d2b23669d3a7567ef6ca
-SHA512 (xpr-1.0.5.tar.bz2) = d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967
+SHA512 (xpr-1.1.0.tar.xz) = 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb
-Size (xpr-1.0.5.tar.bz2) = 150714 bytes
+Size (xpr-1.1.0.tar.xz) = 140244 bytes