aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2020-02-09 07:53:33 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2020-02-09 07:53:33 +0000
commitfcc6d5dbd157143dd34bc6457d7c356ae8cad65e (patch)
treeb161ed04926b1bf2b5538dc8625423c2d8dc6bba /german
parentd0205fe61bf40dd6ebd48f13c7e711944d14b79f (diff)
downloadports-fcc6d5dbd157143dd34bc6457d7c356ae8cad65e.tar.gz
ports-fcc6d5dbd157143dd34bc6457d7c356ae8cad65e.zip
- Change tk dependency from 8.5 to 8.6
- Update pkg-descr PR: 243587 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=525628
Diffstat (limited to 'german')
-rw-r--r--german/ding/Makefile6
-rw-r--r--german/ding/pkg-descr13
2 files changed, 11 insertions, 8 deletions
diff --git a/german/ding/Makefile b/german/ding/Makefile
index 72dc3984a13d..0dee560d67f8 100644
--- a/german/ding/Makefile
+++ b/german/ding/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ding
PORTVERSION= 1.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= german tk
MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \
LOCAL/ehaupt
@@ -13,7 +13,7 @@ COMMENT= German-English dictionary program for X windows/Unix
LICENSE= GPLv2
-RUN_DEPENDS= wish8.5:x11-toolkits/tk85 \
+RUN_DEPENDS= wish8.6:x11-toolkits/tk86 \
agrep:textproc/agrep
USES= perl5
@@ -22,7 +22,7 @@ DICTFILE= de-en.txt
SWISSDICT= de_ch-en.txt
do-build:
- ${SED} -E -e '1,/^exec/ s!wish!wish8.5!' \
+ ${SED} -E -e '1,/^exec/ s!wish!wish8.6!' \
-e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \
${WRKSRC}/ding > ${WRKSRC}/dingX
${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \
diff --git a/german/ding/pkg-descr b/german/ding/pkg-descr
index 15dbebecf3f5..114df86c7e42 100644
--- a/german/ding/pkg-descr
+++ b/german/ding/pkg-descr
@@ -1,13 +1,16 @@
-Ding is a Dictionary lookup program for X windows/Unix. It comes with
-a German-English Dictionary with ca. 120,000 entries. It is an
-offline version of the dictionary found at:
+Ding is a Dictionary lookup program for the X window system (Linux,
+Unix - not for Mac or MS Windows). It comes with a German-English
+Dictionary with approximately 326,000 entries. It is an offline
+version of the dictionary found at:
+
<URL:http://dict.tu-chemnitz.de/>.
-It is based on Tk version >= 8.3 and uses the agrep for searching.
+It is based on Tk version >= 8.3 and uses the agrep or egrep tools for
+searching.
It has many configuration options, such as search preferences,
interface language (English or German), colors. It has history and
help functions and comes with useful key and mouse bindings for quick
and easy lookups.
-WWW: http://www-user.tu-chemnitz.de/~fri/ding/
+WWW: https://www-user.tu-chemnitz.de/~fri/ding/