MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
dictl.in:
Fix for Debian bug #677868 reported by Stepan Golosunov.
dictd.8:
Fixes for mistypes found by A. Costa. Thanks!
dictzip:
Fix for sf.net bug #3390567 reported by Ivo Danihelka.
INSTALL:
Fix for sf.net bug #3398178
colorit:
Fix for option -c. Now it works correctly.
examples/dictd_virtual.conf:
Fix incorrect keyword for virtual database.
Thanks to Marc-Jano Knopp for the report!
per maintainer update request PR#44363.
----------------------------------------------------------------------
Version 1.12, by Aleksey Cheusov, Sun, 9 Jan 2011 18:16:34 +0200
New script dict_lookup for translating words and phrases from X
selection. It makes sense to configure launching dict_lookup on a
keyboard shortcut in the window manager.
dictd: Fix for SHOW SERVER command (dict -I). On systems where
sizeof(int) != sizeof (long) values in "Uncompressed" column may
contain random garbage. This problem was seen on NetBSD/x86_64/5.1
Fix for sf bug #3098788https://sf.net/tracker/?func=detail&aid=3098788&group_id=605&atid=100605
Regresson tests for dictzip were added.
Fix in Makefile: non standard option for lex(1) was removed
(This may unbreak compilation on SunOS, HP-UX...).
dictfmt:
Internal buffer size was increased from 10240 to 102400 bytes.
Fixes for Tru64.
Other minor fixes and cleanups