Commit graph

11 commits

Author SHA1 Message Date
obache
16d621267c META_PACKAGE should be set to "yes". 2010-02-20 10:39:01 +00:00
joerg
69ca732749 Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
taca
1a116e4c6e Bump PKGREVISION of inputmethod/canna* packages. 2008-09-18 12:35:27 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
366f3b7f81 * Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.
* Fully convert to the pkginstall framework by using it to manage
  directories required at install time.

* Rewrite the canna rc.d script to ensure that all needed directories
  are present before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

* Remove the need to explicitly set PREFIX.  These packages now install
  into ${LOCALBASE} and use symlinks and file copies to put the files
  into the ${IMDICTDIR}.

Bump the PKGREVISIONs for the canna* packages.
2006-07-05 04:48:28 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
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
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