aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-11-17 06:17:48 +0800
committersf <sf@FreeBSD.org>2003-11-17 06:17:48 +0800
commitd3b2d70ec6f61cef916d5abc314e05a6cfa3e5a5 (patch)
treed0aaef55576fa0f6b5edce3b06dbb6b39991b9b6 /net
parentcc8ca1880e39405aa978f02191520cbf2c49e8d0 (diff)
downloadfreebsd-ports-gnome-d3b2d70ec6f61cef916d5abc314e05a6cfa3e5a5.tar.gz
freebsd-ports-gnome-d3b2d70ec6f61cef916d5abc314e05a6cfa3e5a5.tar.zst
freebsd-ports-gnome-d3b2d70ec6f61cef916d5abc314e05a6cfa3e5a5.zip
move category net->dns
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/geta/Makefile24
-rw-r--r--net/geta/distinfo1
-rw-r--r--net/geta/files/patch-Makefile.in11
-rw-r--r--net/geta/files/patch-geta_geta.c13
-rw-r--r--net/geta/pkg-descr14
-rw-r--r--net/geta/pkg-plist1
7 files changed, 0 insertions, 65 deletions
diff --git a/net/Makefile b/net/Makefile
index b2ac006123e0..281e71c713bb 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -155,7 +155,6 @@
SUBDIR += gatekeeper
SUBDIR += generic-nqs
SUBDIR += geotrace
- SUBDIR += geta
SUBDIR += ggsd
SUBDIR += gicq
SUBDIR += gift-fasttrack
diff --git a/net/geta/Makefile b/net/geta/Makefile
deleted file mode 100644
index b599e08c4fd5..000000000000
--- a/net/geta/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: geta
-# Date created: 5 Nov 2001
-# Whom: sumikawa
-#
-# $FreeBSD$
-#
-
-PORTNAME= geta
-PORTVERSION= 19990419
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
-DISTNAME= pping-${PORTVERSION}
-
-MAINTAINER= sumikawa@FreeBSD.org
-COMMENT= Geta(GET Address) - Simple IPv4/IPv6 address resolving tool
-
-WRKSRC= ${WRKDIR}/pping
-GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes
-
-NO_INSTALL_MANPAGES= yes
-
-.include <bsd.port.mk>
diff --git a/net/geta/distinfo b/net/geta/distinfo
deleted file mode 100644
index 659306e7c59d..000000000000
--- a/net/geta/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5
diff --git a/net/geta/files/patch-Makefile.in b/net/geta/files/patch-Makefile.in
deleted file mode 100644
index 7c6ad24cea46..000000000000
--- a/net/geta/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- geta/Makefile.in- Mon Nov 5 20:54:25 2001
-+++ geta/Makefile.in Mon Nov 5 20:54:45 2001
-@@ -1,6 +1,6 @@
- CC = cc
--CFLAGS = -O -L/usr/local/v6/lib -Wall
--LIBS = -linet6
-+CFLAGS += -Wall
-+#LIBS = -linet6
-
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
diff --git a/net/geta/files/patch-geta_geta.c b/net/geta/files/patch-geta_geta.c
deleted file mode 100644
index 3d9693c088dd..000000000000
--- a/net/geta/files/patch-geta_geta.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- geta/geta.c.orig Wed Dec 18 02:18:00 2002
-+++ geta/geta.c Wed Dec 18 02:18:16 2002
-@@ -7,6 +7,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <unistd.h>
-
- char *progname;
- int errors = 0; /* number of errors */
diff --git a/net/geta/pkg-descr b/net/geta/pkg-descr
deleted file mode 100644
index 1950c5d981e3..000000000000
--- a/net/geta/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-geta(GET Address) - Simple IPv4/IPv6 address resolving tool
-This tool is made for pping(IPv6 ping statistics tool).
-
-Usage:
- % geta www.kame.net
- 3ffe:501:4819:2000:5254:ff:fedc:50d2
- 203.178.141.212
- % geta -r www.kame.net
- 3ffe:501:4819:2000:5254:ff:fedc:50d2
- Reverse map: 3ffe:501:4819:2000:5254:ff:fedc:50d2
- 203.178.141.212
- Reverse map: kame212.kame.net
- % geta -s -6 www.kame.net
- 3ffe:501:4819:2000:5254:ff:fedc:50d2
diff --git a/net/geta/pkg-plist b/net/geta/pkg-plist
deleted file mode 100644
index 6af263ad3b00..000000000000
--- a/net/geta/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/geta