pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/skk Update to 16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c22906f9978
branches:  trunk
changeset: 353297:2c22906f9978
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Oct 02 12:18:40 2016 +0000

description:
Update to 16.1

Changelog:
** MELPA install
** Support Emacs 25
*** Add skk-help-make-usage as wrapper macro
** Development environment
*** Converted from CVS to Git
*** Add test and uninstall target to Makefile and make.bat
** Documentation
*** Rename READMEs/REAME to README.md
*** Convert READMEs/* to UTF-8
*** Generation of PDF file from skk.texi
**** Convert skk.texi to UTF-8
**** Create makepdf.bat and makepdf.sh scripts to PDF generation
** Add prefix ccc- to ccc.el functions etc.
** Remove queue-m.el, use cons() instead
** Remove skk-annotation-browser-function variable
** Add keyboard type nicola-colemak and omelet-colemak

diffstat:

 inputmethod/skk/Makefile |   6 ++++--
 inputmethod/skk/PLIST    |   4 +---
 inputmethod/skk/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r 9efdb65e6aa6 -r 2c22906f9978 inputmethod/skk/Makefile
--- a/inputmethod/skk/Makefile  Sun Oct 02 12:17:50 2016 +0000
+++ b/inputmethod/skk/Makefile  Sun Oct 02 12:18:40 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2016/09/18 13:59:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2016/10/02 12:18:40 ryoon Exp $
 #
 
-DISTNAME=      ddskk-15.2
+DISTNAME=      ddskk-16.1
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/}
 CATEGORIES=    japanese inputmethod
 MASTER_SITES=  http://openlab.ring.gr.jp/skk/maintrunk/ \
@@ -14,6 +14,8 @@
 
 CONFLICTS=     ddskk-[0-9]*
 
+WRKSRC=                ${WRKDIR}/ddskk-ddskk-16.1_Futamata
+
 EMACS_MODULES+=        base leim
 EMACS_BUILDLINK=YES
 
diff -r 9efdb65e6aa6 -r 2c22906f9978 inputmethod/skk/PLIST
--- a/inputmethod/skk/PLIST     Sun Oct 02 12:17:50 2016 +0000
+++ b/inputmethod/skk/PLIST     Sun Oct 02 12:18:40 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2012/02/21 09:51:25 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/10/02 12:18:40 ryoon Exp $
 info/skk.info
 ${EMACS_LISPPREFIX}/skk/ccc.el
 ${EMACS_LISPPREFIX}/skk/ccc.elc
@@ -7,8 +7,6 @@
 ${EMACS_LISPPREFIX}/skk/context-skk.el
 ${EMACS_LISPPREFIX}/skk/context-skk.elc
 ${EMACS_LISPPREFIX}/skk/leim-list.el
-${EMACS_LISPPREFIX}/skk/queue-m.el
-${EMACS_LISPPREFIX}/skk/queue-m.elc
 ${EMACS_LISPPREFIX}/skk/skk-abbrev.el
 ${EMACS_LISPPREFIX}/skk/skk-abbrev.elc
 ${EMACS_LISPPREFIX}/skk/skk-act.el
diff -r 9efdb65e6aa6 -r 2c22906f9978 inputmethod/skk/distinfo
--- a/inputmethod/skk/distinfo  Sun Oct 02 12:17:50 2016 +0000
+++ b/inputmethod/skk/distinfo  Sun Oct 02 12:18:40 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 22:13:39 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/10/02 12:18:40 ryoon Exp $
 
-SHA1 (ddskk-15.2.tar.gz) = 23b7c83dfa4997a0be47fca8cfd316e68f4342ec
-RMD160 (ddskk-15.2.tar.gz) = 4673d842973b66e07a654a03a5f2e7b52f6c3616
-SHA512 (ddskk-15.2.tar.gz) = fac4ab9adf22ae64500e77447dc85e371375c63f8438860776f2fe1c9a599c40f9133926de67bfa3f28b57bfe7ae924cc9d3d38c0def9dae13341082d8accf77
-Size (ddskk-15.2.tar.gz) = 850305 bytes
+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



Home | Main Index | Thread Index | Old Index