summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-dict
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.jlam4-57/+20
* 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.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-2/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-10Don't create a do-nothing DEINSTALL scriptjlam1-1/+2
2006-03-10Use the pkginstall framework to generate the INSTALL script instead.jlam2-10/+3
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION inrillig1-2/+2
all sj3 packages.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-03-05bl3ify and enable pkgviews installation.minskim1-2/+6
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-12-29Avoid setting LOCALBASE (this breaks path to some commands on non-NetBSDseb1-2/+4
systems), tweak PREFIX instead (but must comes after inclusion of bsd.pkg.mk).
2002-06-16set write permission of the file which will be patched in make patch stagekei1-1/+2
to true. Unless make will stop and wait for users' interaction.
2002-06-10Import sj3-dict-2.0.1.20nb1sakamoto4-0/+91
Japanese input method (dictionary) separated from inputmethod/sj3-server, Approved by agc.