diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-03-06 09:58:51 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-03-06 09:58:51 +0000 |
commit | 0c280e4a88c3fa5b26264b1e86f2566556e8232c (patch) | |
tree | 03104de0720ae9b44a2c8ca366df7140775f00fd | |
parent | efca6f19dcc2b8d2b54151f4e1b43d6972096bdc (diff) | |
download | pkgsrc-0c280e4a88c3fa5b26264b1e86f2566556e8232c.tar.gz |
Update to 16.2
Chagneglog:
* Remove GNU Emacs 22 support
16.1 supports GNU Emacs 22.
* Add GNU Emacs 26 support
Use encode-coding-string() instead of obsolete string-make-unibyte().
* Support Ruby 2.4
Support bayesian/bskk with Ruby 2.4.
* Select window management
skk-candidate-buffer-delete-other-windows as nil disables
windows management.
* Candidates display with SPC key
skk-show-candidates-nth-henkan-char should be 2 or greater.
* A number of Candidates
Specify a number as skk-henkan-number-to-display-candidates.
Do not use skk-henkan-show-candidates-rows, it is obsolete.
-rw-r--r-- | inputmethod/skk/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/skk/PLIST | 6 | ||||
-rw-r--r-- | inputmethod/skk/distinfo | 10 |
3 files changed, 12 insertions, 10 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile index efb97d148fd..644ae28e03f 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2017/01/19 18:52:13 agc Exp $ +# $NetBSD: Makefile,v 1.34 2017/03/06 09:58:51 ryoon Exp $ # -DISTNAME= ddskk-16.1 +DISTNAME= ddskk-16.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/} CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 CONFLICTS= ddskk-[0-9]* -WRKSRC= ${WRKDIR}/ddskk-ddskk-16.1_Futamata - EMACS_MODULES+= base leim EMACS_BUILDLINK=YES diff --git a/inputmethod/skk/PLIST b/inputmethod/skk/PLIST index 1561b93fa90..94d30fb1789 100644 --- a/inputmethod/skk/PLIST +++ b/inputmethod/skk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2016/10/02 12:18:40 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.19 2017/03/06 09:58:51 ryoon Exp $ info/skk.info ${EMACS_LISPPREFIX}/skk/ccc.el ${EMACS_LISPPREFIX}/skk/ccc.elc @@ -59,6 +59,8 @@ ${EMACS_LISPPREFIX}/skk/skk-macs.el ${EMACS_LISPPREFIX}/skk/skk-macs.elc ${EMACS_LISPPREFIX}/skk/skk-num.el ${EMACS_LISPPREFIX}/skk/skk-num.elc +${EMACS_LISPPREFIX}/skk/skk-search-web.el +${EMACS_LISPPREFIX}/skk/skk-search-web.elc ${EMACS_LISPPREFIX}/skk/skk-server-completion.el ${EMACS_LISPPREFIX}/skk/skk-server-completion.elc ${EMACS_LISPPREFIX}/skk/skk-server.el @@ -82,6 +84,8 @@ ${EMACS_LISPPREFIX}/skk/skk-viper.el ${EMACS_LISPPREFIX}/skk/skk-viper.elc ${EMACS_LISPPREFIX}/skk/skk.el ${EMACS_LISPPREFIX}/skk/skk.elc +${EMACS_LISPPREFIX}/skk/tar-util.el +${EMACS_LISPPREFIX}/skk/tar-util.elc share/skk/NICOLA-SKK.tut share/skk/SKK.tut share/skk/SKK.tut.E diff --git a/inputmethod/skk/distinfo b/inputmethod/skk/distinfo index af08363bb7a..63c1ccfca97 100644 --- a/inputmethod/skk/distinfo +++ b/inputmethod/skk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/10/02 12:18:40 ryoon Exp $ +$NetBSD: distinfo,v 1.13 2017/03/06 09:58:51 ryoon Exp $ -SHA1 (ddskk-16.1.tar.gz) = 111693297ced2232c57d9d6537adcf754fa1f18b -RMD160 (ddskk-16.1.tar.gz) = 6dec1588d0a32b21b55d219b6132ac3b5371cbb9 -SHA512 (ddskk-16.1.tar.gz) = 68875f7ad89ce847103bbe4644db3800c84cc5907a4769c37f7aab5bc64577e1ea5f49de41c5708daf3f5f2bb7176237dcec5ea05e52a61f7c78cfb2670ced7b -Size (ddskk-16.1.tar.gz) = 878564 bytes +SHA1 (ddskk-16.2.tar.gz) = 88fab51839e821ec60730ada8772d395faecb1f5 +RMD160 (ddskk-16.2.tar.gz) = 448f4073d9b7c4188e853b2c94bfb49560a9b7a7 +SHA512 (ddskk-16.2.tar.gz) = 591d66e2d217a289ce8273ed7da10c0ed72029e961efde0537044f7ad3f5f46943cf5c71ec1d97a27743fcea91a9fab81c86e2772047892f53e2852bf58ef45c +Size (ddskk-16.2.tar.gz) = 886618 bytes |