diff options
author | uebayasi <uebayasi> | 2003-03-04 09:12:09 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-03-04 09:12:09 +0000 |
commit | e572abf28941ce46cb456b76a45c0ac8fbd1e403 (patch) | |
tree | 82f8280d91aa7996eda7ea5bf48c35be9eb9ef8a /textproc | |
parent | 5174476139cc3867f356723e997d02032c9556e5 (diff) | |
download | pkgsrc-e572abf28941ce46cb456b76a45c0ac8fbd1e403.tar.gz |
Initial import of Flyspell 1.7c.
Flyspell enables on-the-fly spell checking in Emacs by the means
of a minor mode. It is called Flyspell. This facility is hardly
intrusive. It requires no help. Flyspell highlights incorrect words
as soon as they are completed or as soon as the cursor hits a new
word.
Flyspell is language independent because you are free to select
your own dictionary.
Flyspell is compatible with TeX editing. That is, Flyspell tries,
as much as possible, to avoid highlighting TeX command.
Flyspell proposes corrections for miss-spelled words by the means
of pop-up menus. Alternatively you will be able to store the word
in the global dictionary, to add it to the current document dictionary
or to ignore the miss-spelling for the current session.
Flyspell also proposes automatic corrections.
(This DESCR is also written by wiz. :-)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/flyspell/DESCR | 18 | ||||
-rw-r--r-- | textproc/flyspell/Makefile | 32 | ||||
-rw-r--r-- | textproc/flyspell/PLIST | 3 | ||||
-rw-r--r-- | textproc/flyspell/distinfo | 4 |
4 files changed, 57 insertions, 0 deletions
diff --git a/textproc/flyspell/DESCR b/textproc/flyspell/DESCR new file mode 100644 index 00000000000..1bf73d64450 --- /dev/null +++ b/textproc/flyspell/DESCR @@ -0,0 +1,18 @@ +Flyspell enables on-the-fly spell checking in Emacs by the means +of a minor mode. It is called Flyspell. This facility is hardly +intrusive. It requires no help. Flyspell highlights incorrect words +as soon as they are completed or as soon as the cursor hits a new +word. + +Flyspell is language independent because you are free to select +your own dictionary. + +Flyspell is compatible with TeX editing. That is, Flyspell tries, +as much as possible, to avoid highlighting TeX command. + +Flyspell proposes corrections for miss-spelled words by the means +of pop-up menus. Alternatively you will be able to store the word +in the global dictionary, to add it to the current document dictionary +or to ignore the miss-spelling for the current session. + +Flyspell also proposes automatic corrections. diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile new file mode 100644 index 00000000000..a13bb8d6637 --- /dev/null +++ b/textproc/flyspell/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 09:12:09 uebayasi Exp $ +# + +DISTNAME= flyspell.el +PKGNAME= flyspell-1.7c +CATEGORIES= textproc +MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ +EXTRACT_SUFX= # empty + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/flyspell.html +COMMENT= Emacs/Xemacs on-the-fly spell checker + +DEPENDS= ispell-emacs-[0-9]*:../../textproc/ispell-emacs + +EXTRACT_ONLY= # None + +WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME_NOREV} + +NO_CONFIGURE= # +NO_BUILD= # + +do-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} + +do-install: + ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/flyspell + ${INSTALL_DATA} ${WRKSRC}/flyspell.el ${EMACS_LISPPREFIX}/flyspell + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/flyspell/PLIST b/textproc/flyspell/PLIST new file mode 100644 index 00000000000..db60257ec4e --- /dev/null +++ b/textproc/flyspell/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/04 09:12:09 uebayasi Exp $ +${EMACS_LISPPREFIX}/flyspell/flyspell.el +@dirrm ${EMACS_LISPPREFIX}/flyspell diff --git a/textproc/flyspell/distinfo b/textproc/flyspell/distinfo new file mode 100644 index 00000000000..19d70a9d68b --- /dev/null +++ b/textproc/flyspell/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/04 09:12:09 uebayasi Exp $ + +SHA1 (flyspell-1.7c/flyspell.el) = 7d067d536d45904f6d3d52734966796327541166 +Size (flyspell-1.7c/flyspell.el) = 92868 bytes |