summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-server-bin
AgeCommit message (Collapse)AuthorFilesLines
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+2
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-05-05remove auto-registration of RCD_SCRIPTS. patch supplied by Jeremy C. Reed.kei2-3/+6
also updated PKGREVISION of each package. works fine for me. Thank you!
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-08-02etc/rc.d/ja_freewnn is handled by bsd.pkg.install.mk and shouldn't beminskim2-4/+3
in PLIST. Bump PKGREVISION.
2004-04-18Convert to bl3.wiz1-3/+3
2003-07-29Use the bsd.pkg.install.mk framework to generate the rc.d script.jmmv1-2/+2
Bump PKGREVISION of ja-freewnn-server-bin to 2.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-13buildlink1 -> buildlink2.wiz1-2/+4
2002-08-12Create the Freewnn user and group in this package - they default toagc1-1/+11
wnn and jserver, respectively.
2002-06-20fix jserverrc installation probrem (lib -> server-bin).sakamoto1-1/+2
2002-06-10Import ja-FreeWnn-server-bin-1.10nb1sakamoto3-0/+66
Japanese/Chinese/Korean input method (Japanese server binary) separated from inputmethod/ja-freewnn-server, Approved by agc.