Up to [cvs.netbsd.org] / pkgsrc / inputmethod / skkinput
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 17 10:57:56 2011 UTC (5 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.16: +2 -8
lines
Diff to previous 1.16 (colored)
Improve portablility for Japanese man dir.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 17 00:54:11 2011 UTC (5 months, 1 week ago) by marino
Branch: MAIN
Changes since 1.15: +9 -1
lines
Diff to previous 1.15 (colored)
inputmethod/sskinput: DragonFly-specific handling of PLIST DragonFly dumps the documention in man1 instead of cat1. (Not sure why it's different from NetBSD). PLIST substitution handles both cases.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 8 11:52:41 2009 UTC (2 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.14: +13 -8
lines
Diff to previous 1.14 (colored)
Update skkinput to 2.06.4. Based on patch provided by Ryo ONODERA in PR 42416 (include user-destdir support). While here set LICENSE=gnu-gpl-v2. * 2.06.3 -> 2.06.4 - close IM by Shift-Space even if NumLock or CapsLock. - fix skkinput.ja.man install path
Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:12 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Convert packages that test and use USE_INET6 to use the options framework and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 27 13:37:38 2006 UTC (5 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
- fine grained X11 dependencies for packages which have either USE_IMAKE or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 5 06:53:13 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.11: +2 -6
lines
Diff to previous 1.11 (colored)
Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:29 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Modify the pkginstall framework so that it manages all aspects of
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.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 10 22:30:29 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Don't create a do-nothing DEINSTALL script
Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 10 19:30:35 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -9
lines
Diff to previous 1.8 (colored)
Use the pkginstall framework to generate the INSTALL script instead.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:43 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 21 12:02:57 2006 UTC (6 years, 4 months ago) by rxg
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Use MASTER_SITE_SOURCEFORGE_JP.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:24 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 6 03:53:27 2004 UTC (8 years, 4 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update MASTER_SITES.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 21:43:49 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 4 00:32:14 2003 UTC (8 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update the MASTER_SITES path. Addresses PR21765 by Iyoda-san <iyoda at atikoro dot org>.
Revision 1.2 / (download) - annotate - [select for diffs], Sat May 31 13:09:00 2003 UTC (8 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.1: +5 -8
lines
Diff to previous 1.1 (colored)
Update to 2.06.3. * Improve IPv6 support. * Make XIM, Ximp start keys configurable. * Keep input modes across conversations. (History functions.) * Convert "oh" as "oo". * Support "Off The Spot" style. And tons of bug fixes.
Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:48:16 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.2.1: +34 -0
lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.1.1.1.2.1, Fri May 31 13:00:02 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +0 -34
lines
FILE REMOVED
file Makefile was added on branch buildlink2 on 2002-06-23 18:48:16 +0000
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:00:02 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgviews,
pkgsrc-base,
netbsd-1-6-1,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Reimport of package skkinput from japanese/skkinput into inputmethod/skkinput. This is part of the japanese category retirement. CATEGORIES adjusted.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:00:02 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base
Initial revision