Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool.

This commit is contained in:
Munechika SUMIKAWA 2001-11-05 12:17:56 +00:00
parent 49d97d5a25
commit b54e01ac65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49596
13 changed files with 99 additions and 0 deletions

21
dns/geta/Makefile Normal file
View file

@ -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>

1
dns/geta/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5

View file

@ -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@

1
dns/geta/pkg-comment Normal file
View file

@ -0,0 +1 @@
Geta(GET Address) - Simple IPv4/IPv6 address resolving tool

14
dns/geta/pkg-descr Normal file
View file

@ -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

1
dns/geta/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/geta

View file

@ -115,6 +115,7 @@
SUBDIR += gated SUBDIR += gated
SUBDIR += gatekeeper SUBDIR += gatekeeper
SUBDIR += generic-nqs SUBDIR += generic-nqs
SUBDIR += geta
SUBDIR += geotrace SUBDIR += geotrace
SUBDIR += ggsd SUBDIR += ggsd
SUBDIR += ghtool SUBDIR += ghtool

21
net/geta/Makefile Normal file
View file

@ -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>

1
net/geta/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5

View file

@ -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@

1
net/geta/pkg-comment Normal file
View file

@ -0,0 +1 @@
Geta(GET Address) - Simple IPv4/IPv6 address resolving tool

14
net/geta/pkg-descr Normal file
View file

@ -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

1
net/geta/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/geta