Path to this page:
./
inputmethod/canna-dict,
Kana-Kanji conversion system (dict)
Branch: CURRENT,
Version: 3.7pl3,
Package name: Canna-dict-3.7pl3,
Maintainer: tsutsuiDictionary part of Canna Japanese input method.
Required to run:[
inputmethod/canna-lib]
Required to build:[
inputmethod/canna-server] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: e39eece7c70c669dd46dd74b26121a60a2496fde
RMD160: 33e5eb9e2dc144835db838612897e652acbc60ed
Filesize: 1233.462 KB
Version history: (Expand)
- (2015-10-18) Updated to version: Canna-dict-3.7pl3
- (2013-07-12) Updated to version: Canna-dict-3.6pl4nb3
- (2010-02-20) Updated to version: Canna-dict-3.6pl4nb2
- (2006-07-05) Updated to version: Canna-dict-3.6pl4nb1
- (2005-10-05) Package added to pkgsrc.se, version Canna-dict-3.6pl4 (created)
CVS history: (Expand)
2019-11-02 23:56:55 by Roland Illig | Files touched by this commit (24) |
Log message:
inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2015-11-25 13:50:58 by Jonathan Perkin | Files touched by this commit (12) |
Log message:
Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2015-10-18 05:58:31 by Izumi Tsutsui | Files touched by this commit (43) |  |
Log message:
Update canna packages to 3.7pl3.
pkgsrc changes:
- reorganize patch filenames for maintainability
- patch-ac is also merged into existing patch-dic_phono_Imakefile
- fix a missed 64 bit time_t issue in libRK
- add a hook in cmd.tmpl to disable installation of cmd/forcpp and
cmd/kpdic in canna-lib
- tweak SUBDIRS patches in Makefiles to avoid unnecessary builds
for each packages
- pull various updates to canuum from the original FreeWnn's uum,
including posix_openpt(3) support, and disable the default but
obsolete libspt support
- reorganize curses(3) ops in canuum per curses(3) documents
- fix misc compiler warnings
- take maintainership
Upstream changes:
All changes are noted in ChangeLog and CHANGES.jp in distfile.
I won't bother to quote ~1700 line ChangeLogs here,
because this latest 3.7pl3 was released on 2004/05/20 and
the previous 3.6pl4 was 2003/09/22.
Highlight points are:
- binary dictionary format is changed
- shlib versions are bumped to 1.2 from 1.1
- new APIs for wchar
- experimental 64 bit architecture support
- IPv6 support
Both server and clients (canuum and mule-1.1) are tested on
NetBSD/i386 7.0, NetBSD/amd64 7.0, and NetBSD/luna68k 7.0.
Also thanks to Nobuyoshi SATO, for his initial patch posted
to tech-pkg-ja@.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |  |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|
2012-10-06 16:25:22 by Aleksej Saushev | Files touched by this commit (114) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2010-02-20 12:44:53 by OBATA Akio | Files touched by this commit (1) |  |
Log message:
* add user-destdir support
* fix permission of dict directory for binary package
Bump PKGREVISION.
|
2009-06-14 20:01:33 by Joerg Sonnenberger | Files touched by this commit (37) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-01-10 04:06:34 by OBATA Akio | Files touched by this commit (1) |
Log message:
MAKE_JOBS_SAFE=no
|