Path to this page:
./
textproc/dict-server,
Dictionary Service Protocol server
Branch: CURRENT,
Version: 1.13.0,
Package name: dict-server-1.13.0,
Maintainer: cheusovThe Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases.
dictd(8) is a server which supports the DICT protocol.
dictzip(1) is a compression program which creates compressed files in the
gzip format (see RFC 1952). However, unlike gzip(1), dictzip(1) compresses
the file in pieces and stores an index to the pieces in the gzip header.
This allows random access to the file at the granularity of the compressed
pieces (currently about 64kB) while maintaining good compression ratios
(within 5% of the expected ratio for dictionary data). dictd(8) uses files
stored in this format.
Required to run:[
devel/libmaa]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 3c2e09ec241c20633eeeddeefc0bd51e5419f02b
RMD160: ae046dc173773ebee2d7d4aecf6ef58bcdbc3931
Filesize: 386.187 KB
Version history: (Expand)
- (2020-03-31) Updated to version: dict-server-1.13.0
- (2018-03-01) Updated to version: dict-server-1.12.1nb2
- (2017-11-23) Package has been reborn
- (2013-07-12) Updated to version: dict-server-1.12.1nb1
- (2012-07-22) Updated to version: dict-server-1.12.1
- (2011-05-07) Updated to version: dict-server-1.12.0nb1
CVS history: (Expand)
2020-03-30 15:38:58 by Aleksey Cheusov | Files touched by this commit (4) |  |
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
|
2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155) |
Log message:
textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-02-28 22:03:06 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
textproc/dict-server: dump pkgrevision due to ABI change in libmaa
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
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.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |  |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|