diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-19 18:27:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-19 18:27:11 +0000 |
commit | b7c0d0e9ccf06b9e0e447318bbf71af872c91675 (patch) | |
tree | a406715f323e09be6f3cd197f47c054a7d9278e8 | |
parent | 4a553ee42f74347446e3b4700bb4d1a00444fae0 (diff) | |
download | pkgsrc-b7c0d0e9ccf06b9e0e447318bbf71af872c91675.tar.gz |
Update to 1.7f:
*** Change the meaning of FLYSPELL-LARGE-REGION. From now on,
if FLYSPELL-LARGE-REGION is nil, regions are treated as small.
*** Improve doublon detection in TeX mode. The fix gets rid
of errors introduced by indexes.
*** Add the FLYSPELL-PROG-MODE-HOOK to FLYSPELL-PROG-MODE.
-rw-r--r-- | textproc/flyspell/Makefile | 11 | ||||
-rw-r--r-- | textproc/flyspell/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index 0408b8561d0..6430547b220 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:26:49 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/19 18:27:11 wiz Exp $ # -DISTNAME= flyspell.el -PKGNAME= flyspell-1.7c +DISTNAME= flyspell-1.7f.el +PKGNAME= ${DISTNAME:S/.el//} CATEGORIES= textproc MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ EXTRACT_SUFX= # empty @@ -16,17 +16,16 @@ 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} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/flyspell - ${INSTALL_DATA} ${WRKSRC}/flyspell.el ${EMACS_LISPPREFIX}/flyspell + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${EMACS_LISPPREFIX}/flyspell/flyspell.el .include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/flyspell/distinfo b/textproc/flyspell/distinfo index ece41e48cbc..e73a529656c 100644 --- a/textproc/flyspell/distinfo +++ b/textproc/flyspell/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/04/16 00:40:57 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2004/11/19 18:27:11 wiz Exp $ -SHA1 (flyspell-1.7c/flyspell.el) = ac0c66514e4f335b13a1c56875b945f4a61f93b3 -Size (flyspell-1.7c/flyspell.el) = 93025 bytes +SHA1 (flyspell-1.7f.el) = b044510710c9bb98d015eb553ef9a441a4ee5251 +Size (flyspell-1.7f.el) = 93335 bytes |