From 3a268dec05d174ffb1e37decf9067af01ea577ba Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Mon, 23 Oct 2000 10:50:06 +0000 Subject: Add port net/ghtool A command-line interface to the resolver library PR: 21396 Submitted by: Peter Pentchev MAINTAINER --- dns/ghtool/Makefile | 33 +++++++++++++++++++++++++++++++++ dns/ghtool/distinfo | 1 + dns/ghtool/pkg-comment | 1 + dns/ghtool/pkg-descr | 11 +++++++++++ dns/ghtool/pkg-plist | 1 + 5 files changed, 47 insertions(+) create mode 100644 dns/ghtool/Makefile create mode 100644 dns/ghtool/distinfo create mode 100644 dns/ghtool/pkg-comment create mode 100644 dns/ghtool/pkg-descr create mode 100644 dns/ghtool/pkg-plist (limited to 'dns/ghtool') diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile new file mode 100644 index 000000000000..94d4feda10e9 --- /dev/null +++ b/dns/ghtool/Makefile @@ -0,0 +1,33 @@ +# 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@orbitel.bg + +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 diff --git a/dns/ghtool/distinfo b/dns/ghtool/distinfo new file mode 100644 index 000000000000..1bf4b13546ca --- /dev/null +++ b/dns/ghtool/distinfo @@ -0,0 +1 @@ +MD5 (ghmain.c) = 063690f107086022b111648b73cad036 diff --git a/dns/ghtool/pkg-comment b/dns/ghtool/pkg-comment new file mode 100644 index 000000000000..111745d590f9 --- /dev/null +++ b/dns/ghtool/pkg-comment @@ -0,0 +1 @@ +A command-line interface to the resolver library diff --git a/dns/ghtool/pkg-descr b/dns/ghtool/pkg-descr new file mode 100644 index 000000000000..b8f7345dad15 --- /dev/null +++ b/dns/ghtool/pkg-descr @@ -0,0 +1,11 @@ +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 + +Maintainer: Peter Pentchev diff --git a/dns/ghtool/pkg-plist b/dns/ghtool/pkg-plist new file mode 100644 index 000000000000..eee25483706d --- /dev/null +++ b/dns/ghtool/pkg-plist @@ -0,0 +1 @@ +bin/gh -- cgit v1.2.3