diff options
author | uebayasi <uebayasi> | 2003-03-04 09:10:00 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-03-04 09:10:00 +0000 |
commit | 5174476139cc3867f356723e997d02032c9556e5 (patch) | |
tree | bdc4bb8b3bad3b0424aab0c883885095dbe7a169 /textproc/ispell-emacs | |
parent | dadbe10b8d9f9e1fb11758c0905ae88eb1c88aad (diff) | |
download | pkgsrc-5174476139cc3867f356723e997d02032c9556e5.tar.gz |
Initial import of ispell.el 3.6.
Ispell is a fast screen-oriented spelling checker that displays
errors in the context of the original file, and suggests possible
corrections. Some of the salient features of ispell include its
multilingual support and integration with emacs. Ispell contains
direct support for files formatted using LaTeX and [nt]roff. The
integration into emacs supports additional formats, including
hypertext files.
ispell.el is an emacs/XEmacs interface to ispell.
(Special thanks to Thomas Klausne for providing a nice DESCR! :-)
Diffstat (limited to 'textproc/ispell-emacs')
-rw-r--r-- | textproc/ispell-emacs/DESCR | 9 | ||||
-rw-r--r-- | textproc/ispell-emacs/Makefile | 27 | ||||
-rw-r--r-- | textproc/ispell-emacs/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-emacs/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/ispell-emacs/DESCR b/textproc/ispell-emacs/DESCR new file mode 100644 index 00000000000..eb45e569474 --- /dev/null +++ b/textproc/ispell-emacs/DESCR @@ -0,0 +1,9 @@ +Ispell is a fast screen-oriented spelling checker that displays +errors in the context of the original file, and suggests possible +corrections. Some of the salient features of ispell include its +multilingual support and integration with emacs. Ispell contains +direct support for files formatted using LaTeX and [nt]roff. The +integration into emacs supports additional formats, including +hypertext files. + +ispell.el is an emacs/XEmacs interface to ispell. diff --git a/textproc/ispell-emacs/Makefile b/textproc/ispell-emacs/Makefile new file mode 100644 index 00000000000..821f083403b --- /dev/null +++ b/textproc/ispell-emacs/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 09:10:00 uebayasi Exp $ +# + +DISTNAME= ispell.el +PKGNAME= ispell-emacs-3.6 +CATEGORIES= textproc +MASTER_SITES= ftp://kdstevens.com/pub/stevens/ +EXTRACT_SUFX= .gz + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://kdstevens.com/~stevens/ispell-page.html +COMMENT= Emacs interface for ispell spell checker + +DEPENDS= ispell-base-[0-9]*:../../textproc/ispell-base + +WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME_NOREV} + +NO_CONFIGURE= # +NO_BUILD= # + +do-install: + ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/ispell + ${INSTALL_DATA} ${WRKSRC}/ispell.el ${EMACS_LISPPREFIX}/ispell + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-emacs/PLIST b/textproc/ispell-emacs/PLIST new file mode 100644 index 00000000000..f5c979116d0 --- /dev/null +++ b/textproc/ispell-emacs/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/04 09:10:00 uebayasi Exp $ +${EMACS_LISPPREFIX}/ispell/ispell.el +@dirrm ${EMACS_LISPPREFIX}/ispell diff --git a/textproc/ispell-emacs/distinfo b/textproc/ispell-emacs/distinfo new file mode 100644 index 00000000000..dc6b26ed129 --- /dev/null +++ b/textproc/ispell-emacs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/04 09:10:00 uebayasi Exp $ + +SHA1 (ispell-emacs-3.6/ispell.el.gz) = 1c0b69cf89932e6d76a362816d6e7c15dc44ab74 +Size (ispell-emacs-3.6/ispell.el.gz) = 39944 bytes |