summaryrefslogtreecommitdiff
path: root/editors/matlab-mode
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2005-08-28Rework emacs.mk:uebayasi1-3/+3
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-03-14avoid letting the emacs flavour affect DIST_SUBDIR. Ensures both emacsdmcmahill1-3/+6
and xemacs users can use this package and we don't have to maintain two identical checksums and 2 copies of the distfile.
2005-03-14revert previous change. The flavour of emacs used should not affectdmcmahill1-4/+4
the DIST_SUBDIR. That change broke this package for all emacs (not xemacs) users.
2005-03-07Rebuild now that a problem in emacs.mk which was causing PKG_NAME to be ↵jwise1-4/+4
corrupted is fixed.
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-03-27Update to 2.3.1 (previous distfile disappeared).wiz2-6/+6
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.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-14import matlab-mode-2.3.dmcmahill5-0/+60
This is a major mode for editing Matlab source code under GNU Emacs or XEmacs.