pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: cheusov
Date: Mon Mar 30 13:38:58 UTC 2020
Modified Files:
pkgsrc/textproc/dict-client: Makefile
pkgsrc/textproc/dict-server: Makefile Makefile.common distinfo
Log Message:
Update dict-client and dictd-server to 1.13.0
dictd:
* add support for IPv6 (the default is IPv4)
- Add global configuration option "address_family" and
command line options --address-family
- Options "listen_to" and --listen-to accepts host name
in addition to IP address, "*" means "bind to all interfaces".
dict:
* add support for IPv6.
- New command line options -4 and -6.
- dict + dict:// URL: add support for IPv6 address
surrounded by [ and ] symbols
dictfmt:
* fix overlap of source and destination buffers in memcpy(3).
Use memmove(3) instead. This fixes failures on Linux/musl.
* DICTFMT_SORT environment variable may be used for
setting non-default sort(1)
Fix build on recent Solaris/IllumOS (missing -lnsl at link time)
Remove support for --use-dictorg and socks5. Clean-ups for build system.
Remove support for non-utf8 dictionaries.
tests:
* new test for dictd as a daemon
* always use @AWK@
* test/dictzip_test.in: avoid printing binary \0. This fixes test on some systems
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/dict-client/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/dict-server/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/dict-server/Makefile.common
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/dict-server/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/dict-client/Makefile
diff -u pkgsrc/textproc/dict-client/Makefile:1.38 pkgsrc/textproc/dict-client/Makefile:1.39
--- pkgsrc/textproc/dict-client/Makefile:1.38 Wed Feb 28 21:02:17 2018
+++ pkgsrc/textproc/dict-client/Makefile Mon Mar 30 13:38:57 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2018/02/28 21:02:17 cheusov Exp $
+# $NetBSD: Makefile,v 1.39 2020/03/30 13:38:57 cheusov Exp $
.include "../../textproc/dict-server/Makefile.common"
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
-PKGREVISION= 1
CATEGORIES= textproc
COMMENT= Dictionary Service Protocol client
Index: pkgsrc/textproc/dict-server/Makefile
diff -u pkgsrc/textproc/dict-server/Makefile:1.33 pkgsrc/textproc/dict-server/Makefile:1.34
--- pkgsrc/textproc/dict-server/Makefile:1.33 Mon Nov 4 21:43:34 2019
+++ pkgsrc/textproc/dict-server/Makefile Mon Mar 30 13:38:58 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2019/11/04 21:43:34 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/03/30 13:38:58 cheusov Exp $
.include "../../textproc/dict-server/Makefile.common"
PKGNAME= ${DISTNAME:S/dictd/dict-server/}
-PKGREVISION= 2
CATEGORIES= textproc
COMMENT= Dictionary Service Protocol server
LICENSE= gnu-gpl-v2
Index: pkgsrc/textproc/dict-server/Makefile.common
diff -u pkgsrc/textproc/dict-server/Makefile.common:1.7 pkgsrc/textproc/dict-server/Makefile.common:1.8
--- pkgsrc/textproc/dict-server/Makefile.common:1.7 Thu Jan 19 18:52:27 2017
+++ pkgsrc/textproc/dict-server/Makefile.common Mon Mar 30 13:38:58 2020
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.common,v 1.7 2017/01/19 18:52:27 agc Exp $
+# $NetBSD: Makefile.common,v 1.8 2020/03/30 13:38:58 cheusov Exp $
# used by textproc/colorit/Makefile
# used by textproc/dict-server/Makefile
# used by textproc/dict-client/Makefile
-DISTNAME= dictd-1.12.1
+DISTNAME= dictd-1.13.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/}
-MASTER_SITES+= ftp://ftp.dict.org/pub/dict/
MAINTAINER?= cheusov%NetBSD.org@localhost
-HOMEPAGE= http://www.dict.org/
+HOMEPAGE= https://github.com/cheusov/dictd
Index: pkgsrc/textproc/dict-server/distinfo
diff -u pkgsrc/textproc/dict-server/distinfo:1.23 pkgsrc/textproc/dict-server/distinfo:1.24
--- pkgsrc/textproc/dict-server/distinfo:1.23 Wed Nov 4 01:59:27 2015
+++ pkgsrc/textproc/dict-server/distinfo Mon Mar 30 13:38:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2015/11/04 01:59:27 agc Exp $
+$NetBSD: distinfo,v 1.24 2020/03/30 13:38:58 cheusov Exp $
-SHA1 (dictd-1.12.1.tar.gz) = 5870cc0f727f89091d0ae8a054b37e891f4cf145
-RMD160 (dictd-1.12.1.tar.gz) = 6c8b2ea5a8afa26fde019dea686d52ab5007ea17
-SHA512 (dictd-1.12.1.tar.gz) = 51bceba36f9e34ffcbbf42a6235aab6097fe66ba8ed086ea60d0df8b7daf91c6449fdf7c5605150c77035d98029053233db106f9188786b30e02ecd61748209b
-Size (dictd-1.12.1.tar.gz) = 423870 bytes
+SHA1 (dictd-1.13.0.tar.gz) = 3c2e09ec241c20633eeeddeefc0bd51e5419f02b
+RMD160 (dictd-1.13.0.tar.gz) = ae046dc173773ebee2d7d4aecf6ef58bcdbc3931
+SHA512 (dictd-1.13.0.tar.gz) = 86871aaf34a182d1d7aac1a1282d4a75f2d7c112c762e92f303924c324f665dae75c51e7ca91e3cc1dde2053ad8e2d1fd50a76934a5f84ff70975aa858e26439
+Size (dictd-1.13.0.tar.gz) = 395455 bytes
Home |
Main Index |
Thread Index |
Old Index