aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/Makefile1
-rw-r--r--dns/geta/Makefile2
-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
9 files changed, 2 insertions, 66 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 11d041b5a9e6..0b6d0071f148 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -26,6 +26,7 @@
SUBDIR += domtools
SUBDIR += ez-ipupdate
SUBDIR += firedns
+ SUBDIR += geta
SUBDIR += ghtool
SUBDIR += h2n
SUBDIR += hesiod
diff --git a/dns/geta/Makefile b/dns/geta/Makefile
index b599e08c4fd5..53bd7515a227 100644
--- a/dns/geta/Makefile
+++ b/dns/geta/Makefile
@@ -8,7 +8,7 @@
PORTNAME= geta
PORTVERSION= 19990419
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= dns
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
DISTNAME= pping-${PORTVERSION}
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