Commit Graph

2008 Commits

Author SHA1 Message Date
Akinori MUSHA
2d8fae5264 Add ruby-uconv, Unicode conversion library with Japanese codesets support
for Ruby.
2000-08-10 18:47:25 +00:00
Chris Piazza
fe77ffabbe Add zangband.
ZAngband is one of the many variants of the freeware rogue-like
roleplaying game Angband.  This version is translated into
japanese.

PR:             20134
Submitted by:   Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
2000-08-09 17:37:47 +00:00
Akinori MUSHA
2183743a4a Update MASTER_SITES.
PR:		ports/20461
Submitted by:	Jonathan Hanna <pangolin@home.com> (MAINTAINER)
2000-08-08 05:11:30 +00:00
Seiichirou Hiraoka
4655ef2b63 Update MASTER_SITES 2000-08-08 05:08:12 +00:00
Akinori MUSHA
9af042ec88 Update to version 0.86c.
PR:		ports/20426
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)

By the way, why didn't this port have a MAINTAINER line?  I set it to
-ports list, but someone should take it over..   Kato-san? :>
2000-08-08 04:52:46 +00:00
Akinori MUSHA
b47efc5adb Update to 1.3.
PR:		ports/20439
Submitted by:	Daichi T.GOTO <daichi@ongs.net> (MAINTAINER)

Support ${NOPORTDOCS}.
Use ${INSTALL_*} macros instead of ${CP}.
Make ${PREFIX}-clean.
2000-08-08 04:25:45 +00:00
MIHIRA Sanpei Yoshiro
205c2d4a54 build_depend imake
Submitted by:	bento
2000-08-06 14:58:30 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
MIHIRA Sanpei Yoshiro
7a5239ee78 Add missing @dirrm.
Submitted by:	bento
2000-08-02 00:46:21 +00:00
Jun Kuriyama
b9f91bda99 Fix in -current (Perl 5.6.0).
Submitted by:	knu
2000-08-01 09:20:56 +00:00
Shigeyuki Fukushima
70f64db2cb Update to 21.1.11.
PR:		ports/20243
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-08-01 09:18:34 +00:00
Steve Price
9e217d165e Fixup dependencies after version number bump of the png library. 2000-07-30 18:03:11 +00:00
SADA Kenji
88fb6bfa8e Upgrade to 4.74. 2000-07-26 10:37:02 +00:00
Akinori MUSHA
f01d321321 Update to 0.14.9. 2000-07-25 16:33:11 +00:00
Shigeyuki Fukushima
ea57445173 Fix build error (distfiles sub-directory error).
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
2000-07-25 08:56:25 +00:00
Akinori MUSHA
317f414627 Update to 0.14.8. 2000-07-25 07:28:40 +00:00
Akinori MUSHA
40f67e3def Apply the newly supplied updater.
Change the default behavior to use the updater.
Note that you still have WITHOUT_MINORUPDATE to define, just in case
the new update includes some bugs yet again. :p
2000-07-25 07:24:18 +00:00
SADA Kenji
32a68e911a Activate ja-elisp-manual.
PR:		ports/17771
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-24 22:33:56 +00:00
SADA Kenji
64c1cad545 New port for a Japanese translation of the
GNU Emacs Lisp Reference Manual edition 2.5.

PR:		ports/17771
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-24 22:29:46 +00:00
SADA Kenji
ba086ad3fc Change maintainer. 2000-07-24 16:30:34 +00:00
Satoshi Taoka
53d1283b74 Updated to 1.9
Fixed RUN_DEPENDS
Obtained from:	bento
2000-07-24 13:55:36 +00:00
SADA Kenji
2fbc142c5d USE_TCLJP macro is changed to WITH_TCLJP by reg.
Noticed by:	taguchi@tohoku.iij.ad.jp [ports-jp 9737]
2000-07-23 17:58:21 +00:00
Satoshi Taoka
63bd594a3f Original data (wdc00*.lzh) have been updated already and
disappeared. But converter (wdc001fpw-*) does not support the new
ones. So the old original data were copied into my web page temporarily.
2000-07-19 15:46:48 +00:00
Akinori MUSHA
e9cc705923 Add japanese/p5-Jcode to BUILD_DEPENDS. 2000-07-19 15:38:01 +00:00
Shigeyuki Fukushima
3979ad11b3 Fix unfetchable problem.
Fix files/md5 (add subdir to distfiles' path).
2000-07-19 15:34:22 +00:00
Akinori MUSHA
8f27d857ce Fix a typo in post-install.
PR:		ports/20036
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
Notified by:	bento
2000-07-19 15:16:34 +00:00
SADA Kenji
4576be0335 Import SARUMARU-san's new Japanese resource (15/7/2000). 2000-07-19 14:32:37 +00:00
SADA Kenji
d513605540 ja-linux-netscape sometimes create PREFIX/lib/netscape-linux as a file
and its installation fails.
I'm not sure what couses this problem and am afraid this patch isn't
correct solution.
2000-07-19 14:28:13 +00:00
Akinori MUSHA
4d35b2c0b2 Update to 0.14.4. 2000-07-19 08:05:39 +00:00
Shigeyuki Fukushima
e976223fb5 Synchronize with emacs-20.7 update.
And apply EMACS_PORT_NAME style.
2000-07-19 08:03:55 +00:00
Akinori MUSHA
38db3a2706 Update to 2.11.
PR:		ports/19715
Submitted by:	Naoki IDO <ido@hitachi-ms.co.jp>
2000-07-19 07:40:43 +00:00
Akinori MUSHA
5db215a5bc Add tkhonyaku, yet another Honyaku-Damashii client with rich functionality.
PR:		ports/19813
Submitted by:	Daichi T.GOTO <daichi@ongs.net>
2000-07-19 07:20:24 +00:00
Shigeyuki Fukushima
b35c167245 Fix PLIST error on 5-current(${OSVERSION} >= 500007). 2000-07-19 07:09:11 +00:00
Akinori MUSHA
c0559befef Update to 1.4.1.j0.
PR:		ports/20027
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp>
2000-07-19 06:43:37 +00:00
Akinori MUSHA
24916051a2 Some minor fixes in Japanese support.
PR:		ports/20026
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer)
2000-07-19 06:41:13 +00:00
Shigeyuki Fukushima
4a7e668b7b Don't split skk.info.
PR:		ports/20014
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-19 05:54:37 +00:00
Shigeyuki Fukushima
dcb8bbcce4 Update to 10.59.
Change PREFIX -> LOCALBASE.
RUN_DEPENDS on japanese/skk-jisyo only when WITH_SKKJISYO=YES.

PR:		ports/20014
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-19 05:53:02 +00:00
Jun Kuriyama
7d0b31fe39 Activate ja-postgresql7. 2000-07-19 01:18:43 +00:00
Jun Kuriyama
45436e156d Japannese configured PostgreSQL v7.
(after repository copy from japanese/postgresql).
2000-07-19 01:18:08 +00:00
Akinori MUSHA
f9726a0122 Add nkf to RUN_DEPENDS.
Remove pnmtopng from RUN_DEPENDS. (netpbm contains it now)

PR:		ports/20005
Submitted by:	Sugimoto Sadahiro <ixtl@utmc.or.jp> (Maintainer)
2000-07-19 00:23:51 +00:00
Akinori MUSHA
5f5a61d4aa Update to 1.2.4.j0.
PR:		ports/20012
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer)
2000-07-18 19:31:14 +00:00
SADA Kenji
8977838a39 Activate ja-rogue_s.
PR:		ports/19962
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2000-07-18 17:47:17 +00:00
SADA Kenji
f5c5a30b92 1. Removed needless ``NO_CDROM'' from Makefile.
2. Added Japanese message file ``files/mesg_fj.gz'' as binary.

PR:		ports/19962
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2000-07-18 17:45:38 +00:00
SADA Kenji
740a2ec0ee This is a port of Rogue-clone: Version II, but it is enhanced to display
messages with Japanese, colored and messages are separated from program
(you can make another message version of rogue).

PR:		ports/19962
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2000-07-18 17:38:04 +00:00
Yukihiro Nakai
72efdf36df Add balsa 2000-07-18 05:09:42 +00:00
Yukihiro Nakai
a89a57bd0b Japanized version of mail/balsa.
PR:		ports/18497
Submitted by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp>
2000-07-18 05:09:05 +00:00
Shigeyuki Fukushima
2908c8442c Update to 2.8.4.dev4. 2000-07-17 06:38:29 +00:00
Steve Price
0a2eeb0f7f Update to version 2.00.4.
PR:		19802
Submitted by:	HOTARU-YA <hotaru@tail.net>
2000-07-16 20:00:18 +00:00
Kazuo Horikawa
4c289f3db9 Update PORTVERSION to 4.1, expecting 4.0-20000714-STABLE is very close
to 4.1-RELEASE.
2000-07-15 02:53:16 +00:00