summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
commit8f2bb0ababc016d140d7408d966f18d80df0d8de (patch)
treed69af22bb4d66375b76d5a56d03a08af6318d854 /lang
parent- Update to 0.5.3 (bugfix release) (diff)
2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=330056
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/ruby-mode.el/Makefile46
-rw-r--r--lang/ruby-mode.el/pkg-descr1
-rw-r--r--lang/ruby-mode.el/pkg-message12
-rw-r--r--lang/ruby-mode.el/pkg-plist15
5 files changed, 0 insertions, 75 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 30e03fdfd4ca..d0a4d747597b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -300,7 +300,6 @@
SUBDIR += ruby-doc-stdlib
SUBDIR += ruby-lua4
SUBDIR += ruby-man
- SUBDIR += ruby-mode.el
SUBDIR += ruby-programmingruby
SUBDIR += ruby-reference
SUBDIR += ruby-usersguide
diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile
deleted file mode 100644
index 040098e32953..000000000000
--- a/lang/ruby-mode.el/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= ruby-mode.el
-PORTVERSION= ${RUBY_PORTVERSION}
-PORTREVISION= ${RUBY_PORTREVISION}
-PORTEPOCH= 1
-CATEGORIES= lang ruby elisp
-MASTER_SITES= # none
-DISTFILES= # none
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Emacs lisp modules for the Ruby language
-
-DEPRECATED= Does not work with Ruby 1.9
-EXPIRATION_DATE= 2013-10-10
-
-FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
-
-USE_RUBY= yes
-RUBY_VER= 1.8
-RUBY_NO_BUILD_DEPENDS= yes
-
-WRKSRC= ${WRKDIR}/elisp
-NO_BUILD= yes
-
-ELISP_FILES= inf-ruby.el ruby-mode.el rubydb3x.el
-
-EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-
-NO_STAGE= yes
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKSRC`/misc ${WRKSRC}
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_ELISPDIR}/
- ${MKDIR} ${XEMACSLISPDIR}
-.for f in ${ELISP_FILES}
- ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/
- ${LN} -sf ${RUBY_ELISPDIR}/${f} ${XEMACSLISPDIR}/
-.endfor
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/lang/ruby-mode.el/pkg-descr b/lang/ruby-mode.el/pkg-descr
deleted file mode 100644
index c7940c94f92a..000000000000
--- a/lang/ruby-mode.el/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Emacs lisp modules for the Ruby language.
diff --git a/lang/ruby-mode.el/pkg-message b/lang/ruby-mode.el/pkg-message
deleted file mode 100644
index aab081bfbc3a..000000000000
--- a/lang/ruby-mode.el/pkg-message
+++ /dev/null
@@ -1,12 +0,0 @@
-====
-To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
-following lines to your ~/.emacs:
-
-;; Taken from the comment section in inf-ruby.el
-(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files")
-(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
-(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
-(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
-(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
-(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
-====
diff --git a/lang/ruby-mode.el/pkg-plist b/lang/ruby-mode.el/pkg-plist
deleted file mode 100644
index e557c5d4ce31..000000000000
--- a/lang/ruby-mode.el/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-share/emacs/site-lisp/inf-ruby.el
-share/emacs/site-lisp/ruby-mode.el
-share/emacs/site-lisp/rubydb3x.el
-lib/xemacs/site-lisp/inf-ruby.el
-lib/xemacs/site-lisp/ruby-mode.el
-lib/xemacs/site-lisp/rubydb3x.el
-%%RUBY_ELISPDIR%%/README
-%%RUBY_ELISPDIR%%/inf-ruby.el
-%%RUBY_ELISPDIR%%/ruby-electric.el
-%%RUBY_ELISPDIR%%/ruby-mode.el
-%%RUBY_ELISPDIR%%/ruby-style.el
-%%RUBY_ELISPDIR%%/rubydb2x.el
-%%RUBY_ELISPDIR%%/rubydb3x.el
-@dirrmtry lib/xemacs/site-lisp
-@dirrmtry lib/xemacs