pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/skk



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct  2 12:18:40 UTC 2016

Modified Files:
        pkgsrc/inputmethod/skk: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/inputmethod/skk/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/skk/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/skk/distinfo

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

Modified files:

Index: pkgsrc/inputmethod/skk/Makefile
diff -u pkgsrc/inputmethod/skk/Makefile:1.31 pkgsrc/inputmethod/skk/Makefile:1.32
--- pkgsrc/inputmethod/skk/Makefile:1.31        Sun Sep 18 13:59:24 2016
+++ pkgsrc/inputmethod/skk/Makefile     Sun Oct  2 12:18:40 2016
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 CONFLICTS=     ddskk-[0-9]*
 
+WRKSRC=                ${WRKDIR}/ddskk-ddskk-16.1_Futamata
+
 EMACS_MODULES+=        base leim
 EMACS_BUILDLINK=YES
 

Index: pkgsrc/inputmethod/skk/PLIST
diff -u pkgsrc/inputmethod/skk/PLIST:1.17 pkgsrc/inputmethod/skk/PLIST:1.18
--- pkgsrc/inputmethod/skk/PLIST:1.17   Tue Feb 21 09:51:25 2012
+++ pkgsrc/inputmethod/skk/PLIST        Sun Oct  2 12:18:40 2016
@@ -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/cdb.elc
 ${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

Index: pkgsrc/inputmethod/skk/distinfo
diff -u pkgsrc/inputmethod/skk/distinfo:1.11 pkgsrc/inputmethod/skk/distinfo:1.12
--- pkgsrc/inputmethod/skk/distinfo:1.11        Tue Nov  3 22:13:39 2015
+++ pkgsrc/inputmethod/skk/distinfo     Sun Oct  2 12:18:40 2016
@@ -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