diff options
author | danfe <danfe@FreeBSD.org> | 2015-08-05 22:49:24 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-08-05 22:49:24 +0800 |
commit | 5288b7c8485869578cb38f1daa47ffdf07bb0dc7 (patch) | |
tree | 4d70f27b73f5a3225666e6665b45162d05d62405 /dns | |
parent | 15e63700d4dd7a3e40c3406f261d8cf3eb051448 (diff) | |
download | freebsd-ports-gnome-5288b7c8485869578cb38f1daa47ffdf07bb0dc7.tar.gz freebsd-ports-gnome-5288b7c8485869578cb38f1daa47ffdf07bb0dc7.tar.zst freebsd-ports-gnome-5288b7c8485869578cb38f1daa47ffdf07bb0dc7.zip |
Add a port of vhostcname, utility that synchronizes DNS with server names
and aliases from Apache virtual host configuration.
WWW: http://www.gnu.org.ua/software/dnstools/vhostcname.html
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/vhostcname/Makefile | 22 | ||||
-rw-r--r-- | dns/vhostcname/distinfo | 2 | ||||
-rw-r--r-- | dns/vhostcname/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index aca308602e1d..f0de930b1d9f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -185,6 +185,7 @@ SUBDIR += unbound SUBDIR += updatedd SUBDIR += validns + SUBDIR += vhostcname SUBDIR += vizone SUBDIR += walker SUBDIR += wdns diff --git a/dns/vhostcname/Makefile b/dns/vhostcname/Makefile new file mode 100644 index 000000000000..fa0f83c572f1 --- /dev/null +++ b/dns/vhostcname/Makefile @@ -0,0 +1,22 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= vhostcname +PORTVERSION= 1.00 +CATEGORIES= dns perl5 +MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \ + http://freebsd.nsu.ru/distfiles/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Synchronize DNS with server names and aliases from Apache vhost + +LICENSE= GPLv3 + +RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= bin/vhostcname man/man1/vhostcname.1.gz + +.include <bsd.port.mk> diff --git a/dns/vhostcname/distinfo b/dns/vhostcname/distinfo new file mode 100644 index 000000000000..e157a628a7f5 --- /dev/null +++ b/dns/vhostcname/distinfo @@ -0,0 +1,2 @@ +SHA256 (vhostcname-1.00.tar.gz) = 1affd0e34472de6faf4ef3d2c522f919195ff9a3647c006247c91891699219fb +SIZE (vhostcname-1.00.tar.gz) = 6042 diff --git a/dns/vhostcname/pkg-descr b/dns/vhostcname/pkg-descr new file mode 100644 index 000000000000..9a46b0a46714 --- /dev/null +++ b/dns/vhostcname/pkg-descr @@ -0,0 +1,7 @@ +vhostcname synchronizes DNS with server names and aliases from Apache +virtual host configuration. + +It is part of dnstools, a set of utilities for DNS management and related +tasks. + +WWW: http://www.gnu.org.ua/software/dnstools/vhostcname.html |