aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 10:36:51 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 10:36:51 +0800
commitb8e2ef934c30dd506b9b7357a2a6d4e1a27b0597 (patch)
tree434a97638ea5fe5de39a2542861db96b4e68af9a /net
parentf5da0fbd58f40f4a4a3589182bec1cf67277ab36 (diff)
downloadfreebsd-ports-gnome-b8e2ef934c30dd506b9b7357a2a6d4e1a27b0597.tar.gz
freebsd-ports-gnome-b8e2ef934c30dd506b9b7357a2a6d4e1a27b0597.tar.zst
freebsd-ports-gnome-b8e2ef934c30dd506b9b7357a2a6d4e1a27b0597.zip
Oops, ruby-socketproxy is actually a very old uncompleted repo-copy of
ruby-tcpsocketpipe. Remove it until someone can complete the upgrade. Pointy hat to: kris
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ruby-socketproxy/Makefile30
-rw-r--r--net/ruby-socketproxy/distinfo1
-rw-r--r--net/ruby-socketproxy/pkg-descr5
4 files changed, 0 insertions, 37 deletions
diff --git a/net/Makefile b/net/Makefile
index 0651ffcb0d5d..fc04fca41402 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -565,7 +565,6 @@
SUBDIR += ruby-radius
SUBDIR += ruby-romp
SUBDIR += ruby-spread
- SUBDIR += ruby-socketproxy
SUBDIR += ruby-tcpsocketpipe
SUBDIR += ruby-tserver
SUBDIR += rude
diff --git a/net/ruby-socketproxy/Makefile b/net/ruby-socketproxy/Makefile
deleted file mode 100644
index 52395cc6bf0b..000000000000
--- a/net/ruby-socketproxy/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: Ruby/TCPSocketPipe
-# Date created: 20 July 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcpsocketpipe
-PORTVERSION= 1.8.2
-CATEGORIES= net ruby
-MASTER_SITES= http://rrr.jin.gr.jp/download/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= socketproxy.rb
-EXTRACT_SUFX= # none
-DIST_SUBDIR= ruby
-EXTRACT_ONLY= # none
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A Ruby library to create I/O pipes for TCP socket tunneling
-
-USE_RUBY= yes
-USE_RUBY_FEATURES= devel-logger
-
-NO_BUILD= yes
-PLIST_FILES= %%RUBY_SITELIBDIR%%/socketproxy.rb
-
-do-install:
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/socketproxy.rb ${RUBY_SITELIBDIR}/
-
-.include <bsd.port.mk>
diff --git a/net/ruby-socketproxy/distinfo b/net/ruby-socketproxy/distinfo
deleted file mode 100644
index f62f2a210741..000000000000
--- a/net/ruby-socketproxy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/socketproxy.rb) = 3501adb5db97c3652acbe3cb504a20e3
diff --git a/net/ruby-socketproxy/pkg-descr b/net/ruby-socketproxy/pkg-descr
deleted file mode 100644
index 9a7ece8fb3de..000000000000
--- a/net/ruby-socketproxy/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is Ruby/TCPSocketPipe, a Ruby library to create I/O pipes for TCP
-socket tunneling.
-
-Author: NaHi (NAKAMURA, Hiroshi) <nahi@keynauts.com>
-WWW: http://www.ruby-lang.org/raa/list.rhtml?name=tcpsocketpipe