pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xpr xpr: update to 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f097f95a83de
branches:  trunk
changeset: 381696:f097f95a83de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:40:33 2022 +0000

description:
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()

diffstat:

 x11/xpr/DESCR    |  4 ++--
 x11/xpr/Makefile |  8 ++++----
 x11/xpr/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 0b450b487521 -r f097f95a83de x11/xpr/DESCR
--- a/x11/xpr/DESCR     Mon Jul 11 19:39:16 2022 +0000
+++ b/x11/xpr/DESCR     Mon Jul 11 19:40:33 2022 +0000
@@ -1,2 +1,2 @@
-xpr takes as input a window dump file produced by xwd and formats it for output
-on various types of printers.
+xpr takes as input a window dump file produced by xwd and formats
+it for output on various types of printers.
diff -r 0b450b487521 -r f097f95a83de x11/xpr/Makefile
--- a/x11/xpr/Makefile  Mon Jul 11 19:39:16 2022 +0000
+++ b/x11/xpr/Makefile  Mon Jul 11 19:40:33 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 0b450b487521 -r f097f95a83de x11/xpr/distinfo
--- a/x11/xpr/distinfo  Mon Jul 11 19:39:16 2022 +0000
+++ b/x11/xpr/distinfo  Mon Jul 11 19:40:33 2022 +0000
@@ -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
-SHA512 (xpr-1.0.5.tar.bz2) = d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967
-Size (xpr-1.0.5.tar.bz2) = 150714 bytes
+BLAKE2s (xpr-1.1.0.tar.xz) = b6444cbc23bec1bdafaa0a948832c1fe6aea9bc4beb3d2b23669d3a7567ef6ca
+SHA512 (xpr-1.1.0.tar.xz) = 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb
+Size (xpr-1.1.0.tar.xz) = 140244 bytes



Home | Main Index | Thread Index | Old Index