summaryrefslogtreecommitdiff
path: root/net/dictd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. include <osreldate.h> before use macro __FreeBSD_versionYen-Ming Lee2003-05-071-10/+14
| | | | | | | | | | | 2. unbreak chinese/dictd which is the slave port of net/dictd PR: 48586 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=80320
* Fix build on sparc64 (all the world's not sunos, solaris or linnex)Kris Kennaway2003-01-125-0/+55
| | | | Notes: svn path=/head/; revision=72952
* Break UTF8 support on pre-5.x systems which don't implement wctype.h.Dima Dorfman2002-12-221-0/+98
| | | | | | | | Submitted by: dd, roam Approved by: steve Notes: svn path=/head/; revision=71777
* Upgrade to 1.8.0. patch-servparse.y has been submitted to theDima Dorfman2002-11-234-22/+11
| | | | | | | maintainers. Notes: svn path=/head/; revision=70828
* Do not fclose(3) a NULL stream. I bet no one will want his dmesg(8) outputClive Lin2002-06-221-0/+11
| | | | | | | | | | | | to be spammed by ... pid 12345 (dictd), uid 54321: exited on signal 11 pid 23456 (dictd), uid 54321: exited on signal 11 pid 34567 (dictd), uid 54321: exited on signal 11 ... Notes: svn path=/head/; revision=61726
* upgrade to 1.7.1Ying-Chieh Liao2002-06-093-34/+17
| | | | | | | drop maintainership Notes: svn path=/head/; revision=60992
* typo, delvis -> devilsYing-Chieh Liao2001-10-151-1/+1
| | | | | | | Submitted by: Dima Dorfman <dima@trit.org> Notes: svn path=/head/; revision=48800
* use system zlibYing-Chieh Liao2001-08-222-11/+10
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=46647
* o Follows dictionary files addition of dictd-database portClive Lin2001-01-301-0/+22
| | | | | | | | | o Now use our own dictd.conf Approved by: MAINTAINER Notes: svn path=/head/; revision=37811
* o Fix pkg-comment, this port only contains dict serverClive Lin2001-01-281-7/+15
| | | | | | | | | | | | | 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" <dmaddox@sc.rr.com> Notes: svn path=/head/; revision=37699
* o Properly use wait3(2)Clive Lin2001-01-284-1/+35
| | | | | | | | | | | | | o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=37687
* add dictd, dict protocol (RFC 2229) serverYing-Chieh Liao2001-01-253-0/+147
Notes: svn path=/head/; revision=37574