0c8e994742
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 #3098788 https://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
12 lines
348 B
Text
12 lines
348 B
Text
# $NetBSD: Makefile.common,v 1.2 2011/02/03 12:55:51 obache Exp $
|
|
# used by textproc/dict-server/Makefile
|
|
# used by textproc/dict-client/Makefile
|
|
DISTNAME= dictd-1.12.0
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
|
|
ftp://ftp.dict.org/pub/dict/
|
|
|
|
MAINTAINER?= cheusov@tut.by
|
|
HOMEPAGE= http://www.dict.org/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|