Commit graph

181 commits

Author SHA1 Message Date
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