Dynamic loading module input method `Canna' on Emacs.
PR: ports/8832 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
This commit is contained in:
parent
ef511be9b4
commit
8dd0162faa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16008
45
japanese/emacs20-dl-canna/Makefile
Normal file
45
japanese/emacs20-dl-canna/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: emacs20-dl-canna
|
||||
# Version required: 1.0
|
||||
# Date created: 10 October 1998
|
||||
# Whom: shige
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= emacs-canna-1.0
|
||||
PKGNAME= ja-emacs20-dl-canna-1.0
|
||||
CATEGORIES= japanese editors
|
||||
MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/emacs-20-dl/
|
||||
|
||||
MAINTAINER= shige@kuis.kyoto-u.ac.jp
|
||||
|
||||
LIB_DEPENDS= canna.1:${.CURDIR}/../../japanese/Canna
|
||||
BUILD_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \
|
||||
/nonexistent:${EMACSDL_DIR}:configure
|
||||
RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \
|
||||
${LOCALBASE}/share/emacs/20.3/site-lisp/emu/emu.el:${.CURDIR}/../../editors/apel-emacs20
|
||||
|
||||
WRKSRC= ${WRKDIR}/dl-canna-1.0
|
||||
MAKE_ENV= PREFIX=${PREFIX}
|
||||
MAKE_ARGS= EMACS_SRC_DIR=${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}
|
||||
PLIST_SUB= EMACS_VER=${EMACS_VER} LISPDIR=${LISPDIR} DOCDIR=${DOCDIR}
|
||||
|
||||
EMACS_VER= 20.3
|
||||
#EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl
|
||||
EMACSDL_DIR= ${PORTSDIR}/editors/emacs20-dl
|
||||
MODULEDIR!= emacs-dl-${EMACS_VER} -batch -eval "(princ exec-directory)"
|
||||
LISPDIR= share/emacs/site-lisp
|
||||
DOCDIR= share/doc/emacs20-dl-canna
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/canna.so ${MODULEDIR}/canna.so
|
||||
@${INSTALL_DATA} ${WRKSRC}/canna.el ${PREFIX}/${LISPDIR}/canna.el
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@[ -d ${PREFIX}/${DOCDIR} ] || ${MKDIR} ${PREFIX}/${DOCDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.ja ${PREFIX}/${DOCDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/${DOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/emacs20-dl-canna/distinfo
Normal file
1
japanese/emacs20-dl-canna/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (emacs-canna-1.0.tar.gz) = 6d02c75e31b7df94607770b03fbe3875
|
1
japanese/emacs20-dl-canna/pkg-comment
Normal file
1
japanese/emacs20-dl-canna/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Dynamic loading module input method `Canna' on Emacs.
|
15
japanese/emacs20-dl-canna/pkg-descr
Normal file
15
japanese/emacs20-dl-canna/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
Input method module `Canna' for Emacs with dynamic loading enhancement.
|
||||
|
||||
This is an input method module Canna for Emacs.
|
||||
|
||||
To use Canna, put in your $HOME/.emacs as follows:
|
||||
|
||||
(load "canna")
|
||||
(canna)
|
||||
|
||||
This dynamic loading module sources and emacs20 dynamic loading patch
|
||||
is placed on the following URL:
|
||||
|
||||
ftp://ftp.jaist.ac.jp/pub/GNU/elisp/emacs-20-dl/
|
||||
|
||||
--- Porting by shige <shige@kuis.kyoto-u.ac.jp>.
|
5
japanese/emacs20-dl-canna/pkg-plist
Normal file
5
japanese/emacs20-dl-canna/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
libexec/emacs/%%EMACS_VER%%/i386--freebsd/canna.so
|
||||
%%LISPDIR%%/canna.el
|
||||
%%DOCDIR%%/README.ja
|
||||
%%DOCDIR%%/ChangeLog
|
||||
@dirrm %%DOCDIR%%
|
Loading…
Reference in New Issue
Block a user