summaryrefslogtreecommitdiff
path: root/dns/geta
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-11-05 12:17:56 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-11-05 12:17:56 +0000
commitb54e01ac65c60821402e93f0c2af93b3dc8a06a4 (patch)
tree41d5d48cd8cf2f2e4bcbec1095738c0fc15c3275 /dns/geta
parentFix compilation errors if mbregex is selected. (diff)
Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool.
Notes
Notes: svn path=/head/; revision=49596
Diffstat (limited to 'dns/geta')
-rw-r--r--dns/geta/Makefile21
-rw-r--r--dns/geta/distinfo1
-rw-r--r--dns/geta/files/patch-Makefile.in11
-rw-r--r--dns/geta/pkg-comment1
-rw-r--r--dns/geta/pkg-descr14
-rw-r--r--dns/geta/pkg-plist1
6 files changed, 49 insertions, 0 deletions
diff --git a/dns/geta/Makefile b/dns/geta/Makefile
new file mode 100644
index 000000000000..447ad6ceb3ee
--- /dev/null
+++ b/dns/geta/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: geta
+# Date created: 5 Nov 2001
+# Whom: sumikawa
+#
+# $FreeBSD$
+#
+
+PORTNAME= geta
+PORTVERSION= 19990419
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
+DISTNAME= pping-${PORTVERSION}
+
+MAINTAINER= sumikawa@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/pping
+GNU_CONFIGURE= yes
+
+NO_INSTALL_MANPAGES= yes
+
+.include <bsd.port.mk>
diff --git a/dns/geta/distinfo b/dns/geta/distinfo
new file mode 100644
index 000000000000..659306e7c59d
--- /dev/null
+++ b/dns/geta/distinfo
@@ -0,0 +1 @@
+MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5
diff --git a/dns/geta/files/patch-Makefile.in b/dns/geta/files/patch-Makefile.in
new file mode 100644
index 000000000000..010c882a5113
--- /dev/null
+++ b/dns/geta/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- 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 += -O -Wall
++#LIBS = -linet6
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
diff --git a/dns/geta/pkg-comment b/dns/geta/pkg-comment
new file mode 100644
index 000000000000..91ede309f27c
--- /dev/null
+++ b/dns/geta/pkg-comment
@@ -0,0 +1 @@
+Geta(GET Address) - Simple IPv4/IPv6 address resolving tool
diff --git a/dns/geta/pkg-descr b/dns/geta/pkg-descr
new file mode 100644
index 000000000000..1950c5d981e3
--- /dev/null
+++ b/dns/geta/pkg-descr
@@ -0,0 +1,14 @@
+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/dns/geta/pkg-plist b/dns/geta/pkg-plist
new file mode 100644
index 000000000000..6af263ad3b00
--- /dev/null
+++ b/dns/geta/pkg-plist
@@ -0,0 +1 @@
+bin/geta