Date: Sun, 19 Nov 2000 15:00:57 +0100 (CET) From: Vassili Tchersky <vt@nmp.bsdjeunz.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22957: NEW PORT : 6tunnel Message-ID: <200011191400.eAJE0v103045@nmp.bsdjeunz.org>
next in thread | raw e-mail | index | archive | help
>Number: 22957 >Category: ports >Synopsis: NEW PORT : 6tunnel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 19 06:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vassili Tchersky >Release: FreeBSD 4.2-BETA i386 >Organization: Bsdjeunz.org ( BSD User Group for french young people ) >Environment: >Description: This program will listen to an ipv4 port and forward any data from it to an IPv6 adress. >How-To-Repeat: >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: # # 6tunnel/ # 6tunnel/Makefile # 6tunnel/files # 6tunnel/files/patch-aa # 6tunnel/pkg-comment # 6tunnel/pkg-descr # 6tunnel/distinfo # 6tunnel/pkg-plist # echo c - 6tunnel/ mkdir -p 6tunnel/ > /dev/null 2>&1 echo x - 6tunnel/Makefile sed 's/^X//' >6tunnel/Makefile << 'END-of-6tunnel/Makefile' X# New ports collection makefile for: 6tunnel X# Date created: Sun Nov 19 12:51:37 CET 2000 X# Whom: Vassili Tchersky <vt@bsdjeunz.org> X# X# $FreeBSD$ X# X XPORTNAME= 6tunnel XPORTVERSION= 0.06 XCATEGORIES= net ipv6 XMASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \ X ftp://ftp.bsdjeunz.org/pub/ipv6/tools/ X XMAINTAINER= vt@bsdjeunz.org X XWRKSRC= ${WRKDIR}/${PORTNAME} X XALL_TARGET= default X XMAN1= 6tunnel.1 XMANCOMPRESSED= no X X.include <bsd.port.mk> END-of-6tunnel/Makefile echo c - 6tunnel/files mkdir -p 6tunnel/files > /dev/null 2>&1 echo x - 6tunnel/files/patch-aa sed 's/^X//' >6tunnel/files/patch-aa << 'END-of-6tunnel/files/patch-aa' X--- Makefile.orig Mon Sep 11 22:22:07 2000 X+++ Makefile Sun Nov 19 13:41:18 2000 X@@ -12,9 +12,10 @@ X KAME: X $(CC) 6tunnel.c -o 6tunnel -L/usr/local/v6/lib -linet6 X X-install: default X+install: X strip 6tunnel X- install 6tunnel /usr/bin X+ ${BSD_INSTALL_PROGRAM} 6tunnel ${PREFIX}/bin X+ ${BSD_INSTALL_MAN} 6tunnel.1 ${PREFIX}/man/man1/ X X targz: clean X cd ..; tar zcvf 6tunnel/6tunnel-$(VER).tar.gz --exclude 6tunnel/6tunnel-$(VER).tar.gz --exclude 6tunnel/older 6tunnel END-of-6tunnel/files/patch-aa echo x - 6tunnel/pkg-comment sed 's/^X//' >6tunnel/pkg-comment << 'END-of-6tunnel/pkg-comment' XTunnelling for application that don't speak IPv6 END-of-6tunnel/pkg-comment echo x - 6tunnel/pkg-descr sed 's/^X//' >6tunnel/pkg-descr << 'END-of-6tunnel/pkg-descr' X6tunnel allows you to use services provided by IPv6 hosts with IPv4-only Xapplications and vice-versa. It can bind to any of your IPv4 (default) or XIPv6 addresses and forward all data to IPv4 or IPv6 (default) host. XIt can be used for example as an ipv6-capable IRC proxy. X X- Vassili Tchersky Xvt@bsdjeunz.org END-of-6tunnel/pkg-descr echo x - 6tunnel/distinfo sed 's/^X//' >6tunnel/distinfo << 'END-of-6tunnel/distinfo' XMD5 (6tunnel-0.06.tar.gz) = 15b9fc3eb76101ff574b91caa2d1ac37 END-of-6tunnel/distinfo echo x - 6tunnel/pkg-plist sed 's/^X//' >6tunnel/pkg-plist << 'END-of-6tunnel/pkg-plist' Xbin/6tunnel END-of-6tunnel/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?200011191400.eAJE0v103045>