and if that doesn't exist look for /usr/libexec/cpp0. While here,
use ${X11BASE}/include instead of /usr/X11R6/include.
Should fix recently noted bulk build problems on 1.6 systems.
this package now fetches its missing HTML documentation (created using
db2html, which is available on RedHat Linux only) from MASTER_SITE_LOCAL.
This closes Havard's PR pkg/16699.
I've tested all the apps I found that link against gal -- various stuff in
gnome, gabber, mrproject, sodipodi, evolution, etc. mrproject and sodipodi
had other problems (which I fixed). gtt and gnome-gtkhtml-editor seem to
hang without doing much, but this also happens with gal-0.19nb1.
This update is necessary to update evolution.
Provided in PR 17585 by Mishka (mishka@terabyte.com.ua)
These are useful tools for Russian users:
todos/fromdos: point-to-point cp866<->koi8-r decoder with CR/LF translation
towin/fromwin: best match cp1251<->koi8-r decoder with CR/LF translation
a2kfcnv: EGA/VGA raw screen fonts converter: cp866 font -> koi8-r font
All programs written according to RFC 1489
Relevant changes:
* --fake-stat support, fakes mode/stat information.
Very useful on MacOS X finder that uses this.
* Bug fixes
Also, sort PLIST, and standardize MESSAGE slightly.
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into
PDF file by using PDFlib. The output of this program does not contain
embedded fonts. You have to download the Acrobat Acroread Asianfont pack
to view and print the output file or use TrueType fonts with Xpdf.
This wrapper does not provide any formatting functions except simple
line wrapping. If you need sophisticated formatting, you should try
CJK-LaTex or other equivalent tools.
The web site sez:
The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:
* An obscure path through the code could cause the Unix version of
C-Kermit to dump core during its startup sequence. This happened to
only one person, but now it's fixed.
* When C-Kermit 8.0 is in Kermit server mode and the client says "get
blah", where blah (on the server) is a symlink rather than a real
file, the server unreasonably refused to send the linked-to file.
* When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
that includes one or more path segments), it failed to accept the
incoming file (this happened only with GET, not MGET).
* Array references should be case insensitive but only lowercase array
letters were accepted.
* SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).
* Spurious refusals of remote directory listings if the remote server's
date was set in the past.
C-Kermit 8.0.201 (8 Feb 2002)
Installability as an [147]SSH v2 Subsystem.
[148]SET LOCUS command.
[149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
execution.
[150]USER and ACCOUNT added as synonyms for FTP USER and FTP
ACCOUNT.
[151]SHOW VARIABLES now accepts a list of variables.
Rudimentary support for [152]Caller ID when receiving phone calls.
Up/Down [153]Arrow-key navigation of command history buffer.
[154]Automatic execution of customization file if init file is
missing.