pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfontsel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 11 19:35:39 UTC 2022

Modified Files:
        pkgsrc/x11/xfontsel: DESCR Makefile distinfo

Log Message:
xfontsel: update to 1.1.0.

This release adds two small new features - a "Reset" button to reset
all the selections back to the initial values, and when given the "-scaled"
option fetch the actual screen resolution and add that to the list of
available resolutions for the resX and resY menus.

Alan Coopersmith (11):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      const cleanup
      Fix -Wsign-compare warning from gcc
      Clean up variable scoping in GetFontNames()
      mark Quit() & QuitAction() as noreturn
      gitlab CI: stop requiring Signed-off-by in commits
      xfontsel 1.1.0

Alexander Gromnitsky (1):
      Add 'reset' button

Greg A. Woods (1):
      include actual screen resolution in the resX & resY menus

Thomas Kuehne (1):
      Fixed -Wmissing-field-initializers warning


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/xfontsel/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xfontsel/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xfontsel/distinfo

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

Modified files:

Index: pkgsrc/x11/xfontsel/DESCR
diff -u pkgsrc/x11/xfontsel/DESCR:1.1.1.1 pkgsrc/x11/xfontsel/DESCR:1.2
--- pkgsrc/x11/xfontsel/DESCR:1.1.1.1   Thu Apr 12 18:03:25 2007
+++ pkgsrc/x11/xfontsel/DESCR   Mon Jul 11 19:35:39 2022
@@ -1,4 +1,6 @@
-This package provides xfontsel, a program to query and display X11
-fonts.
+xfontsel application provides a simple way to display the X11 core
+protocol fonts known to your X server, examine samples of each,
+and retrieve the X Logical Font Description ("XLFD") full name for
+a font.
 
 This is from the modular X.org X11 project.

Index: pkgsrc/x11/xfontsel/Makefile
diff -u pkgsrc/x11/xfontsel/Makefile:1.10 pkgsrc/x11/xfontsel/Makefile:1.11
--- pkgsrc/x11/xfontsel/Makefile:1.10   Sat Jan 18 23:36:08 2020
+++ pkgsrc/x11/xfontsel/Makefile        Mon Jul 11 19:35:39 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:08 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/11 19:35:39 wiz Exp $
 
-DISTNAME=              xfontsel-1.0.6
+DISTNAME=              xfontsel-1.1.0
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/xfontsel/distinfo
diff -u pkgsrc/x11/xfontsel/distinfo:1.7 pkgsrc/x11/xfontsel/distinfo:1.8
--- pkgsrc/x11/xfontsel/distinfo:1.7    Tue Oct 26 11:34:48 2021
+++ pkgsrc/x11/xfontsel/distinfo        Mon Jul 11 19:35:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:48 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/07/11 19:35:39 wiz Exp $
 
-BLAKE2s (xfontsel-1.0.6.tar.bz2) = 65655916ca306d4607c8c865cee72ba83b6ce007816a3ed9351632caacbc06b9
-SHA512 (xfontsel-1.0.6.tar.bz2) = 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
-Size (xfontsel-1.0.6.tar.bz2) = 146469 bytes
+BLAKE2s (xfontsel-1.1.0.tar.xz) = 27c442fdad15dcd43b03c1bf8eeae3248cb10fa54ad34b79db048c047313b386
+SHA512 (xfontsel-1.1.0.tar.xz) = be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
+Size (xfontsel-1.1.0.tar.xz) = 139560 bytes



Home | Main Index | Thread Index | Old Index