summaryrefslogtreecommitdiff
path: root/devel/ruby-mode
AgeCommit message (Collapse)AuthorFilesLines
2010-09-15Update ruby-mode to use bundled in Ruby 1.9.2, ruby-mode-1.9.2pl0.taca1-5/+4
* Addition of encoding magic comment support. * Addition of rdoc-mode.el. * Various improvements and bug fix.
2009-10-07Remove unused SITE_LISP.taca1-3/+1
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+2
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo filetaca2-6/+2
with lang/ruby18-base package. Nothing changed but share DISTFILES with Ruby 1.8.7 patchlevel 22.
2008-06-19Update ruby-mode package to 1.8.7.17.taca3-7/+12
* misc/ruby-mode.el: move fontifying code from hook. a patch from Phil Hagelberg <phil at hagelb.org> in [ruby-core:16636]. * misc/rdebug.el, misc/README: Remove rdebug.el as per request from the maintainer and mention the ruby-debug project at RubyForge in README; bug#19043. * misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels inside blocks in switch and function top level. * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead of calling `run-hooks' directly to run the mode hook. patch from Chiyuan Zhang <pluskid AT gmail.com> in [ruby-core:15915] * misc/ruby-mode.el (ruby-parse-partial): handle stringified symbols properly using ruby-forward-string. * misc/ruby-style.el (ruby-style-label-indent): for yacc rules. * misc/ruby-style.el: new file. C/C++ style for ruby source code.
2008-03-10Update ruby-mode to 1.8.6.114.taca1-4/+4
DISTFILES change only.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2007-10-06Update Ruby packages to 1.8.6-p111.taca1-4/+4
No change; DISTFILES update only.
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-09Switch to use Ruby 1.8.6 patchlevel 36.taca1-4/+4
Nothing changes with ruby-mode itself.
2007-03-15Use ruby 1.8.6 version.taca2-13/+5
For detail changes, please see ChangeLog file.
2006-12-06Update ruby-mode package to 1.8.5.20061205.taca2-3/+14
Tue Dec 5 00:59:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as self assignment operator, not regex. [ruby-talk:227324] Wed Sep 13 18:25:18 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. a patch from Marshall T. Vandegrift <llasram at gmail.com>. [ruby-core:08804]
2006-09-07Reset PKGREVISION by Ruby 1.8.5 update. No changes with ruby-mode at all.taca1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-28Rework emacs.mk:uebayasi1-2/+2
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-08-08Remove dependency to ruby-base package. It was accidently introduced.taca1-2/+2
2005-05-25Remove unused distinfo file.wiz1-4/+0
2004-11-27Update ruby-mode package to 1.8.1; Ruby 1.8.1 bundled version.taca1-17/+15
Changes are unknown.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
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-2/+2
2003-03-24Update ruby-mode package to 1.6.8, based on ruby 1.6.8.taca1-3/+3
This is miscellous bug fixes. See ChangeLog file in ruby-base package in detail.
2003-01-13Use emacs.mk.uebayasi2-28/+20
2002-03-02Update ruby-mode package to ruby 1.6.7 base.taca1-3/+3
o Many bug fixes. o Add URI module.
2001-12-30Update ruby-mode to 1.6.6. This is another part of ruby 1.6.6 distribution.taca3-25/+4
Changes are some bug fix and previous patch was incorporated.
2001-12-23Make ruby-mode package to ${RUBY_VERSION}nb1, 1.6.4nb1.taca3-3/+29
o Fix going to infinite loop under some condition. case foo when ?# <insert TAB here> o Use always stable ruby package, currently 1.6.4.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-30Importing ruby-mode.taca3-0/+57
Ruby editing mode for Emacs.