the fonts are encoded in BIG5, the characters and symbols are from
several less commonly used layers in CNS. See
http://www.edu.tw/mandr/bbs/1-4-2/1-4-2.html for more details.
Also displays messages about WANT_XX when installing.
cleanup: don't create /usr/local/apsfilter/filter/.keep_me anymore
(normal and BATCH mode)
echo some infos in install target ( if BATCH NOT set), where to look
for further help in case of trouble.
BTW, Jordan reported some bugs with noneexisting printcap file and
problems printing a test page. I removed my printcap prior installation
of printers using SETUP and had no problem so far.
The only thing that might be the case is, that apsfilters SETUP
doesn't grok the situation, if you choose a driver, that is actually
NOT compiled in into your gs binary... but this is JUST A THOUGHT.
hint: no need to update folks, sorry, make-release still doesn't work right
and updates still apsfilter-stable if I want to roll a new -current snapshot.
I will fix it in the future but currently I don't have time.
It is an extensible graphical debugger licensed under the GPL
and written in Ada using GNAT and GtkAda. Supposedly, this
is the future GNOME debugger.
PR: 23280
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
cvs ops. Many committers found it difficult to debug while using addport
with the -n argument. I'm inclined to agree with the sentiment.
Submitted by: sada, deischen, others
zh-arphicttf's pattern.
Some fonts have problems with X-TT/X-freetype, possibly due to bogus
entries, including wcl-02.ttf, wcl-03.ttf, wcl-05.ttf, wcl-06.ttf, and
wcl-07.ttf. The rest are displayed correctly.
Further testings showed that all these fonts can't be used in GS6. It
seems that the patched GS6 is confused identifying Big5 and GB TTFs,
so for now only the newer Unicode-encoded TTFs can be used.
Luckly our `ld' knows the name of our dynamic linker and DTRT.
* Remove the DECpaq shared libs from the standard search dir as linking
with them gives unresolved symbols. Thus we'll use the .a's for now.
* Add the symbols __errno_location, __ieee_get_fp_control, and
__ieee_set_fp_control (mapped to native interfaces) to the static
Compaq Portable Math Library. Thus all symbols are resolved.
This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.