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 unified 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 @@ @@ -1,2 +1,2 @@
1xpr takes as input a window dump file produced by xwd and formats it for output 1xpr takes as input a window dump file produced by xwd and formats
2on various types of printers. 2it for output on various types of printers.

cvs diff -r1.5 -r1.6 pkgsrc/x11/xpr/Makefile (expand / switch to unified 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,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2020/01/18 23:36:12 rillig Exp $ 1# $NetBSD: Makefile,v 1.6 2022/07/11 19:40:33 wiz Exp $
2 2
3DISTNAME= xpr-1.0.5 3DISTNAME= xpr-1.1.0
4CATEGORIES= print x11 4CATEGORIES= x11 print
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 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= Formats xwd dump files as output for various types of printers 10COMMENT= Formats xwd dump files as output for various types of printers
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "../../x11/xorgproto/buildlink3.mk" 15.include "../../x11/xorgproto/buildlink3.mk"
16.include "../../x11/libXmu/buildlink3.mk" 16.include "../../x11/libXmu/buildlink3.mk"
17.include "../../x11/libX11/buildlink3.mk" 17.include "../../x11/libX11/buildlink3.mk"
18.include "../../devel/xorg-util-macros/buildlink3.mk" 18.include "../../devel/xorg-util-macros/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

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