diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 15:52:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 15:52:13 +0000 |
commit | 1bc786ce99547073f3ce802353b9051656c6ffa4 (patch) | |
tree | a76d5c76917f86f8cc62c89dba24dca17eafe373 /devel/ruby-mode | |
parent | 695b88350ace4dccf13701cd51f82d6218a6c237 (diff) | |
download | pkgsrc-1bc786ce99547073f3ce802353b9051656c6ffa4.tar.gz |
Update ruby-mode package to 1.8.7.17.
* 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.
Diffstat (limited to 'devel/ruby-mode')
-rw-r--r-- | devel/ruby-mode/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-mode/PLIST | 6 | ||||
-rw-r--r-- | devel/ruby-mode/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/ruby-mode/Makefile b/devel/ruby-mode/Makefile index 69a1d85cd01..41b24158524 100644 --- a/devel/ruby-mode/Makefile +++ b/devel/ruby-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/03/03 17:45:37 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/19 15:52:13 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -17,7 +17,8 @@ EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/misc RUBY_VERSION= ${RUBY18_VERSION} RUBY_NOVERSION= yes NO_CONFIGURE= yes -SRCS= ruby-mode.el rubydb3x.el inf-ruby.el +SRCS= ruby-mode.el rubydb3x.el ruby-electric.el \ + inf-ruby.el ruby-style.el PLIST_SUBST+= SITE_LISP=${SITE_LISP:Q} diff --git a/devel/ruby-mode/PLIST b/devel/ruby-mode/PLIST index 9ceb2d03386..f50dedfdae7 100644 --- a/devel/ruby-mode/PLIST +++ b/devel/ruby-mode/PLIST @@ -1,8 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/13 04:14:21 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/06/19 15:52:13 taca Exp $ ${EMACS_LISPPREFIX}/ruby-mode/inf-ruby.el ${EMACS_LISPPREFIX}/ruby-mode/inf-ruby.elc +${EMACS_LISPPREFIX}/ruby-mode/ruby-electric.el +${EMACS_LISPPREFIX}/ruby-mode/ruby-electric.elc ${EMACS_LISPPREFIX}/ruby-mode/ruby-mode.el ${EMACS_LISPPREFIX}/ruby-mode/ruby-mode.elc +${EMACS_LISPPREFIX}/ruby-mode/ruby-style.el +${EMACS_LISPPREFIX}/ruby-mode/ruby-style.elc ${EMACS_LISPPREFIX}/ruby-mode/rubydb3x.el ${EMACS_LISPPREFIX}/ruby-mode/rubydb3x.elc @dirrm ${EMACS_LISPPREFIX}/ruby-mode diff --git a/devel/ruby-mode/distinfo b/devel/ruby-mode/distinfo index bc936489ce6..2ab180cea7b 100644 --- a/devel/ruby-mode/distinfo +++ b/devel/ruby-mode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/03/10 04:14:26 taca Exp $ +$NetBSD: distinfo,v 1.12 2008/06/19 15:52:13 taca Exp $ -SHA1 (ruby-1.8.6-p114.tar.bz2) = 9929782935ebb77d040593a010b8d65b03ce6e23 -RMD160 (ruby-1.8.6-p114.tar.bz2) = 332d6e98ef79ad8175ce699ed5293407763f769f -Size (ruby-1.8.6-p114.tar.bz2) = 3920921 bytes +SHA1 (ruby-1.8.7-p17.tar.bz2) = 0119f0af48eafe4d7b8cfc95f23588556d25cc21 +RMD160 (ruby-1.8.7-p17.tar.bz2) = d220bd233dddba6c7ceeba84a7da5d2e6a78988b +Size (ruby-1.8.7-p17.tar.bz2) = 4114057 bytes |