-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All of the font modules updated to use the new font-utils 1.1.0 have been released now. If you are using the tarballs to install you should not need to upgrade to font-utils 1.1.0 first, unless you plan to change configure.ac or Makefile.am and autoreconf. However, if you do install font-utils 1.1.0 first, it will allow these modules to read the fontrootdir setting from the fontutil.pc it installs to share a common font directory override if you don't use the default. *NOTE* The default installation path for the fonts has changed! See the details below for the configure script arguments that affect this. Most of the changes involved will only make a difference to distro packagers, those building the modules themselves, and those of us maintaining the modules. End-user visible changes: - font/misc-misc: Changes from http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html (Markus Kuhn): 6x12.bdf: - 1698 glyphs added by Mikael ?hman - another 1273 glyphs added by Mikael ?hman - removing 207 wide and full-width characters 6x13.bdf: - completed Latin Extended Additional - added some Supplemental Punctuation 7x13.bdf: - fixed swapped U+2198/2199: http://bugs.freedesktop.org/show_bug.cgi?id=9666 7x14.bdf: - Fixed precomposed variants of "a" to look like the base character (Artis Rozentals) 9x15.bdf: - added some Latin Extended Additional, including capital sharp s - added some math symbols and operators, including perpendicular and finite part integral (for ISO 80000-2 coverage) - centered some older math operators properly (subset, superset, etc.) - adding some Supplemental Punctuation 9x18.bdf: - completed Latin Extended Additional - added some Supplemental Punctuation 10x20.bdf: - Unicode 5.1 TARGET3 completed by Henning Brunzel <muhgnu at yahoo.de> - Thomas Wolff <towo at towo.net> suggested a change of U+21B5 to distinguish it from U+21B2. - removed from all non-Asian fonts all wide and full-width characters - many fonts: moved wide angle brackets U+2329/232A to mathematical angle brackets U+27E8/27E9 - font/schumacher-misc: Changes from http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html (Markus Kuhn): - removed all wide and full-width characters - moved wide angle brackets U+2329/232A to mathematical angle brackets U+27E8/27E9 - added U+20AF DRACHMA SIGN Remove bogus glyphs for characters uni30D0, uni30D1, uni30D2 and uni30D3 (James Cloos) Other changes: - A lot of duplicated code common to multiple modules has been moved into macros in font-utils.m4. Anyone building from git, or otherwise running autoconf/autoreconf/autogen to update the configure script will need to have font-utils 1.1 installed for any of these. - The default installation directory for data files from these modules (fonts, encodings, encoding mappings, etc.) has changed from ${libdir}/X11/fonts to ${datadir}/fonts/X11 (i.e. for those who build with --prefix=/usr, from /usr/lib/X11/fonts to /usr/share/fonts/X11 ) font-utils configure script takes an argument of --with-fontrootdir to specify the root directory under which font subdirectories should be made by the other modules. The value for this (either the argument passed or the default of ${datadir}/fonts/X11) is not only used for font-utils itself, but is recorded in fontutil.pc for use by other modules. The directory used by the individual modules to install is the first found from this list: 1. --with-fontdir argument to that module's configure script (*) 2. the default subdirectory under the root dir found first from: a. --with-fontrootdir argument to that module's configure script b. pkg-config --variable=fontrootdir fontutil (i.e. the value saved from font-util's configure script) c. ${datadir}/fonts/X11 (*) except for modules which use alternate options for various reasons: + encodings: --with-encodings-dir + misc-ethiopic: --with-ttf-fontdir & --with-otf-fontdir + alias: no specific subdir option is provided since it installs to multiple subdirs - Bitmap (bdf/pcf) font module configure scripts now all take an option of --with-compression=<no|compress|gzip|bzip2> to specify the method to be used to compress the output .pcf files. If you choose bzip2, you must make sure you are using libXfont 1.3.4 or newer, and that libXfont was compiled with the --with-bzip2 option. - configure scripts now exit with an error if required utilities are not found. (Original work by Andres Salomon, copied into macros and added in additional checks by Alan Coopersmith) - ChangeLogs now autogenerated from git (Original work by James Cloos, updated by Paulo Cesar Pereira de Andrade & Alan Coopersmith) - Modules now all include a barebones README with pointers to the upstream mailing lists, bugzilla and git for the benefit of users who find these on mirror sites or in distro packages. - fc-cache is not run during "make install" if $(DESTDIR) is set, since it's not useful when making packages, and can cause access violations when building in a sandboxed environment. (Original work by Ryan Hill, copied into macros and remaining modules by Alan Coopersmith) - configure scripts now all use XORG_DEFAULT_OPTIONS from xorg-macros 1.3 for easier future mass updating. - $PKG_CONFIG honored in configure scripts (bug#8185, Original work by Jeremy Lain?, copied into macros and remaining modules by Alan Coopersmith) - For many of these, this is their first tarball release since X11R7.0 or 7.1, so the tarballs have newer autoconf/automake generated scripts. These were generated with automake 1.11 & autoconf 2.63. The use of automake 1.11 with xorg-macros 1.3 has enabled the automake "silent rules" by default - to see the full commands being run during the build, run "make V=1". - Various other janitorial work by Paulo Cesar Pereira de Andrade, James Cloos, Gaetan Nadon, and Alan Coopersmith. - -------------------------------------------------------------------------- git tag: font-adobe-100dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.1.tar.bz2 MD5: c754c3f4a5e08442bf6972b9466625ed SHA1: 814baccf5cf6c6545b7e8f3bbbad377be369042d http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.1.tar.gz MD5: 93bd04e2fb348a0c48e13ab3933f2381 SHA1: 9c83c922f9e325eb1fc3000b7bcbc4c62c31a361 - -------------------------------------------------------------------------- git tag: font-adobe-75dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.1.tar.bz2 MD5: a47681c97bd012196691c95e34d400f1 SHA1: 3cbed8a4a3a6bbe6ccd3d6e07a238f8c9ab7a26c http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.1.tar.gz MD5: d22283daba10129643800d73f5496aab SHA1: 3f0cb548349a04ee35faa850428b51e29368d7a4 - -------------------------------------------------------------------------- git tag: font-adobe-utopia-100dpi-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.2.tar.bz2 MD5: 1c3a2c26bd3f6e406fbadc7380efa369 SHA1: e692c3d3933c47c69656be0fd0f06218c2db138d http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.2.tar.gz MD5: 80be8dffe739d00b822449911d8373b1 SHA1: 6c0133e08dd67150a70573449830efecfa18eb08 - -------------------------------------------------------------------------- git tag: font-adobe-utopia-75dpi-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.bz2 MD5: 71dffebeeb702d10876555c361fb69cf SHA1: 2db08c2e0186831e4d68f7a2ffb2f9fe598a7280 http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.gz MD5: b2223994b16ab103ff3d6c2804fb99e8 SHA1: 172f4b2a9d29b66af6e0904f6a31dc9bda66f71a - -------------------------------------------------------------------------- git tag: font-adobe-utopia-type1-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.2.tar.bz2 MD5: ad945b19b2db64dec3a19507848ff63b SHA1: 565cb66523f59f02da02aa9e74604634a2113643 http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.2.tar.gz MD5: 6fe87ea0b4fee75b237d4a453526c705 SHA1: 025dd05a890a67ee935511de3dbe1fef38d4fde0 - -------------------------------------------------------------------------- git tag: font-alias-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.2.tar.bz2 MD5: 9d40dba6fb8cb58dacb433fc7bcaafca SHA1: 9a0e97d974349e3a943b0ab77015f115f15d34c3 http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.2.tar.gz MD5: a1ba6f97d77f58e107d5fd7f9773f063 SHA1: 881a413224cc4f59f289c5b10daede5aba9edef6 - -------------------------------------------------------------------------- git tag: font-arabic-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.1.tar.bz2 MD5: 817ceb99636c873ad7679fe2a468678d SHA1: d11a7bdce7500c3ccc2fe59505f2bc89e4c7aa2a http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.1.tar.gz MD5: d0acd6f18a7eb2ed1878b48def09dfee SHA1: 255dd78d97e73f14d049a6b29bd48bb015f12067 - -------------------------------------------------------------------------- git tag: font-bh-100dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-100dpi-1.0.1.tar.bz2 MD5: 8af580b87e17ddacdf0ce3d775248387 SHA1: 4f3edda5dd35145cbd1ce8759e0a999b3a04f9c0 http://xorg.freedesktop.org/archive/individual/font/font-bh-100dpi-1.0.1.tar.gz MD5: d9383b2ddda241a464343b7b4de370a9 SHA1: 36cdd7e7e7cbd15aa3f4129866a10318459e86f8 - -------------------------------------------------------------------------- git tag: font-bh-75dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-75dpi-1.0.1.tar.bz2 MD5: 53785d2688392aec5cba79fc0ddb23a2 SHA1: 7b891d5bfd966c405c19574bca8f87b8803146d1 http://xorg.freedesktop.org/archive/individual/font/font-bh-75dpi-1.0.1.tar.gz MD5: 200b38e879dcbf922ca2a9f71ad44657 SHA1: 8f869efcdb7da9b6b68447dfe2d345571c910363 - -------------------------------------------------------------------------- git tag: font-bh-lucidatypewriter-100dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-100dpi-1.0.1.tar.bz2 MD5: a2b3951dbc6ddb2e4c7e09519dd13333 SHA1: a1c9d28a619358092f7196473ff3e0f0dc5304d0 http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-100dpi-1.0.1.tar.gz MD5: 8fa38b7845c10ff83d6077a1e238b15b SHA1: 7943b9f933d34c3f9da74f2fed204be9c298ddfe - -------------------------------------------------------------------------- git tag: font-bh-lucidatypewriter-75dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-75dpi-1.0.1.tar.bz2 MD5: 6397062f2b346ce5bbe5472f3353a9a9 SHA1: 26efd25d2802c8406a96ccc3240b2c14e511d49f http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-75dpi-1.0.1.tar.gz MD5: f36b68aabef2d57258131ce6136c6f50 SHA1: 7cb55635ba005869c429dbb75abd8c33135c8fb0 - -------------------------------------------------------------------------- git tag: font-bh-ttf-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-ttf-1.0.1.tar.bz2 MD5: 664df71cb510b744b4a10e778445c37b SHA1: 0e9ffbc738072ca832cdf5f82bff071c67b71825 http://xorg.freedesktop.org/archive/individual/font/font-bh-ttf-1.0.1.tar.gz MD5: baea1bb10808857e595f13c6be9cbfbe SHA1: 102e753c5c70f590148cd3f948f6a95ae9515978 - -------------------------------------------------------------------------- git tag: font-bh-type1-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bh-type1-1.0.1.tar.bz2 MD5: 374d954c61363206c93d1ce7e9445c31 SHA1: b960d8523b02d4401dc6e1257f68dc120761ee4b http://xorg.freedesktop.org/archive/individual/font/font-bh-type1-1.0.1.tar.gz MD5: 000da66f92370ac59e3df1b6719fdd9a SHA1: 5e5355fdd132db180c61d96bac1ece44c0a81dba - -------------------------------------------------------------------------- git tag: font-bitstream-100dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-100dpi-1.0.1.tar.bz2 MD5: 3b8748f8029c53595e4a4a1b23fa790a SHA1: ba163df365a591de5eb9e45fa302059d572dd171 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-100dpi-1.0.1.tar.gz MD5: 823c3c2a1a2307bdca5961145e3db37d SHA1: f7d450b5e8a8329974846a36cb28d27ddc0d5bc6 - -------------------------------------------------------------------------- git tag: font-bitstream-75dpi-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-75dpi-1.0.1.tar.bz2 MD5: aed54fb53d2d24aff10c92985286d1e5 SHA1: 43344b8ff3b2c2fda8d4cdbcc12c0688b2e04789 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-75dpi-1.0.1.tar.gz MD5: f8e982bcaaed199fdac03e9fc12b2952 SHA1: f91d21ed1008b8d6f5305c214fe728c97ffc9a94 - -------------------------------------------------------------------------- git tag: font-bitstream-speedo-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-speedo-1.0.1.tar.bz2 MD5: 5b1856a24b1b46414950febc63880307 SHA1: 067fb092241b4bd8978190a01959012c8f176638 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-speedo-1.0.1.tar.gz MD5: 540f2a116203d581cda9a2d240aeb0a9 SHA1: 6c2311d551a05cfdc2c1b4b04d029e35b72c58dd - -------------------------------------------------------------------------- git tag: font-bitstream-type1-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-bitstream-type1-1.0.1.tar.bz2 MD5: a4e8e229a051c0ede9eb525e4006d93a SHA1: 53800b904fc3ead6b577a34fb7c1f96c1af4423f http://xorg.freedesktop.org/archive/individual/font/font-bitstream-type1-1.0.1.tar.gz MD5: 08722299c09753a5540a0752ec5b5fc7 SHA1: 7bd5b9b031ac525af40df1a3f216dfa2791dfe2f - -------------------------------------------------------------------------- git tag: font-cronyx-cyrillic-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-cronyx-cyrillic-1.0.1.tar.bz2 MD5: 15f86f5e572df21218617982eb4b3bfc SHA1: dfff5974629dab97677a70fa20e21c2cf48071a0 http://xorg.freedesktop.org/archive/individual/font/font-cronyx-cyrillic-1.0.1.tar.gz MD5: 945affd38e5355bca6a25d713e28d91a SHA1: f3d307ba2feb10d25f2f822f1b6ab2f5dce8beeb - -------------------------------------------------------------------------- git tag: font-cursor-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.1.tar.bz2 MD5: 13c21c4d74155c662152a1a74f249d96 SHA1: 5087a94e74f8157cb6989f71fb3b4815b236065a http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.1.tar.gz MD5: 5aebb83f00f9bed23e5f39c258ea4099 SHA1: 908c600f7e90e98fbd6cb1ff90308d1528cd99a9 - -------------------------------------------------------------------------- git tag: font-daewoo-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-daewoo-misc-1.0.1.tar.bz2 MD5: 05597e2b193a7b7de2ca525468276b1d SHA1: d169cec4e92fe1e99f3ff6766d4c6edcbb808860 http://xorg.freedesktop.org/archive/individual/font/font-daewoo-misc-1.0.1.tar.gz MD5: ceebef77367021f52882c999ac1fbe17 SHA1: 8933a31cc6e3dd91b2a2685e6eef3796a041c8f8 - -------------------------------------------------------------------------- git tag: font-dec-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-dec-misc-1.0.1.tar.bz2 MD5: 05714516824c680ce747c6ef9d2fbbdd SHA1: 2489d19650f2a787b476dab2fa2412d20b95f38e http://xorg.freedesktop.org/archive/individual/font/font-dec-misc-1.0.1.tar.gz MD5: 329f4ed838ab6b8af4af5efbeed4fc31 SHA1: 00cd138ffd8c14fa009906b69ff702ceef393b38 - -------------------------------------------------------------------------- git tag: encodings-1.0.3 http://xorg.freedesktop.org/archive/individual/font/encodings-1.0.3.tar.bz2 MD5: 29637480e7ce12546668631067c19ced SHA1: 615b8367ee20fc50688e4876aa250419927d64cc http://xorg.freedesktop.org/archive/individual/font/encodings-1.0.3.tar.gz MD5: 4f10ef74e28e81600c5b83a697603ae0 SHA1: 8227123be34c0f702c34356a9e721cb0a374030a - -------------------------------------------------------------------------- git tag: font-ibm-type1-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-ibm-type1-1.0.1.tar.bz2 MD5: 1646179ff224b3e2c9b1e7f59042897f SHA1: 9bcf72bcabfcbe218ad3a96ba2a45e92ef9efbc3 http://xorg.freedesktop.org/archive/individual/font/font-ibm-type1-1.0.1.tar.gz MD5: b7de322a246ce43b9435d21ddb620278 SHA1: 73bf3aff75e89da3a0d8b21f33d9e1f1a52eea5e - -------------------------------------------------------------------------- git tag: font-isas-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-isas-misc-1.0.1.tar.bz2 MD5: 88b5b32c5a27576e9d00675bcc966806 SHA1: 13fe07a669dd93dfdb08717a03efe47936ab9cea http://xorg.freedesktop.org/archive/individual/font/font-isas-misc-1.0.1.tar.gz MD5: 2750734584dbc12449d7a3b734cd52e2 SHA1: 7ebee0b7e74a300c28a36f35e3cec9ef49736742 - -------------------------------------------------------------------------- git tag: font-jis-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-jis-misc-1.0.1.tar.bz2 MD5: 5835c99d056f4a29d7d6a5ae873cf00e SHA1: adb3275d19e71e9553aa8a5fdc3b2c647277d8d4 http://xorg.freedesktop.org/archive/individual/font/font-jis-misc-1.0.1.tar.gz MD5: f5e1db124fc00012974b459a9ab00f9e SHA1: a754d25232e2b1325b039d1d3ad2cfab352c94b8 - -------------------------------------------------------------------------- git tag: font-micro-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-micro-misc-1.0.1.tar.bz2 MD5: 6350117efebe340f33e818f4a33e4e4b SHA1: 74a8be2b0b6ace97d8841356e88570f5fa3faad6 http://xorg.freedesktop.org/archive/individual/font/font-micro-misc-1.0.1.tar.gz MD5: bf76478f9033a5c3ac6acf3a565a9fa5 SHA1: 3d2a19c9e49267b1e75025009b09b4c279e211eb - -------------------------------------------------------------------------- git tag: font-misc-cyrillic-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-misc-cyrillic-1.0.1.tar.bz2 MD5: c79d7921d95b2c4f10fad464bb121090 SHA1: c178f8a8b6897a8382a0f4315a5b577760ba703c http://xorg.freedesktop.org/archive/individual/font/font-misc-cyrillic-1.0.1.tar.gz MD5: 54f758016a8ee245f5319db8724550f3 SHA1: ea505c09119cf47a38addf444ae75fce6f6287d6 - -------------------------------------------------------------------------- git tag: font-misc-ethiopic-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.1.tar.bz2 MD5: 4c88c79b8e5d47af90b21e948d42755f SHA1: 2677191fd8b515c53bde6402513249fc0f48d53a http://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.1.tar.gz MD5: 9cb6fb74e924e6ed982475bf0bc767d6 SHA1: 8adb7df91143cabe9688decedec79e695a65f0a7 - -------------------------------------------------------------------------- git tag: font-misc-meltho-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-misc-meltho-1.0.1.tar.bz2 MD5: 345f1a78312e30cd2c41d24ea3f3276f SHA1: d20d9f8ffdeb88b62842b021d5d3d2a8cc31ea2c http://xorg.freedesktop.org/archive/individual/font/font-misc-meltho-1.0.1.tar.gz MD5: d9a2b8366f5330f5f3b75c10ae51b254 SHA1: 32649096e34cd5b4d0517bf1a1b29f2808204b47 - -------------------------------------------------------------------------- git tag: font-misc-misc-1.1.0 http://xorg.freedesktop.org/archive/individual/font/font-misc-misc-1.1.0.tar.bz2 MD5: 878bfd4e9f14c1279cea3a8392e0dbdd SHA1: 83c44111b5727c26e52eb915b66dc6c9eba4c458 http://xorg.freedesktop.org/archive/individual/font/font-misc-misc-1.1.0.tar.gz MD5: 047eae4d061f17d96213c4e78f7abccb SHA1: 809f49e0c602bf2c8d26666ed4366756147b8ccf - -------------------------------------------------------------------------- git tag: font-mutt-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-mutt-misc-1.0.1.tar.bz2 MD5: aab7ac62b960e77aa11d032bafe1d460 SHA1: b677831b477027f56ad3f35c95ef3cd6711f87ac http://xorg.freedesktop.org/archive/individual/font/font-mutt-misc-1.0.1.tar.gz MD5: e968f69c77211ffab861ed850b1023cf SHA1: 7efa001108a9baa8786bc342ce4e6ebfb42305bc - -------------------------------------------------------------------------- git tag: font-schumacher-misc-1.1.0 http://xorg.freedesktop.org/archive/individual/font/font-schumacher-misc-1.1.0.tar.bz2 MD5: 86f4b7d8b11a2e6da70884c59b5866a3 SHA1: ea7e009e222379fa31a16bdbd4ca5b1e9d412944 http://xorg.freedesktop.org/archive/individual/font/font-schumacher-misc-1.1.0.tar.gz MD5: 27018f300611c00d99046a79d88d3eb9 SHA1: 4f43a066becc2a9d163dc75126b951b8e0a02072 - -------------------------------------------------------------------------- git tag: font-screen-cyrillic-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-screen-cyrillic-1.0.2.tar.bz2 MD5: c912a976b66073acd80c9d5c624f3aae SHA1: 4795ea77e14246122d21bc0fa68a3c0d5261e39d http://xorg.freedesktop.org/archive/individual/font/font-screen-cyrillic-1.0.2.tar.gz MD5: 7fdcf95bd9e39fea248f66c7b8caa386 SHA1: 2ac01fe93ec5c6827ccb8e02b6cc4dc5027c4185 - -------------------------------------------------------------------------- git tag: font-sony-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-sony-misc-1.0.1.tar.bz2 MD5: 7b6f5117814599b86ed3470de6c62aa3 SHA1: e9717546682382ebf3e6e7039766fe52bdb8846c http://xorg.freedesktop.org/archive/individual/font/font-sony-misc-1.0.1.tar.gz MD5: 390c8e688fae7533d48f220600342421 SHA1: 5fad37867817549adc9b23e6d3b702135dafcc7d - -------------------------------------------------------------------------- git tag: font-sun-misc-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-sun-misc-1.0.1.tar.bz2 MD5: 5a185c5549a650bf062d343e128682ca SHA1: fc91999e66fe479d07ea74e5dd2d950ff02ccb80 http://xorg.freedesktop.org/archive/individual/font/font-sun-misc-1.0.1.tar.gz MD5: 1a7e71d2a04c23c7d2151bdd69cca66a SHA1: 9c66743058b10c78df9e0bf6c8204902dbb72a14 - -------------------------------------------------------------------------- git tag: font-winitzki-cyrillic-1.0.1 http://xorg.freedesktop.org/archive/individual/font/font-winitzki-cyrillic-1.0.1.tar.bz2 MD5: 92bf4ecb373faac545cef2dcbe40be35 SHA1: d19f476710783d784dfdbcb6a1f34ef7746d3439 http://xorg.freedesktop.org/archive/individual/font/font-winitzki-cyrillic-1.0.1.tar.gz MD5: 9066a377ca3da70cbe6d06ea2f727b08 SHA1: f55877f28908ceac0c84be7fb773ede220af8a43 - -------------------------------------------------------------------------- git tag: font-xfree86-type1-1.0.2 http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.2.tar.bz2 MD5: a966f5a8aade9e63af86d8a6bf3e8586 SHA1: 09a4c9b8455f3f4954bfe9dd991d7fd1d0f5595a http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.2.tar.gz MD5: 785f2b6e8d6d0dafec08b8d4c54ae2e3 SHA1: e3de3d077c4e5a0190189203b77ad290b6bd5bd2 - -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrRPXAACgkQovueCB8tEw6QmQCcDEIwvo2QJB8Oq25aRJLUi/KM +/8An128mzmZ5A5JanYbwNmNVGktKQIM =sjMP -----END PGP SIGNATURE-----