diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 12:17:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 12:17:31 +0000 |
commit | 32a7a5a989d76e03061938c1075d8e19aeb58e7d (patch) | |
tree | 6f231c2cfe2beab87097deefc0ea6fcb4576adb6 /net/6to4 | |
parent | 735ef6f73043d8bb119407d52e394c1faca6aa19 (diff) |
Notes
Diffstat (limited to 'net/6to4')
-rw-r--r-- | net/6to4/Makefile | 45 | ||||
-rw-r--r-- | net/6to4/distinfo | 3 | ||||
-rw-r--r-- | net/6to4/pkg-descr | 10 | ||||
-rw-r--r-- | net/6to4/pkg-message | 7 | ||||
-rw-r--r-- | net/6to4/pkg-plist | 2 |
5 files changed, 0 insertions, 67 deletions
diff --git a/net/6to4/Makefile b/net/6to4/Makefile deleted file mode 100644 index fabb8913533e..000000000000 --- a/net/6to4/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: 6to4 -# Date created: 3 July 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# -# $FreeBSD$ -# - -PORTNAME= 6to4 -PORTVERSION= 1.3 -CATEGORIES= net ipv6 -MASTER_SITES= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/net/6to4/files/ -DISTFILES= 6to4\?rev=1.9\&content-type=text%2fplain \ - 6to4.8\?rev=1.6\&content-type=text%2fplain \ - 6to4.conf\?rev=1.3\&content-type=text%2fplain -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Enables 6to4 IPv6 automatic tunnels - -USE_REINPLACE= yes -USE_PERL5= yes -NO_BUILD= yes - -MAN8= 6to4.8 - -do-extract: - ${MKDIR} ${WRKSRC} -.for i in ${DISTFILES} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${i} ${WRKSRC}/${i:C/\?.*$//} -.endfor - -do-patch: - ${REINPLACE_CMD} -e 's|\@LOCALBASE\@/bin/perl|${PERL}|; \ - s|\@PREFIX\@|${PREFIX}|' ${WRKSRC}/6to4 - ${REINPLACE_CMD} -e 's|/usr/pkg|${PREFIX}|; \ - s|ip6mode=autohost|ipv6_gateway_enable="NO"|' ${WRKSRC}/6to4.8 -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/6to4 ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/6to4.8 ${PREFIX}/man/man8 - ${INSTALL_DATA} ${WRKSRC}/6to4.conf ${PREFIX}/etc/6to4.conf.sample - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net/6to4/distinfo b/net/6to4/distinfo deleted file mode 100644 index 256042926527..000000000000 --- a/net/6to4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (6to4/6to4?rev=1.9&content-type=text%2fplain) = 046f3eca74b8a64d803402be80335320 -MD5 (6to4/6to4.8?rev=1.6&content-type=text%2fplain) = 73cfdc4922d0658b3f4d4956dc86c42f -MD5 (6to4/6to4.conf?rev=1.3&content-type=text%2fplain) = 5eb7ec4c9e5964c5375ddda9f52a99e1 diff --git a/net/6to4/pkg-descr b/net/6to4/pkg-descr deleted file mode 100644 index dce8976ee431..000000000000 --- a/net/6to4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The 6to4 script can be used to setup IPv6 on your home machine and net- -work for exploring IPv6 without any registrations. 6to4 is a mechanism by -which your IPv6 address(es) are derived from an assigned IPv4 address, -and which involves automatic tunnelling to one or more remove 6to4 hubs, -which will then forward your v6 packets on the 6bone etc. Replies are -routed back to you over IPv4 via (possibly) other 6to4 capable remote -gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from -all v4-hosts. - -WWW: ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/net/6to4/files/6to4.html diff --git a/net/6to4/pkg-message b/net/6to4/pkg-message deleted file mode 100644 index 6b6de50f7823..000000000000 --- a/net/6to4/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== - -To configure this package, adjust ${PREFIX}/etc/6to4.conf from -${PREFIX}/etc/6to4.conf.sample, then start "6to4 -v start". -You should be able to "ping6 www.kame.net" after that. - -=========================================================================== diff --git a/net/6to4/pkg-plist b/net/6to4/pkg-plist deleted file mode 100644 index 1b893cb7693b..000000000000 --- a/net/6to4/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -sbin/6to4 -etc/6to4.conf.sample |