diff options
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/ip6_int/DESCR | 5 | ||||
-rw-r--r-- | net/ip6_int/Makefile | 23 | ||||
-rw-r--r-- | net/ip6_int/PLIST | 2 | ||||
-rw-r--r-- | net/ip6_int/distinfo | 4 |
5 files changed, 1 insertions, 36 deletions
diff --git a/net/Makefile b/net/Makefile index c4c400afc37..0a9246d393d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.516 2004/11/17 18:07:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.517 2004/11/19 16:44:07 wiz Exp $ # COMMENT= Networking tools @@ -133,7 +133,6 @@ SUBDIR+= hping SUBDIR+= httptunnel SUBDIR+= icsi-finger SUBDIR+= iftop -SUBDIR+= ip6_int SUBDIR+= ipa SUBDIR+= ipcalc SUBDIR+= ipcheck diff --git a/net/ip6_int/DESCR b/net/ip6_int/DESCR deleted file mode 100644 index b3964c31017..00000000000 --- a/net/ip6_int/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Convert valid IPv6 addresses to ip6.int PTR values. Convert valid -IPv4 addresses to in-addr.arpa PTR values. Anything not valid is -simply printed as is. Handles :: notation and embedded IPv4 -addresses. If the address is followed by /n, the PTR is truncated -to n bits. diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile deleted file mode 100644 index 48ef986e72d..00000000000 --- a/net/ip6_int/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:19 agc Exp $ -# - -DISTNAME= ip6_int -PKGNAME= ${DISTNAME}-1.0 -CATEGORIES= net -MASTER_SITES= http://www.bieringer.de/linux/IPv6/tools/ -EXTRACT_SUFX= # - -MAINTAINER= tech-pkg@NetBSD.org -COMMENT= Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value - -EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} - -WRKSRC= ${WRKDIR} -USE_PERL5= yes -REPLACE_PERL= ip6_int -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${PREFIX}/bin - -.include "../../mk/bsd.pkg.mk" diff --git a/net/ip6_int/PLIST b/net/ip6_int/PLIST deleted file mode 100644 index f24b1ee2d1d..00000000000 --- a/net/ip6_int/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/25 18:47:02 zuntum Exp $ -bin/ip6_int diff --git a/net/ip6_int/distinfo b/net/ip6_int/distinfo deleted file mode 100644 index 90bd90ba9f1..00000000000 --- a/net/ip6_int/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/11/25 18:47:02 zuntum Exp $ - -SHA1 (ip6_int) = 9070b04f6059785dd6550c18f334ed687949d359 -Size (ip6_int) = 3479 bytes |