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:
parent
a49ca2d5bb
commit
85519daeaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56532
@ -25,6 +25,7 @@
|
||||
SUBDIR += dadadodo
|
||||
SUBDIR += dico
|
||||
SUBDIR += dict
|
||||
SUBDIR += dictionary
|
||||
SUBDIR += diff-mode.el
|
||||
SUBDIR += diffstat
|
||||
SUBDIR += diffutils
|
||||
|
35
textproc/dictionary/Makefile
Normal file
35
textproc/dictionary/Makefile
Normal 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>
|
1
textproc/dictionary/distinfo
Normal file
1
textproc/dictionary/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf
|
1
textproc/dictionary/pkg-comment
Normal file
1
textproc/dictionary/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A dictionary client for Emacs
|
10
textproc/dictionary/pkg-descr
Normal file
10
textproc/dictionary/pkg-descr
Normal 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
|
3
textproc/dictionary/pkg-message
Normal file
3
textproc/dictionary/pkg-message
Normal file
@ -0,0 +1,3 @@
|
||||
To use dictionary, add to your ~/.emacs the following line:
|
||||
|
||||
(load "dictionary-init")
|
10
textproc/dictionary/pkg-plist
Normal file
10
textproc/dictionary/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user