pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/matlab-mode Update to 2.3.1 (previous distfile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f9e93bc0d0
branches:  trunk
changeset: 471355:13f9e93bc0d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 27 21:45:07 2004 +0000

description:
Update to 2.3.1 (previous distfile disappeared).
Changes:
Added continue to keyword list.
Added use contributed matlab-generate-latex command.
Doc comment update (New file exchange link, matlab shell switches)
Font lock of pragmas
Whitespace mode support.
Exclude block verify from save hooks.
Fixed if statement regexp for unreachable code.
Add persistent as a keyword.
Fill paragraph: Fix to handle comment at end of buffer.
matlab-shell: Fix where kill-local-variables is called.
User patch for finding the symbol at point.
Yoni Wexler contributed patch for indented tic/toc.
Block highlighting tic/toc.
font lock for tic toc.

diffstat:

 editors/matlab-mode/Makefile |  6 +++---
 editors/matlab-mode/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 709986fe0d9e -r 13f9e93bc0d0 editors/matlab-mode/Makefile
--- a/editors/matlab-mode/Makefile      Sat Mar 27 21:33:32 2004 +0000
+++ b/editors/matlab-mode/Makefile      Sat Mar 27 21:45:07 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:14:05 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/27 21:45:07 wiz Exp $
 #
 
 DISTNAME=              matlab.el
-PKGNAME=               matlab-mode-2.3
+PKGNAME=               matlab-mode-2.3.1
 CATEGORIES=            editors math
 MASTER_SITES=          http://www.mathworks.com/matlabcentral/files/104/
 EXTRACT_SUFX=
@@ -13,7 +13,7 @@
 
 WRKSRC=                        ${WRKDIR}
 EXTRACT_CMD=           ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR}
-DIST_SUBDIR=           ${PKGNAME}
+DIST_SUBDIR=           ${PKGNAME_NOREV}
 
 .include "../../mk/emacs.mk"
 
diff -r 709986fe0d9e -r 13f9e93bc0d0 editors/matlab-mode/distinfo
--- a/editors/matlab-mode/distinfo      Sat Mar 27 21:33:32 2004 +0000
+++ b/editors/matlab-mode/distinfo      Sat Mar 27 21:45:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/14 01:32:43 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2004/03/27 21:45:07 wiz Exp $
 
-SHA1 (matlab-mode-2.3/matlab.el) = f0bc5f62292798ccd7f6a92ca04ddab11e79cfe4
-Size (matlab-mode-2.3/matlab.el) = 219424 bytes
+SHA1 (matlab-mode-2.3.1/matlab.el) = 87943c5bb936d5c14883a838bd53c89c055b8598
+Size (matlab-mode-2.3.1/matlab.el) = 221665 bytes



Home | Main Index | Thread Index | Old Index