pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/ddskk Obsoleted by inputmethod/skk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3353d8784082
branches:  trunk
changeset: 460679:3353d8784082
user:      minoura <minoura%pkgsrc.org@localhost>
date:      Tue Sep 02 14:33:18 2003 +0000

description:
Obsoleted by inputmethod/skk.

diffstat:

 inputmethod/ddskk/DESCR         |   9 --------
 inputmethod/ddskk/Makefile      |  42 -----------------------------------------
 inputmethod/ddskk/PLIST.footer  |   9 --------
 inputmethod/ddskk/PLIST.header  |   6 -----
 inputmethod/ddskk/distinfo      |   4 ---
 inputmethod/ddskk/files/SKK-CFG |  10 ---------
 6 files changed, 0 insertions(+), 80 deletions(-)

diffs (104 lines):

diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/DESCR
--- a/inputmethod/ddskk/DESCR   Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-SKK is one of Japanese input methods on Emacs. SKK was designed and created in
-1987 by Masahiko Sato(a professor of Kyoto University). We will expand SKK in
-this openlab in accordance with the GPL.
-
-SKK is an abbreviation of `Simple Kana to Kanji conversion program'. Some
-people say SKK should be `simple' as its name indicates and should not be
-complicated in both of its features and structure of files. The goal of this
-openlab is that we can say, `SKK is still simple in its main features, but
-optionally exandable and still fast!'
diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/Makefile
--- a/inputmethod/ddskk/Makefile        Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2003/08/09 10:55:28 seb Exp $
-#
-
-DISTNAME=      ddskk-20030629
-CATEGORIES=    japanese inputmethod
-MASTER_SITES=  http://openlab.ring.gr.jp/skk/maintrunk/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    tech-pkg-ja%jp.NetBSD.org@localhost
-HOMEPAGE=      http://openlab.ring.gr.jp/skk/index.html
-COMMENT=       Japanese input methods for Emacs
-
-DEPENDS=       ${PKGNAME_PREFIX}apel>=10.2:../../devel/apel
-
-MAKEFLAGS=     EMACS=${EMACS_BIN}
-ALL_TARGET=    elc
-
-INFO_FILES=    skk.info
-
-do-configure:
-       @${MV} ${WRKSRC}/SKK-CFG ${WRKSRC}/SKK-CFG.orig
-       @${SED} \
-               -e 's|@PREFIX@|${PREFIX}|g' \
-               -e 's|@EMACS_LISPPREFIX@|${EMACS_LISPPREFIX}|g' \
-       ${FILESDIR}/SKK-CFG >${WRKSRC}/SKK-CFG
-
-# Create PLIST, since some files are installed conditionally and what
-# file will be installed is hard to expect before configure / build.
-# The idea here is that files compiled as *.elc will be installed.
-post-build:
-       @{ \
-               ${CAT} ${PKGDIR}/PLIST.header; \
-               cd ${WRKSRC}; \
-               for e in *.elc; do \
-                       ${ECHO} '$${EMACS_LISPPREFIX}/skk/'$${e%.elc}.el; \
-                       ${ECHO} '$${EMACS_LISPPREFIX}/skk/'$$e; \
-               done; \
-               ${CAT} ${PKGDIR}/PLIST.footer; \
-       } >${PKGDIR}/PLIST
-
-.include "../../mk/emacs.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/PLIST.footer
--- a/inputmethod/ddskk/PLIST.footer    Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST.footer,v 1.3 2003/06/29 13:37:45 uebayasi Exp $
-${EMACS_LISPPREFIX}/skk/leim-list.el
-${EMACS_LISPPREFIX}/skk/skk-setup.el
-@dirrm ${EMACS_LISPPREFIX}/skk
-share/skk/NICOLA-SKK.tut
-share/skk/SKK.tut
-share/skk/SKK.tut.E
-share/skk/skk.xpm
-@dirrm share/skk
diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/PLIST.header
--- a/inputmethod/ddskk/PLIST.header    Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST.header,v 1.2 2003/06/29 13:37:45 uebayasi Exp $
-info/skk.info
-info/skk.info-1
-info/skk.info-2
-info/skk.info-3
-info/skk.info-4
diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/distinfo
--- a/inputmethod/ddskk/distinfo        Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.4 2003/06/29 13:37:45 uebayasi Exp $
-
-SHA1 (ddskk-20030629.tar.bz2) = 4bbdd3e38fa46b7537ce469d824276b954f19cd4
-Size (ddskk-20030629.tar.bz2) = 512576 bytes
diff -r 4a346580db50 -r 3353d8784082 inputmethod/ddskk/files/SKK-CFG
--- a/inputmethod/ddskk/files/SKK-CFG   Tue Sep 02 14:27:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-;;; $NetBSD: SKK-CFG,v 1.1.1.1 2002/09/16 13:20:44 uebayasi Exp $
-;;;
-(setq APEL_SPECIFIC_LISPDIR "@EMACS_LISPPREFIX@/apel")
-(setq LISPDIR "@EMACS_LISPPREFIX@")
-;;; XXX We avoid *.{el,elc} files installed under .../emacs/2?.?/site-lisp/...
-(setq VERSION_SPECIFIC_LISPDIR "@EMACS_LISPPREFIX@")
-(setq EMU_PREFIX "emu")
-(setq SKK_DATADIR "@PREFIX@/share/skk")
-(setq SKK_INFODIR "@PREFIX@/info")
-(setq SKK_LISPDIR "@EMACS_LISPPREFIX@/skk")



Home | Main Index | Thread Index | Old Index