Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 17:34:55 +0100 (CET)
From:      Vassili Tchersky <vt@nmp.bsdjeunz.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24088: New Port: 6tunnel (3)
Message-ID:  <200101051634.f05GYtI03207@nmp.bsdjeunz.org>
Resent-Message-ID: <200101051640.f05Ge2R30529@freefall.freebsd.org>

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

>Number:         24088
>Category:       ports
>Synopsis:       New Port: 6tunnel (3)
>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:   Fri Jan 05 08:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vassili Tchersky
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Bsdjeunz inc.
>Environment:

	

>Description:

	Supersed ports/22985. This is an update of ports/22985 which is not 
	committed yet.

>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/distinfo
#	6tunnel/pkg-comment
#	6tunnel/pkg-descr
#	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.07
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	Sun Nov 19 16:12:17 2000
X+++ Makefile	Fri Jan  5 17:00:06 2001
X@@ -1,4 +1,4 @@
X-CC = gcc -O2 -Wall
X+CFLAGS += -O2 -Wall
X VER = 0.07
X RPM_ROOT = /home/wojtekka/rpm
X 
X@@ -6,9 +6,9 @@
X 	@echo -e -- \\033[1m6tunnel\\033[0m make --
X 	@if [ -d /usr/local/v6/lib ]; then make KAME; else make generic; fi
X generic:
X-	$(CC) 6tunnel.c -o 6tunnel
X+	$(CC) $(CFLAGS) 6tunnel.c -o 6tunnel
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:
X 	@case $$(uname -s) in \
X@@ -21,10 +21,10 @@
X 	install 6tunnel /usr/local/bin
X 	install	6tunnel.1 /usr/local/man/man1
X 
X-install-bsd:	default
X+install-bsd:
X 	strip 6tunnel
X-	install 6tunnel /usr/local/bin
X-	install	6tunnel.1 /usr/local/share/man/man1
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/distinfo
sed 's/^X//' >6tunnel/distinfo << 'END-of-6tunnel/distinfo'
XMD5 (6tunnel-0.07.tar.gz) = 53bd1c5cf9f06c3e1b2029207f34ba61
END-of-6tunnel/distinfo
echo x - 6tunnel/pkg-comment
sed 's/^X//' >6tunnel/pkg-comment << 'END-of-6tunnel/pkg-comment'
XTCP proxy 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/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?200101051634.f05GYtI03207>