1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

move category net->dns

Approved by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2003-11-16 22:17:48 +00:00
parent 89638808a8
commit 9cd8bcb24b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94128
9 changed files with 2 additions and 66 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += domtools SUBDIR += domtools
SUBDIR += ez-ipupdate SUBDIR += ez-ipupdate
SUBDIR += firedns SUBDIR += firedns
SUBDIR += geta
SUBDIR += ghtool SUBDIR += ghtool
SUBDIR += h2n SUBDIR += h2n
SUBDIR += hesiod SUBDIR += hesiod

View File

@ -8,7 +8,7 @@
PORTNAME= geta PORTNAME= geta
PORTVERSION= 19990419 PORTVERSION= 19990419
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= net CATEGORIES= dns
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
DISTNAME= pping-${PORTVERSION} DISTNAME= pping-${PORTVERSION}

View File

@ -155,7 +155,6 @@
SUBDIR += gatekeeper SUBDIR += gatekeeper
SUBDIR += generic-nqs SUBDIR += generic-nqs
SUBDIR += geotrace SUBDIR += geotrace
SUBDIR += geta
SUBDIR += ggsd SUBDIR += ggsd
SUBDIR += gicq SUBDIR += gicq
SUBDIR += gift-fasttrack SUBDIR += gift-fasttrack

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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