Commit graph

573 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
kristerw
7d6afa0475 Do not include <malloc.h>. 2005-07-20 00:33:30 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
rxg
25973ff990 Closed pkg/27289 Fix core dump in inputmethod/xcin package.
Referenced the patches from Kevin Lo <kevlo at kevlo dot org>.
2005-06-26 16:45:57 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
taya
0f0e6b7d7f apply patch sent by yamajun AT ofug.net to fix bug of anthy-dic-tool.
fix pkg/30448
2005-06-12 08:52:54 +00:00
uebayasi
20d2e32f74 Shorten redundant COMMENT. 2005-06-04 10:20:22 +00:00
wiz
7ef924b86a Still include gtk2/modules.mk, not gtk/modules.mk. 2005-06-03 10:25:38 +00:00
uebayasi
ec3bbe44a7 Call Gtk2 option as "gtk", not "gtk2", as other packages do.
Pointed out by Dieter Baron.
2005-06-03 10:21:51 +00:00
uebayasi
a3658a0434 Make gtk2 an option. No default binary change, no revision bump. 2005-06-03 05:10:11 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
932d1e483a Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS line
with PKG_SUGGESTED_OPTIONS.
2005-06-01 14:05:54 +00:00
dillo
eb20da5507 use PKG_OPTIONS_LEGACY_VARS to handle legacy variables 2005-06-01 14:03:15 +00:00
dillo
00f7a6753d use PKG_OPTIONS_LEGACY_VARS to handle legacy variables
set PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS (which
	should be set by the user only)
