summaryrefslogtreecommitdiff
path: root/dns/ghtool
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ghtool')
-rw-r--r--dns/ghtool/Makefile33
-rw-r--r--dns/ghtool/distinfo1
-rw-r--r--dns/ghtool/pkg-comment1
-rw-r--r--dns/ghtool/pkg-descr11
-rw-r--r--dns/ghtool/pkg-plist1
5 files changed, 0 insertions, 47 deletions
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile
deleted file mode 100644
index d3b0943006e7..000000000000
--- a/dns/ghtool/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: ghtool
-# Date created: 19 September 2000
-# Whom: roam@orbitel.bg
-#
-# $FreeBSD$
-#
-
-PORTNAME= ghtool
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=gh-tool
-DISTNAME= ghmain.c
-EXTRACT_SUFX=
-
-MAINTAINER= roam@FreeBSD.org
-
-WRKSRC= ${WRKDIR}
-
-TGT= gh
-SRC= gh.c
-
-EXTRACT_CMD= ${CP}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC}
-
-do-build:
- ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${TGT} ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/dns/ghtool/distinfo b/dns/ghtool/distinfo
deleted file mode 100644
index 1bf4b13546ca..000000000000
--- a/dns/ghtool/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ghmain.c) = 063690f107086022b111648b73cad036
diff --git a/dns/ghtool/pkg-comment b/dns/ghtool/pkg-comment
deleted file mode 100644
index 111745d590f9..000000000000
--- a/dns/ghtool/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A command-line interface to the resolver library
diff --git a/dns/ghtool/pkg-descr b/dns/ghtool/pkg-descr
deleted file mode 100644
index b8f7345dad15..000000000000
--- a/dns/ghtool/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-To quote from the SourceForge project description:
-
- gh-tool is a command-line interface to gethostby*, in libresolv/libc.
- It allows one to check the local system's notion of an IP->DNS or
- DNS->IP mapping, including aliases, directly, rather than digging for
- mappings in DNS, which may or may not be relevant.
-
-WWW: http://www.sourceforge.net/projects/gh-tool/
-Author: Ally Kendall <aminorex@users.sourceforge.net>
-
-Maintainer: Peter Pentchev <roam@orbitel.bg>
diff --git a/dns/ghtool/pkg-plist b/dns/ghtool/pkg-plist
deleted file mode 100644
index eee25483706d..000000000000
--- a/dns/ghtool/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/gh