Commit graph

197 commits

Author SHA1 Message Date
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
jlam
9ed9b1e95a Disable vfghostscript. It's been superseded by print/ghostscript-x11. 2000-05-07 02:45:11 +00:00
jlam
b49db5d2e0 Change dependency on ja-vflib to ja-vflib-lib 2000-05-01 22:07:03 +00:00
jlam
fb9d7e6624 Add and enable vflib-{lib,utils}. 2000-05-01 22:02:29 +00:00
jlam
8ebb38927f Split vflib into two packages: vflib-lib which contains just the
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 22:01:24 +00:00
jlam
c9888a8024 vflib-utils: Japanese vector font library test programs & utilities 2000-05-01 22:00:15 +00:00
jlam
580eb92b89 vflib-lib: Japanese vector font library and headers only 2000-05-01 21:58:42 +00:00
jlam
c4cbbff069 Switch dependency from freetype to freetype-lib. 2000-05-01 06:07:44 +00:00
sakamoto
024d08139b use LTCONFIG_OVERRIDE. 2000-04-30 19:04:04 +00:00
sakamoto
60fa7051e9 fix shared library linking in ELF system. 2000-04-30 18:39:24 +00:00
jlam
d781089dc6 Depend on ghostscript*-5.50nb2 2000-04-20 16:31:23 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
sakamoto
278f37fd0c PATCH_SITE changed.
Remove unintentional dependency on ncurses.
2000-04-11 07:44:08 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
minoura
2989e9baba Regen. 2000-02-29 15:30:34 +00:00