summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
2000-12-15disable IPv6 patch, as it makes host authentication part too strictitojun2-4/+4
2000-12-15Belongs to category chat, not net.wiz1-2/+2
2000-12-01make call to getpeername IPv6-friendly.itojun3-7/+44
correctly build IPv6-ready server.
2000-11-30fix INET6-less build.itojun2-26/+13
2000-11-30pull IPv6 patch in, from http://apps.v6.linux.or.jp/itojun6-27/+248
2000-11-27add & enable two packages:kei1-1/+3
p5-Text-ChaSen p5-Text-Kakasi
2000-11-27Initial import of "p5-Text-Kakasi" package:kei5-0/+28
Text::Kakasi - Kakasi library module for perl. This is a module to use Kakasi, which is a language processing filter to convert Kanji characters to Hiragana, Katakana or Roman alphabetic Japanese, from perl.
2000-11-27Initial import of "p5-Text-ChaSen-1.03" package:kei5-0/+28
Text::ChaSen - ChaSen library module for perl. This is a module to use ChaSen, Japanese Morphological Analysis System, developed by Nara Institute of Science and Technorogy, from perl.
2000-11-09BUILD_DEFS+= USE_INET6itohy3-3/+9
2000-11-09Dual stack (IPv6) support.itohy6-40/+377
Make "skkserv_port:" line in skk.conf accept the service name as well as the port number. tmpnam() -> mkstemp() to make temp file handling safer.
2000-11-09Dual stack (IPv6) support.itohy3-22/+97
Make "skkserv_port:" line in skk.conf accept the service name as well as the port number.
2000-11-09skkserv:itohy5-35/+297
IPv6 support. More reliable dictionary re-reading. Avoid copying fd_set. getuid() -> geteuid() Update version to 3.9.4nb1. skkdic-expr: Safer temporary file handling against symlink attack (O_EXCL).
2000-10-20Applying the new rc.d scheme to the package's start up scripthubertf1-5/+24
Patch submitted in PR 11237 by Masao Uebayashi <masao@02.246.ne.jp>
2000-09-28Fix for make readme, suggested by mcmahill@mtl.mit.edu.sakamoto1-10/+13
Use DIST_PATH instead of DISTDIR in the method of getting distfiles.
2000-09-14Change kakasi dependency to >= 2.3.1wiz1-2/+2
2000-09-12update kakasi to version 2.3.2.kei5-38/+6
The patch was supplied by Bernhard Riedel <bernhard@sdg.de> and posted to tech-pkg-ja@jp.netbsd.org mailing list. Thanks Bernhard! Changes from 2.3.1 to 2.3.2: * `wo' dissapear in output bug fixed. * library initialization bug fixed. * other bugs fixed. * Endoding of all Japanese documents is now set to EUC-JP. Also fixed typo. * included `kakasi.spec'. (No English version included, so this is translated from Japanese one by me) This version includes (part of) NetBSD patche and fix the problem, so it's removed.
2000-09-07add IS_INTERACTIVE=yessakamoto1-1/+2
2000-09-03remove samba subdir, since it has been merged with net/sambawiz1-2/+1
2000-09-03delete japanese/samba, since its feature is merged into net/samba.kei15-1264/+0
2000-08-31add CHECK_SHLIBS=nohubertf1-2/+2
2000-08-30added missing conflicts with pkgsrc/net/samba.kei1-1/+3
2000-08-30add & enable samba-2.0.7-ja-1.2kei1-1/+2
2000-08-30Initial import of samba-2.0.7-ja-1.2, which is samba with Japanese support.kei15-0/+1262
Posted to tech-pkg-ja@jp.netbsd.org by Osamu OISHI <oishi@ims.ac.jp>. It conflicts with pkgsrc/net/samba.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-10/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-26fix owner.group of /var/dict/cannasakamoto2-2/+4
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-1/+2
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz3-11/+2
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-07vfghostscript5 was removedhubertf1-2/+1
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-28add missing $NetBSD$ tag.itojun1-0/+1
2000-07-26Print appropriate diagnosis on gethostbyname() failure, rather than dump core.itohy2-7/+25
The result of gethostbyname() is used only for the host string returned by "3" command, and the diagnosis is warning only. The problem is reported by Yuji Yamano in PR #10676.
2000-07-22Update dependency on freetype>=1.3.1. Deal with new location of freetypejlam1-5/+9
headers.
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-4/+6
appropriate variables instead.
2000-07-19Pass correct flags at link time to find libraries at runtime, a.k.a. fixjlam3-7/+20
for ELF and new libtool.
2000-07-15add patch to prevent buffer overflow. see FreeBSD security advisory 00:31.itojun2-1/+24
2000-07-14USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam2-3/+4
2000-07-12Remove japanese/vfghostscript5 package made obsolete by print/ghostscript.jlam21-1182/+0
Closes PR#9102.
2000-06-15adjust DEPENDShubertf1-2/+2
2000-06-03Fix a typo, and make it better english. Could use another pass at thewiz1-6/+7
second one...
2000-06-02fix some small formatting nits and a typohubertf2-3/+3
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh2-4/+4
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-18Slightly improve an added character.itohy2-4/+4
2000-05-18Add & enable kbanner.itohy1-1/+2
2000-05-18Kbanner is a program like banner(1) or banner(6), whichitohy12-0/+835
1. reads input from files, not from the command-line string, 2. supports JIS X 0208 ,, ,,,;,,,;,,, ; '; ' ' ;''''''''''''; ,, ;''';'''; ' ,,,,,,,,,, ' '; ;,,,;,,,; ,;' , ,,,,;,,,, ,,,,,,,;;,,,,,,, ,; ,,,,,;,,,,, ; ,; ,; ;, ; ,; ,,;' ';,, ,,; (kanji) characters, and 3. supports decoding MIME encoded ISO-2022-JP strings. If you are on X11, the "nil2" font is your friend. :-)
2000-05-16Update xjman to 0.5sakamoto2-6/+6
Changes: XFree86 3.3.6 base.
2000-05-12remove Watanabe vector font(separated to fonts/watanabe_vfont).sakamoto5-23/+6
2000-05-07Disable vfghostscript. It's been superseded by print/ghostscript-x11.jlam1-2/+2