Emanuel Haupt
a620e24f64
Support staging
2014-03-14 10:19:25 +00:00
Tijl Coosemans
80fc82be96
There's a warning during boot if the skkserv_enable rc variable is
...
undefined so set it to "NO" by default.
PR: ports/181729
Approved by: maintainer timeout (3 months)
2013-12-03 15:05:17 +00:00
Baptiste Daroussin
8ee9a3584f
Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)
2013-09-20 18:47:54 +00:00
Hiroki Sato
3e43f147e3
- Fix fork() and select() in skkserv. It didn't work properly.
...
- Trim old-style header.
2013-05-05 15:53:04 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Hiroki Sato
74365dfe22
- Fix a crash when an invalid log file is specified.
...
- Add -u uid option to drop the root privilege.
- Add skkserv user and group.
- Display fatal error messages in mksock() even if debug=0.
2011-07-02 14:54:06 +00:00
Hiroki Sato
e541d77200
Ignore entries in an SKK dictionary that start with ">". This should fix an
...
insta-crash issue.
2011-07-02 13:15:39 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +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
Hiroki Sato
17ecdee7b3
- Add "-a" option to specify the listen address.
...
- Add rcNG startup script.
- $skkserv_flags="-a 127.0.0.1" is set by default.
- Update WWW: line in pkg-plist.
- Take maintainership.
2008-11-01 15:16:49 +00:00
Tilman Keskinoz
ec7d6ff18d
Fix segfault on amd64
...
PR: 118996
Submitted by KOIE Hidetaka
2008-01-01 19:03:36 +00:00
Pav Lucistnik
a5884a575c
- Add SHA256
2005-11-24 23:02:13 +00:00
Makoto Matsushita
b5b67558b9
Release maintainership.
...
The skkserv is so old and slow, almost all users doesn't use in their real
life I believe -- but I don't delete it, since there's no reason to do.
If you still use this server, check http://openlab.jp/skk/skkserv.html and
switch to a new server; dbskkd-cdb, rskkserv, and multiskkserv are good
candidates since they are all registered to FreeBSD ports.
2004-10-29 05:57:11 +00:00
Makoto Matsushita
216cfbbaa5
SIZEify.
2004-02-10 17:07:01 +00:00
Makoto Matsushita
0866591eab
De-pkg-comment.
2003-02-22 15:51:59 +00:00
Yoshio MITA
98c89a4e24
Unbreak japanese/skkserv because of skk-jisyo port change.
...
No change on package contents so that Portrevision doesn't bump up.
Submitted by: myself.
Approved by: Maintainer <matusita@FreeBSD.org>
2002-06-12 14:15:00 +00:00
Makoto Matsushita
8ca6491f05
Change my email address to the one of @FreeBSD.org.
...
Reviewed by: kuriyama
2002-03-15 15:47:40 +00:00
Akinori MUSHA
0b10204950
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
2002-01-29 11:08:52 +00:00
FUJISHIMA Satsuki
841293e50e
fix MASTER_SITES.
...
PR: 28795
Submitted by: maintainer
2001-07-07 20:55:32 +00:00
Ade Lovett
2515626212
Replace last remnants of "nonexistent", "/nonexistent" etc. with
...
${NONEXISTENT} as per bsd.port.mk
2001-05-31 22:22:59 +00:00
Neil Blakey-Milner
14f299b03c
Standardise on "matusita@jp.FreeBSD.org" instead of various other
...
capitalisations.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-15 03:19:11 +00:00
Akinori MUSHA
8e270816f9
Update the japanese/[o-t]* ports with the new
...
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Shigeyuki Fukushima
0e48a00108
Fix an invalid skkserv startup script.
...
PR: ports/13146
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Reviewed by: Maintainer
1999-08-17 19:08:35 +00:00
Steve Price
8cb233bcac
Teach the skkserv.sh script to understand correctly its start/stop
...
arguments.
PR: 12514
Submitted by: maintainer
1999-08-01 02:29:39 +00:00
Tim Vanderhoek
4b7f92f936
Commit #2/4 to enforce Caps, no period. I ran this oe as
...
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
1999-06-26 17:55:58 +00:00
Michael Haro
a88a70925a
More WWW: additions
1999-05-07 05:01:44 +00:00
Satoshi Asami
2d9909c4b2
Add ${WRKDIRPREFIX} in front of explicit ${WRKSRC} definitions. Please
...
read the handbook guys!
1998-12-23 12:02:18 +00:00
Jun Kuriyama
0289ec0e03
Use BUILD_DEPENDS instead of sucked do-extract.
...
Suggested by: asami
1998-12-23 08:50:37 +00:00
Jun Kuriyama
9f9e9d2d50
japanese/skk-elisp:
...
Emacs-lisp frontend for the SKK Japanese-input software.
japanese/skk-jisyo:
Jisyo (dictionary) file for the SKK Japanese-input software.
japanese/skk-tools:
Jisyo-tools for the SKK Japanese-input software.
japanese/skkserv:
Dictionary server for the SKK Japanese-input software.
PR: ports/8705 (part of)
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Note:
This PR cannot close until I commit japanese/skk meta-port
and take some tweaks. Please wait.
1998-12-15 15:22:46 +00:00