Changes:
* a bug in *lssq.fd files corrected (thanks to Heiko Oberdiek);
fonts were not touched, only the time stamp changed
* malformed `Euro' sign in oblique fonts corrected (thanks to
G\"unter Spahlinger)
* LaTeX *.fd files improved (better substitutions for unavailable
variants)
* shapes of LM glyps consistent with D.E. Knuth's recent changes in
CMs plus lots of tiny changes
This package contains 18 Japanese fonts of Umefont family.
Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5
Ume UI Gothic and O5
Ume Mincho/Ume P Mincho and S3
Based on PR#42520 by Ryo ONODERA.
(while here, remove 2nd one from MASTER_SITES, it is not mentioned in HOMEPAGE)
Many gryphs fixes and sync with mplus.
This update should fix PR#42003 and approved by wiz@.
While here, set LICENSE= mit AND gnu-gpl-v2
(Xdvi license mentioned in README.txt is same as pkgsrc/license/mit).
Changes:
2008-08-16 Han-Wen Nienhuys Bump version. release/1.2.15
2008-08-16 Han-Wen Nienhuys Fix Julian Bradfields' issues.
2008-08-16 Han-Wen Nienhuys Python 2.6 compat - (Thanks to Petr Uzel <petr.uzel@suse.cz>)
2007-08-23 Han-Wen Nienhuys Remove spurious spaces in .enc filenames
2007-02-03 Han-Wen Nienhuys push tag when disting.
Bump version to 2.8.0
Bump libtool revision in preparation for release
Improve zip "distribution"
Don't put entries for directories in the zip file. Fetch manpages from
correct place.
Use correct autoconf variable
Use LIBT_CURRENT_MINUS_AGE instead of the undefined
lt_current_minus_age for the name of the DLL when generating the MS
style import library.
[fc-arch] Rename architecture names to better reflect what they are
We only care about three properties in the arch:
- endianness
- pointer size
- for 32-bit archs, whether double is aligned on 4 or 8 bytes
This leads to the following 6 archs (old name -> new name):
x86 -> le32d4
mipsel -> le32d8
x86-64 -> le64
m68k -> be32d4
ppc -> be32d8
ppc64 -> be64
[fc-arch] Beautify the arch template
[fc-case] Update CaseFolding.txt to Unicode 5.2.0
[fc-glyphname] Remove Adobe glyphlist
It was unused.
Clean up Makefile's a bit
[fc-glyphname] Rename internal arrays to prefix with _fc_
Although they were static, I was still surprised that gdb was seeing
our variable "glyphs". Not helpful.
[src] Create fcglyphname.h automatically
[fc-glyphname] Cleanup Makefile.am
Remove bogus comment
Last night in between my dreams I also noticed that we support Unicode
values up to 0x01000000 and not 0x00100000 which I thought before.
This covers the entire Unicode range.
Make sure fclang.h and fcarch.h are built
[lang] Fix serializing LangSet from older versions
[arch] Try to ensure proper FcLangSet alignment in arch
[xml] Remove unused code
[int] Remove more unused macros
Enable automake silent rules
[int] Remove fc_value_* macros that did nothing other than renaming
[int] Remove fc_storage_type() in favor of direct access to v->type
Remove unused macros
Bump cache version up from 2 to 3 and fix FcLangSet caching/crash
Protect cache against future expansions of FcLangSet (adding new
orth files). Previously, doing so could change the size of
that struct. Indeed, that happened between 2.6.0 and 2.7.3, causing
crashes. Unfortunately, sizeof(FcLangSet) was not checked in
fcarch.c.
This changes FcLangSet code to be able to cope with struct size
changes.
And change cache format, hence bumping from 2 to 3.
[int] Define MIN/MAX/ABS macros
[fc-arch] Add FcAlign to arch signature
Move FcAlign to fcint.h
Clarify default confdir and cachedir better.
Also remove --with-docdir. It can be set by setting docdir variable.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use XORG_CHANGELOG to correct "make distcheck"