summaryrefslogtreecommitdiff
path: root/japanese
AgeCommit message (Collapse)AuthorFilesLines
2001-12-28Update namazu2 package to 2.0.10.taca9-40/+206
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-17Include header file for is_euc_byte prototype. Fixes compilationwiz2-1/+14
with gcc 2.95.3. Closes pkg/14972.
2001-12-17Update p5-Jcode to 0.76. Changes from HISTORY file is here.taca2-5/+5
0.76 2001/12/17 * mime_encode bug fixed (jun.k <jun.k@isite.homeip.net>)
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
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-08make it build on latest pkgsrc. patch supplied by Masao Uebayashi. Thanks!kei3-11/+17
2001-12-06Use REPLACE_PERL instead of a patch.wiz3-13/+3
2001-11-30Update namazu2 to 2.0.9. Changes from NEWS file:taca2-5/+5
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-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf3-6/+8
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-27Update namazu2 package to 2.0.8.taca7-83/+8
Overview of Changes in Namazu 2.0.8 - Nov 27, 2001 * Fix cross-site scripting vulnerability.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam7-15/+35
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Buildlinkify.jlam2-5/+55
2001-11-18Don't use MAKE_FLAGS in MAKE_ENV, reported by Yuji Yamano in pr pkg/14536 andfrueauf3-3/+17
add patch to make skkserv build on Darwin, reported by yyamano@netbsd.org in pr pkg/14538.
2001-11-11Adjust format a bit:hubertf1-1/+3
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-10-31Move pkg/ files into package's toplevel directoryzuntum126-92/+92
2001-10-31use of dependency such as `package-name>=[0-9]*:../../category/package-name'kei1-2/+2
was not correct. changed `>=' to `-' to make it compile again.
2001-10-30Changed fixed-version dependency. Forgot to commit after updating TeXfamilykei1-3/+3
package.
2001-10-25- Create explicitly ${PERL5_SITELIB}.taca2-4/+5
- Change install directory of jcode.pl to ${PERL5_SITELIB}. This should fix bulk build error.
2001-10-24Updated TeXfamily, TeXfamily-share to 1.2.1nb1. Addresses pkg/13984.kei10-397/+58
- 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-18SVR4 packages have a limit of 9 chars for a package name.veego5-5/+10
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-17Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was therehubertf1-2/+2
before!)
2001-10-09Add SUBDIR entry for qkc.nra1-1/+2
2001-10-09Add qkc-1.0. PR 14179 by Hiramatsu Yoshifumi.nra4-0/+32
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-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam6-12/+12
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-26Create test target and don't always do testing.taca1-2/+4
2001-09-24Update namazu2 to namazu 2.0.7.taca15-53/+369
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-18Update kakasi to 2.3.4.taca5-16/+16
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-12Back out changes to explicitly add ${CHASENDIR} to the compiler searchjlam3-20/+2
paths. Not necessary with perl>=5.6.1nb3.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Fix problem reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>jlam3-4/+21
where libchasen.so wasn't being found by the perl Makefile generation process. This is done by passing the location of the chasen installation through to Makefile.PL via an environment variable, and should serve as a model for fixes to similar problems with other perl modules.
2001-09-09Move buildlink.mk from chasen-base to chasen.jlam2-47/+47
2001-09-09The chasen meta-package should at least depend on a similarly versionedjlam1-16/+16
chasen-base package.
2001-09-09Add a buildlink.mk file for use by other package Makefiles.jlam1-0/+47
2001-09-09Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-09-09Move inclusion of bsd.pkg.mk from Makefile.common into the individualjlam3-10/+13
package Makefiles. The idiom is to define any variables, include Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam3-7/+7
individual package Makefiles.
2001-09-02'tex -ini' complains that LaTeX sOuRcEs Are older than one year, and shouldhubertf5-20/+404
be updated. We'll not go and touch the guts of teTeX here, and instead just ignore the warnings (``... || true''). Fixes PR 13446 by Naoto Shimazaki <igy@arhc.org>
2001-09-02fix typohubertf1-1/+1
2001-08-21o Some bugfix for namazu-2.0.6;taca6-16/+73
- make sure to install a header file, score.h - correct some strcmp() condition. o Catch up MESSAGE to namazu 2.0.6. o Correct PLIST. These fix namazu-2.0.6 package updating to namazu-2.0.6nb1.
2001-08-14Update namazu to 2.0.6 with updating MASTER_SITES.taca2-6/+7
2001-08-12Depend on same version of vflib-lib as this package.jlam1-2/+3
2001-08-06Depend on ja-less>=332.wiz2-4/+4
2001-07-29Update ja-less to ja-less-358.taca5-82/+88
It based on less-358 and iso254 patch.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-25Update chasen-base/chasen to 2.2.8.taca2-7/+7
---------------------------------------------------------------------- ChaSen 2.2.8 (2001/07/23) ---------------------------------------------------------------------- - bug fix for sentence end processing for annotation symbols
2001-07-23Add $NetBSD$ tag.taca1-1/+1
2001-07-22Fix oversight in package name...it's ja-vflib-lib.jlam1-2/+2
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
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-19Update p5-Jcode to 0.75.taca2-5/+5
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-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3