Commit graph

11 commits

Author SHA1 Message Date
kristerw
cc32130045 Convert varargs-macros to old-style macros, to make the package
compile when using gcc 2.95.
2004-02-14 22:27:30 +00:00
wiz
aca4ceef48 Convert to look in the TTF subdir for its fonts (instead of the
TrueType subdir), since that's where all ttf fonts in pkgsrc are
installed into. PKGREVISION=1.
2004-01-25 20:46:19 +00:00
salo
70534c8ac6 Oops. Forgot in previous commit. 2004-01-02 13:06:39 +00:00
salo
4838594602 Update to version 1.6.
- correct usage of PREFIX in MESSAGE
- sort PLIST

Changes:

1.6:
====
- Fixed ttSyncAll only looking at fontdir subdirectories
- Added more robust checking for cachedir
- Removed a constant path size limitation (for the Hurd)
- Fixed a typo in "syncing"
- Minor indentation fixes
- Started the transition to using C++ strings
- Changed the libfstt API:
    Fixed multiple memory leakages
    The member getString doesn't need the conversion buffer anymore
- Fixed the output format of --gslist

1.5.1:
======
- Fixed a possible security problem by checking the byteorder magic in
  the connection handshake:
    bugtraq id 8255

1.5:
====
- Fixed multiple buffer overflows in the network packet handling code:
   CAN-2003-0581
- New encoding: iso8859-14
- Moved hardcoded dir locations to configure space
- Mkdir the fontdir and cachedir in the make install target
- Improve error messages when cachedir does not exist
- Remove --gslist dependency on order of arguments
- Replaced dprintfN with a debug function
- Cleaned the debugging output
- Indentation and minor source cosmetic changes
- Updated to gettext 0.12.1, version 0.11.5 was buggy
- Added a System V init file example
- Cleaned the examples in doc/examples: font.properties, test.sh
- Updated the documentation: doc/FAQ, INSTALL, THANKS, TODO, xfstt.1x
2004-01-01 20:06:11 +00:00
salo
72d0786818 Updated to version 1.4.
Changes:

- added MESSAGE file with post-install instructions
- minor cleanups

1.4:
====
- Auto* tools
- Initial i18n support (not used yet)
- Fixed slow down with some programs using FS_ListFontsWithXInfo
- Fixed childs unlinking unix socket when father uid == childs uid
- Added an option to specify pidfile location
- Added endpwent() to prevent leaking one fd
- Changed usage output

1.3.1:
======
- Added --cache description to man page
2003-02-22 13:33:31 +00:00
grant
0353d416d5 Make this work with xpkgwedge by using PREFIX instead of X11BASE.
Bump PKGREVISION.

Fixes pkg/18197 from Urban Boquist <urban@boquist.net>.
2002-09-27 17:03:21 +00:00
grant
69151d1ebf Update to xfstt-1.3.
Significant changes since 1.2:

* Fixed unix socket and its dir permissions
* Added full path to unix socket address and use sockaddr_un instead
* Added support for --notcp
* Removed hard coded limits on path length (needed by the Hurd)

Significant changes since 1.1:

* Fixes bug that broke xfstt when using unix
* domain sockets under linux 2.4
* Fixed bug in realloc() use.
* Added Patch for Boxdrawing glyphs
* New Encodings: iso8859_11 (latin/Thai) and  koi8_u
* Now compiles properly under newer versions of gcc
2002-08-22 02:21:07 +00:00
grant
a736b5ccd9 use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck! 2002-07-18 05:24:49 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
hubertf
b5c468d2d3 * Add --notcp option, to only listen on unix domain socket, not TCP socket.
* Add rc.d startup script
 * Update pkg name to xfstt-1.1nb1

Code based on FreeBSD port,
submitted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 12201
2001-02-18 04:34:15 +00:00
kim
2eb9c1522a TrueType font server for X11 2000-09-04 15:49:36 +00:00