From owner-freebsd-ports Tue Jan 14 8:50: 8 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 972BA37B401 for ; Tue, 14 Jan 2003 08:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9143F1E for ; Tue, 14 Jan 2003 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EGo2NS062469 for ; Tue, 14 Jan 2003 08:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0EGo2tQ062468; Tue, 14 Jan 2003 08:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40E237B401 for ; Tue, 14 Jan 2003 08:41:14 -0800 (PST) Received: from cosmic.vipnet.ro (cosmic.vipnet.ro [193.230.219.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 701A643ED8 for ; Tue, 14 Jan 2003 08:41:13 -0800 (PST) (envelope-from mirapoint@vipnet.ro) Received: by cosmic.vipnet.ro (Postfix, from userid 32036) id 38755B6D9C; Tue, 14 Jan 2003 18:41:07 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by cosmic.vipnet.ro (Postfix) with ESMTP id 2352B9705A for ; Tue, 14 Jan 2003 18:41:07 +0200 (EET) Message-Id: Date: Tue, 14 Jan 2003 18:41:07 +0200 (EET) From: Vlad Galu To: Subject: ports/47055: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47055 >Category: ports >Synopsis: new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 14 08:50:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Vlad Galu >Release: FreeBSD 4.7-STABLE i386 >Organization: VipNET Bucharest >Environment: System: FreeBSD kenny.vipnet.ro 4.7-STABLE FreeBSD 4.7-STABLE #2: Tue Jan 14 11: >Description: Unix2tcp is a small program to redirect all connections and traffic from a UNIX socket to a (remote) TCP/IP address. >How-To-Repeat: NA. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # unix2tcp/ # unix2tcp/files # unix2tcp/files/patch-aa # unix2tcp/files/patch-ab # unix2tcp/Makefile # unix2tcp/distinfo # unix2tcp/pkg-comment # unix2tcp/pkg-descr # unix2tcp/pkg-plist # echo c - unix2tcp/ mkdir -p unix2tcp/ > /dev/null 2>&1 echo c - unix2tcp/files mkdir -p unix2tcp/files > /dev/null 2>&1 echo x - unix2tcp/files/patch-aa sed 's/^X//' >unix2tcp/files/patch-aa << 'END-of-unix2tcp/files/patch-aa' X--- main.c.orig Tue Jan 14 15:27:31 2003 X+++ main.c Tue Jan 14 14:51:54 2003 X@@ -17,8 +17,8 @@ X */ X X #include X-#include X #include X+#include X #include X #include X #include END-of-unix2tcp/files/patch-aa echo x - unix2tcp/files/patch-ab sed 's/^X//' >unix2tcp/files/patch-ab << 'END-of-unix2tcp/files/patch-ab' X--- Makefile.orig Tue Jan 14 15:48:57 2003 X+++ Makefile Tue Jan 14 15:48:16 2003 X@@ -25,3 +25,6 @@ X X utelnet.o: utelnet.c X $(CC) $(CCFLAGS) $(INCLUDES) utelnet.c -c X+ X+install: X+ cp -f unix2tcp /usr/local/sbin/ END-of-unix2tcp/files/patch-ab echo x - unix2tcp/Makefile sed 's/^X//' >unix2tcp/Makefile << 'END-of-unix2tcp/Makefile' X# Ports collection makefile for: unix2tcp X# Date created: Jan 14, 2003 X# Whom: Vlad Galu X# X# $FreeBSD: ports/net/Makefile,v 1.0 2003/01/14 15:09:35 vlad Exp $ X XPORTNAME= unix2tcp XPORTVERSION= 0.7 XCATEGORIES= net X XMASTER_SITES= http://ahriman.bucharest.roedu.net XMASTER_SITE_SUBDIR= unix2tcp XMAINTAINER= mirapoint@vipnet.ro X X.include END-of-unix2tcp/Makefile echo x - unix2tcp/distinfo sed 's/^X//' >unix2tcp/distinfo << 'END-of-unix2tcp/distinfo' XMD5 (unix2tcp-0.7.tar.gz) = 826d9cf0dbe2028a3e504db7beb46698 END-of-unix2tcp/distinfo echo x - unix2tcp/pkg-comment sed 's/^X//' >unix2tcp/pkg-comment << 'END-of-unix2tcp/pkg-comment' XA socket redirector between the PF_UNIX and the PF_INET families END-of-unix2tcp/pkg-comment echo x - unix2tcp/pkg-descr sed 's/^X//' >unix2tcp/pkg-descr << 'END-of-unix2tcp/pkg-descr' XUnix2tcp - A socket redirector for the PF_UNIX and the PF_INET families X Xhttp://ahriman.bucharest.roedu.net/unix2tcp/ END-of-unix2tcp/pkg-descr echo x - unix2tcp/pkg-plist sed 's/^X//' >unix2tcp/pkg-plist << 'END-of-unix2tcp/pkg-plist' Xsbin/unix2tcp END-of-unix2tcp/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message