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
c267555943 Update ruby-rd-mode pacakge to 0.6.22.
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE.

No change in this elisp file itself at all.
2008-09-15 08:36:24 +00:00
taca
ed4f281f22 Use more INSTALLATION_DIRS. There should be no functional change. 2008-06-19 15:24:36 +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
367313ea88 Update ruby-rd-mode pacakge to 0.6.20.
Nothing change but using rdtool-0.6.20's distribution file.
2007-06-10 13:07:47 +00:00
taca
1b8227111b Update to devel/ruby-rd-modeto 0.6.18.
- A few Changes from 0.6.14; one of them are already included in
  the previous package.
- Stop using textproc/ruby-rdtool/rdversion.mk to determine version.
2006-02-13 15:16:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
82de1fa268 Update MASTER_SITES. 2005-11-02 11:34:27 +00:00
taca
3d35bb82e7 Set USE_RUBY_DIST_SUBDIR to yes. 2005-10-16 15:15:10 +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
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
taca
0f647bf85c Migrate ruby-rd-mode to use new framework for Ruby packages. 2004-11-27 15:29:21 +00:00
uebayasi
b532c22999 Use emacs.mk. 2004-05-08 15:10:58 +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
taca
a0a399e64f Update ruby-rd-mode package to 0.6.14 with the update of ruby-rdtool package.
No change with ruby-rd-mode package itself.
2003-09-10 16:00:24 +00:00
taca
1d0651ec70 ruby-rd-mode package was update to 0.6.13 implicitly by update of
ruby-rdtool package.  Update distinfo file and remove PKG_REVISION now.

Nothing changed with ruby-rd-mode itself.
2003-09-02 06:13:26 +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
07e3e24dc0 Some improvement to ruby-rd-mode:
- Support indentation support for EnumList.
- Make rd-intelligent-newline work if previous line isn't ItemList and
  MethodList.

Bump to ruby-rd-mode-0.6.11nb1.
2002-10-06 15:25:21 +00:00
taca
1e34350e11 Update ruby-rd-mode package to 0.6.11.
:0.6.11
 * support Ruby 1.4.6. thanks. > Aoki-san
 * now `=begin' and `=end' are omitable. thanks. > Nakada-san
 * changed to omit <p>...</p> for some ListItem.
 * added `class="foottext"' attribute to <p> element for foottext.
   thanks. > Kimura-san
 * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san
 * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san
 * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-04 15:35:40 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
taca
aa1a6ff37e Oops. Add distinfo ruby-rd-mode own. 2001-07-21 23:04:16 +00:00
taca
b0f01b7523 Fix ruby-rd-mode package:
- Don't share distinfo with textproc/ruby-rdtool package.
- Remove extra period in COMMENT.
2001-07-21 23:03:24 +00:00
agc
dfb9669c9c Correct a typo 2001-07-21 21:00:12 +00:00
taca
bcab53a261 Importing ruby-rd-mode.
Editing mode for RD (Ruby Docuemnt Format).
2001-06-30 23:33:28 +00:00