Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 19:44:42 +0100 (CET)
From:      Vassili Tchersky <vt@nmp.bsdjeunz.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22985: NEW PORT : 6tunnel (2)
Message-ID:  <200011201844.eAKIigD29981@nmp.bsdjeunz.org>

next in thread | raw e-mail | index | archive | help

>Number:         22985
>Category:       ports
>Synopsis:       NEW PORT : 6tunnel (2)
>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:   Mon Nov 20 10:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Vassili Tchersky
>Release:        FreeBSD 4.2-RELEASE 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.
	P.S.: supersed PR 22957. I've not send a diff file because I've seen
	there was no commit changes. Excuse me for this inconvenience. This new
	version support CFLAGS.

>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	Mon Nov 20 18:18:35 2000
X@@ -1,4 +1,4 @@
X-CC = gcc -O2 -Wall
X+CFLAGS += -O2 -Wall
X VER = 0.06
X RPM_ROOT = /home/wojtekka/rpm
X 
X@@ -7,14 +7,15 @@
X 	@if [ -d /usr/local/v6/lib ]; then make KAME; else make generic; fi
X 
X generic:
X-	$(CC) 6tunnel.c -o 6tunnel
X+	$(CC) $(CFLAGS) 6tunnel.c -o 6tunnel
X 
X KAME:
X-	$(CC) 6tunnel.c -o 6tunnel -L/usr/local/v6/lib -linet6
X+	$(CC) $(CFLAGS) 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?200011201844.eAKIigD29981>