The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net : dictd

Dict protocol (RFC 2229) server

 The DICT Protocol, described in RFC 2229 is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases. While
RFC 2229 is a finished document, we plan to clarify and enhance the
protocol definition as we gain more experience with large dictionary
database servers. By default, the DICT protocol uses TCP port 2628.  

http://www.dict.org/



dictd history


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

PR:		117086
Tested by:	-exp runs

v. 1.39 date: 2007/07/26 06:20:23; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.38 date: 2007/07/23 09:36:15; 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.37 date: 2007/04/11 03:03:18; author: clsung; state: Exp; lines: +4 -4 - Update to 1.10.8 - maintain it for a while
v. 1.36 date: 2007/03/04 02:12:34; 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.35 date: 2006/04/14 06:10:26; author: edwin; state: Exp; lines: +5 -6 [PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and small fixes - USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh - move files/dictd.sh --> files/dictd.sh.in - default to NO for dictd_enable - Move pkg-message to files/pkg-message.in and print local path to net/dictd-database PR: ports/91505 Submitted by: Ion-Mihai "IOnut" Tetcu Reviewed by: maintainer timeout
v. 1.34 date: 2006/02/23 10:38:18; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.33 date: 2006/01/07 23:18:50; author: dd; state: Exp; lines: +0 -1 Don't create the data directory that we no longer use. Nothing was installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
v. 1.32 date: 2006/01/02 06:37:41; author: dd; state: Exp; lines: +2 -9 Upgrade to 1.10.14 Submitted by: Andy Miller
v. 1.31 date: 2005/11/15 06:50:22; 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.30 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.29 date: 2005/01/30 06:55:22; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller
v. 1.28 date: 2004/09/03 11:01:17; author: dd; state: Exp; lines: +3 -3 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.27 date: 2004/08/30 07:48:27; author: clive; state: Exp; lines: +4 -1 Really support rc.subr on RELENG_4. Pointy hat to: myself
v. 1.26 date: 2004/08/29 07:08:03; author: clive; state: Exp; lines: +4 -2 + Embrace rcNG. (1) + Only install default configuration file if it does not exist. (2) PR: ports/70390 (2) Submitted by: Andy Miller via MAINTAINER
(1) Dryice Liu (2) Approved by: MAINTAINER timeout.
v. 1.25 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.24 date: 2004/03/14 06:17:03; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.23 date: 2004/03/03 10:16:00; author: dd; state: Exp; lines: +3 -4 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.22 date: 2004/02/04 05:08:00; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/10/17 09:11:39; author: dd; state: Exp; lines: +2 -2 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.20 date: 2003/10/16 09:56:30; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57809 Submitted by: Cheng-Lung Sung
v. 1.19 date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +3 -0 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.18 date: 2003/03/07 06:07:39; 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.17 date: 2002/11/23 10:11:33; author: dd; state: Exp; lines: +4 -4 Upgrade to 1.8.0. patch-servparse.y has been submitted to the maintainers.
v. 1.16 date: 2002/11/03 06:40:49; author: dd; state: Exp; lines: +1 -1 Escape parenthese in regular expressions to appease a sed that doesn't understand extended regexps.
v. 1.15 date: 2002/11/03 06:39:59; author: dd; state: Exp; lines: +5 -5 Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5.
v. 1.14 date: 2002/11/03 06:30:14; author: dd; state: Exp; lines: +1 -1 Conditionalize MAINTAINER for the benefit of slave ports.
v. 1.13 date: 2002/07/19 09:14:29; author: ijliao; state: Exp; lines: +1 -1 for slave ports
v. 1.12 date: 2002/06/22 06:30:02; author: clive; state: Exp; lines: +1 -1 Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer.
v. 1.11 date: 2002/06/09 22:40:33; author: dd; state: Exp; lines: +1 -1 I'll look after this.
v. 1.10 date: 2002/06/09 18:58:47; author: ijliao; state: Exp; lines: +8 -4 upgrade to 1.7.1 drop maintainership
v. 1.9 date: 2002/04/12 02:25:10; author: dd; state: Exp; lines: +2 -2 The regexp used to change T_USER to T_USERNAME only works if the symbol is preceded by whitespace. However, on line 64 of servscan.l, the symbol is preceded by a parenthesis, so it is left alone. On i386, T_USER is defined, so the build proceeds, but there may still be adverse side effects due to that routine returning the wrong thing in some cases. The bandaid is to fix the regexp to catch the case where T_USER is used after a parenthesis--this is what's being committed. The real fix is either to make the author use T_USERNAME for us, or, preferably, don't define T_USER when sys/param.h is included since T_USER is in the application namespace. Approved by: maintainer timeout
v. 1.8 date: 2001/08/22 17:27:22; author: ijliao; state: Exp; lines: +3 -2 use system zlib Submitted by: obrien
v. 1.7 date: 2001/07/10 13:54:21; author: sobomax; state: Exp; lines: +3 -3 ${PREFIX}/share/${PORTNAME} --> ${DATADIR}
v. 1.6 date: 2001/05/07 15:21:39; author: clive; state: Exp; lines: +2 -4 o Swap dependency. Now dictd-database needs dictzip to be built. One of its dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review
v. 1.5 date: 2001/01/30 19:17:02; author: clive; state: Exp; lines: +6 -6 o Follows dictionary files addition of dictd-database port o Now use our own dictd.conf Approved by: MAINTAINER
v. 1.4 date: 2001/01/28 21:23:04; author: clive; state: Exp; lines: +2 -2 o Fix pkg-comment, this port only contains dict server o Fix pkg-message, dict client is right at textproc/dict o Add missing pkg-plist entry o Really destroy T_USER conflicts. *SIGH* o Fix dictd.sh startup script. Dictd itself won't generate any pid file. Thus I use my own trick. pkg-* reported by: "Donald J . Maddox"
v. 1.3 date: 2001/01/28 19:16:41; author: clive; state: Exp; lines: +9 -2 Arrrg ! I forgot to commit these 2 files.
v. 1.2 date: 2001/01/28 03:06:08; author: ijliao; state: Exp; lines: +1 -2 remove redundant substitution Submitted by: clive
v. 1.1 date: 2001/01/25 15:55:42; author: ijliao; state: Exp; add dictd, dict protocol (RFC 2229) server ============================================================================= v. 1.40 date: 2007/10/17 10:12:51; author: ade; state: Exp; lines: +2 -1 Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
v. 1.39 date: 2007/07/26 06:20:23; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.38 date: 2007/07/23 09:36:15; 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.37 date: 2007/04/11 03:03:18; author: clsung; state: Exp; lines: +4 -4 - Update to 1.10.8 - maintain it for a while
v. 1.36 date: 2007/03/04 02:12:34; 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.35 date: 2006/04/14 06:10:26; author: edwin; state: Exp; lines: +5 -6 [PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and small fixes - USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh - move files/dictd.sh --> files/dictd.sh.in - default to NO for dictd_enable - Move pkg-message to files/pkg-message.in and print local path to net/dictd-database PR: ports/91505 Submitted by: Ion-Mihai "IOnut" Tetcu Reviewed by: maintainer timeout
v. 1.34 date: 2006/02/23 10:38:18; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.33 date: 2006/01/07 23:18:50; author: dd; state: Exp; lines: +0 -1 Don't create the data directory that we no longer use. Nothing was installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
v. 1.32 date: 2006/01/02 06:37:41; author: dd; state: Exp; lines: +2 -9 Upgrade to 1.10.14 Submitted by: Andy Miller
v. 1.31 date: 2005/11/15 06:50:22; 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.30 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.29 date: 2005/01/30 06:55:22; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller
v. 1.28 date: 2004/09/03 11:01:17; author: dd; state: Exp; lines: +3 -3 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.27 date: 2004/08/30 07:48:27; author: clive; state: Exp; lines: +4 -1 Really support rc.subr on RELENG_4. Pointy hat to: myself
v. 1.26 date: 2004/08/29 07:08:03; author: clive; state: Exp; lines: +4 -2 + Embrace rcNG. (1) + Only install default configuration file if it does not exist. (2) PR: ports/70390 (2) Submitted by: Andy Miller via MAINTAINER
(1) Dryice Liu (2) Approved by: MAINTAINER timeout.
v. 1.25 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.24 date: 2004/03/14 06:17:03; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.23 date: 2004/03/03 10:16:00; author: dd; state: Exp; lines: +3 -4 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.22 date: 2004/02/04 05:08:00; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/10/17 09:11:39; author: dd; state: Exp; lines: +2 -2 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.20 date: 2003/10/16 09:56:30; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57809 Submitted by: Cheng-Lung Sung
v. 1.19 date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +3 -0 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.18 date: 2003/03/07 06:07:39; 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.17 date: 2002/11/23 10:11:33; author: dd; state: Exp; lines: +4 -4 Upgrade to 1.8.0. patch-servparse.y has been submitted to the maintainers.
v. 1.16 date: 2002/11/03 06:40:49; author: dd; state: Exp; lines: +1 -1 Escape parenthese in regular expressions to appease a sed that doesn't understand extended regexps.
v. 1.15 date: 2002/11/03 06:39:59; author: dd; state: Exp; lines: +5 -5 Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5.
v. 1.14 date: 2002/11/03 06:30:14; author: dd; state: Exp; lines: +1 -1 Conditionalize MAINTAINER for the benefit of slave ports.
v. 1.13 date: 2002/07/19 09:14:29; author: ijliao; state: Exp; lines: +1 -1 for slave ports
v. 1.12 date: 2002/06/22 06:30:02; author: clive; state: Exp; lines: +1 -1 Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer.
v. 1.11 date: 2002/06/09 22:40:33; author: dd; state: Exp; lines: +1 -1 I'll look after this.
v. 1.10 date: 2002/06/09 18:58:47; author: ijliao; state: Exp; lines: +8 -4 upgrade to 1.7.1 drop maintainership
v. 1.9 date: 2002/04/12 02:25:10; author: dd; state: Exp; lines: +2 -2 The regexp used to change T_USER to T_USERNAME only works if the symbol is preceded by whitespace. However, on line 64 of servscan.l, the symbol is preceded by a parenthesis, so it is left alone. On i386, T_USER is defined, so the build proceeds, but there may still be adverse side effects due to that routine returning the wrong thing in some cases. The bandaid is to fix the regexp to catch the case where T_USER is used after a parenthesis--this is what's being committed. The real fix is either to make the author use T_USERNAME for us, or, preferably, don't define T_USER when sys/param.h is included since T_USER is in the application namespace. Approved by: maintainer timeout
v. 1.8 date: 2001/08/22 17:27:22; author: ijliao; state: Exp; lines: +3 -2 use system zlib Submitted by: obrien
v. 1.7 date: 2001/07/10 13:54:21; author: sobomax; state: Exp; lines: +3 -3 ${PREFIX}/share/${PORTNAME} --> ${DATADIR}
v. 1.6 date: 2001/05/07 15:21:39; author: clive; state: Exp; lines: +2 -4 o Swap dependency. Now dictd-database needs dictzip to be built. One of its dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review
v. 1.5 date: 2001/01/30 19:17:02; author: clive; state: Exp; lines: +6 -6 o Follows dictionary files addition of dictd-database port o Now use our own dictd.conf Approved by: MAINTAINER
v. 1.4 date: 2001/01/28 21:23:04; author: clive; state: Exp; lines: +2 -2 o Fix pkg-comment, this port only contains dict server o Fix pkg-message, dict client is right at textproc/dict o Add missing pkg-plist entry o Really destroy T_USER conflicts. *SIGH* o Fix dictd.sh startup script. Dictd itself won't generate any pid file. Thus I use my own trick. pkg-* reported by: "Donald J . Maddox"
v. 1.3 date: 2001/01/28 19:16:41; author: clive; state: Exp; lines: +9 -2 Arrrg ! I forgot to commit these 2 files.
v. 1.2 date: 2001/01/28 03:06:08; author: ijliao; state: Exp; lines: +1 -2 remove redundant substitution Submitted by: clive
v. 1.1 date: 2001/01/25 15:55:42; author: ijliao; state: Exp; add dictd, dict protocol (RFC 2229) server ============================================================================= v. 1.40 date: 2007/10/17 10:12:51; author: ade; state: Exp; lines: +2 -1 Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
v. 1.39 date: 2007/07/26 06:20:23; author: clsung; state: Exp; lines: +1 -1 - Update to 1.10.9
v. 1.38 date: 2007/07/23 09:36:15; 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.37 date: 2007/04/11 03:03:18; author: clsung; state: Exp; lines: +4 -4 - Update to 1.10.8 - maintain it for a while
v. 1.36 date: 2007/03/04 02:12:34; 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.35 date: 2006/04/14 06:10:26; author: edwin; state: Exp; lines: +5 -6 [PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and small fixes - USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh - move files/dictd.sh --> files/dictd.sh.in - default to NO for dictd_enable - Move pkg-message to files/pkg-message.in and print local path to net/dictd-database PR: ports/91505 Submitted by: Ion-Mihai "IOnut" Tetcu Reviewed by: maintainer timeout
v. 1.34 date: 2006/02/23 10:38:18; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.33 date: 2006/01/07 23:18:50; author: dd; state: Exp; lines: +0 -1 Don't create the data directory that we no longer use. Nothing was installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
v. 1.32 date: 2006/01/02 06:37:41; author: dd; state: Exp; lines: +2 -9 Upgrade to 1.10.14 Submitted by: Andy Miller
v. 1.31 date: 2005/11/15 06:50:22; 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.30 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.29 date: 2005/01/30 06:55:22; author: dd; state: Exp; lines: +1 -1 Upgrade to 1.9.15 Submitted by: Andy Miller
v. 1.28 date: 2004/09/03 11:01:17; author: dd; state: Exp; lines: +3 -3 Upgrade to 1.9.14 Submitted by: Andy Miller
v. 1.27 date: 2004/08/30 07:48:27; author: clive; state: Exp; lines: +4 -1 Really support rc.subr on RELENG_4. Pointy hat to: myself
v. 1.26 date: 2004/08/29 07:08:03; author: clive; state: Exp; lines: +4 -2 + Embrace rcNG. (1) + Only install default configuration file if it does not exist. (2) PR: ports/70390 (2) Submitted by: Andy Miller via MAINTAINER
(1) Dryice Liu (2) Approved by: MAINTAINER timeout.
v. 1.25 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +1 -2 Sync with new bsd.autotools.mk
v. 1.24 date: 2004/03/14 06:17:03; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.23 date: 2004/03/03 10:16:00; author: dd; state: Exp; lines: +3 -4 Upgrade to 1.9.11 Submitted by: Andy Miller
v. 1.22 date: 2004/02/04 05:08:00; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/10/17 09:11:39; author: dd; state: Exp; lines: +2 -2 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.20 date: 2003/10/16 09:56:30; author: dd; state: Exp; lines: +2 -2 Upgrade to 1.9.7. PR: 57809 Submitted by: Cheng-Lung Sung
v. 1.19 date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +3 -0 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.18 date: 2003/03/07 06:07:39; 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.17 date: 2002/11/23 10:11:33; author: dd; state: Exp; lines: +4 -4 Upgrade to 1.8.0. patch-servparse.y has been submitted to the maintainers.
v. 1.16 date: 2002/11/03 06:40:49; author: dd; state: Exp; lines: +1 -1 Escape parenthese in regular expressions to appease a sed that doesn't understand extended regexps.
v. 1.15 date: 2002/11/03 06:39:59; author: dd; state: Exp; lines: +5 -5 Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5.
v. 1.14 date: 2002/11/03 06:30:14; author: dd; state: Exp; lines: +1 -1 Conditionalize MAINTAINER for the benefit of slave ports.
v. 1.13 date: 2002/07/19 09:14:29; author: ijliao; state: Exp; lines: +1 -1 for slave ports
v. 1.12 date: 2002/06/22 06:30:02; author: clive; state: Exp; lines: +1 -1 Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer.
v. 1.11 date: 2002/06/09 22:40:33; author: dd; state: Exp; lines: +1 -1 I'll look after this.
v. 1.10 date: 2002/06/09 18:58:47; author: ijliao; state: Exp; lines: +8 -4 upgrade to 1.7.1 drop maintainership
v. 1.9 date: 2002/04/12 02:25:10; author: dd; state: Exp; lines: +2 -2 The regexp used to change T_USER to T_USERNAME only works if the symbol is preceded by whitespace. However, on line 64 of servscan.l, the symbol is preceded by a parenthesis, so it is left alone. On i386, T_USER is defined, so the build proceeds, but there may still be adverse side effects due to that routine returning the wrong thing in some cases. The bandaid is to fix the regexp to catch the case where T_USER is used after a parenthesis--this is what's being committed. The real fix is either to make the author use T_USERNAME for us, or, preferably, don't define T_USER when sys/param.h is included since T_USER is in the application namespace. Approved by: maintainer timeout
v. 1.8 date: 2001/08/22 17:27:22; author: ijliao; state: Exp; lines: +3 -2 use system zlib Submitted by: obrien
v. 1.7 date: 2001/07/10 13:54:21; author: sobomax; state: Exp; lines: +3 -3 ${PREFIX}/share/${PORTNAME} --> ${DATADIR}
v. 1.6 date: 2001/05/07 15:21:39; author: clive; state: Exp; lines: +2 -4 o Swap dependency. Now dictd-database needs dictzip to be built. One of its dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review
v. 1.5 date: 2001/01/30 19:17:02; author: clive; state: Exp; lines: +6 -6 o Follows dictionary files addition of dictd-database port o Now use our own dictd.conf Approved by: MAINTAINER
v. 1.4 date: 2001/01/28 21:23:04; author: clive; state: Exp; lines: +2 -2 o Fix pkg-comment, this port only contains dict server o Fix pkg-message, dict client is right at textproc/dict o Add missing pkg-plist entry o Really destroy T_USER conflicts. *SIGH* o Fix dictd.sh startup script. Dictd itself won't generate any pid file. Thus I use my own trick. pkg-* reported by: "Donald J . Maddox"
v. 1.3 date: 2001/01/28 19:16:41; author: clive; state: Exp; lines: +9 -2 Arrrg ! I forgot to commit these 2 files.
v. 1.2 date: 2001/01/28 03:06:08; author: ijliao; state: Exp; lines: +1 -2 remove redundant substitution Submitted by: clive
v. 1.1 date: 2001/01/25 15:55:42; author: ijliao; state: Exp; add dictd, dict protocol (RFC 2229) server =============================================================================



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