Commit graph

390 commits

Author SHA1 Message Date
wiz
b6efb0b53c Move contents of misc/freewnn-common to japanese/freewnn-lib. 2002-02-28 17:45:42 +00:00
wiz
f3a6a2aa50 Expand a variable to silence pkglint. 2002-02-28 13:22:50 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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.
2002-02-18 15:14:00 +00:00
hubertf
3654c41e45 CHMOD and CHOWN were switched accidentally - fix
This pkg uses @cwd, which doesn't really work with pkg_create
below pl.c version 1.21.
2002-02-18 01:02:51 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
skrll
95c44047aa mkdir -> ${MKDIR}
chmod -> ${CHMOD}
2002-02-13 22:44:25 +00:00
skrll
c8841e1eaa mkdir -> ${MKDIR}
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-13 22:43:06 +00:00
taca
8be6943fe3 Fix forgot change of Makefile.common. 2002-02-09 07:40:46 +00:00
taca
57a475a85a ipadic package maintenance. No functionality has changed.
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.
2002-02-09 07:36:58 +00:00
taca
1d34993dce Update chanse-base (and chasen) package to 2.2.9.
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.
2002-02-09 07:30:20 +00:00
taca
dc0cf22910 Move Makefile.common from chasen-base directory. 2002-02-09 07:16:37 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
wiz
97db92f27a Remove ja-micq -- this package has been BROKEN for over 12 months. 2002-02-02 03:52:19 +00:00
taca
ac8bb6449f Update p5-Jcode package to 0.79. Changes from 0.78 is here.
(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>
2002-01-16 14:56:47 +00:00
taca
b4baf54ee0 Update p5-Jcode pakcage to 0.78. Changes from 0.76 are here.
#
# $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
2002-01-16 01:19:05 +00:00
wiz
4566d65c16 Fix rpath (typo in patch-ae). Fixes bulk build failure. 2002-01-14 18:07:28 +00:00
wiz
a62f64cce9 Add one. 2002-01-14 18:06:55 +00:00
taca
ab88bd1614 Better Fix for handling newer xlHtml packages using the same change as
namazu stable source.

Make namazu2 package to 2.0.10nb2.
2002-01-10 17:54:31 +00:00
wiz
62c825072b Add and enable xjdic. 2002-01-10 13:38:57 +00:00
taca
f81af931ca Fix bugs for handling newer xlHtml packages. Perl "or" operator is less
priority, noted by Kaz SHiMZ <kshimz@sfc.co.jp> on namazu-devel-ja@namazu.org
mailing list.

Make namazu2 package to 2.0.10nb1.
2002-01-04 08:57:06 +00:00
hubertf
dc3ebbca82 Add xjdic-2.3:
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.
2002-01-03 01:02:24 +00:00
taca
e981da4eaf Update namazu2 package to 2.0.10.
o Move content of MESSAGE int INSTALL and add note for external
  supporting programs.
o Cope with update wv and xlhtml package.  (Fix has sent to
  namazu-users-ja mailing list.)
o Official change from NEWS file are bellow:

Overview of Changes in Namazu 2.0.10 - Dec 27, 2001

* Fix another cross-site scripting vulnerability.
* Fix possibility of buffer overflow.
2001-12-28 10:32:49 +00:00
wiz
faea29976f Include header file for is_euc_byte prototype. Fixes compilation
with gcc 2.95.3. Closes pkg/14972.
2001-12-17 19:17:46 +00:00
taca
b6e487ca28 Update p5-Jcode to 0.76. Changes from HISTORY file is here.
0.76	2001/12/17
	* mime_encode bug fixed
	  (jun.k <jun.k@isite.homeip.net>)
2001-12-17 05:00:56 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
kei
d42d907d6a make it build on latest pkgsrc. patch supplied by Masao Uebayashi. Thanks! 2001-12-08 01:02:48 +00:00
wiz
ae726f3164 Use REPLACE_PERL instead of a patch. 2001-12-06 17:29:37 +00:00
taca
5a2f4e74e1 Update namazu2 to 2.0.9. Changes from NEWS file:
Overview of Changes in Namazu 2.0.9 - Nov 30, 2001

* Fix another cross-site scripting vulnerability.
* Fix old gfilter.pl problem in overwriting upgrade.
* Update hnf filter.
* Win32 OLE filters support MS-Office 10 documents.
  (experimental)
2001-11-30 13:34:15 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
taca
8f25bdec92 Update namazu2 package to 2.0.8.
Overview of Changes in Namazu 2.0.8 - Nov 27, 2001

* Fix cross-site scripting vulnerability.
2001-11-27 14:46:22 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
a137e40e13 Buildlinkify. 2001-11-26 06:22:02 +00:00
frueauf
3430730aae Don't use MAKE_FLAGS in MAKE_ENV, reported by Yuji Yamano in pr pkg/14536 and
add patch to make skkserv build on Darwin, reported by yyamano@netbsd.org
in pr pkg/14538.
2001-11-18 12:21:05 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
kei
af74d55944 use of dependency such as `package-name>=[0-9]*:../../category/package-name'
was not correct.  changed `>=' to `-' to make it compile again.
2001-10-31 01:41:03 +00:00
kei
5f35ce1261 Changed fixed-version dependency. Forgot to commit after updating TeXfamily
package.
2001-10-30 22:46:27 +00:00
taca
230b3340b2 - Create explicitly ${PERL5_SITELIB}.
- Change install directory of jcode.pl to ${PERL5_SITELIB}.

This should fix bulk build error.
2001-10-25 14:43:22 +00:00
kei
71ab81c11e Updated TeXfamily, TeXfamily-share to 1.2.1nb1. Addresses pkg/13984.
- Fixed to the long-standing problem that since the date of LaTeX included
  teTeX is too old (i.e. > 1 year), TeXfamily doesn't compile.

- Fixed TeXfamily build problem.  TeXfamily is a patch to teTeX-bin, so if
  ${WRKDIR} of teTeX-bin is remaind when TeXfamily build starts.  This occurs
  if you cd to japanese/texfamily and do make on the system teTeX-related
  packages are not installed.

- Updated dvipsk-jpatch to p1.5e which is a content of the package.

  o fixed a bug that an extra rotate was put at the last of each pages.

  o fixed a bug that output position of the European fonts was incorrect
    with help from Hideyuki Suzuki at the University of Tokyo.
2001-10-24 00:29:30 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
hubertf
46a42a2e26 Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there
before!)
2001-10-17 23:23:15 +00:00
nra
b8eaa9da9d Add SUBDIR entry for qkc. 2001-10-09 18:44:11 +00:00
nra
086f149d1f Add qkc-1.0. PR 14179 by Hiramatsu Yoshifumi.
Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS.
Unlike nkf, qkc can handle multiple files at a time. Qkc also has
functionality to change end-of-line characters, ie, from CR+LF to LF,
or to CR, and vice versa.
2001-10-09 18:43:30 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
taca
8cc98f5d82 Create test target and don't always do testing. 2001-09-26 08:12:33 +00:00
taca
34ee40ea17 Update namazu2 to namazu 2.0.7.
Overview of Changes in Namazu 2.0.7 - Sep 13, 2001

