does exist sometimes, maybe it should be changed to a conditional
removal, but it definitely shouldn't be listed is a normal file.)
Submitted by: bento
A True Type Font Manager that handles true type font installation,
uninstallation, list, and default font setting. It was originally
in the CLE Linux distribution, modified by Cheng Yuan-Chung from
Joerg Pommnitz's ttmkfdir, to have Big5/GB TTF better detection.
There are four modules as of version 0.9.0 for their respective apps:
chitex: For ChiTeX, a Chinese TeX/LaTeX
ttf2pk: Generate pk/tfm for CJK
xfreetype: For Xfsft in XFree86 3.3.x and "freetype" module in 4.x
xttfm: For X-TT in XFree86 3.3.x and "xtt" module in 4.x, available
in both tcl and sh versions.
Since ChiTeX hasn't been ported yet, CJK needs further tuning, only
xfreetype & xttfm are available right now. Future applications which
uses TTF(like ghostscript) should use TTFM to manage TTF. The importing
of this port also implies existing ports like arphicttf/moettf should
be re-written.
/me is always able to find trouble for himself. :-)
- Re-order a couple of USE_* directives.
- Add USE_PERL5 since it does.
- Pass the configure script the full patch to perl.
PR: 22693
Reviewed by: Allan Bowhill <kosmos@bowhill.yi.org>
Note: existing binaries of this port will no longer run
on FreeBSD 4.2 or -current. They will report "user signal 2"
and abort due to a change in the pthreads library.
You will need to recompile/reinstall this port.
library in FreeBSD 4.2 (and in -current)
Important Note: Existing binaries for OhPhone, GateKeeper, OpenGateKeeper,
SimpleH323 and OpenAM WILL NOT WORK with FreeBSD 4.2 or higher and will
report "User signal 2" and abort due to an unhandled signal in pwlib.
You must recompile all these applications.
Reported by: Blaz Zupan <blaz@amis.net>
Suggested fix by: Daniel M. Eischen <eischen@vigrid.com>
Use the 4.4BSD spelling of TIOCMGET and TIOCMSET rather than the obsolete
TIOCMODG and TIOCMOD.
PR: 16341
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
- reassing maintainership from dr@domix.de to jdunn@aquezada.com;
- use USE_PYTHON;
- pre-compile .py files;
- other minor cleanups.
PR: 22763
Submitted by: Julian Dunn <jdunn@aquezada.com> (new maintainer)