summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-17 21:16:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-17 21:16:46 +0000
commit5604e7a14d5f84a37cbcd9ed0ffc5dc9264a863f (patch)
tree3cf0b52af43f4ece9e779052a68a53a7d219ff61 /shells
parentUpgrade the STLport to version 4.0. (diff)
Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now.
Notes
Notes: svn path=/head/; revision=42688
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/ruby-shell/Makefile40
-rw-r--r--shells/ruby-shell/distinfo1
-rw-r--r--shells/ruby-shell/pkg-comment1
-rw-r--r--shells/ruby-shell/pkg-descr13
-rw-r--r--shells/ruby-shell/pkg-plist15
6 files changed, 0 insertions, 71 deletions
diff --git a/shells/Makefile b/shells/Makefile
index acdd23eb6f55..a9eeb1f2fd97 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -14,7 +14,6 @@
SUBDIR += pdksh
SUBDIR += perlsh
SUBDIR += rc
- SUBDIR += ruby-shell
SUBDIR += sash
SUBDIR += scsh
SUBDIR += tcsh
diff --git a/shells/ruby-shell/Makefile b/shells/ruby-shell/Makefile
deleted file mode 100644
index dc79fcf08090..000000000000
--- a/shells/ruby-shell/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: shell.rb
-# Date created: 16 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= shell
-PORTVERSION= 0.6
-CATEGORIES= shells ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib in.coming
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS_EN= README doc/shell.doc
-DOCS_JA= README.jp doc/shell.doc.jp
-
-do-install:
- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/shell.rb ${RUBY_SITELIBDIR}/
- ${INSTALL_DATA} ${WRKSRC}/shell/* ${RUBY_SITELIBDIR}/${PORTNAME}/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/shells/ruby-shell/distinfo b/shells/ruby-shell/distinfo
deleted file mode 100644
index bae7dab37eb8..000000000000
--- a/shells/ruby-shell/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/shell-0.6.tgz) = 75284e8f10f44e28cbb3d87ec51f4fdb
diff --git a/shells/ruby-shell/pkg-comment b/shells/ruby-shell/pkg-comment
deleted file mode 100644
index 95cce9975e15..000000000000
--- a/shells/ruby-shell/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library to run commands and control jobs like a shell
diff --git a/shells/ruby-shell/pkg-descr b/shells/ruby-shell/pkg-descr
deleted file mode 100644
index 78592a7004bb..000000000000
--- a/shells/ruby-shell/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-shell.rb is a Ruby library to run commands and control jobs like a
-shell. Pipes and redirections work just as expected:
-
- sh = Shell.cd("/foo")
-
- sh.cat("bar") | sh.tee("baz") > "baa"
- # or
- sh.transact do
- cat("bar") | tee("baz") > "baa"
- end
-
-Author: Keiju Ishitsuka <keiju@ishitsuka.com>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=Shell
diff --git a/shells/ruby-shell/pkg-plist b/shells/ruby-shell/pkg-plist
deleted file mode 100644
index fc43e516fdac..000000000000
--- a/shells/ruby-shell/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-%%RUBY_SITELIBDIR%%/shell.rb
-%%RUBY_SITELIBDIR%%/shell/builtin-command.rb
-%%RUBY_SITELIBDIR%%/shell/command-processor.rb
-%%RUBY_SITELIBDIR%%/shell/error.rb
-%%RUBY_SITELIBDIR%%/shell/filter.rb
-%%RUBY_SITELIBDIR%%/shell/process-controller.rb
-%%RUBY_SITELIBDIR%%/shell/system-command.rb
-%%RUBY_SITELIBDIR%%/shell/version.rb
-@dirrm %%RUBY_SITELIBDIR%%/shell
-%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/README
-%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/shell.doc
-%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/ja/README.jp
-%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/ja/shell.doc.jp
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/shell/ja
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/shell