aboutsummaryrefslogtreecommitdiff
path: root/japanese/dbskkd-cdb
Commit message (Collapse)AuthorAgeFilesLines
* Put SHA256 checksums.Makoto Matsushita2005-11-101-0/+1
| | | | | | | | Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me a pointyhat to me...) Notes: svn path=/head/; revision=147809
* Use /usr/local instead of ${PREFIX}. Makefile tweaks it if user whoMakoto Matsushita2004-12-181-1/+1
| | | | | | | | | install via port changes PREFIX to other location. Submitted by: sf Notes: svn path=/head/; revision=124355
* Forget to add a new file, pkg-message... Pointy hat me.Makoto Matsushita2004-12-181-0/+10
| | | | | | | Pointed out by: sf Notes: svn path=/head/; revision=124354
* Update for the better package, including:Makoto Matsushita2004-12-173-17/+8
| | | | | | | | | | | | | | - info messages moved to ${PKGMESSAGE} for pkg_add(1). - remove old messages. - employ PLIST_FILES. - respect CFLAGS if user wants. - add WWW: line. - add messages for old users that why this daemon runs as root. Submitted by: sf (except WWW: line) Notes: svn path=/head/; revision=124317
* Update to 1.71.Makoto Matsushita2004-10-308-125/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | As you know, version 1.71 (actually 1.71dev) is "development version." However, this version was already available in 20th century, and there are no "doesn't work" information. The author of dbskkd-cdb says it's ok to update this port to version 1.71dev, so here it is. With a help of ports/databases/cdb, the Makefile is simpler than previous. No features are changed, except dbskkd-cdb does chroot(2) in this version. Since chroot(2) requires superuser privilege, dbskkd-cdb should be started by root. For inetd user, please double-check your inetd.conf line from skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb to skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb" to kick by root. Daemontools users please consult the document. Thanks to: Kenji Rikitake (the dbskkd-cdb author) Notes: svn path=/head/; revision=120489
* SIZEify.Makoto Matsushita2004-02-101-0/+2
| | | | Notes: svn path=/head/; revision=100571
* De-pkg-comment.Makoto Matsushita2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76158
* Make a directory for documentation before installing anything.Makoto Matsushita2002-09-211-0/+1
| | | | | | | Pointed out by: kris & bento's logfile. Notes: svn path=/head/; revision=66974
* Use ports/japanese/skk-jisyo-cdb.Makoto Matsushita2002-09-186-37/+13
| | | | | | | | | | | There is no functional changes for server itself. However, the dictionaly location is changed, so bump PORTREVISION to notify the change to the users. patch-ab is no longer needed, since this ports doesn't build CDB format dictionary anymore. Notes: svn path=/head/; revision=66615
* Change my email address to the one of @FreeBSD.org.Makoto Matsushita2002-03-151-1/+1
| | | | | | | Reviewed by: kuriyama Notes: svn path=/head/; revision=56155
* Replace last remnants of "nonexistent", "/nonexistent" etc. withAde Lovett2001-05-311-1/+1
| | | | | | | ${NONEXISTENT} as per bsd.port.mk Notes: svn path=/head/; revision=43365
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Standardise on "matusita@jp.FreeBSD.org" instead of various otherNeil Blakey-Milner2000-10-151-1/+1
| | | | | | | | | capitalisations. Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=33847
* Change MASTER_SITES.Akinori MUSHA2000-08-291-1/+1
| | | | | | | | PR: ports/20883 Submitted by: Makoto Matsushita <matusita@jp.FreeBSD.ORG> (MAINTAINER) Notes: svn path=/head/; revision=32112
* - Unbreak the port by making it use cdb-0.55. The breakage was due toAkinori MUSHA2000-04-252-17/+15
| | | | | | | | | | | | the update of database/cdb to 0.70. PR: ports/18092 Submitted by: MAINTAINER - Fix wrong work directory specifications. Notes: svn path=/head/; revision=27982
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-6/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+2
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* update to 1.01Michael Haro1999-10-262-4/+4
| | | | | | | | PR: 14016 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=22644
* Yet another dictionary server for SKKSatoshi Taoka1999-09-089-0/+200
PR: 12513 Submitted by: Makoto Matsushita <matusita@jp.FreeBSD.ORG> Notes: svn path=/head/; revision=21419