From mirapoint@vipnet.ro  Tue Jan 14 08:41:15 2003
Return-Path: <mirapoint@vipnet.ro>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F40E237B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2003 18:41:07 +0200 (EET)
Message-Id: <Pine.LNX.4.33.0301141839190.24877-100000@cosmic.vipnet.ro>
Date: Tue, 14 Jan 2003 18:41:07 +0200 (EET)
From: Vlad Galu <mirapoint@vipnet.ro>
To: <FreeBSD-gnats-submit@freebsd.org>
Subject: new port

>Number:         47055
>Category:       ports
>Synopsis:       new port: net/unix2tcp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 08:50:02 PST 2003
>Closed-Date:    Thu Feb 27 20:07:17 PST 2003
>Last-Modified:  Thu Feb 27 20:07:17 PST 2003
>Originator:     Vlad Galu <mirapoint@vipnet.ro>
>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 <stdio.h>
X-#include <sys/socket.h>
X #include <sys/types.h>
X+#include <sys/socket.h>
X #include <sys/stat.h>
X #include <sys/un.h>
X #include <netinet/in.h>
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
<mirapoint@vip
net.ro>
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 <bsd.port.mk>
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:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Thu Feb 27 20:07:06 PST 2003 
State-Changed-Why:  
superceded by ports/47667. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47055 
>Unformatted:
