From owner-freebsd-ports Sun Nov 19 6:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B7837B4C5 for ; Sun, 19 Nov 2000 06:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53650; Sun, 19 Nov 2000 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail3.freesurf.fr (bastille.freesurf.fr [212.43.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 33D2537B479 for ; Sun, 19 Nov 2000 06:00:55 -0800 (PST) Received: from nmp.bsdjeunz.org (du-225-199.nat.dialup.freesurf.fr [212.43.225.199]) by mail3.freesurf.fr (Postfix) with ESMTP id B283719050 for ; Sun, 19 Nov 2000 15:00:52 +0100 (CET) Received: (from vt@localhost) by nmp.bsdjeunz.org (8.11.1/8.11.1/Vassili Tchersky) id eAJE0v103045; Sun, 19 Nov 2000 15:00:57 +0100 (CET) (envelope-from vt) Message-Id: <200011191400.eAJE0v103045@nmp.bsdjeunz.org> Date: Sun, 19 Nov 2000 15:00:57 +0100 (CET) From: Vassili Tchersky Reply-To: vt@bsdjeunz.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22957: NEW PORT : 6tunnel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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