Commit graph

30 commits

Author SHA1 Message Date
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
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-10-11 09:31:54 +00:00
taca
880c9e2a34 Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo file
with lang/ruby18-base package.

Nothing changed but share DISTFILES with Ruby 1.8.7 patchlevel 22.
2008-06-20 15:50:25 +00:00
taca
1bc786ce99 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.
2008-06-19 15:52:13 +00:00
taca
a88be4aff1 Update ruby-mode to 1.8.6.114.
DISTFILES change only.
2008-03-10 04:14:26 +00:00
jlam
4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00
taca
a258170f66 Update Ruby packages to 1.8.6-p111.
No change; DISTFILES update only.
2007-10-06 06:13:35 +00:00
taca
6f2f7351b5 Update Ruby to 1.8.6-p110.
Approved by wiz@.

Nothing changes with these package except distfile.
2007-09-24 22:02:04 +00:00
taca
c526e112f7 Switch to use Ruby 1.8.6 patchlevel 36.
Nothing changes with ruby-mode itself.
2007-09-09 14:28:31 +00:00
taca
579d8dcf33 Use ruby 1.8.6 version.
For detail changes, please see ChangeLog file.
2007-03-15 16:45:13 +00:00
taca
55e4314d31 Update ruby-mode package to 1.8.5.20061205.
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-12-06 16:36:41 +00:00
taca
616f274725 Reset PKGREVISION by Ruby 1.8.5 update. No changes with ruby-mode at all. 2006-09-07 15:46:12 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
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-28 04:25:28 +00:00
taca
d80bc597b2 Remove dependency to ruby-base package. It was accidently introduced. 2005-08-08 14:30:32 +00:00
wiz
6f53c82877 Remove unused distinfo file. 2005-05-25 11:51:41 +00:00
taca
bacef49d8d Update ruby-mode package to 1.8.1; Ruby 1.8.1 bundled version.
Changes are unknown.
2004-11-27 14:55:25 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
taca
60fd184849 Update ruby-mode package to 1.6.8, based on ruby 1.6.8.
This is miscellous bug fixes.  See ChangeLog file in ruby-base package
in detail.
2003-03-24 15:07:26 +00:00
uebayasi
3e1c5c154c Use emacs.mk. 2003-01-13 04:14:21 +00:00
taca
bc45afa583 Update ruby-mode package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:14:36 +00:00
taca
373d95d27c Update ruby-mode to 1.6.6. This is another part of ruby 1.6.6 distribution.
Changes are some bug fix and previous patch was incorporated.
2001-12-30 16:46:04 +00:00
taca
371c9ed8fc Make ruby-mode package to ${RUBY_VERSION}nb1, 1.6.4nb1.
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-12-23 15:58:51 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
taca
cd660bf0e1 Importing ruby-mode.
Ruby editing mode for Emacs.
2001-06-30 23:32:29 +00:00