From 9b437226940f86de26a5c53b51fd427dfcef56b4 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 28 Oct 2005 22:22:46 +0000 Subject: Add urelay 1.0, an UCSPI connection proxy. When used in conjunction with tcpserver and tcpclient, it may serve as a TCP proxy with some additional benefits such as sending a chunk of data at the start of the connection and "swallowing" a reply. --- net/urelay/Makefile | 20 ++++++++++++++++++++ net/urelay/distinfo | 2 ++ net/urelay/pkg-descr | 7 +++++++ 3 files changed, 29 insertions(+) create mode 100644 net/urelay/Makefile create mode 100644 net/urelay/distinfo create mode 100644 net/urelay/pkg-descr (limited to 'net/urelay') diff --git a/net/urelay/Makefile b/net/urelay/Makefile new file mode 100644 index 000000000000..1748d11bf08b --- /dev/null +++ b/net/urelay/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: urelay +# Date created: 28 October 2005 +# Whom: Peter Pentchev +# +# $FreeBSD$ +# + +PORTNAME= urelay +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://devel.ringlet.net/net/urelay/ + +MAINTAINER= roam@FreeBSD.org +COMMENT= An UCSPI-based TCP forwarder + +MAN1= urelay.1 +MANCOMPRESSED= yes +PLIST_FILES= bin/urelay + +.include diff --git a/net/urelay/distinfo b/net/urelay/distinfo new file mode 100644 index 000000000000..17b40d1575a1 --- /dev/null +++ b/net/urelay/distinfo @@ -0,0 +1,2 @@ +MD5 (urelay-1.0.tar.gz) = 2ea69372963d3cd62bcb218d186a9550 +SIZE (urelay-1.0.tar.gz) = 7143 diff --git a/net/urelay/pkg-descr b/net/urelay/pkg-descr new file mode 100644 index 000000000000..56f320e189f2 --- /dev/null +++ b/net/urelay/pkg-descr @@ -0,0 +1,7 @@ +The urelay tool is a simple connection forwarder which may work with +many different protocols - TCP, Unix sockets, IPX - in general, anything +that has a client or a server supporting Prof. Daniel J. Bernstein's UCSPI +framework - http://cr.yp.to/ucspi.html + +Author: Peter Pentchev +WWW: http://devel.ringlet.net/net/urelay/ -- cgit v1.2.3