diff options
author | tron <tron> | 2002-11-20 08:39:22 +0000 |
---|---|---|
committer | tron <tron> | 2002-11-20 08:39:22 +0000 |
commit | 4eb19505f18d796901a75300023b911d9d65e3b5 (patch) | |
tree | 4d924a65403bd77d6b4d2c2863979c583668af19 /textproc/emacs-dict-client | |
parent | 9507f3338570e9ddec6e113aa6e69ae6696ce8ba (diff) | |
download | pkgsrc-4eb19505f18d796901a75300023b911d9d65e3b5.tar.gz |
Import new "emacs-dict-client" package:
Emacs package for talking to a dictionary server
This package was contributed by Marko Schuetz in PR pkg/18303.
Diffstat (limited to 'textproc/emacs-dict-client')
-rw-r--r-- | textproc/emacs-dict-client/DESCR | 16 | ||||
-rw-r--r-- | textproc/emacs-dict-client/MESSAGE | 13 | ||||
-rw-r--r-- | textproc/emacs-dict-client/Makefile | 20 | ||||
-rw-r--r-- | textproc/emacs-dict-client/PLIST | 9 | ||||
-rw-r--r-- | textproc/emacs-dict-client/distinfo | 4 |
5 files changed, 62 insertions, 0 deletions
diff --git a/textproc/emacs-dict-client/DESCR b/textproc/emacs-dict-client/DESCR new file mode 100644 index 00000000000..3908f396255 --- /dev/null +++ b/textproc/emacs-dict-client/DESCR @@ -0,0 +1,16 @@ +Emacs package for talking to a dictionary server, which can be used to +access several dictionaries using a simple protocol as defined in RFC +2229 (Text Version). +The dictionary mode provides the following features: + * looking up word definitions in all dictionaries + * search for matching word + * words/phrases marked with { } in the dictionary definitions are recognized + as hyper links and browseable + * easy selection of dictionary and search strategy + * backward moving through the visited definitions + * in the latest versions of GNU Emacs and XEmacs you get support for popup + menus + * in GNU Emacs 21 and XEmacs 21 you can lookup words by simply pointing the + mouse cursor to them (tool-tips) + * supports HTTP proxies for port forwarding + * supports dictionaries which are not encoded as utf-8 diff --git a/textproc/emacs-dict-client/MESSAGE b/textproc/emacs-dict-client/MESSAGE new file mode 100644 index 00000000000..cc2305dc610 --- /dev/null +++ b/textproc/emacs-dict-client/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $ + +You may want to add + +(setq load-path + (cons (expand-file-name "${PREFIX}/share/emacs/site-lisp/dictionary") + load-path)) +(load "dictionary-init") + +to your .emacs + +=========================================================================== diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile new file mode 100644 index 00000000000..3d461d343ca --- /dev/null +++ b/textproc/emacs-dict-client/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $ + +DISTNAME= dictionary-1.8.2 +CATEGORIES= textproc +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://me.in-berlin.de/~myrkr/dictionary/ +COMMENT= Emacs package for talking to a dictionary server + +DEPENDS+= emacs>=21.2:../../editors/emacs21 + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/dictionary + cd ${WRKSRC}; \ + ${INSTALL_DATA} connection.elc connection.el dictionary.elc \ + dictionary.el link.elc link.el dictionary-init.el \ + ${PREFIX}/share/emacs/site-lisp/dictionary + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/emacs-dict-client/PLIST b/textproc/emacs-dict-client/PLIST new file mode 100644 index 00000000000..442887d1bb4 --- /dev/null +++ b/textproc/emacs-dict-client/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $ +share/emacs/site-lisp/dictionary/connection.el +share/emacs/site-lisp/dictionary/connection.elc +share/emacs/site-lisp/dictionary/dictionary-init.el +share/emacs/site-lisp/dictionary/dictionary.el +share/emacs/site-lisp/dictionary/dictionary.elc +share/emacs/site-lisp/dictionary/link.el +share/emacs/site-lisp/dictionary/link.elc +@dirrm share/emacs/site-lisp/dictionary diff --git a/textproc/emacs-dict-client/distinfo b/textproc/emacs-dict-client/distinfo new file mode 100644 index 00000000000..8a61d229748 --- /dev/null +++ b/textproc/emacs-dict-client/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $ + +SHA1 (dictionary-1.8.2.tar.gz) = 43b9ec12c08856f3a7ab0a105c077352ec0dcad5 +Size (dictionary-1.8.2.tar.gz) = 32451 bytes |