a look up mode on Emacsen for a English - Japanese Dictionary
This commit is contained in:
parent
eab81e2772
commit
bf8c337933
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25057
35
japanese/sdic/Makefile
Normal file
35
japanese/sdic/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: sdic
|
||||
# Version required: 2.1.2
|
||||
# Date created: 09 Sep 1999
|
||||
# Whom: Kazumasa Nishizawa <kazumasa@selab.tutkie.tut.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= sdic-2.1.2
|
||||
PKGNAME= ja-sdic-2.1.2
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= ftp://pine.kuee.kyoto-u.ac.jp/pub/tsuchiya/sdic/
|
||||
|
||||
MAINTAINER= taoka@FreBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/dict/jedict.sdic:${PORTSDIR}/japanese/edict-sdic
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-emacs=mule \
|
||||
--with-lispdir=${PREFIX}/share/emacs/site-lisp \
|
||||
--with-dictdir=${PREFIX}/share/dict
|
||||
XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp
|
||||
${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${PREFIX}/share/emacs/site-lisp
|
||||
for f in ${WRKSRC}/lisp/*.el; do \
|
||||
file=`basename $$f`; \
|
||||
${LN} -sf ${PREFIX}/share/emacs/site-lisp/$$file \
|
||||
${PREFIX}/lib/xemacs/site-lisp; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/sdic/distinfo
Normal file
1
japanese/sdic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sdic-2.1.2.tar.gz) = 7b8aca26fbebb069fea59481a12b5c72
|
1
japanese/sdic/pkg-comment
Normal file
1
japanese/sdic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a look up mode on Emacsen for a English - Japanese Dictionary
|
10
japanese/sdic/pkg-descr
Normal file
10
japanese/sdic/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
SDIC is a lookup mode on Emacsen for an English - Japanese dictionary.
|
||||
It is a simple, small, speedy and smart program.
|
||||
|
||||
;;; for sdic-mode
|
||||
(autoload 'sdic-describe-word "sdic" nil t)
|
||||
(global-set-key "\C-cw" 'sdic-describe-word)
|
||||
(autoload 'sdic-describe-word-at-point "sdic" nil t)
|
||||
(global-set-key "\C-cW" 'sdic-describe-word-at-point)
|
||||
|
||||
WWW: http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/sdic/
|
13
japanese/sdic/pkg-plist
Normal file
13
japanese/sdic/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
share/emacs/site-lisp/sdic-compat.el
|
||||
share/emacs/site-lisp/sdic-gene.el
|
||||
share/emacs/site-lisp/sdic.el
|
||||
share/emacs/site-lisp/sdicf-client.el
|
||||
share/emacs/site-lisp/sdicf.el
|
||||
share/emacs/site-lisp/stem.el
|
||||
lib/xemacs/site-lisp/sdic-compat.el
|
||||
lib/xemacs/site-lisp/sdic-gene.el
|
||||
lib/xemacs/site-lisp/sdic.el
|
||||
lib/xemacs/site-lisp/sdicf-client.el
|
||||
lib/xemacs/site-lisp/sdicf.el
|
||||
lib/xemacs/site-lisp/stem.el
|
||||
@dirrm share/dict
|
Loading…
Reference in New Issue
Block a user