Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
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.
|
|
with gcc 2.95.3. Closes pkg/14972.
|
|
0.76 2001/12/17
* mime_encode bug fixed
(jun.k <jun.k@isite.homeip.net>)
|
|
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.
|
|
|
|
|
|
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)
|
|
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.
|
|
Overview of Changes in Namazu 2.0.8 - Nov 27, 2001
* Fix cross-site scripting vulnerability.
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
add patch to make skkserv build on Darwin, reported by yyamano@netbsd.org
in pr pkg/14538.
|
|
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
|
|
|
|
was not correct. changed `>=' to `-' to make it compile again.
|
|
package.
|
|
- Change install directory of jcode.pl to ${PERL5_SITELIB}.
This should fix bulk build error.
|
|
- 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.
|
|
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.
|
|
before!)
|
|
|
|
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.
|
|
installed files. We don't want buildlink references to escape into the
install directory.
|
|
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.
|
|
|