1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add dictionary, a client provides access to a dictionary server

(RFC 2229) from Emacsen.

PR:		ports/36225
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
Yoichi NAKAYAMA 2002-03-24 13:20:01 +00:00
parent a49ca2d5bb
commit 85519daeaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56532
7 changed files with 61 additions and 0 deletions

View File

@ -25,6 +25,7 @@
SUBDIR += dadadodo
SUBDIR += dico
SUBDIR += dict
SUBDIR += dictionary
SUBDIR += diff-mode.el
SUBDIR += diffstat
SUBDIR += diffutils

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: dictionary
# Date created: 23 March 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= dictionary
PORTVERSION= 1.8
CATEGORIES= textproc net elisp
MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= fuyuki@mj.0038.net
EMACS_PORT_NAME?= emacs21
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
do-install:
${MKDIR} ${LISPDIR}
.for i in connection.* dictionary-init.el dictionary.* link.*
${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
.endfor
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf

View File

@ -0,0 +1 @@
A dictionary client for Emacs

View File

@ -0,0 +1,10 @@
This dictionary client provides access to a dictionary server (as
defined in RFC 2229) from within Emacs or XEmacs.
It supports utf-8 (currently available in Emacs 21) and allows to
follow links within the definitions.
WWW: http://www.myrkr.in-berlin.de/dictionary/
- Kimura Fuyuki
fuyuki@mj.0038.net

View File

@ -0,0 +1,3 @@
To use dictionary, add to your ~/.emacs the following line:
(load "dictionary-init")

View File

@ -0,0 +1,10 @@
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/connection.el
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/connection.elc
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary-init.el
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary.el
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary.elc
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.el
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.elc
@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/dictionary
%%PORTDOCS%%share/doc/dictionary/README
%%PORTDOCS%%@dirrm share/doc/dictionary