aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ghtool
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ghtool')
-rw-r--r--dns/ghtool/Makefile31
-rw-r--r--dns/ghtool/distinfo2
-rw-r--r--dns/ghtool/pkg-descr6
3 files changed, 0 insertions, 39 deletions
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile
deleted file mode 100644
index 3ddd36880120..000000000000
--- a/dns/ghtool/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: roam@orbitel.bg
-# $FreeBSD$
-
-PORTNAME= ghtool
-PORTVERSION= 1.0
-CATEGORIES= dns
-MASTER_SITES= SF/gh-tool/gh-tool/1
-DISTNAME= ghmain.c
-EXTRACT_SUFX= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Command-line interface to the resolver library
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-PLIST_FILES= bin/gh
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- ${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/
-
-do-build:
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/gh ${WRKDIR}/ghmain.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/gh ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/dns/ghtool/distinfo b/dns/ghtool/distinfo
deleted file mode 100644
index 0bf7fe3ffe4d..000000000000
--- a/dns/ghtool/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ghmain.c) = c404f9401ca3dbd6a9cc1eb673c2ccd3ff6ecbfdfcc9f748b0458ed5cbf3d602
-SIZE (ghmain.c) = 7047
diff --git a/dns/ghtool/pkg-descr b/dns/ghtool/pkg-descr
deleted file mode 100644
index 465a1f0b32c3..000000000000
--- a/dns/ghtool/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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: https://sourceforge.net/projects/gh-tool/