./fonts/encodings, X11 Font Index Generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: encodings-1.1.0, Maintainer: pkgsrc-users

The package provides the X.org font encoding files, such as
adobe-dingbats.enc.gz, ibm-cp866.enc, jisx0212.1990-0.enc.gz,
and others. This is from the modular X.org project.


Master sites:

Filesize: 291.336 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-03 11:07:11 by Thomas Klausner | Files touched by this commit (3) | Package updated
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
   2023-02-28 08:07:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
encodings: update to 1.0.7.

This release bundles up the last six months worth of build system
improvements, including making the configure script more efficient
and using the -n flag to gzip to improve build reproducibility.

Alan Coopersmith (5):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      Switch to XORG_DEFAULT_NOCODE_OPTIONS
      configure: Add COMPRESS_FLAGS to pass options to compression command
      font-encodings 1.0.7
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-07-13 22:51:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
encodings: update to 1.0.6.

Alan Coopersmith (3):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      encodings 1.0.6

Thomas E. Dickey (12):
      adjust descriptions for the Unicode mapping to match the Unicode.org data file.
      add mapping for 0x80-0x9f, as per Unicode.org data files.
      use descriptions from UnicodeData.txt except for two obsolete or incorrect maps
      correct a typo (in original), and use appropriate description
      use Armenian eternity symbol from Unicode 6.
      whitespace-only changes for consistency, using luit's annotate-enc script
      add descriptions from UnicodeData.txt, using annotate-enc
      add descriptions from UnicodeData.txt, using annotate-enc
      add descriptions from UnicodeData.txt, using annotate-enc
      add descriptions from UnicodeData.txt, with annotate-enc
      add descriptions from UnicodeData.txt, with annotate-enc
      whitespace-only, reformat with annotate-enc
   2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-06-19 19:05:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
encodings: update to 1.0.5.

Akira TAGOH (1):
     jisx0201.1976-0.enc: Add undefined mapping for 0x7f - 0xa0 range

Alan Coopersmith (5):
     cns11643-x encodings don't need to alias to themselves
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Update README for gitlab migration
     Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
     autogen.sh: use quoted string variables

Gaetan Nadon (1):
     config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Matt Turner (1):
     encodings 1.0.5

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish