summaryrefslogtreecommitdiff
path: root/textproc/flyspell
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-03-04 09:12:09 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-03-04 09:12:09 +0000
commitc3f5db5df711f4f9d1f198e0a6bad7a072ea5223 (patch)
tree82f8280d91aa7996eda7ea5bf48c35be9eb9ef8a /textproc/flyspell
parentd8a4e534751a4684e3e9f0d384afaab40e9a0bb3 (diff)
downloadpkgsrc-c3f5db5df711f4f9d1f198e0a6bad7a072ea5223.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/flyspell')
-rw-r--r--textproc/flyspell/DESCR18
-rw-r--r--textproc/flyspell/Makefile32
-rw-r--r--textproc/flyspell/PLIST3
-rw-r--r--textproc/flyspell/distinfo4
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