Thu Feb 3 12:55:51 2011 UTC ()
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


(obache)
diff -r1.33 -r1.34 pkgsrc/textproc/dict-client/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/dict-client/PLIST
diff -r1.27 -r1.28 pkgsrc/textproc/dict-server/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/dict-server/Makefile.common
diff -r1.18 -r1.19 pkgsrc/textproc/dict-server/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/textproc/dict-client/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/dict-client/Makefile 2009/12/30 11:58:48 1.33
+++ pkgsrc/textproc/dict-client/Makefile 2011/02/03 12:55:50 1.34
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.33 2009/12/30 11:58:48 abs Exp $ 1# $NetBSD: Makefile,v 1.34 2011/02/03 12:55:50 obache Exp $
2 2
3.include "../../textproc/dict-server/Makefile.common" 3.include "../../textproc/dict-server/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/dictd/dict-client/} 5PKGNAME= ${DISTNAME:S/dictd/dict-client/}
6CATEGORIES= textproc 6CATEGORIES= textproc
7COMMENT= Dictionary Service Protocol client 7COMMENT= Dictionary Service Protocol client
8 8
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2 AND mit
10 10
11USE_TOOLS+= gmake yacc lex 11USE_TOOLS+= gmake yacc lex
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 15INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
16 16
17BUILD_TARGET= dict 17BUILD_TARGET= dict
18INSTALL_TARGET= install.dict 18INSTALL_TARGET= install.dict
19 19
20FILESDIR= ${.CURDIR}/../../textproc/dict-server/files 20FILESDIR= ${.CURDIR}/../../textproc/dict-server/files
21PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches 21#PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
22DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo 22DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
23 23
24.include "../../devel/zlib/buildlink3.mk" 24.include "../../devel/zlib/buildlink3.mk"
25.include "../../devel/libmaa/buildlink3.mk" 25.include "../../devel/libmaa/buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/dict-client/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/dict-client/PLIST 2005/02/22 16:09:54 1.2
+++ pkgsrc/textproc/dict-client/PLIST 2011/02/03 12:55:50 1.3
@@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
1@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:09:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/02/03 12:55:50 obache Exp $
2bin/dict 2bin/dict
 3bin/dict_lookup
3bin/dictl 4bin/dictl
4man/man1/dict.1 5man/man1/dict.1
 6man/man1/dict_lookup.1
5man/man1/dictl.1 7man/man1/dictl.1

cvs diff -r1.27 -r1.28 pkgsrc/textproc/dict-server/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/dict-server/Makefile 2009/12/30 11:55:49 1.27
+++ pkgsrc/textproc/dict-server/Makefile 2011/02/03 12:55:51 1.28
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.27 2009/12/30 11:55:49 abs Exp $ 1# $NetBSD: Makefile,v 1.28 2011/02/03 12:55:51 obache Exp $
2 2
3.include "../../textproc/dict-server/Makefile.common" 3.include "../../textproc/dict-server/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/dictd/dict-server/} 5PKGNAME= ${DISTNAME:S/dictd/dict-server/}
6CATEGORIES= textproc 6CATEGORIES= textproc
7COMMENT= Dictionary Service Protocol server 7COMMENT= Dictionary Service Protocol server
8 8LICENSE= gnu-gpl-v2
9#LICENSE= gnu-gpl-v2 
10 9
11.include "../../mk/bsd.prefs.mk" 10.include "../../mk/bsd.prefs.mk"
12 11
13USE_TOOLS+= gmake yacc lex m4:run 12USE_TOOLS+= gmake yacc lex m4:run
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --disable-plugin 16CONFIGURE_ARGS+= --disable-plugin
18CONFIGURE_ARGS+= --datadir=${PREFIX}/share/dictd 17CONFIGURE_ARGS+= --datadir=${PREFIX}/share/dictd
19 18
20BUILD_DEFS+= VARBASE 19BUILD_DEFS+= VARBASE
21MESSAGE_SUBST+= VARBASE="${VARBASE}" 20MESSAGE_SUBST+= VARBASE="${VARBASE}"
22MESSAGE_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}" 21MESSAGE_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/dict-server/Makefile.common (expand / switch to unified diff)

--- pkgsrc/textproc/dict-server/Makefile.common 2009/12/31 00:42:24 1.1
+++ pkgsrc/textproc/dict-server/Makefile.common 2011/02/03 12:55:51 1.2
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile.common,v 1.1 2009/12/31 00:42:24 abs Exp $ 1# $NetBSD: Makefile.common,v 1.2 2011/02/03 12:55:51 obache Exp $
2# used by textproc/dict-server/Makefile 2# used by textproc/dict-server/Makefile
3# used by textproc/dict-client/Makefile 3# used by textproc/dict-client/Makefile
4DISTNAME= dictd-1.11.2 4DISTNAME= dictd-1.12.0
5 5
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
7 ftp://ftp.dict.org/pub/dict/ 7 ftp://ftp.dict.org/pub/dict/
8 8
9MAINTAINER?= cheusov@tut.by 9MAINTAINER?= cheusov@tut.by
10HOMEPAGE= http://www.dict.org/ 10HOMEPAGE= http://www.dict.org/
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.18 -r1.19 pkgsrc/textproc/dict-server/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/dict-server/distinfo 2009/12/30 11:55:49 1.18
+++ pkgsrc/textproc/dict-server/distinfo 2011/02/03 12:55:51 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2009/12/30 11:55:49 abs Exp $ 1$NetBSD: distinfo,v 1.19 2011/02/03 12:55:51 obache Exp $
2 2
3SHA1 (dictd-1.11.2.tar.gz) = 11087cfeffed4e19991e54561d2a6eca1b18d651 3SHA1 (dictd-1.12.0.tar.gz) = 0a1b0c4103e5c3c8b749f9a5dc005cb70e4639e8
4RMD160 (dictd-1.11.2.tar.gz) = f93e8a7a0bbb4e1812288d2ed16889a60e8973ba 4RMD160 (dictd-1.12.0.tar.gz) = 56abaebf57baabcb72b96ccf6ec5c39cc3a67ceb
5Size (dictd-1.11.2.tar.gz) = 418649 bytes 5Size (dictd-1.12.0.tar.gz) = 423183 bytes