Commit graph

30 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
8e41174ddb - Remove unrecognized CONFIGURE_ARGS
- Cosmetic change
- Do not silence installation message
- Reformat pkg-descr
- Add sourceforge to WWW
- Take maintainership
2014-12-08 09:12:03 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Cheng-Lung Sung
53d169e4cd - use $SUB_FILES to dynamically adjust dictd.conf
PR:		ports/143101
Submitted by:	Sevan Janiyan <venture37_AT_geeklan dot co dot uk>
2010-02-05 02:37:34 +00:00
Cheng-Lung Sung
65e6276151 - Update to 1.11.1 2009-06-17 08:55:57 +00:00
Cheng-Lung Sung
7138638c96 - Update to 1.10.8
- maintain it for a while
2007-04-11 03:03:18 +00:00
Edwin Groothuis
a7706ec00c [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 <itetcu@gmail.com>
Reviewed by:	maintainer timeout
2006-04-14 06:10:26 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Dima Dorfman
cac095595c Upgrade to 1.10.14
Submitted by:	Andy Miller
2006-01-02 06:37:41 +00:00
Dima Dorfman
c8d4c6e111 Unbreak on 4.x by using the the iswspace__ wrapper (4.x doesn't have a
native iswspace). Patch has been submitted to the maintainers (SF
#1228054).

Submitted by:	Andy Miller <andy@trit.org>
2005-06-28 04:37:12 +00:00
Dima Dorfman
25b008afeb 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).
2005-06-14 12:20:18 +00:00
Dima Dorfman
b02b794e5e Upgrade to 1.9.14
Submitted by:	Andy Miller <andy@trit.org>
2004-09-03 11:01:18 +00:00
Clive Lin
9e291d631c Argh! I forgot this one 2 days ago. 2004-09-02 06:37:52 +00:00
Clive Lin
3745885086 + Embrace rcNG. (1)
+ Only install default configuration file if it does not exist. (2)

PR:		ports/70390 (2)
Submitted by:	Andy Miller via MAINTAINER <dd at FreeBSD dot org> (1)
		Dryice Liu <dryice at liu dot com dot cn> (2)
Approved by:	MAINTAINER timeout.
2004-08-29 07:08:03 +00:00
Dima Dorfman
1d69df07b2 Upgrade to 1.9.11
Submitted by:	Andy Miller <andym@trit.org>
2004-03-03 10:16:02 +00:00
Clive Lin
c2e4f0f15f Make start/stop messages consistent with other ports. 2004-02-17 09:51:18 +00:00
Dima Dorfman
ca76a263e4 Avoid trying to build lstat.o since we have lstat in libc. 2003-10-17 18:01:11 +00:00
Dima Dorfman
7e33379c83 Upgrade to 1.9.7.
PR:		57809
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-16 09:56:30 +00:00
Yen-Ming Lee
a35ed2c4c4 1. include <osreldate.h> before use macro __FreeBSD_version
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
2003-05-07 02:19:56 +00:00
Kris Kennaway
8a2eff1563 Fix build on sparc64 (all the world's not sunos, solaris or linnex) 2003-01-12 03:00:56 +00:00
Dima Dorfman
95af24e7c2 Break UTF8 support on pre-5.x systems which don't implement wctype.h.
Submitted by:	dd, roam
Approved by:	steve
2002-12-22 10:25:18 +00:00
Dima Dorfman
f875313d40 Upgrade to 1.8.0. patch-servparse.y has been submitted to the
maintainers.
2002-11-23 10:11:33 +00:00
Clive Lin
0967cb9727 Do not fclose(3) a NULL stream. I bet no one will want his dmesg(8) output
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
...
2002-06-22 06:25:41 +00:00
Ying-Chieh Liao
3630845a2a upgrade to 1.7.1
drop maintainership
2002-06-09 18:58:48 +00:00
Ying-Chieh Liao
8b3ba10ac4 typo, delvis -> devils
Submitted by:	Dima Dorfman <dima@trit.org>
2001-10-15 14:20:51 +00:00
Ying-Chieh Liao
0f986ec1ff use system zlib
Submitted by:	obrien
2001-08-22 17:27:22 +00:00
Clive Lin
0022fe5508 o Follows dictionary files addition of dictd-database port
o Now use our own dictd.conf

Approved by: MAINTAINER
2001-01-30 19:17:03 +00:00
Clive Lin
f0ad3af744 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" <dmaddox@sc.rr.com>
2001-01-28 21:23:04 +00:00
Clive Lin
5cc7b46684 o Properly use wait3(2)
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
2001-01-28 19:13:59 +00:00
Ying-Chieh Liao
3b0834c945 add dictd, dict protocol (RFC 2229) server 2001-01-25 15:55:46 +00:00