summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2004-03-27 21:45:07 +0000
committerwiz <wiz>2004-03-27 21:45:07 +0000
commit79e1d789e8c6e1baa630444c4d6bb010cb6c9d86 (patch)
tree27ff0e04032b3cc6dd88fb67331ea12d80ee95b9
parentd98be474e5c7db20e23c3b0ceed36e34ee57f4dc (diff)
downloadpkgsrc-79e1d789e8c6e1baa630444c4d6bb010cb6c9d86.tar.gz
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.
-rw-r--r--editors/matlab-mode/Makefile6
-rw-r--r--editors/matlab-mode/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile
index 10672f13798..af989bcd8fb 100644
--- a/editors/matlab-mode/Makefile
+++ b/editors/matlab-mode/Makefile
@@ -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 @@ COMMENT= Matlab mode for Emacs
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
.include "../../mk/emacs.mk"
diff --git a/editors/matlab-mode/distinfo b/editors/matlab-mode/distinfo
index 3ee4f931046..823084318a9 100644
--- a/editors/matlab-mode/distinfo
+++ b/editors/matlab-mode/distinfo
@@ -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