app-text / dictd

Dictionary Client/Server for the DICT protocol

Official package sites : http://www.dict.org/ · https://sourceforge.net/projects/dict/ ·

v1.13.0-r5 :: 0 :: gentoo

Modified
License
GPL-1+ GPL-2+
Keywords
amd64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc-macos ~riscv ~sparc-solaris ~x86-linux
USE flags
dbi judy minimal test

General

dbi
Enable dev-db/libdbi (database-independent abstraction layer) support
judy
Build Judy-based (dev-libs/judy) plugin implementing fast "exact" and especially "lev" strategies
minimal
Don't build server but dict client, dictzip and dictfmt only.
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

acct-group / dictd : gid for app-text/dictd

acct-user / dictd : uid for app-text/dictd

dev-db / libdbi : A database-independent abstraction layer in C

dev-libs / judy : A C library that implements a dynamic array

dev-libs / libmaa : Library with low-level data structures which are helpful for writing compilers

sys-apps / coreutils : Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)

sys-libs / zlib : Standard (de)compression library

acct-group / dictd : gid for app-text/dictd

acct-user / dictd : uid for app-text/dictd

dev-db / libdbi : A database-independent abstraction layer in C

dev-libs / judy : A C library that implements a dynamic array

dev-libs / libmaa : Library with low-level data structures which are helpful for writing compilers

sys-apps / coreutils : Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)

sys-libs / zlib : Standard (de)compression library

app-dicts / dictd-vera : V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict

app-dicts / dictd-wn : WordNet for dict

app-dicts / freedict-deu-eng : Freedict for language translation from German to English

app-dicts / freedict-eng-fra : Freedict for language translation from English to French

app-dicts / freedict-eng-ita : Freedict for language translation from English to Italian

app-dicts / freedict-eng-swe : Freedict for language translation from English to Swedish

app-dicts / freedict-fra-eng : Freedict for language translation from French to English

app-dicts / freedict-ita-eng : Freedict for language translation from Italian to English

867889
app-text/dictd-1.13.0-r5:0 fails test - make: [Makefile:<snip>: test] Error 1
880531
app-text/dictd-1.13.0-r5 - strlcat.c: error: a function definition without a prototype is deprecated
884319
app-text/dictd-1.13.0-r3 - cc1: fatal error: servparse.c: No such file or directory
893270
app-text/dictd-1.13.0-r5 fails tests (HARDENED-SYSTEM): buffer overflow detected : terminated
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: drop 1.13.0-r3
Bug: https://bugs.gentoo.org/886681 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r5 amd64, #886681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r5 ppc, #886681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 sparc, #886681
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 ppc64, #886681
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 x86, #886681
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
orbea · gentoo
app-text/dictd: Update patch + fix QA warnings
Makes trivial changes to the libtool patch for correctness and silences the follow QA warnings that were exposed with autoreconf. * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * y.tab.c:1054:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] * y.tab.c:1240:7: warning: implicit declaration of function ‘yyerror’; did you mean ‘YYerror’? [-Wimplicit-function-declaration] * y.tab.c:1430:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] * y.tab.c:2212:7: warning: implicit declaration of function ‘yyerror’; did you mean ‘YYerror’? [-Wimplicit-function-declaration] * QA Notice: command not found: * * ./config.status: line 784: 1.13.0=dummy.13.0: command not found Bug: https://bugs.gentoo.org/852884 Fixes: https://github.com/gentoo/gentoo/pull/25948 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25962 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: force -j1
Closes: https://bugs.gentoo.org/743292 Signed-off-by: Sam James <sam@gentoo.org>
orbea · gentoo
app-text/dictd: Fix the build with rlibtool
The configure.in lacks LT_INIT which generates libtool and allows the build to work with rlibtool which depends on this file to determine if it should build shared or static libraries. Closes: https://bugs.gentoo.org/818535 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25948 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alex Fan · gentoo
app-text/dictd: keyword 1.13.0-r3 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
app-text/dictd: add sys-devel/flex as BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
app-text/dictd: slap a warning for systemd users
Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21262
Joonas Niilola · gentoo
app-text/dictd: revbump to fix dict dir
Bug: https://bugs.gentoo.org/790383 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ulrich Müller · gentoo
app-text/dictd: Don't install non-free RFC file
Specify license more precisely. Closes: https://bugs.gentoo.org/782043 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
app-text/dictd: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
app-text/dictd: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r1 ppc64, #742548
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r1 ppc, #742548
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
app-text/dictd: [QA] Port to GLEP 81
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-text/dictd: x86 stable wrt bug #742548
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-text/dictd: amd64 stable wrt bug #742548
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-text/dictd: stable 1.13.0 for sparc, bug #742548
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/dictd: Fix MissingTestRestrict
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
app-text/dictd: Block ~sys-apps/gawk-4.2.1 for tests
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/678018 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
app-text/dictd: Version 1.13.0
- EAPI=7, readme.gentoo-r1 - Make sed die - Use --libexecdir[sic!] for plugins directory - Install all examples - Remove static libraries/libtool files Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Alexis Ballier · gentoo
app-text/dictd: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Mike Frysinger · gentoo
sourceforge: switch to https:// URIs
Austin English · gentoo
app-text/dictd: remove dictd-1.12.1-r1
Package-Manager: portage-2.2.26
Austin English · gentoo
app-text/dictd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846 Package-Manager: portage-2.2.26
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed