From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 04:23:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3489C16A4CF for ; Fri, 14 Nov 2003 04:23:33 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C291C43FAF for ; Fri, 14 Nov 2003 04:23:31 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 9513 invoked from network); 14 Nov 2003 12:23:30 -0000 Received: from unknown (HELO itetcu.apropo.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 14 Nov 2003 12:23:30 -0000 Message-Id: <5.1.0.14.0.20031115141432.016aba38@mail.apropo.ro> X-Sender: itetcu@mail.apropo.ro X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 15 Nov 2003 14:23:57 +0200 To: Gary Jennejohn From: Ion-Mihai Tetcu In-Reply-To: <200311141158.hAEBwBJC003591@peedub.jennejohn.org> References: <5.1.0.14.0.20031115125622.016bb738@mail.apropo.ro> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-questions@freebsd.org cc: Bryan Cassidy Subject: Re: Dictionary in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 12:23:33 -0000 At 13:58 14.11.2003, Gary Jennejohn wrote: >Ion-Mihai Tetcu writes: > > At 07:06 14.11.2003, Bryan Cassidy wrote: > > >Is there a stand-alone dictionary port? I would like to have one on the > > >pc cause im gettin tired of goin online. thanks > > > > net/dictd server and various databases ( net/dictd-database and > > http://www.dict.org/ ) > > > > On KDE one can use kdict to query the dictd server. > >He wrote that he doesn't want to go online to use a dictionary. > >The only standalone dictionary I know of in ports is for German (de-dict). buh# cat /usr/ports/net/dictd-database/pkg-descr Dictd words database. buh# cd /usr/ports/net/dictd-database/ && make install clean buh# ifconfig rl0 down Alt+F2 --> kdict --> OK type some word and see the entries. You can grep additional dictd databases from that URL. IOnut