Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-09 | BUILD_DEFS+= USE_INET6 | itohy | 3 | -3/+9 | |
2000-11-09 | Dual stack (IPv6) support. | itohy | 6 | -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-09 | Dual stack (IPv6) support. | itohy | 3 | -22/+97 | |
Make "skkserv_port:" line in skk.conf accept the service name as well as the port number. | |||||
2000-11-09 | skkserv: | itohy | 5 | -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-20 | Applying the new rc.d scheme to the package's start up script | hubertf | 1 | -5/+24 | |
Patch submitted in PR 11237 by Masao Uebayashi <masao@02.246.ne.jp> | |||||
2000-09-28 | Fix for make readme, suggested by mcmahill@mtl.mit.edu. | sakamoto | 1 | -10/+13 | |
Use DIST_PATH instead of DISTDIR in the method of getting distfiles. | |||||
2000-09-14 | Change kakasi dependency to >= 2.3.1 | wiz | 1 | -2/+2 | |
2000-09-12 | update kakasi to version 2.3.2. | kei | 5 | -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-07 | add IS_INTERACTIVE=yes | sakamoto | 1 | -1/+2 | |
2000-09-03 | remove samba subdir, since it has been merged with net/samba | wiz | 1 | -2/+1 | |
2000-09-03 | delete japanese/samba, since its feature is merged into net/samba. | kei | 15 | -1264/+0 | |
2000-08-31 | add CHECK_SHLIBS=no | hubertf | 1 | -2/+2 | |
2000-08-30 | added missing conflicts with pkgsrc/net/samba. | kei | 1 | -1/+3 | |
2000-08-30 | add & enable samba-2.0.7-ja-1.2 | kei | 1 | -1/+2 | |
2000-08-30 | Initial import of samba-2.0.7-ja-1.2, which is samba with Japanese support. | kei | 15 | -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-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 2 | -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-26 | fix owner.group of /var/dict/canna | sakamoto | 2 | -2/+4 | |
2000-08-25 | Add appropriate definitions of LDD so check-shlibs works correctly. | jlam | 1 | -1/+2 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+1 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-08-14 | USE_PKGLIBTOOL -> USE_LIBTOOL | wiz | 2 | -3/+4 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 3 | -11/+2 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-08-07 | vfghostscript5 was removed | hubertf | 1 | -2/+1 | |
2000-07-31 | Enable a bunch of packages in category/Makefile that | hubertf | 1 | -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-28 | add missing $NetBSD$ tag. | itojun | 1 | -0/+1 | |
2000-07-26 | Print appropriate diagnosis on gethostbyname() failure, rather than dump core. | itohy | 2 | -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-22 | Update dependency on freetype>=1.3.1. Deal with new location of freetype | jlam | 1 | -5/+9 | |
headers. | |||||
2000-07-20 | Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the | rh | 1 | -4/+6 | |
appropriate variables instead. | |||||
2000-07-19 | Pass correct flags at link time to find libraries at runtime, a.k.a. fix | jlam | 3 | -7/+20 | |
for ELF and new libtool. | |||||
2000-07-15 | add patch to prevent buffer overflow. see FreeBSD security advisory 00:31. | itojun | 2 | -1/+24 | |
2000-07-14 | USE_LIBTOOL instead of USE_PKGLIBTOOL. | jlam | 2 | -3/+4 | |
2000-07-12 | Remove japanese/vfghostscript5 package made obsolete by print/ghostscript. | jlam | 21 | -1182/+0 | |
Closes PR#9102. | |||||
2000-06-15 | adjust DEPENDS | hubertf | 1 | -2/+2 | |
2000-06-03 | Fix a typo, and make it better english. Could use another pass at the | wiz | 1 | -6/+7 | |
second one... | |||||
2000-06-02 | fix some small formatting nits and a typo | hubertf | 2 | -3/+3 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 2 | -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-18 | Slightly improve an added character. | itohy | 2 | -4/+4 | |
2000-05-18 | Add & enable kbanner. | itohy | 1 | -1/+2 | |
2000-05-18 | Kbanner is a program like banner(1) or banner(6), which | itohy | 12 | -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-16 | Update xjman to 0.5 | sakamoto | 2 | -6/+6 | |
Changes: XFree86 3.3.6 base. | |||||
2000-05-12 | remove Watanabe vector font(separated to fonts/watanabe_vfont). | sakamoto | 5 | -23/+6 | |
2000-05-07 | Disable vfghostscript. It's been superseded by print/ghostscript-x11. | jlam | 1 | -2/+2 | |
2000-05-01 | Change dependency on ja-vflib to ja-vflib-lib | jlam | 1 | -2/+2 | |
2000-05-01 | Add and enable vflib-{lib,utils}. | jlam | 1 | -1/+3 | |
2000-05-01 | Split vflib into two packages: vflib-lib which contains just the | jlam | 9 | -1001/+24 | |
library and doesn't require X11, and vflib-utils which contains the vflib test programs and does require X11. Leave vflib as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on ja-vflib-lib. | |||||
2000-05-01 | vflib-utils: Japanese vector font library test programs & utilities | jlam | 4 | -0/+28 | |
2000-05-01 | vflib-lib: Japanese vector font library and headers only | jlam | 11 | -0/+729 | |
2000-05-01 | Switch dependency from freetype to freetype-lib. | jlam | 1 | -2/+2 | |
2000-04-30 | use LTCONFIG_OVERRIDE. | sakamoto | 1 | -5/+2 | |
2000-04-30 | fix shared library linking in ELF system. | sakamoto | 1 | -2/+2 | |