Subject: CVS commit: pkgsrc/inputmethod
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/05/2006 04:48:28
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jul  5 04:48:28 UTC 2006

Modified Files:
	pkgsrc/inputmethod/canna: DESCR Makefile Makefile.common
	pkgsrc/inputmethod/canna-canuum: MESSAGE Makefile PLIST
	pkgsrc/inputmethod/canna-dict: Makefile PLIST
	pkgsrc/inputmethod/canna-lib: Makefile
	pkgsrc/inputmethod/canna-server: Makefile
	pkgsrc/inputmethod/canna/files: canna.sh
Removed Files:
	pkgsrc/inputmethod/canna: Makefile.include Makefile.version

Log Message:
* 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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/inputmethod/canna/DESCR
cvs rdiff -r1.5 -r1.6 pkgsrc/inputmethod/canna/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/inputmethod/canna/Makefile.common
cvs rdiff -r1.2 -r0 pkgsrc/inputmethod/canna/Makefile.include \
    pkgsrc/inputmethod/canna/Makefile.version
cvs rdiff -r1.1 -r1.2 pkgsrc/inputmethod/canna-canuum/MESSAGE \
    pkgsrc/inputmethod/canna-canuum/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/inputmethod/canna-canuum/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/inputmethod/canna-dict/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/canna-dict/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/inputmethod/canna-lib/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/inputmethod/canna-server/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/inputmethod/canna/files/canna.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.