summaryrefslogtreecommitdiff
path: root/net/ruby-socketproxy
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-socketproxy')
-rw-r--r--net/ruby-socketproxy/Makefile33
-rw-r--r--net/ruby-socketproxy/distinfo1
-rw-r--r--net/ruby-socketproxy/pkg-descr5
-rw-r--r--net/ruby-socketproxy/pkg-plist3
4 files changed, 0 insertions, 42 deletions
diff --git a/net/ruby-socketproxy/Makefile b/net/ruby-socketproxy/Makefile
deleted file mode 100644
index da28adcb60a3..000000000000
--- a/net/ruby-socketproxy/Makefile
+++ /dev/null
@@ -1,33 +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.1
-CATEGORIES= net ruby
-MASTER_SITES= http://www.ruby-lang.org/~nahi/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= TCPSocketPipe-${PORTVERSION:S/./_/g}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A Ruby library to create I/O pipes for TCP socket tunneling
-
-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_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_MODEXAMPLESDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/ruby-socketproxy/distinfo b/net/ruby-socketproxy/distinfo
deleted file mode 100644
index 4953ba9d66ea..000000000000
--- a/net/ruby-socketproxy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/TCPSocketPipe-1_8_1.tar.gz) = b6859eb56299539c605623f592afd8a0
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
diff --git a/net/ruby-socketproxy/pkg-plist b/net/ruby-socketproxy/pkg-plist
deleted file mode 100644
index f19c70ed94a1..000000000000
--- a/net/ruby-socketproxy/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%RUBY_SITELIBDIR%%/TCPSocketPipe.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/monitor.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%