pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/encodings



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  3 10:07:11 UTC 2024

Modified Files:
        pkgsrc/fonts/encodings: Makefile PLIST distinfo

Log Message:
encodings: update to 1.1.0.

This release adds the ISO8859-14 encoding

This allows legacy applications (xcalc for instance) to work without the
 "Warning: missing charsets in String to FontSet conversion"
message on systems with only ISO8859-1 and UTF-8 encoded fonts installed.

This release also adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
  https://gitlab.freedesktop.org/xorg/font/encodings/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (2):
      Add a meson build system
      font-encodings 1.1.0

Matthieu Herrb (1):
      Add the ISO8859-14 encoding


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/fonts/encodings/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/encodings/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/fonts/encodings/distinfo

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

Modified files:

Index: pkgsrc/fonts/encodings/Makefile
diff -u pkgsrc/fonts/encodings/Makefile:1.13 pkgsrc/fonts/encodings/Makefile:1.14
--- pkgsrc/fonts/encodings/Makefile:1.13        Tue Feb 28 07:07:16 2023
+++ pkgsrc/fonts/encodings/Makefile     Sun Mar  3 10:07:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/02/28 07:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/03/03 10:07:11 wiz Exp $
 
-DISTNAME=              encodings-1.0.7
+DISTNAME=              encodings-1.1.0
 CATEGORIES=            fonts x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/fonts/encodings/PLIST
diff -u pkgsrc/fonts/encodings/PLIST:1.4 pkgsrc/fonts/encodings/PLIST:1.5
--- pkgsrc/fonts/encodings/PLIST:1.4    Thu Nov  8 01:20:15 2012
+++ pkgsrc/fonts/encodings/PLIST        Sun Mar  3 10:07:11 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/11/08 01:20:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/03/03 10:07:11 wiz Exp $
 share/fonts/X11/encodings/adobe-dingbats.enc.gz
 share/fonts/X11/encodings/adobe-standard.enc.gz
 share/fonts/X11/encodings/adobe-symbol.enc.gz
@@ -12,6 +12,7 @@ share/fonts/X11/encodings/ibm-cp852.enc.
 share/fonts/X11/encodings/ibm-cp866.enc.gz
 share/fonts/X11/encodings/iso8859-11.enc.gz
 share/fonts/X11/encodings/iso8859-13.enc.gz
+share/fonts/X11/encodings/iso8859-14.enc.gz
 share/fonts/X11/encodings/iso8859-16.enc.gz
 share/fonts/X11/encodings/iso8859-6.16.enc.gz
 share/fonts/X11/encodings/iso8859-6.8x.enc.gz

Index: pkgsrc/fonts/encodings/distinfo
diff -u pkgsrc/fonts/encodings/distinfo:1.10 pkgsrc/fonts/encodings/distinfo:1.11
--- pkgsrc/fonts/encodings/distinfo:1.10        Tue Feb 28 07:07:16 2023
+++ pkgsrc/fonts/encodings/distinfo     Sun Mar  3 10:07:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/02/28 07:07:16 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/03/03 10:07:11 wiz Exp $
 
-BLAKE2s (encodings-1.0.7.tar.xz) = 4ce833408b70a62650ed4c709b53215212f78c9ac4d0d81dd95e0aa6939c73f8
-SHA512 (encodings-1.0.7.tar.xz) = dc72982b14e5d89fe1eff1ab11f308796c89255a06337d8cd6bf65757f11dd0a5478b41d844793213db8fe9638389734f148abe9df9fb05027ea563dacde6ba8
-Size (encodings-1.0.7.tar.xz) = 299588 bytes
+BLAKE2s (encodings-1.1.0.tar.xz) = b6ffbaaa4aaaff44cf146e4be71d9b3642295600c55b5e3c06e30e044bc5e41d
+SHA512 (encodings-1.1.0.tar.xz) = ae912e120847954f5756193cc8860f50ada6c79bb3ba44f7f0cd1913b13aeed7885e140282cb47989a93fae0a0e8cedebe9a2420f65b1936b40192dc7d208427
+Size (encodings-1.1.0.tar.xz) = 298328 bytes



Home | Main Index | Thread Index | Old Index