Date: Tue, 14 Jan 2003 18:41:07 +0200 (EET) From: Vlad Galu <mirapoint@vipnet.ro> To: <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/47055: new port Message-ID: <Pine.LNX.4.33.0301141839190.24877-100000@cosmic.vipnet.ro>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0301141839190.24877-100000>