mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool.
This commit is contained in:
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
21
dns/geta/Makefile
Normal 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
1
dns/geta/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5
|
11
dns/geta/files/patch-Makefile.in
Normal file
11
dns/geta/files/patch-Makefile.in
Normal 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
1
dns/geta/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Geta(GET Address) - Simple IPv4/IPv6 address resolving tool
|
14
dns/geta/pkg-descr
Normal file
14
dns/geta/pkg-descr
Normal 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
1
dns/geta/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/geta
|
|
@ -115,6 +115,7 @@
|
|||
SUBDIR += gated
|
||||
SUBDIR += gatekeeper
|
||||
SUBDIR += generic-nqs
|
||||
SUBDIR += geta
|
||||
SUBDIR += geotrace
|
||||
SUBDIR += ggsd
|
||||
SUBDIR += ghtool
|
||||
|
|
21
net/geta/Makefile
Normal file
21
net/geta/Makefile
Normal 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
1
net/geta/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pping-19990419.tar.gz) = aedcfe276ad052f8caaf14b02c71b0a5
|
11
net/geta/files/patch-Makefile.in
Normal file
11
net/geta/files/patch-Makefile.in
Normal 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
1
net/geta/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Geta(GET Address) - Simple IPv4/IPv6 address resolving tool
|
14
net/geta/pkg-descr
Normal file
14
net/geta/pkg-descr
Normal 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
1
net/geta/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/geta
|
Loading…
Add table
Reference in a new issue