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:55:24
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jul  5 04:55:24 UTC 2006

Modified Files:
	pkgsrc/inputmethod/sj3-dict: DESCR Makefile PLIST
	pkgsrc/inputmethod/sj3-lib: DESCR Makefile buildlink3.mk
	pkgsrc/inputmethod/sj3-server: DESCR Makefile
	pkgsrc/inputmethod/sj3-server-bin: DESCR Makefile
	pkgsrc/inputmethod/sj3-server-bin/files: sj3.sh
Added Files:
	pkgsrc/inputmethod/sj3-server-bin: MESSAGE
Removed Files:
	pkgsrc/inputmethod/sj3-dict: INSTALL

Log Message:
* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.

* Fully convert to pkginstall framework by properly using OWN_DIRS*
  to manage required directories during package installation and
  deinstallation.

* Drop the need to explicitly set PREFIX in the package Makefiles.  We
  now install into ${LOCALBASE} like all other pkgsrc packages and use
  symlinks and file copies to put the right files into ${IMDICTDIR}.

* Change default dependency relationship in sj3-lib/buildlink3.mk to a
  build dependency since it the package only installs headers and a
  static library archive.

* Move some important setup instructions from the DESCR file to MESSAGE
  files so that the admin will see them at package installation.

* Rewrite the sj3 rc.d script so that all necessary directories are
  created before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

Bump the PKGREVISIONs on the sj3* packages.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/sj3-dict/DESCR
cvs rdiff -r1.2 -r0 pkgsrc/inputmethod/sj3-dict/INSTALL
cvs rdiff -r1.12 -r1.13 pkgsrc/inputmethod/sj3-dict/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/inputmethod/sj3-dict/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/sj3-lib/DESCR
cvs rdiff -r1.10 -r1.11 pkgsrc/inputmethod/sj3-lib/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/inputmethod/sj3-lib/buildlink3.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/sj3-server/DESCR
cvs rdiff -r1.7 -r1.8 pkgsrc/inputmethod/sj3-server/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/sj3-server-bin/DESCR
cvs rdiff -r0 -r1.1 pkgsrc/inputmethod/sj3-server-bin/MESSAGE
cvs rdiff -r1.13 -r1.14 pkgsrc/inputmethod/sj3-server-bin/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/inputmethod/sj3-server-bin/files/sj3.sh

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