2005-06-01 14:00:55 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
39cbd126b0 Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the other
variable definitions that apply when USE_IMAKE is defined.
2005-05-17 22:22:52 +00:00
jlam
f793cad898 This package uses the imake/xmkmf tools, so it implies USE_X11BASE.
Add it explicitly here until pkgsrc/mk/* can be modified to infer this
by itself.
2005-05-17 22:20:15 +00:00
jlam
b23cc6b431 The canna packages use imake/xmkmf as part of the configure process. 2005-05-16 18:25:37 +00:00
kei
52c0bc8fe9 remove auto-registration of RCD_SCRIPTS. patch supplied by Jeremy C. Reed.
also updated PKGREVISION of each package.  works fine for me.  Thank you!
2005-05-05 19:37:22 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taya
b4b45be58e update optiona dictionary 'okinawa dictionary'
patch supplied from Yamashiro Jun.
fix PR pkg/29930
2005-04-11 15:02:23 +00:00
wiz
628506d7fa Update to 0.4.6, provided by Ei Ohno in PR 29812; originally from Jun
Yamashiro.

Changes in 0.4.6:
A GUI preference tool was introduced, both for Gtk and Qt. uim-kdehelper and
UimQt were merged. A plugin system was introduced.

Package changes:
conversion engine anthy or canna can select by setting the
PKG_OPTIONS.uim variable.
buildlink3.mk added.
2005-03-29 18:47:51 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
rillig
13c31ff10c Added a patch that #includes <sys/time.h> if present. Needed at least for
NetBSD-1.6.2. Approved by wiz.
2005-03-16 12:36:20 +00:00
wiz
a437583ff4 Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some. 2005-03-05 11:26:48 +00:00
uebayasi
f686caba23 Change lookup gateway an option. This reduces dependency much.
Bump revision.
2005-03-05 11:19:09 +00:00
taya
001687ce10 Add patch file that I missed to add at previous commit 2005-03-03 15:40:14 +00:00
taya
50e97490bb Update anthy to 6300.
ChangeLog:
* cannadic/ update to cannadic-0.95c
* src/splitter/commit.c fix mis-computation of segment length which
can cause out of array bound access
* use Hidden Markov Model to find segment boundary.
2005-03-03 15:34:08 +00:00
agc
e6962cf9de Add RMD160 digests 2005-02-23 21:00:34 +00:00
hira
8e05f5e586 Add inclusion of <arpa/inet.h> for inet_ntoa(3).
Bump PKGREVISION.
2005-02-22 10:48:36 +00:00
minskim
fb29a65a84 Regen to make GNU patch happy. 2005-01-13 12:18:42 +00:00
wiz
9ea02c1efc Update homepage, and uppercase some variables. 2005-01-10 16:30:18 +00:00
wiz
4eb013001c Automatically register uim in the list of
GTK2 input modules. Bump PKGREVISION.
Thanks to jmmv for the hint on how to do this (see x11/gtk2/modules.mk).
2005-01-04 10:29:15 +00:00
minskim
9b8b36c6e2 Override intltool. 2005-01-01 17:40:44 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
e6ffa4eb1f Add and enable uim and anthy-elisp. 2004-12-28 17:10:56 +00:00
wiz
a9e3953e65 Initial import of uim-0.4.5, provided by Ei Ohno in PR 28650.
I added a message recommending the installation of inputmethod/anthy
if one is interested in Japanese input.

Uim is a lightweight and full featured multilingual input method library
and is simple, secure and flexible.
2004-12-28 17:10:17 +00:00
taya
460cd1e110 missed to add at previous commit.
sorry.
2004-12-28 05:40:23 +00:00
taya
b412737e69 Initial import of inputmethod/anthy-elisp.
This is a elisp frontend of inputmethod/anthy.
2004-12-28 05:38:47 +00:00
taya
7823040505 - move elisp files to separate package
- add okinawa dict

patch from Jun Yamashiro <yamajun AT ofug DOT net>
2004-12-28 05:35:29 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
grant
762035b2db set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.
from Noritoshi Demizu in PR pkg/28618.
2004-12-12 04:19:06 +00:00
minskim
3df0ef7e90 Update nabi to 0.15.
Changes:
  - Support more keyboard layout.
  - Update icons.
  - Add Tux theme.
  - Enable setting Korean/English, Hangul/Hanja switch keys.
2004-12-04 20:43:49 +00:00
taya
bfc27e2520 add anthy 2004-12-04 03:58:09 +00:00
taya
81d3eaa0c0 Initial import of anthy.
Anthy is a free and secure Japanesse inputmethod.
2004-12-04 03:57:44 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
minskim
8ed52a30f1 Do not include nbitools/buildlink3.mk in sj3-lib's buildlink3.mk
because sj3-lib requires nbitools at build time only.  Noted by
oshimaya at sc.starcat.ne.jp in PR pkg/25778.
2004-11-30 02:30:59 +00:00
wiz
6b18db8cf8 Obsoleted by update to 2.3.1. 2004-11-27 17:57:49 +00:00
wiz
85a7c1f751 Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:
Changes:

* lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion.

* lisp/tc-is18.el:
* lisp/tc-is19.el:
* lisp/tc-is20.el: fix infinite loop bug.

* lisp/tutc-tbl.el: fix translation table.

* lisp/eelll.el: use colored background in bitmap display mode.

* skkinput3/Makefile.am: merged patches/patch-ab
2004-11-27 17:54:31 +00:00
minskim
d3485931a0 Update my email address. 2004-11-25 19:11:58 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
uebayasi
18174b3f6b Use SUBST_*. 2004-11-02 00:41:30 +00:00
reed
62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
uebayasi
47edba3f8b Fix a linkage of a program which is run during build. 2004-09-18 07:59:57 +00:00
minskim
f16825cec2 Update nabi to 0.14.
Changes:
  - Provide a configuration window.
  - Better support Java applications.
  - Increase the number of entries to 9 in the Hanja/symbol input list.
  - Print warning for non-supported locales.
  - Support Korean input with en_US.UTF-8.
2004-08-28 14:51:48 +00:00
minskim
6b87e4a66b Update imhangul to 0.9.11.
Changes:
	Fix a bug that crashes epiphany when a window is being closed.
2004-08-11 22:16:54 +00:00
minskim
996548ff38 etc/rc.d/ja_freewnn is handled by bsd.pkg.install.mk and shouldn't be
in PLIST.

Bump PKGREVISION.
2004-08-02 01:01:42 +00:00
minskim
e66d446856 Update imhangul to 0.9.10.
Major changes:
  - Added Korean menu.
  - Per-toplevel-window status.
  - Fix a problem with evolution 1.5.
2004-07-19 22:42:52 +00:00
wiz
60019e1e08 Unused. 2004-07-04 09:55:19 +00:00
wiz
33ba048386 Convert to bl3. 2004-07-04 09:52:15 +00:00
wiz
ef65687ec6 Add two missing files to PLIST.
Reported by Kouichirou Hiratsuka in PR 26049.
2004-06-25 16:58:10 +00:00
kristerw
b7d5909104 Correct spelling of ja-FreeWnn-lib, sj3-lib, and Canna-lib in use
of BUILDLINK_PREFIX.
2004-05-13 19:51:49 +00:00
minskim
9b2f22c6f3 Revert to r1.3. Changes made in r1.4 were "oversimplification." 2004-04-30 12:46:29 +00:00
minskim
9e5c51b086 Simplify Makefile by combining USE_LIBTOOL and SHLIBTOOL_OVERRIDE into
USE_SHLIBTOOL.
2004-04-30 00:39:41 +00:00
minskim
28e3f80592 Install a shared object only; there is no need to install a static
library for GTK+ input module.

Bump PKGREVISION.
2004-04-29 23:00:14 +00:00
reed
06e49aba4f Installation of the RCD_SCRIPTS rc.d script is done automatic
here. So don't install it twice.

(Anyways, ${PREFIX}/etc/rc.d is not the correct location; the
RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)
2004-04-27 20:51:10 +00:00
wiz
f7906f6e94 Unused. 2004-04-26 09:21:57 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
reed
2d4122dd45 Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.

PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.

Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
2004-04-23 22:43:20 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
xtraeme
c1dab89fe0 bl3ify 2004-04-19 21:40:52 +00:00
wiz
0ef8a7fa05 Unused. 2004-04-19 00:03:42 +00:00
wiz
5362fbfddd Convert to bl3. 2004-04-18 23:58:29 +00:00
wiz
026ab35955 Unused. 2004-04-18 23:57:32 +00:00
wiz
7763ad388f Convert to bl3. 2004-04-18 23:55:21 +00:00
wiz
2541b02f57 Convert to bl3. 2004-04-18 23:52:05 +00:00
wiz
82aa0c6f37 Convert to bl3. 2004-04-18 23:47:28 +00:00
wiz
82969ef1c9 Convert to bl3. 2004-04-18 23:37:45 +00:00
wiz
c11b30aea6 Convert to bl3, and remove superfluous DEPENDS line. 2004-04-18 23:18:34 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
minskim
3407568acf Update nabi to 0.13.
Changes since 0.12:
  - Session support.
  - Display meanings for Chinese characters.
  - Fix memory leaks.
2004-04-11 13:29:49 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
snj
969b901250 Spelling fixes. 2004-03-14 20:24:21 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
minskim
5ccc558c9d bl3ify and enable pkgviews installation. 2004-03-05 21:15:53 +00:00
minskim
21445b6848 Match the new buildlink3.mk template. 2004-03-05 21:08:52 +00:00
minskim
7606d5859b Define NO_BUILDLINK and NO_CONFIGURE becuase this is a meta package. 2004-03-05 21:03:27 +00:00
minskim
7b11ce524f Make Canna* packages use the buildlink framework. It will fix the
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05 19:09:22 +00:00
minskim
a866ac8eb7 Define CANNA_MODULE, which is used in COMMENT. Also define
NO_BUILDLINK and NO_CONFIGURE, becuase this is a meta package.
2004-03-05 19:04:30 +00:00
minskim
6e05477191 Remove sj3 library from Makefile dependencies, because it is built by
sj3-lib.  Noted by Haruhisa MINAMI on tech-pkg-ja@jp.NetBSD.org.
2004-03-02 17:49:51 +00:00
junyoung
1b88b7954b I'm no longer maintaining these packages. 2004-03-01 13:42:25 +00:00
seb
9f663d5ff7 Remove info files entries from PLIST. 2004-02-21 18:24:21 +00:00
seb
cc5b97523c Remove info files entries from PLIST. 2004-02-18 01:48:22 +00:00
minskim
c2a1f5d5b6 Add and enable imhangul_status_applet. 2004-02-18 00:18:48 +00:00
minskim
deac3837ce Import imhangul_status_applet from pkgsrc_wip.
GNOME2 applet for imhangul.  It displays the status of imhangul, a
Hangul input module for GTK+-2.
2004-02-18 00:16:35 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
minskim
75bf71202d bl3ify 2004-02-10 16:59:21 +00:00
minskim
4757f91970 Add imhangul. 2004-02-10 08:59:31 +00:00
minskim
0f53032747 Import imhangul-0.9.9 from pkgsrc-wip.
Imhangul is a Hangul input module for GTK+ 2. This supports Korean
Hangul input with several types of keyboards widely used in Korea.
2004-02-10 08:58:17 +00:00
minskim
297b4306ac Remove -Wall to please cc. 2004-02-10 06:47:41 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
c2a90f7ecc remove empty conditional 2004-01-24 13:42:22 +00:00
grant
7d3491bf41 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:41:27 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
uebayasi
0105e80db3 Update MASTER_SITES. 2004-01-06 03:53:27 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
15d6b7f039 Update to 0.12 from Min Sik Kim PR pkg/23795.
Changes since 0.11:

  o Fix a bug that nabi dies when its tray icon disappears.
  o Smart handling of the size of a tray icon.
  o Add the MS Windows 2000 theme.
  o Bug fixes regarding XIM.
2003-12-20 05:18:37 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
junyoung
91cc50aa6e Update nabi to 0.11. Changes since 0.10:
- Now it's possible to configure nabi in the main window. This is
   useful for the environment without the system tray.
 - Shows character in combination properly when running in 3-bul mode.
 - Added -s option used to display status only.
 - Some other small bug fixes.

Patch provided by Min Sik Kim in PR#23595.
2003-11-29 17:09:12 +00:00
xtraeme
fc4690c30d Update to 0.10, provided by Min Sik Kim in PR pkg/23448.
Changes:

  * Improved Chinese character input window.
  * Added symbol input.
2003-11-18 14:54:42 +00:00
jmmv
7220479e9d Update to 0.9:
- Allows input with non-UTF-8 locales on NetBSD and FreeBSD.
- Displays Chinese characters on Qt applications.

From Min Sik Kim in PR pkg/23256.
2003-10-24 12:40:04 +00:00
junyoung
53bfc8bf6e Update nabi to 0.8. Changes include:
- Improved over-the-spot input.
 - Better distinction of EUC-KR.
 - Provide brief description of key input in the About menu.

PR/23108 from Min Sik Kim.
2003-10-23 16:24:17 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
cjep
34e102913e Whitespace fixes 2003-10-18 13:08:48 +00:00
junyoung
ee3049faa1 I'm taking responsiblity for maintaining ami. 2003-10-14 09:41:55 +00:00
junyoung
c0eaea7653 Make ami compile with gcc 3.x. 2003-10-14 09:40:33 +00:00
junyoung
fbbf5d6e21 Add nabi. 2003-09-27 03:24:33 +00:00
junyoung
1116e5bc46 X Input Method for Korean. 2003-09-27 03:23:33 +00:00
uebayasi
4397be1a9f canna-server-bin -> canna-server 2003-09-23 15:14:54 +00:00
uebayasi
dec905464d Redo part of previous. 2003-09-23 15:10:08 +00:00
uebayasi
241fddd816 1) Update Canna to 3.6p4.
* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.

2) Make Canuum use Canna's common make files.  From Osamu Oishi in PR 22244.
2003-09-23 15:06:57 +00:00
minoura
dad164a932 editors/mule-ucs now supports emacs20.
Thanks again to Ogawa-san.
2003-09-13 08:30:38 +00:00
minoura
799e80b407 Require Mule-UCS upon build when Emacs version is 21.x.
Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp).
2003-09-13 06:07:10 +00:00
minoura
500636beeb Correct XEmacs support.
Avoid dependency on the build environment; leim-list.el is installed
only when leim is installed.
2003-09-12 12:53:44 +00:00
minoura
194db7af67 Obsoleted by inputmethod/skk. 2003-09-02 14:33:18 +00:00
minoura
3e551a3787 Add skk, remove ddskk. 2003-09-02 14:20:21 +00:00
minoura
6fd3da8f52 Remove whitespaces at the EOL. 2003-09-02 14:19:27 +00:00
minoura
1ccf363d1d Add a new package SKK, Simple Kana to Kanji conversion program.
This package replaces inputmethod/ddskk program; the DISTNAME still has
the prefix `dd' (which stands for daredevil), but it is the official
successor of the original SKK-9.6 developed by Mr.Masahiko Sato, and
the release is announced under the name of SKK.  So we decided to
change the package name.

Notable changes from ddskk-20030629 include: enhancements to skk-study,
bug fixes, support of ML dictionary, etc.
2003-09-02 14:16:45 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
seb
b2f45a837f Convert to USE_NEW_TEXINFO. 2003-08-07 11:59:29 +00:00
jmc
e9d91c455b Define a proper relative path to Makefile.version 2003-07-31 20:10:22 +00:00
uebayasi
30c404c8a0 * Split the version definition into Makefile.version.
* Complete CANNA_OWNER -> CANNA_USER change, which was mostly done by Julio
  Merino a few days ago.
2003-07-31 13:04:40 +00:00
jmmv
0d5157f861 Convert the rc.d script to the standard rc.subr format. Ok'ed by uebayasi@.
Bump PKGREVISION to 3.
2003-07-31 12:33:03 +00:00
jmmv
7d7d16056f Convert to bsd.pkg.install.mk to handle the rc.d script. MESSAGE is removed
as the default install template provides the right standard information (or
can be extended in a common way if needed ;).  Bump PKGREVISION to 2.
2003-07-29 22:08:28 +00:00
jmmv
62ef8e877f Use bsd.pkg.install.mk to manage the rc.d script. While here, add SJ3OWNER
and SJ3GROUP variables to BUILD_DEFS.  Bump PKGREVISION to 2.
2003-07-29 21:35:46 +00:00
jmmv
27448c4da8 Use the bsd.pkg.install.mk framework to generate the rc.d script.
Bump PKGREVISION of ja-freewnn-server-bin to 2.
2003-07-29 21:13:19 +00:00
jmmv
f4e532253d Go one step further: turn CANNA_GROUP and CANNA_USER build definitions and
handle the group and the user they specify with bsd.pkg.install.mk.  In fact,
these variables were already changeable.
2003-07-29 19:53:19 +00:00
jmmv
d800775d99 Convert to the bsd.pkg.install.mk framework:
- Use RCD_SCRIPTS for automatic generation and handling of the rc.d script.
- Use OWN_DIR_PERMS instead of OWN_DIRS to handle permissions for the spool
  directory and avoid (un)exec commands in PLIST.
As a result, bump PKGREVISION to 1.
2003-07-29 19:42:53 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
uebayasi
84c9291cf4 Update to 20030629.
Many internal changes with a few external, unknown changes expected.
2003-06-29 13:37:45 +00:00
uebayasi
028d988779 Update/simplify/improve DESCR/MESSAGE of Canna packages. The MESSAGE part
is from Takamizu-san.

(I dare to delete the explanation for Mule.  It's minor, and too old.)
2003-06-09 09:36:35 +00:00
uebayasi
1b78c1f8db Update the MASTER_SITES path.
Addresses PR21765 by Iyoda-san <iyoda at atikoro dot org>.
2003-06-04 00:32:14 +00:00
uebayasi
997db7b9d5 * Correct version numbers, (3.6.3 ->) 3.6p3 -> 3.6pl3.
To update packages, you need to run pkg_delete(8) manually and de-install
  old 3.6.3 packages.  Agreed by Kambe-san.

  See the pkg_info(1) manual page for how "pl" works.

* White space nits.
2003-06-03 00:58:10 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
uebayasi
09650a58d5 Make sure these are removed. Noted by Toru Takamizu. 2003-06-01 11:40:57 +00:00
taca
4a2af37940 This distinfo file isn't used any more, ../canna/distinfo is used now. 2003-06-01 07:11:19 +00:00
uebayasi
5e649b82c9 "canna" in "canna-server" out. 2003-05-31 14:01:32 +00:00
uebayasi
4e67c50dc2 Update to 2.06.3.
* Improve IPv6 support.
* Make XIM, Ximp start keys configurable.
* Keep input modes across conversations.  (History functions.)
* Convert "oh" as "oo".
* Support "Off The Spot" style.

And tons of bug fixes.
2003-05-31 13:09:00 +00:00
uebayasi
9b637257eb * Move to use inputmethod/canna/Makefile.{common,include} for common
definitions/inclusions.

* Deprecate canna-server and introduce inputmethod/canna as the new
  Canna meta package.
2003-05-31 08:28:33 +00:00
uebayasi
8d076518c1 * Move Canna-server from inputmethod/canna-server to here.
* Put Makefile.common and Makefile.include for common definitions and
  inclusions.

* Update to 3.6p3.  From Toru Takamizu in PR#20208.

  Random summary of changes since 3.6p1.

	* CHANGES.jp: update
	* Fix sample files.
	* Install default.canna to cannaLibDir.
	* Fix cursor handling in tango-touroku.
	* Add "nami" symbol.
	* Prevent wrong learning.  It had occured in two situations:
	   1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode
	   2. bubun muhenkan
	  In both cases, all bunsetsus had been learned.
	  This commit is only a quick hack. tanbunContext should be removed
	  and new protocol should be added in future.
	* lib/RKC/wconvert.c(SendType11Request): stop buffer overrun
	* server/IR.h: define _WCHAR_t again after include "canna/RK.h"
	  New direcroty hierarchy.
	  Currently old hierarchy is default on stable branch.

  And document/code bug fixes.
2003-05-31 07:24:38 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
uebayasi
3cde4b4ede Update to 3.6nb2; make this available for Canna 3.6p1, and work without X.
Submitted by Osamu Oishi <oishi at ims dot ac dot jp> in tech-pkg-ja@.
2003-04-19 03:51:24 +00:00
kei
cf2cb9f78a unicon-im depends on pth, not pthread. it uses native API of pth. So
changed dependency to pth itself.  it should fix the build problem,
which found and reported by kay at kaynet dot ne dot jp.

Bump PKGREVISION to 1.
2003-04-18 13:39:37 +00:00
uebayasi
8f4c11a8a7 Forgot in last. 2003-04-17 06:00:54 +00:00
uebayasi
c08ae8210b Update to 2.3.
* Input character statistics facility.
* Support skkinput3.
* PDF manual.
* EELLL random mode.
* EELLL tutorial.
* EELLL displays bitmaps.
* Interactive setup.

Plus many bug fixes / improvements.
2003-04-17 06:00:13 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
f2c0357f0b Remove unnecessary empty lines. 2003-03-28 21:24:22 +00:00
jschauma
fa8ed88fa4 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-02 20:18:50 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
tron
09eb67b31f Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
2003-01-19 08:48:47 +00:00
wiz
7ee0336f1c Fix mule-ucs's package name. 2003-01-12 02:27:52 +00:00
uebayasi
a0db912e73 A missed dependency on Mule-UCS. 2003-01-11 13:38:55 +00:00
seb
4975a18efb Avoid setting LOCALBASE (this breaks path to some commands on non-NetBSD
systems), tweak PREFIX instead (but must comes after inclusion of bsd.pkg.mk).
2002-12-29 01:32:43 +00:00
seb
b246f7270d Avoid setting LOCALBASE (this breaks path to some commands on non-NetBSD
systems), tweak PREFIX instead (but must comes after inclusion of bsd.pkg.mk).

Also remove apparent useless post-build target.
2002-12-29 01:03:21 +00:00
uebayasi
b4c24525c5 Update Canna to 3.6p1.
Changes from 3.5b2 are:
	* Add -inet option not to allow TCP connections by default.
	* Fix a buffer overflow.  (This fix was already incorpolated
	  in Pkgsrc version.)
	* Improve dicionary.
	* Improve conversion engine.
	* Other bug fixes.

Patch is made by Yoshifumi Hiramatsu.  Tested by Toru Takamizu.
2002-12-27 08:41:23 +00:00
uebayasi
2bc761536b Buildlink name is different from package name. Correct it. Supposed
to fix kinput2 build problem.
2002-12-27 06:29:20 +00:00
uebayasi
cbeadb23da Update MASTER_SITES. 2002-12-27 00:33:54 +00:00
salo
21fe715c2b Add missing buildlink2.mk file for graphics/gdk-pixbuf, +USE_BUILDLINK2. 2002-12-08 03:24:26 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
itojun
14a5288176 apply point patch to solve remote buffer overrun vuln.
(should upgrade to 3.6p1)
http://canna.sourceforge.jp/sec/Canna-2002-01.txt
2002-12-02 03:40:20 +00:00
salo
ba854aa5c1 USE_PKGLOCALEDIR. 2002-12-01 14:37:12 +00:00
taca
99a5c10056 Update ddskk package to 20021124.
DISTFILES hack dosen't seems to need now.


2002-11-20  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>

	* Makefile (SNAPBASE, tar, snapshot): Add `-'.

2002-11-10  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>

	* skk-dic.el.in: Set buffer coding system to iso-2022-jp and
	specify the coding system in the header.

2002-11-09  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>

	* skk-dic.el.in (skk-search-small-dic): Add doc string.

2002-11-09  Akihiro Motoki  <amotoki@dd.iij4u.or.jp>

	* skk-comp.el (skk-comp-do): Keyword completion shows a candidate
	circularly. (After showing the last candidate, back to the first.)
	(skk-comp-previous): Ditto.

	* skk.el (keyboard-quit): While keyword completion in Midashi
	input mode, C-g terminates the completion and redisplay the
	original Midashi input.

	* skk-vars.el (skk-comp-circulate): New user variable.
	(skk-comp-search-done): New buffer local variable.

2002-11-09  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>

	* skk-setup.el.in (isearch-mode-end-hook): Check if
	`skk-isearch-mode-enable' is non-nil before invoking
	`skk-isearch-mode-cleanup'

2002-11-03  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>

	* skk-vars.el (skk-isearch-mode-enable): New user variable.

	* skk-setup.el.in (isearch-mode-hook): Check if
	`skk-isearch-mode-enable' is non-nil before invoking
	`skk-isearch-mode-setup'.

2002-10-28  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>

	* doc/skk.texi changes
		(taca: I've omited description in Japanese.)

2002-10-22  Yano Keisuke <yano@moon.email.ne.jp>

	* skk-kcode.el (skk-display-code): Modified for JISX0213.
	Change display of KUTEN code in accordance with `JIS kanji jiten'.
		(taca: I've omited description in Japanese.)
	(skk-jis2sjis2): New function.
2002-11-30 13:29:21 +00:00
cjep
5ba314b8a5 Add NetBSD tag. 2002-11-26 21:40:12 +00:00
wiz
bbb2f125f1 Sort. 2002-11-14 12:01:37 +00:00
wiz
4261deef49 Work around the fact that emacs.mk redefines PKGNAME. Fix apel depends. 2002-11-14 03:53:37 +00:00
itojun
41c31a273b dig into inputmethod/ami 2002-11-12 17:16:09 +00:00
itojun
91822e7dab add korean to category 2002-11-12 17:14:58 +00:00
itojun
e60775c9a3 ami 1.0.11
Ami is hangul input method helping application support xim.
2002-11-12 17:13:07 +00:00
wiz
d4af17a217 Unused. 2002-10-25 17:13:49 +00:00
wiz
b82c707940 buildlink1 -> buildlink2. Remove some unnecessary variables. 2002-10-25 17:13:14 +00:00
wiz
5dd3dace51 buildlink1 -> buildlink2. 2002-10-25 17:04:09 +00:00
wiz
8adbae781a Unused. 2002-10-21 14:29:54 +00:00
wiz
56a9622edd Trivially convert to buildlink2. 2002-10-21 14:28:53 +00:00
wiz
997f9c244e Unused. 2002-10-13 16:10:02 +00:00
wiz
6690cff510 buildlink1 -> buildlink2. 2002-10-13 13:33:48 +00:00
wiz
2a4c96a2ed Unused. 2002-10-13 12:40:28 +00:00
wiz
fd000d2d6a buildlink1 -> buildlink2. 2002-10-13 12:40:07 +00:00
wiz
500f5313b3 buildlink1 -> buildlink2. 2002-10-12 01:29:18 +00:00
uebayasi
85ffb1b83b Honor ${CAT} definition. 2002-10-09 03:59:53 +00:00
agc
45f41b558b Add a comment for this package 2002-10-03 13:32:15 +00:00
uebayasi
ca201d0af3 Update to 20020929. No changes can be seen.
Improve PLIST handling so that conditinally installed files are listed
correctly in PLIST.  This problem is reported by Minoura-san. <minoura at
hauN at org>.
2002-10-01 14:39:39 +00:00
uebayasi
3e7ca2304b Update to 20020929. No changes can be seen.
Improve PLIST handling so that conditinally installed files are listed
correctly in PLIST.  This problem is reported by Minoura-san. <makoto at
hauN dot org>.
2002-10-01 14:39:38 +00:00
uebayasi
2a7400d7d5 Update to 20020929. No changes can be seen.
Improve PLIST handling so that conditinally installed files are listed
correctly in PLIST.  This problem is reported by Minoura-san. <minoura at
hauN at org>.
2002-10-01 14:39:37 +00:00
uebayasi
b7003aea18 Update to 20020929. No changes can be seen.
Improve PLIST handling so that conditinally installed files are listed
correctly in PLIST.  This problem is reported by Minoura-san. <makoto at
hauN dot org>.
2002-10-01 14:39:37 +00:00
wiz
fa58b5c273 Document the difference to canna-server. Closes PR 18423 by Curt Sampson. 2002-09-28 23:58:44 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
24e7255d91 buildlink1 -> buildlink2 2002-09-23 03:07:40 +00:00
jlam
b444e15023 buildlink1 -> buildlink2, and note that this package requires X11 to build. 2002-09-23 03:00:01 +00:00
jlam
f899e7e0b7 * buildlink1 -> buildlink2
* This package doesn't need pthreads...the pth dependency is supplied by
  unicon-im.
2002-09-23 02:39:34 +00:00
jlam
85df4a1fdc This package doesn't want pthreads...it wants GNU pth. 2002-09-23 02:02:46 +00:00
jlam
eb8638a697 Add a buildlink2.mk file for use by other package Makefiles. 2002-09-23 01:42:08 +00:00
jlam
08534cc34a buildlink1 -> buildlink2 2002-09-23 01:36:58 +00:00
uebayasi
96c47fd967 Add & enable ddskk. 2002-09-16 13:21:28 +00:00
uebayasi
ea8d6ea60b Initial import of DDSKK 20020915.
SKK is one of Japanese input methods on Emacs. SKK was designed and created in
1987 by Masahiko Sato(a professor of Kyoto University). We will expand SKK in
this openlab in accordance with the GPL.

SKK is an abbreviation of `Simple Kana to Kanji conversion program'. Some
people say SKK should be `simple' as its name indicates and should not be
complicated in both of its features and structure of files. The goal of this
openlab is that we can say, `SKK is still simple in its main features, but
optionally exandable and still fast!'
2002-09-16 13:20:43 +00:00
uebayasi
6444161d4f s/install-info/${INSTALL_INFO}/ 2002-09-16 13:09:07 +00:00
uebayasi
25a5600236 Add & enable iiimecf. 2002-09-15 07:02:05 +00:00
uebayasi
8240fe00d5 Initial import of IIIMECF 0.6.
IIIMECF conforms IIIM Protocol Specification defined by Sun Microsystems,
and consists of a library to create IIIM awared applications and a simple
input method library controlled by IIIM server(s).

One of applications which use IIIM Protocol is (newer) ATOK, a proprietary
Japanese input method.
2002-09-15 07:01:14 +00:00
uebayasi
7dd22372a8 Add & enable tc. 2002-09-15 06:32:29 +00:00
uebayasi
f85cd2132e Initial import of tc-2.2.1, another Japanese imput method.
TC2 provides T-Code and TUT-Code input methods for Emacs users. T-Code
and TUT-Code are called "Kanji Direct Input Method", and desiged to be
more efficient Japanese input method than Kana-Kanji translation.

For more infomation, please look into these web sites.

T-Code   -> http://openlab.ring.gr.jp/tcode/index.html
TUT-Code -> http://www.crew.sfc.keio.ac.jp/~chk/
2002-09-15 06:31:42 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
grant
618961e568 check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21 02:43:44 +00:00
agc
152a9e10d4 Create the Freewnn user and group in this package - they default to
wnn and jserver, respectively.
2002-08-12 09:44:15 +00:00
jlam
c6beaeadc6 Rewrite canna rc.d script so that it more closely resembles other pkgsrc
rc.d scripts.  This should now honor $canna settings in /etc/rc.conf.
This addresses pkg/17543 by itojun.
2002-08-07 07:43:32 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
uebayasi
fa305b2450 Missed symlinks of shared libraries. Pointed out by Toru TAKAMIZU. 2002-07-19 14:50:06 +00:00
agc
de072a7d45 The configure script needs to find the db3 libs, so pass in the buildlink
directory via --with-db-inc and --with-db-lib.

Set USE_BUILDLINK_ONLY to yes

Use pax to copy a file hierarchy at installation time.
2002-07-16 15:40:59 +00:00
sakamoto
26b308753b fix jserverrc installation probrem (lib -> server-bin). 2002-06-20 08:55:50 +00:00
kei
6ad42a54de set write permission of the file which will be patched in make patch stage
to true.  Unless make will stop and wait for users' interaction.
2002-06-16 09:54:30 +00:00
shell
7757a246d7 add unicon-im and Chinput 2002-06-15 09:32:36 +00:00
shell
ff169c7c04 Initial import of Chinput-3.0
(PR#17231 by Rui-Xiang Guo <rxg@netbsd.org>)

Chinese input server
---
Chinput is a Chinese input server. It supports XIM(X Input Method)
Protocol and its own protocol for Chinese platform. XIM is the
standard input protocol for DBCS input in X11. All the clients can
use it if they support XIM.  Chinput now use the input engine(IME)
from Unicon, and it can support both GB and Big5 charset.
2002-06-15 09:31:38 +00:00
shell
28a69fdf76 Initial import of unicon-im-1.2
(PR#17230 by Rui-Xiang Guo <rxg@netbsd.org>)


libraries and modules of Unicon
---
The Unicon project intend to implement display/input CJK
(Chinese/Japanese/Korean) characters under the Framebuffer under
Linux.

This package will install the libraries and modules for Chinput.
2002-06-15 09:29:14 +00:00
wiz
303f2de7a8 Fix path to freewnn-lib (it's ja-freewnn-lib). 2002-06-12 01:46:42 +00:00
sakamoto
56d80785e7 adapt to update of canna-lib, ja-freewnn-lib, sj3-lib,
and use buildlink.mk.
2002-06-10 11:53:54 +00:00
sakamoto
b860c00214 forgot to bump PKGREVISION. 2002-06-10 11:06:35 +00:00
sakamoto
7f567e99c0 add and enable canna-dict, canna-server-bin,
ja-freewnn-dict, ja-freewnn-server-bin,
	sj3-dict, sj3-server-bin
2002-06-10 10:24:25 +00:00
sakamoto
cec8324031 bump PKGREVISION.
split out into sj3-dict and sj3-server-bin,
sj3-server is meta package for these packages.
2002-06-10 10:22:41 +00:00
sakamoto
2f5e48669a bump PKGREVISION.
add buildlink.mk.
use devel/nbitools instead of ${X11BASE}/xmkmf.
2002-06-10 10:21:25 +00:00
sakamoto
205d81c995 bump PKGREVISION.
split out into ja-freewnn-dict and ja-freewnn-server-bin,
ja-freewnn-server is meta package for these packages.
2002-06-10 10:17:12 +00:00
sakamoto
01daaa220f bump PKGREVISION.
add buildlink.mk.
DIST_SUBDIR=freewnn.
apply to security-related patch
ftp://ftp.etl.go.jp/pub/FreeWnn/patch-1.1.0-a01.gz.
2002-06-10 10:03:33 +00:00
sakamoto
ffa5373731 bump PKGREVISION, sync with canna-lib. 2002-06-10 09:54:59 +00:00
sakamoto
f530ea4bd6 bump PKGREVISION.
split out into canna-dict and canna-server-bin,
canna-server is meta package for these packages.
2002-06-10 09:52:15 +00:00
sakamoto
1b081a9e7c bump PKGREVISION.
add buildlink.mk.
use devel/nbitools instead of ${X11BASE}/xmkmf.
purge /var/dict/canna.
2002-06-10 09:47:26 +00:00
sakamoto
84c217258c Import sj3-server-bin-2.0.1.20nb1
Japanese input method (server binary)
separated from inputmethod/sj3-server, Approved by agc.
2002-06-10 09:16:37 +00:00
sakamoto
e7cac71830 Import sj3-dict-2.0.1.20nb1
Japanese input method (dictionary)
separated from inputmethod/sj3-server, Approved by agc.
2002-06-10 09:15:23 +00:00
sakamoto
326c7083cf Import ja-FreeWnn-server-bin-1.10nb1
Japanese/Chinese/Korean input method (Japanese server binary)
separated from inputmethod/ja-freewnn-server, Approved by agc.
2002-06-10 09:13:31 +00:00
sakamoto
9bff969ae6 Import ja-FreeWnn-dict-1.10nb1
Japanese/Chinese/Korean input method (Japanese dictionary)
separated from inputmethod/ja-freewnn-server, Approved by agc.
2002-06-10 09:11:31 +00:00
sakamoto
93b7a7e192 Import Canna-server-bin-3.5.2nb2
Kana-Kanji conversion system (server binary)
separated from inputmethod/canna-server, Approved by agc.
2002-06-10 09:08:44 +00:00
sakamoto
b2c73af34e Import Canna-dict-3.5.2nb2
Kana-Kanji conversion system (dictionary)
separated from inputmethod/canna-server, Approved by agc.
2002-06-10 09:05:09 +00:00
cjep
2376700d26 libtabe lives in the inputmethod directory. 2002-06-04 16:12:04 +00:00
uebayasi
897e5b7127 Add & enable xcin. 2002-06-04 08:47:45 +00:00
uebayasi
52ba3c12fd Initial import of xcin-2.3.5.pre2.
XCIN is an XIM (X Input Method) server which is widely used in Taiwan to
perform Chinese input under X Window system. It is originally developed
by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early
days; while now it is supported by the XCIN Project.
2002-06-04 08:46:59 +00:00
uebayasi
27a7fb2ce9 Add & enable libtabe. 2002-06-04 08:32:04 +00:00
uebayasi
4c13ecc3c7 Initial import of libtabe, submitted by Rui-Xiang Guo in pkg/12171.
After its pioneering work on Chinese i18n/l10n issues, TaBE Project extends its
goal to more general Chinese language processing issues on computer systems.

libtabe, the latest work made available by the Project, is a library which
provides useful Chinese functions/routines that deal with many fundamental
elements such as pronunciation(BoPoMoFo), character frequency, word
identification, word frequency. It also comes with a free word database
consists of more than 130,000 words.
2002-06-04 08:31:10 +00:00
seb
2cae6135c9 Add & enable newly reimported packages from the japanese category:
canna-lib, canna-server, canuum, ja-freewnn-lib, ja-freewnn-server, kinput2, sj3-lib, sj3-server, skkfep, skkinput, skkserv.

This is part of the japanese category retirement.
2002-05-31 14:14:16 +00:00
seb
9b3179d34e Reimport of package Canna-server from japanese/canna-server into inputmethod/canna-server.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:33 +00:00
seb
cb8b8208a5 Reimport of package canuum from japanese/canuum into inputmethod/canuum.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:31 +00:00
seb
76f26903ed Reimport of package ja-FreeWnn-server from japanese/freewnn-server into inputmethod/ja-freewnn-server.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:28 +00:00
seb
6986cb4c86 Reimport of package kinput2 from japanese/kinput2 into inputmethod/kinput2.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:25 +00:00
seb
a8c0d3ebb8 Reimport of package sj3-server from japanese/sj3-server into inputmethod/sj3-server.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:13 +00:00
seb
b99ed58120 Reimport of package Canna-lib from japanese/canna-lib into inputmethod/canna-lib.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:58 +00:00
seb
d73e092db7 Reimport of package ja-FreeWnn-lib from japanese/freewnn-lib into inputmethod/ja-freewnn-lib.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:48 +00:00
seb
db5a700d20 Reimport of package sj3-lib from japanese/sj3-lib into inputmethod/sj3-lib.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:27 +00:00
seb
15040bf4af Reimport of package skkfep from japanese/skkfep into inputmethod/skkfep.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:04 +00:00
seb
bafcb1bc2c Reimport of package skkinput from japanese/skkinput into inputmethod/skkinput.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:02 +00:00
seb
ccf31e5072 Reimport of package skkserv from japanese/skkserv into inputmethod/skkserv.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 12:59:58 +00:00
seb
b6d8a22660 Inputmethod category created, it is for input method tools and libraries. 2002-05-31 11:53:40 +00:00