Commit graph

211 commits

Author SHA1 Message Date
kei
3b4d38c278 Don't pass `bsd44' to configure. It's no longer supported/needed. 2000-12-18 08:28:06 +00:00
itojun
b0d5c243f4 disable IPv6 patch, as it makes host authentication part too strict 2000-12-15 03:27:03 +00:00
wiz
70d4fc4f75 Belongs to category chat, not net. 2000-12-15 00:41:56 +00:00
itojun
acbd091b09 make call to getpeername IPv6-friendly.
correctly build IPv6-ready server.
2000-12-01 03:15:33 +00:00
itojun
4b9daee075 fix INET6-less build. 2000-11-30 16:00:07 +00:00
itojun
3770c505d2 pull IPv6 patch in, from http://apps.v6.linux.or.jp/ 2000-11-30 15:48:09 +00:00
kei
58ce3623f5 add & enable two packages:
p5-Text-ChaSen
p5-Text-Kakasi
2000-11-27 07:31:59 +00:00
kei
04255a71f1 Initial import of "p5-Text-Kakasi" package:
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-27 07:29:39 +00:00
kei
63a21ced22 Initial import of "p5-Text-ChaSen-1.03" package:
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-27 07:27:53 +00:00
itohy
779221e627 BUILD_DEFS+= USE_INET6 2000-11-09 05:14:27 +00:00
itohy
f3d48b3df4 Dual stack (IPv6) support.
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 03:54:07 +00:00
itohy
7dc26c0f0c Dual stack (IPv6) support.
Make "skkserv_port:" line in skk.conf accept the service name
as well as the port number.
2000-11-09 03:53:31 +00:00
itohy
40e21d7860 skkserv:
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-11-09 03:52:51 +00:00
hubertf
54282a5592 Applying the new rc.d scheme to the package's start up script
Patch submitted in PR 11237 by Masao Uebayashi <masao@02.246.ne.jp>
2000-10-20 01:29:15 +00:00
sakamoto
7d054c1f48 Fix for make readme, suggested by mcmahill@mtl.mit.edu.
Use DIST_PATH instead of DISTDIR in the method of getting distfiles.
2000-09-28 15:51:19 +00:00
wiz
f2879efec0 Change kakasi dependency to >= 2.3.1 2000-09-14 11:17:34 +00:00
kei
0950bb95f1 update kakasi to version 2.3.2.
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-12 17:13:28 +00:00
sakamoto
013f011928 add IS_INTERACTIVE=yes 2000-09-07 03:41:55 +00:00
wiz
99d62faf63 remove samba subdir, since it has been merged with net/samba 2000-09-03 15:20:16 +00:00
kei
c9b8ed639a delete japanese/samba, since its feature is merged into net/samba. 2000-09-03 14:15:27 +00:00
hubertf
f7662c3bf5 add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
kei
1ce3f8de56 added missing conflicts with pkgsrc/net/samba. 2000-08-30 17:46:18 +00:00
kei
5dc5a5c1bd add & enable samba-2.0.7-ja-1.2 2000-08-30 17:33:21 +00:00
kei
5efa486c7b Initial import of samba-2.0.7-ja-1.2, which is samba with Japanese support.
Posted to tech-pkg-ja@jp.netbsd.org by Osamu OISHI <oishi@ims.ac.jp>.

It conflicts with pkgsrc/net/samba.
2000-08-30 17:29:44 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
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-27 07:10:59 +00:00
sakamoto
1bf5934191 fix owner.group of /var/dict/canna 2000-08-26 17:18:22 +00:00
jlam
7fa5e584e1 Add appropriate definitions of LDD so check-shlibs works correctly. 2000-08-25 00:20:21 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
21d3cf529d USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 22:02:27 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
hubertf
48ee06f615 vfghostscript5 was removed 2000-08-07 16:58:37 +00:00
hubertf
a5cecc5ef0 Enable a bunch of packages in category/Makefile that
* 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-31 01:56:43 +00:00
itojun
a13df67d63 add missing $NetBSD$ tag. 2000-07-28 05:34:35 +00:00
itohy
c909028645 Print appropriate diagnosis on gethostbyname() failure, rather than dump core.
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-26 03:40:53 +00:00
jlam
806f868759 Update dependency on freetype>=1.3.1. Deal with new location of freetype
headers.
2000-07-22 08:14:57 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
jlam
8b66747011 Pass correct flags at link time to find libraries at runtime, a.k.a. fix
for ELF and new libtool.
2000-07-19 21:42:11 +00:00
itojun
cc744418c5 add patch to prevent buffer overflow. see FreeBSD security advisory 00:31. 2000-07-15 11:57:06 +00:00
jlam
4bc2a8c588 USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-07-14 06:53:57 +00:00
jlam
39de2699aa Remove japanese/vfghostscript5 package made obsolete by print/ghostscript.
Closes PR#9102.
2000-07-12 20:48:53 +00:00
hubertf
116941f8c9 adjust DEPENDS 2000-06-15 11:29:38 +00:00
wiz
f8176880e2 Fix a typo, and make it better english. Could use another pass at the
second one...
2000-06-03 23:37:15 +00:00
hubertf
9fb9afc3fa fix some small formatting nits and a typo 2000-06-02 02:08:00 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
itohy
185720e37b Slightly improve an added character. 2000-05-18 22:47:25 +00:00
itohy
b9650df12c Add & enable kbanner. 2000-05-18 09:15:01 +00:00
itohy
e22d128a51 Kbanner is a program like banner(1) or banner(6), which
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-18 09:08:10 +00:00
sakamoto
4c7eaa577a Update xjman to 0.5
Changes:
	XFree86 3.3.6 base.
2000-05-16 11:20:02 +00:00
sakamoto
a47d57edd7 remove Watanabe vector font(separated to fonts/watanabe_vfont). 2000-05-12 18:28:25 +00:00