From d7be460b71d911f6f0162b125f2e5d817782df67 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 19 Jun 2008 15:52:13 +0000 Subject: Update ruby-mode package to 1.8.7.17. * misc/ruby-mode.el: move fontifying code from hook. a patch from Phil Hagelberg 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 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. --- devel/ruby-mode/Makefile | 5 +++-- devel/ruby-mode/PLIST | 6 +++++- devel/ruby-mode/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3