aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
committerrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
commitd55a2fcc765d8211d825c94c8a53ff57ba2a8ab5 (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /dns
parentb9b9e6e07461a3dc74e068c56993102704112352 (diff)
downloadfreebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.gz
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.zst
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.zip
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/ghtool/Makefile31
-rw-r--r--dns/ghtool/distinfo2
-rw-r--r--dns/ghtool/pkg-descr6
4 files changed, 0 insertions, 40 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 3a913caf695f..b1bc929a7173 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -78,7 +78,6 @@
SUBDIR += gdnsd2
SUBDIR += gen6dns
SUBDIR += getdns
- SUBDIR += ghtool
SUBDIR += go-geodns
SUBDIR += hesiod
SUBDIR += hostdb
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/