aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-socketproxy
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /net/ruby-socketproxy
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'net/ruby-socketproxy')
-rw-r--r--net/ruby-socketproxy/Makefile32
-rw-r--r--net/ruby-socketproxy/distinfo1
-rw-r--r--net/ruby-socketproxy/pkg-comment1
-rw-r--r--net/ruby-socketproxy/pkg-descr5
-rw-r--r--net/ruby-socketproxy/pkg-plist3
5 files changed, 0 insertions, 42 deletions
diff --git a/net/ruby-socketproxy/Makefile b/net/ruby-socketproxy/Makefile
deleted file mode 100644
index 60b3f43f3d4c..000000000000
--- a/net/ruby-socketproxy/Makefile
+++ /dev/null
@@ -1,32 +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
-CATEGORIES= net ruby
-MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/TCPSocketPipe/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= TCPSocketPipe-${PORTVERSION:S/./_/g}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/application.rb:${PORTSDIR}/sysutils/ruby-devel-logger \
- ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/TCPSocketPipe.rb ${RUBY_SITELIBDIR}/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/ruby-socketproxy/distinfo b/net/ruby-socketproxy/distinfo
deleted file mode 100644
index 10a2351512e8..000000000000
--- a/net/ruby-socketproxy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/TCPSocketPipe-1_8.tar.gz) = 85f67daf99423abf0562ecd88904216c
diff --git a/net/ruby-socketproxy/pkg-comment b/net/ruby-socketproxy/pkg-comment
deleted file mode 100644
index 78f027c4321a..000000000000
--- a/net/ruby-socketproxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library to create I/O pipes for TCP socket tunneling
diff --git a/net/ruby-socketproxy/pkg-descr b/net/ruby-socketproxy/pkg-descr
deleted file mode 100644
index f980208efe0d..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/en/raa-list.rhtml?name=TCPSocketPipe
diff --git a/net/ruby-socketproxy/pkg-plist b/net/ruby-socketproxy/pkg-plist
deleted file mode 100644
index d7e8025f34a5..000000000000
--- a/net/ruby-socketproxy/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%RUBY_SITELIBDIR%%/TCPSocketPipe.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tcpsocketpipe/monitor.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tcpsocketpipe