pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/flyspell Update to 1.7f:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0336c274f5c6
branches:  trunk
changeset: 483814:0336c274f5c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 19 18:27:11 2004 +0000

description:
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.

diffstat:

 textproc/flyspell/Makefile |  11 +++++------
 textproc/flyspell/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 049a9e1534f1 -r 0336c274f5c6 textproc/flyspell/Makefile
--- a/textproc/flyspell/Makefile        Fri Nov 19 18:05:42 2004 +0000
+++ b/textproc/flyspell/Makefile        Fri Nov 19 18:27:11 2004 +0000
@@ -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 @@
 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 -r 049a9e1534f1 -r 0336c274f5c6 textproc/flyspell/distinfo
--- a/textproc/flyspell/distinfo        Fri Nov 19 18:05:42 2004 +0000
+++ b/textproc/flyspell/distinfo        Fri Nov 19 18:27:11 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index