The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD textproc : dict

Dictionary Server Protocol (RFC2229) client

 The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases.

RFC 2229 describes the DICT client/server protocol.

dict(1) is a client which can access DICT servers from the
command line. 

http://www.dict.org/



dict history


v. 1.47
date: 2007/10/17 10:12:57;  author: ade;  state: Exp;  lines: +2 -1
Migration from bison 1.x to 2.x

PR:		117086
Tested by:	-exp runs

v. 1.46 date: 2007/07/26 06:20:38; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.45 date: 2007/07/23 09:36:39; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.44 date: 2007/04/11 02:38:41; author: clsung; state: Exp; lines: +7 -4 - update to 1.10.8 - I'll maintain it for a while
v. 1.43 date: 2007/03/04 02:12:35; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.42 date: 2006/05/13 04:24:43; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with T
v. 1.41 date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/01/07 23:31:52; author: dd; state: Exp; lines: +3 -2 Avoid clobbering a modified dict.conf on deinstall. PR: 91294 Submitted by: Rong-En Fan
v. 1.39 date: 2006/01/02 02:03:26; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.10.4. Submitted by: Andy Miller
v. 1.38 date: 2005/11/15 06:51:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/06/14 12:20:18; author: dd; state: Exp; lines: +1 -2 Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used it, and the server seems to work okay with the native implementation. The patch to libmaa/decl.h is no longer necessary because the distribution already includes that test (the other libmaa patches still apply--I'm not sure that they're really necessary any more, but they don't hurt).
v. 1.36 date: 2005/01/30 06:48:18; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller , vs
v. 1.35 date: 2004/09/03 10:41:03; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.34 date: 2004/06/04 17:29:33; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.33 date: 2004/05/11 11:14:20; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.13 Submitted by: Andy Miller
v. 1.32 date: 2004/04/15 08:18:09; author: kris; state: Exp; lines: +1 -1 Add missing file and manpage
v. 1.31 date: 2004/03/24 20:59:17; author: ade; state: Exp; lines: +1 -1 Convert all but one port that uses libtool14 to use libtool15, in readiness for the destruction of devel/libtool14
v. 1.30 date: 2004/03/03 10:25:59; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.29 date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.28 date: 2003/12/29 10:43:36; author: dd; state: Exp; lines: +5 -0 This new version of dict(1) doesn't seem to default to using dict://dict.org if the config file is absent, so install a config file with some default servers instead of making the user rummage through the man page and the web to figure out how to make this work. Noticed by: ceri
v. 1.27 date: 2003/12/24 12:49:52; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.9.10 Submitted by: Andy Miller
v. 1.26 date: 2003/10/17 09:11:21; author: dd; state: Exp; lines: +2 -1 Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This allows configure-run test programs to find the right include files and libraries. Breakage reported by: many Fix submitted by: adamw
v. 1.25 date: 2003/10/16 07:11:25; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57810 Submitted by: Cheng-Lung Sung
v. 1.24 date: 2003/06/26 22:58:31; author: ade; state: Exp; lines: +4 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.23 date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/23 10:12:01; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.8.0.
v. 1.21 date: 2002/10/31 23:34:11; author: dd; state: Exp; lines: +2 -2 Convert to use REINPLACE_CMD and consequently remove USE_PERL5. The distribution comes with one Perl script, but it appears to be auxiliary (there are no references to it anywhere except the documentation). dict works fine without Perl. Submitted by: clive
v. 1.20 date: 2002/07/08 00:03:02; author: dd; state: Exp; lines: +4 -3 Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.
v. 1.19 date: 2002/05/11 06:08:09; author: dd; state: Exp; lines: +1 -1 I'll look after this port.
v. 1.18 date: 2002/05/08 20:58:31; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.17 date: 2001/08/21 02:51:53; author: obrien; state: Exp; lines: +3 -2 We don't need to patch `configure' as much as this patch was doing. We can accomplish the same thing with a CONFIGURE_ARGS.
v. 1.16 date: 2001/08/21 01:07:07; author: obrien; state: Exp; lines: +6 -3 Update to version 1.5.5.
v. 1.15 date: 2001/02/05 16:35:06; author: olgeni; state: Exp; lines: +2 -2 More style fixes for ports/textproc.
v. 1.14 date: 2000/04/10 04:45:18; author: cpiazza; state: Exp; lines: +1 -3 Forgot to remove some variables Submitted by: Ben Smithurst
v. 1.13 date: 2000/04/09 21:52:19; author: cpiazza; state: Exp; lines: +4 -2 Update with the new PORTNAME/PORTVERSION variables
v. 1.12 date: 2000/03/22 00:26:48; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.11 date: 2000/03/20 02:36:17; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.10 date: 2000/02/13 03:23:17; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.9 date: 1999/10/27 09:03:55; author: obrien; state: Exp; lines: +4 -1 Keep an eye on this port.
v. 1.8 date: 1999/10/21 19:02:27; author: fenner; state: Exp; lines: +1 -3 Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has been bouncing with: : host mx.quick.net said: 550 ... User unknown for over 2 months.
v. 1.7 date: 1999/08/31 02:09:04; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.6 date: 1999/05/03 02:03:00; author: steve; state: Exp; lines: +2 -1 Honor CFLAGS and misc. cleanups. PR: 10763 Submitted by: Mikhail Teterin
v. 1.5 date: 1999/03/22 01:17:24; author: obrien; state: Exp; lines: +2 -2 Move ``dict'' from the "net" to the "textproc" category.
v. 1.4 date: 1998/12/23 19:33:25; author: obrien; state: Exp; lines: +2 -2 Add "textproc" as a category. Actually, can this thing be moved to `textproc' to live with `ispell'? Having a distributed electronic dictionary in "net" is stupid. This port is virtually ispell with /usr/share/dict/words over the network. Otherwise I vote to move `xmcd' to `net' since it gets its CD database over the network.
v. 1.3 date: 1998/10/10 04:15:51; author: steve; state: Exp; lines: +3 -4 Update to version 1.4.9. PR: 8218 Submitted by: maintainer
v. 1.2 date: 1998/03/10 09:18:42; author: tg; state: Exp; lines: +6 -5 Upgrade to 1.4.8. PR: 5909 Submitted by: Josh Gilliam
v. 1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; lines: +0 -0 Dictionary Server Protocol (RFC2229) client. PR: 5835 Submitted by: Josh Giliam ============================================================================= v. 1.47 date: 2007/10/17 10:12:57; author: ade; state: Exp; lines: +2 -1 Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
v. 1.46 date: 2007/07/26 06:20:38; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.45 date: 2007/07/23 09:36:39; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.44 date: 2007/04/11 02:38:41; author: clsung; state: Exp; lines: +7 -4 - update to 1.10.8 - I'll maintain it for a while
v. 1.43 date: 2007/03/04 02:12:35; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.42 date: 2006/05/13 04:24:43; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with T
v. 1.41 date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/01/07 23:31:52; author: dd; state: Exp; lines: +3 -2 Avoid clobbering a modified dict.conf on deinstall. PR: 91294 Submitted by: Rong-En Fan
v. 1.39 date: 2006/01/02 02:03:26; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.10.4. Submitted by: Andy Miller
v. 1.38 date: 2005/11/15 06:51:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/06/14 12:20:18; author: dd; state: Exp; lines: +1 -2 Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used it, and the server seems to work okay with the native implementation. The patch to libmaa/decl.h is no longer necessary because the distribution already includes that test (the other libmaa patches still apply--I'm not sure that they're really necessary any more, but they don't hurt).
v. 1.36 date: 2005/01/30 06:48:18; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller , vs
v. 1.35 date: 2004/09/03 10:41:03; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.34 date: 2004/06/04 17:29:33; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.33 date: 2004/05/11 11:14:20; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.13 Submitted by: Andy Miller
v. 1.32 date: 2004/04/15 08:18:09; author: kris; state: Exp; lines: +1 -1 Add missing file and manpage
v. 1.31 date: 2004/03/24 20:59:17; author: ade; state: Exp; lines: +1 -1 Convert all but one port that uses libtool14 to use libtool15, in readiness for the destruction of devel/libtool14
v. 1.30 date: 2004/03/03 10:25:59; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.29 date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.28 date: 2003/12/29 10:43:36; author: dd; state: Exp; lines: +5 -0 This new version of dict(1) doesn't seem to default to using dict://dict.org if the config file is absent, so install a config file with some default servers instead of making the user rummage through the man page and the web to figure out how to make this work. Noticed by: ceri
v. 1.27 date: 2003/12/24 12:49:52; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.9.10 Submitted by: Andy Miller
v. 1.26 date: 2003/10/17 09:11:21; author: dd; state: Exp; lines: +2 -1 Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This allows configure-run test programs to find the right include files and libraries. Breakage reported by: many Fix submitted by: adamw
v. 1.25 date: 2003/10/16 07:11:25; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57810 Submitted by: Cheng-Lung Sung
v. 1.24 date: 2003/06/26 22:58:31; author: ade; state: Exp; lines: +4 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.23 date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/23 10:12:01; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.8.0.
v. 1.21 date: 2002/10/31 23:34:11; author: dd; state: Exp; lines: +2 -2 Convert to use REINPLACE_CMD and consequently remove USE_PERL5. The distribution comes with one Perl script, but it appears to be auxiliary (there are no references to it anywhere except the documentation). dict works fine without Perl. Submitted by: clive
v. 1.20 date: 2002/07/08 00:03:02; author: dd; state: Exp; lines: +4 -3 Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.
v. 1.19 date: 2002/05/11 06:08:09; author: dd; state: Exp; lines: +1 -1 I'll look after this port.
v. 1.18 date: 2002/05/08 20:58:31; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.17 date: 2001/08/21 02:51:53; author: obrien; state: Exp; lines: +3 -2 We don't need to patch `configure' as much as this patch was doing. We can accomplish the same thing with a CONFIGURE_ARGS.
v. 1.16 date: 2001/08/21 01:07:07; author: obrien; state: Exp; lines: +6 -3 Update to version 1.5.5.
v. 1.15 date: 2001/02/05 16:35:06; author: olgeni; state: Exp; lines: +2 -2 More style fixes for ports/textproc.
v. 1.14 date: 2000/04/10 04:45:18; author: cpiazza; state: Exp; lines: +1 -3 Forgot to remove some variables Submitted by: Ben Smithurst
v. 1.13 date: 2000/04/09 21:52:19; author: cpiazza; state: Exp; lines: +4 -2 Update with the new PORTNAME/PORTVERSION variables
v. 1.12 date: 2000/03/22 00:26:48; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.11 date: 2000/03/20 02:36:17; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.10 date: 2000/02/13 03:23:17; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.9 date: 1999/10/27 09:03:55; author: obrien; state: Exp; lines: +4 -1 Keep an eye on this port.
v. 1.8 date: 1999/10/21 19:02:27; author: fenner; state: Exp; lines: +1 -3 Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has been bouncing with: : host mx.quick.net said: 550 ... User unknown for over 2 months.
v. 1.7 date: 1999/08/31 02:09:04; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.6 date: 1999/05/03 02:03:00; author: steve; state: Exp; lines: +2 -1 Honor CFLAGS and misc. cleanups. PR: 10763 Submitted by: Mikhail Teterin
v. 1.5 date: 1999/03/22 01:17:24; author: obrien; state: Exp; lines: +2 -2 Move ``dict'' from the "net" to the "textproc" category.
v. 1.4 date: 1998/12/23 19:33:25; author: obrien; state: Exp; lines: +2 -2 Add "textproc" as a category. Actually, can this thing be moved to `textproc' to live with `ispell'? Having a distributed electronic dictionary in "net" is stupid. This port is virtually ispell with /usr/share/dict/words over the network. Otherwise I vote to move `xmcd' to `net' since it gets its CD database over the network.
v. 1.3 date: 1998/10/10 04:15:51; author: steve; state: Exp; lines: +3 -4 Update to version 1.4.9. PR: 8218 Submitted by: maintainer
v. 1.2 date: 1998/03/10 09:18:42; author: tg; state: Exp; lines: +6 -5 Upgrade to 1.4.8. PR: 5909 Submitted by: Josh Gilliam
v. 1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; lines: +0 -0 Dictionary Server Protocol (RFC2229) client. PR: 5835 Submitted by: Josh Giliam ============================================================================= v. 1.47 date: 2007/10/17 10:12:57; author: ade; state: Exp; lines: +2 -1 Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
v. 1.46 date: 2007/07/26 06:20:38; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.45 date: 2007/07/23 09:36:39; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.44 date: 2007/04/11 02:38:41; author: clsung; state: Exp; lines: +7 -4 - update to 1.10.8 - I'll maintain it for a while
v. 1.43 date: 2007/03/04 02:12:35; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.42 date: 2006/05/13 04:24:43; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with T
v. 1.41 date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/01/07 23:31:52; author: dd; state: Exp; lines: +3 -2 Avoid clobbering a modified dict.conf on deinstall. PR: 91294 Submitted by: Rong-En Fan
v. 1.39 date: 2006/01/02 02:03:26; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.10.4. Submitted by: Andy Miller
v. 1.38 date: 2005/11/15 06:51:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/06/14 12:20:18; author: dd; state: Exp; lines: +1 -2 Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used it, and the server seems to work okay with the native implementation. The patch to libmaa/decl.h is no longer necessary because the distribution already includes that test (the other libmaa patches still apply--I'm not sure that they're really necessary any more, but they don't hurt).
v. 1.36 date: 2005/01/30 06:48:18; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller , vs
v. 1.35 date: 2004/09/03 10:41:03; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.34 date: 2004/06/04 17:29:33; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.33 date: 2004/05/11 11:14:20; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.13 Submitted by: Andy Miller
v. 1.32 date: 2004/04/15 08:18:09; author: kris; state: Exp; lines: +1 -1 Add missing file and manpage
v. 1.31 date: 2004/03/24 20:59:17; author: ade; state: Exp; lines: +1 -1 Convert all but one port that uses libtool14 to use libtool15, in readiness for the destruction of devel/libtool14
v. 1.30 date: 2004/03/03 10:25:59; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.29 date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.28 date: 2003/12/29 10:43:36; author: dd; state: Exp; lines: +5 -0 This new version of dict(1) doesn't seem to default to using dict://dict.org if the config file is absent, so install a config file with some default servers instead of making the user rummage through the man page and the web to figure out how to make this work. Noticed by: ceri
v. 1.27 date: 2003/12/24 12:49:52; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.9.10 Submitted by: Andy Miller
v. 1.26 date: 2003/10/17 09:11:21; author: dd; state: Exp; lines: +2 -1 Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This allows configure-run test programs to find the right include files and libraries. Breakage reported by: many Fix submitted by: adamw
v. 1.25 date: 2003/10/16 07:11:25; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57810 Submitted by: Cheng-Lung Sung
v. 1.24 date: 2003/06/26 22:58:31; author: ade; state: Exp; lines: +4 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.23 date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/23 10:12:01; author: dd; state: Exp; lines: +3 -2 Upgrade to 1.8.0.
v. 1.21 date: 2002/10/31 23:34:11; author: dd; state: Exp; lines: +2 -2 Convert to use REINPLACE_CMD and consequently remove USE_PERL5. The distribution comes with one Perl script, but it appears to be auxiliary (there are no references to it anywhere except the documentation). dict works fine without Perl. Submitted by: clive
v. 1.20 date: 2002/07/08 00:03:02; author: dd; state: Exp; lines: +4 -3 Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.
v. 1.19 date: 2002/05/11 06:08:09; author: dd; state: Exp; lines: +1 -1 I'll look after this port.
v. 1.18 date: 2002/05/08 20:58:31; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.17 date: 2001/08/21 02:51:53; author: obrien; state: Exp; lines: +3 -2 We don't need to patch `configure' as much as this patch was doing. We can accomplish the same thing with a CONFIGURE_ARGS.
v. 1.16 date: 2001/08/21 01:07:07; author: obrien; state: Exp; lines: +6 -3 Update to version 1.5.5.
v. 1.15 date: 2001/02/05 16:35:06; author: olgeni; state: Exp; lines: +2 -2 More style fixes for ports/textproc.
v. 1.14 date: 2000/04/10 04:45:18; author: cpiazza; state: Exp; lines: +1 -3 Forgot to remove some variables Submitted by: Ben Smithurst
v. 1.13 date: 2000/04/09 21:52:19; author: cpiazza; state: Exp; lines: +4 -2 Update with the new PORTNAME/PORTVERSION variables
v. 1.12 date: 2000/03/22 00:26:48; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.11 date: 2000/03/20 02:36:17; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.10 date: 2000/02/13 03:23:17; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.9 date: 1999/10/27 09:03:55; author: obrien; state: Exp; lines: +4 -1 Keep an eye on this port.
v. 1.8 date: 1999/10/21 19:02:27; author: fenner; state: Exp; lines: +1 -3 Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has been bouncing with: : host mx.quick.net said: 550 ... User unknown for over 2 months.
v. 1.7 date: 1999/08/31 02:09:04; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.6 date: 1999/05/03 02:03:00; author: steve; state: Exp; lines: +2 -1 Honor CFLAGS and misc. cleanups. PR: 10763 Submitted by: Mikhail Teterin
v. 1.5 date: 1999/03/22 01:17:24; author: obrien; state: Exp; lines: +2 -2 Move ``dict'' from the "net" to the "textproc" category.
v. 1.4 date: 1998/12/23 19:33:25; author: obrien; state: Exp; lines: +2 -2 Add "textproc" as a category. Actually, can this thing be moved to `textproc' to live with `ispell'? Having a distributed electronic dictionary in "net" is stupid. This port is virtually ispell with /usr/share/dict/words over the network. Otherwise I vote to move `xmcd' to `net' since it gets its CD database over the network.
v. 1.3 date: 1998/10/10 04:15:51; author: steve; state: Exp; lines: +3 -4 Update to version 1.4.9. PR: 8218 Submitted by: maintainer
v. 1.2 date: 1998/03/10 09:18:42; author: tg; state: Exp; lines: +6 -5 Upgrade to 1.4.8. PR: 5909 Submitted by: Josh Gilliam
v. 1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/25 01:22:57; author: steve; state: Exp; lines: +0 -0 Dictionary Server Protocol (RFC2229) client. PR: 5835 Submitted by: Josh Giliam =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm