Age | Commit message (Collapse) | Author | Files | Lines |
|
This effectively retire the japanese category.
|
|
This effectively retire the japanese category.
|
|
This effectively retire the japanese category.
|
|
|
|
$Revision: 0.80 $ $Date: 2002/05/03 00:19:55 $
! Jcode.pm MANIFEST
+ t/length.t
Jcode->jlength() method added by Miyagawa-kun
Message-Id: <863cxal6c5.wl@mail.edge.co.jp>
! Changes
More like that is used in Encode
|
|
investigated why USE_IMAKE wasn't used, but do this for now as a stopgap
for the 1.5.3 tag.
|
|
USE_X11BASE.
|
|
Fixes build problem with canna-server picked up by bulk build system.
|
|
into ${X11BASE}, as all imake-using programs do (barring xpkgwedge).
|
|
for other reasons, but we should prevent building this package on machines
without X11.
|
|
|
|
|
|
|
|
all depends to use it.
|
|
|
|
|
|
|
|
* Include old LinkFileList macro just after Canna.conf in each Imakefile.
* Don't use USE_IMAKE. We need to pass MAKE_FLAGS to XMKMF.
* s/DISTDIR/DESTDIR/
|
|
same entity so linkage will fail if "NKF" is present.
|
|
Espie <espie@nerim.net> in tech-pkg@netbsd.org.
* Honor USE_IMAKE.
* Prepend DESTDIR to /var/dict. (No meaning for now?)
Bump PKGREVISION.
|
|
BTW, JMANDIR is defined "ja_JP.EUC" but we should change to "ja_JP.eucJP".
(It affects other packages...)
|
|
|
|
Unicode Conversion Module for Ruby
version 0.4.9
Yoshida Masato
- Introduction
This is the module to convert ISO/IEC 10646 (Unicode) string
and Japanese string each other.
Supported character encodings are UCS-4, UTF-16, UTF-8,
EUC-JP, CP932 (a variant of Shift_JIS for Japanese Windows).
This cannot detect character encoding automatically.
Note that EUC-JP conversion table has been changed.
|
|
|
|
NetBSD.
Comments by Todd Vierling <tb@netbsd.org> and many people in
tech-pkg-ja@jp.netbsd.org.
|
|
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
|
|
It based on pkg/15813 from iwamoto at sat.t.u-tokyo.ac.jp (IWAMOTO Toshihiro).
Ruby/Romkan is a Romaji <-> Kana conversion library for Ruby. It can
convert a Japanese Romaji string to a Japanese Kana string or vice versa.
|
|
|
|
|
|
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
|
|
This pkg uses @cwd, which doesn't really work with pkg_create
below pl.c version 1.21.
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
chmod -> ${CHMOD}
|
|
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
|
|
o Remove USE_LIBTOOL and LTCONFIG_OVERRIDE from Makefile since ipadic
don't use libtool at all.
o Reflect change from chasen-base/Makefile.common to chasen/Makefile.common.
o Utilize bsd.pkg.install.mk for handling configuration file and its example.
|
|
Package's own changes are below.
o utilize bsd.pkg.install.mk for handling of dictonary directory.
o move mkchadic commands from ${LOCALBASE}/libexec/chasen to
${LOCALBASE}/sbin since these commands aren't daemon nor executed
by other programs.
o Drop installation of program for SICStus Prolog since this should be
a separate package. But there is no SICStus Prolog pacakge now.
o Installation of documents written in TeX and PDF was dropped by
chasen distribution. If someone wants it, chasen-doc pacakge should
be created.
Here is quote from ChangeLog.
2002-02-08 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* release-2.2.9
2002-02-06 KITAUCHI Akira <kitauchi@rd.nttdata.co.jp>
* new option (KIHONKEI ---) in cforms.cha
changing BASE_FORM name
2002-01-05 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer.
Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp>
* lib/init.c (cha_init): the tokenizer is never destroyed.
* configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL.
2001-12-25 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/chalib.c (chasen_command):
* mkchadic/makeint.c (main):
* mkchadic/mkary.c (open_array_file):
* mkchadic/sortdic.c (sortdic): Open files in binary mode.
2001-12-11 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
|
|
|
|
Make the print-PLIST target output ${MKDIR} also.
|
|
|
|
(No change for NetBSD.)
#
# $Id: Changes,v 0.78 2002/01/15 08:15:43 dankogai Exp dankogai $
#
0.79 2001/01/16
* Typecast patches for AIX applied to Unicode/*.{xs,c}
KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp>
|
|
#
# $Id: Changes,v 0.78 2002/01/15 08:15:43 dankogai Exp dankogai $
#
0.78 2001/01/15
As suggested by Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
* pod linting in a podchecker-compliant manner
* HISTORY -> Changes to be more CPAN-compliant
0.77 2001/01/14
* pod linting
* Mention to Encode module added to pod
|
|
|
|
|
|
namazu stable source.
Make namazu2 package to 2.0.10nb2.
|
|
|
|
priority, noted by Kaz SHiMZ <kshimz@sfc.co.jp> on namazu-devel-ja@namazu.org
mailing list.
Make namazu2 package to 2.0.10nb1.
|
|
XJDIC is an electronic Japanese-English dictionary program designed to
operate in the X11 window environment. In particular, it must run in an
"xterm" environment which has Japanese language support such as provided by
"kterm" or internationalized xterm, aixterm, etc.
|