Index: head/german/ding/Makefile =================================================================== --- head/german/ding/Makefile (revision 525627) +++ head/german/ding/Makefile (revision 525628) @@ -1,43 +1,43 @@ # Created by: n@nectar.com # $FreeBSD$ 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 MAINTAINER= beat@FreeBSD.org 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 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/!' \ ${WRKSRC}/ding.desktop > ${WRKSRC}/ding.desktop.sed @${CP} ${WRKSRC}/${DICTFILE} ${WRKSRC}/${SWISSDICT} ${PERL5} -pi.orig -e '$${sz}="\x{009F}"; s/Ã$${sz}/ss/g' \ ${WRKSRC}/${SWISSDICT} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ding ${INSTALL_SCRIPT} ${WRKSRC}/dingX ${STAGEDIR}${PREFIX}/bin/ding ${INSTALL_DATA} ${WRKSRC}/${DICTFILE} ${STAGEDIR}${PREFIX}/share/ding/de-en.txt ${INSTALL_DATA} ${WRKSRC}/${SWISSDICT} ${STAGEDIR}${PREFIX}/share/ding ${INSTALL_DATA} ${WRKSRC}/ding.png ${STAGEDIR}${PREFIX}/share/ding/ding.png ${INSTALL_DATA} ${WRKSRC}/ding.desktop.sed ${STAGEDIR}${PREFIX}/share/ding/ding.desktop ${INSTALL_MAN} ${WRKSRC}/ding.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/german/ding/pkg-descr =================================================================== --- head/german/ding/pkg-descr (revision 525627) +++ head/german/ding/pkg-descr (revision 525628) @@ -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: + . -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/