Libdict — libtoolization and local modifications
These are a couple of patches to libdict, the “official”
C API to the RFC2229 dictionary servers. It may be found on
ftp://ftp.dict.org/pub/dict/.
Version 0.9:
- The stock source —
libdict-0.9.tar.gz
from ftp.dict.org;
- My patch —
libdict-0.9-2007.03.23.patch
(PGP signed):
- libtoolize;
- split out the C++ wrapper into a separate libdict++.so;
- add a top-level Makefile and doc/Makefile;
- make the installation PREFIX- and DESTDIR-aware;
- fix a host vs. network byte order bug;
- make cpptest.cpp build properly on modern C++ compilers;
- fix a couple of manual page quoting nits.