diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-28 12:18:03 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-28 12:18:03 +0000 |
commit | 92a8cef587d10582a920bd162350a94038125f2b (patch) | |
tree | c7925e863f8455b56d3137ac282a035a9abe2748 /german | |
parent | Oops, this one was writing wrong location of tcsh into /etc/shells. (diff) |
Update to a new dictionary with 115,000 entries.
Notes
Notes:
svn path=/head/; revision=9211
Diffstat (limited to 'german')
-rw-r--r-- | german/dict/Makefile | 6 | ||||
-rw-r--r-- | german/dict/distinfo | 4 | ||||
-rw-r--r-- | german/dict/pkg-descr | 2 | ||||
-rw-r--r-- | german/dict/pkg-plist | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile index c689a015d612..65a3ccb307a3 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -3,10 +3,10 @@ # Date created: 6 August 1997 # Whom: wosch # -# $Id: Makefile,v 1.2 1997/08/13 05:09:22 asami Exp $ +# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $ # -DISTNAME= dict-1.0 +DISTNAME= dict-1.1 CATEGORIES= german MASTER_SITES= http://www.freebsd.org/~wosch/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PORTSDIR}/textproc/agrep EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -dict= eng2germ.dict +dict= ger-eng.txt post-extract: ${dict} ${dict}: diff --git a/german/dict/distinfo b/german/dict/distinfo index 9ff5405b6a21..9a2674ceccd4 100644 --- a/german/dict/distinfo +++ b/german/dict/distinfo @@ -1,2 +1,2 @@ -MD5 (dict-1.0.tar.gz) = 9226862124c9ae0f6e4a5bd2ab247c04 -MD5 (eng2germ.dict.gz) = 1d6256b82c4601b85646a171fdd7f974 +MD5 (dict-1.1.tar.gz) = 6174c77b2c639c0b8876c28b3a7fe148 +MD5 (ger-eng.txt.gz) = 280c8762e910d0b490634b3ac9fbe074 diff --git a/german/dict/pkg-descr b/german/dict/pkg-descr index 37faa52ba9d8..46e6132a0162 100644 --- a/german/dict/pkg-descr +++ b/german/dict/pkg-descr @@ -1 +1 @@ -dict - simple english/german dictionary +A simple German <-> English dictionary with ~115,000 entries. diff --git a/german/dict/pkg-plist b/german/dict/pkg-plist index c94b58898e76..e51034c8db13 100644 --- a/german/dict/pkg-plist +++ b/german/dict/pkg-plist @@ -1,2 +1,2 @@ bin/dict -share/eng2germ.dict +share/ger-eng.txt |