pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-mode Update ruby-mode package to 1.8.7.17.
details: https://anonhg.NetBSD.org/pkgsrc/rev/32105abba092
branches: trunk
changeset: 543510:32105abba092
user: taca <taca%pkgsrc.org@localhost>
date: Thu Jun 19 15:52:13 2008 +0000
description:
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:
devel/ruby-mode/Makefile | 5 +++--
devel/ruby-mode/PLIST | 6 +++++-
devel/ruby-mode/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r 6b2200c862fd -r 32105abba092 devel/ruby-mode/Makefile
--- a/devel/ruby-mode/Makefile Thu Jun 19 15:43:55 2008 +0000
+++ b/devel/ruby-mode/Makefile Thu Jun 19 15:52:13 2008 +0000
@@ -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 @@
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 -r 6b2200c862fd -r 32105abba092 devel/ruby-mode/PLIST
--- a/devel/ruby-mode/PLIST Thu Jun 19 15:43:55 2008 +0000
+++ b/devel/ruby-mode/PLIST Thu Jun 19 15:52:13 2008 +0000
@@ -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 -r 6b2200c862fd -r 32105abba092 devel/ruby-mode/distinfo
--- a/devel/ruby-mode/distinfo Thu Jun 19 15:43:55 2008 +0000
+++ b/devel/ruby-mode/distinfo Thu Jun 19 15:52:13 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index