Commit graph

326 commits

Author SHA1 Message Date
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
taca
53a0ee0b2e Update chasen-base/chasen to 2.2.8.
----------------------------------------------------------------------
ChaSen 2.2.8 (2001/07/23)
----------------------------------------------------------------------
- bug fix for sentence end processing for annotation symbols
2001-07-25 00:02:47 +00:00
taca
534c786537 Add $NetBSD$ tag. 2001-07-23 15:04:11 +00:00
jlam
04959a2155 Fix oversight in package name...it's ja-vflib-lib. 2001-07-22 23:20:59 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
taca
9b1f57272e Update p5-Jcode to 0.75.
0.75    2001/07/19
	* (:?) -> (?:) (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	* fixed file permissions
	  (Takahiro Kambe <taca@sky.yamashina.kyoto.jp>)
0.74    2001/07/17
	* optimization of debug (()->(:?))
	  (Hiroki Ohzaki <ohzaki@iod.ricoh.co.jp>)
	* H2Z bugfix (Mutsutoshi Yoshimoto <riku@freedom.co.jp>)
2001-07-19 12:54:57 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
0148c10742 Pass LDFLAGS to the compiler when linking the library to get correct rpath
settings.  Also move the inclusion of the buildlink.mk file below the
GNU_CONFIGURE setting.
2001-06-25 20:19:52 +00:00
wiz
1f007b2fcc Rename ja-freewnn rc.d script to ja_freewnn, following a suggestion
by Masao Uebayashi in pkg/13251.
2001-06-25 18:39:19 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
taca
afbda12c2c Update chasen to 2.2.7. Change from 2.2.6 is below:
----------------------------------------------------------------------
ChaSen 2.2.7 (2001/06/22)
----------------------------------------------------------------------
- bug fix for sentence end processing
- "EOS" length is modified from 3 to 0.
2001-06-22 14:12:06 +00:00
taca
0231dfc4c9 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are bellow (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:07 +00:00
taca
9e9638f661 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are below (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:06 +00:00
taca
0104e9ae09 Update Jcode to 0.73. Changes from HISTORY are below:
0.73    2001/06/13
       * euc -> jis conversion fails when it encounters
         consecutive hankaku kana then zenkaku kana
         (Mikage Sawatari<mikage@mikage.to>)
2001-06-12 22:19:20 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
5be454e29d ' '->'\t' 2001-06-09 15:25:18 +00:00
wiz
2ff497d689 add vfxdvik 2001-06-09 10:46:53 +00:00
kei
6b51176038 Initial import of ja-vfxdvik-22.15 package.
ja-vfxdvik is an extension of xdvik with Japanese support by vflib.

This package was provided and posted to tech-pkg-ja mailing list by
ORI Manabu, and modified slightly by me.
2001-06-06 05:13:48 +00:00
taca
c01a2abb7d Update p5-Jcode to 0.72. Here is change from 0.71 (date is localtime, JST).
0.72    2001/06/01
        * $j->tr("a-Z", '', 'd') fixed
          (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	* t/tr.t rewritten to test that
2001-05-31 23:13:56 +00:00
jlam
d471faaa5a Cosmetic changes. 2001-05-28 03:27:17 +00:00
jlam
439d00266d Use vflib-lib/buildlink.mk to get dependency on vflib-lib and to find
its libraries and headers.
2001-05-28 03:25:09 +00:00
jlam
9b902f0503 Rework build to use buildlink.mk files so that it won't pick up installed
headers and libraries during a "make build".  Add a patch to directly
modify the configure script to remove build dependency on autoconf.
2001-05-28 03:24:29 +00:00
jlam
3fff674009 Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28 03:09:10 +00:00
taca
9763fe617f Update Jcode to 0.71.
Here is change from HISTORY.

0.71    2001/05/18
        * VERSIONing glitches on Jcode::Constants fixed
          (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
        * _mkbuf is gone!
          -> Jcode::Constants is now sub free!
        * all *.pm passes podchecker(1) now
2001-05-18 15:52:47 +00:00
taca
318cb6ca53 Use pre-configure instead of pre-patch since removing those files are
really needed before doing configure not patch.
2001-05-15 23:49:06 +00:00
taca
a3cdf07492 - Update Jcode to 0.70. Changes from HISTORY is here.
0.70	2001/05/16
	* euc -> jis code optimized
	  (Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>)
	* VERSIONing glitches on Jcode::Unicode fixed
	  (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)

- Use ALL_TARGET and delete post-build.
- Change post-extract to pre-patch.
2001-05-15 23:27:57 +00:00
taca
e2155a97e9 Update p5-Jcode to 0.69. Here is change from HISTORY.
#
# $Id: HISTORY,v 0.69 2001/05/11 15:48:07 dankogai Exp dankogai $
#
0.69	2001/05/12
	* lots of code beautification done in response to
	Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>
2001-05-14 13:34:57 +00:00
sakamoto
441f4b57b9 remove king. 2001-05-11 18:09:11 +00:00
sakamoto
d61d220fe6 eliminate japanese/king, no longer maintained and no user. 2001-05-11 18:08:37 +00:00
dmcmahill
ecb236c6fe add LP64 patch for alpha. 2001-05-07 18:13:13 +00:00
agc
0442502f57 Don't continue DEPENDS lines with '\' Instead, insert "DEPENDS+= " in
subsequent lines, which makes it easier to search for pre-requisite
packages with a "DEPENDS.*pkg" regular expression.
2001-05-03 11:21:32 +00:00
jlam
7d38afded2 Honor CFLAGS passed in from environment during build. 2001-05-03 04:37:21 +00:00
jlam
8247371c1f Share a common distinfo file between vflib-lib and vflib-utils. 2001-05-03 04:23:16 +00:00
taca
0a732ad5af - Reflect update of unofficial patch from official site.
- Bump to 2.2.6nb3 and revert handling of "nb" version.
2001-04-27 06:14:47 +00:00
taca
1af3043185 Revert previous change. (meta package's should have its own package
version.)
2001-04-27 06:13:27 +00:00
taca
cd75f52637 - Unofficial patch from official site has been updated. It happened just
after 2 hour since I commit previous patch.  :-(
- Bump version to 2.2.6nb2.
2001-04-26 01:46:32 +00:00
taca
656b4cb03d Bump version to 2.2.6nb1 reflecting chasen-base update. 2001-04-25 23:41:13 +00:00
taca
638d11a769 - Apply unofficial patch for fixing tokenization rule problem.
- Bump version to 2.2.6nb1.
2001-04-25 23:39:57 +00:00
taca
5f394c3a8d Update checksum of the distfile. Since only broken PDF files
was updated, there should be no change in this package.
2001-04-24 00:00:28 +00:00
taca
fb3fff940b Update distinfo since original distribution file has changed. 2001-04-23 09:20:31 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
kei
cd52dd8120 make makesum makepatchsum 2001-04-18 00:36:03 +00:00
kei
42c2b3a0bb - Added support of site-specific configuration. HEO SeonMeyong requested and
post the patch.
- Fixed jmakeindex build and installation problem.
- Since mendexk does not handle JIS, changed default character encoding of
  ptex from JIS to EUC (EUC-JP).  EUC-cofigured ptex can handle JIS as well
  as EUC, and vice versa.  (note: jmakeindex handles JIS.)
2001-04-18 00:33:10 +00:00
taca
77b853dea6 Change from BUILD_DEPENDS chaseb-base to DEPENDS since ipadic uses
directories created by chasen-base.
2001-04-17 13:36:46 +00:00
taca
2615ec8da3 Update chasen to 2.2.6.
From chasen-announce@is.aist-nara.ac.jp:

	Bug fixes for processing of end of sentence.
2001-04-17 13:24:41 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
kei
1ab530b4f1 add and enable texfamily/texfamily-share packages. 2001-04-14 16:44:12 +00:00