* Bug fix release.
* Fix nmz_is_lang_ja() to return correct value.
* Fix header files installation.
* Fix mknmz checkpoint bug.
* Added extensions of Ichitaro 7 and 8.
* Fixed the bug when target directories contain the
  current directory. (Only Win32 Platforms)
* Fixed the AND query bug that namazu ignores
  the keywords which don't match at all.
* Lookup both environment variables of SCRIPT_NAME
  and DOCUMENT_URI (instead of DOCUMENT_NAME). (namazu.cgi)
* More portability improvements.

I've also applied those bug fixes after 2.0.7 released.
(All URL bellow are in Japanese.)

http://www.namazu.org/ml/namazu-users-ja/msg02073.html
	pl/util.pl

http://www.namazu.org/ml/namazu-devel-ja/msg02024.html
	pl/htmlsplit.pl

http://www.namazu.org/ml/namazu-devel-ja/msg02030.html
	scripts/mknmz.in
2001-09-24 03:56:01 +00:00
taca
accb7c4f49 Update kakasi to 2.3.4.
Here is rough changes from 2.3.3.

* Some fix on initialization of library.
* Fix stack overflow
* Now do_kakasi() returns "" instead of NULL when reading of
  a word is uncertain.
* Fix a bug when converting hiragana into roman with "-Ha -rkunrei"
  option. ("pp" was converted badly into "bb")
* Add new library function, kakasi_free().
2001-09-18 16:17:55 +00:00
jlam
b3c4f7b699 Back out changes to explicitly add ${CHASENDIR} to the compiler search
paths.  Not necessary with perl>=5.6.1nb3.
2001-09-12 19:06:45 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00