diff options
author | obache <obache@pkgsrc.org> | 2011-02-03 12:55:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-03 12:55:50 +0000 |
commit | c3e667f5aef5503be3c33dea3aeca23ab7d7ddbc (patch) | |
tree | a64fcbb6100da336515018c6cdcbc17ee3aa47a7 /textproc/dict-client | |
parent | 23cb6f6685baf335dedc6a113e4e1c3313a0a993 (diff) | |
download | pkgsrc-c3e667f5aef5503be3c33dea3aeca23ab7d7ddbc.tar.gz |
Update dict-{server,client} to 1.12.0.
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
Diffstat (limited to 'textproc/dict-client')
-rw-r--r-- | textproc/dict-client/Makefile | 6 | ||||
-rw-r--r-- | textproc/dict-client/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 8166a6c1300..4935b2eb6a1 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/12/30 11:58:48 abs Exp $ +# $NetBSD: Makefile,v 1.34 2011/02/03 12:55:50 obache Exp $ .include "../../textproc/dict-server/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/dictd/dict-client/} CATEGORIES= textproc COMMENT= Dictionary Service Protocol client -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 AND mit USE_TOOLS+= gmake yacc lex USE_LIBTOOL= yes @@ -18,7 +18,7 @@ BUILD_TARGET= dict INSTALL_TARGET= install.dict FILESDIR= ${.CURDIR}/../../textproc/dict-server/files -PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches +#PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo .include "../../devel/zlib/buildlink3.mk" diff --git a/textproc/dict-client/PLIST b/textproc/dict-client/PLIST index be301383397..d8e8e48312d 100644 --- a/textproc/dict-client/PLIST +++ b/textproc/dict-client/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:09:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/02/03 12:55:50 obache Exp $ bin/dict +bin/dict_lookup bin/dictl man/man1/dict.1 +man/man1/dict_lookup.1 man/man1/dictl.1 |