aboutsummaryrefslogtreecommitdiff
path: root/dns/vhostcname
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-08-05 14:49:24 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-08-05 14:49:24 +0000
commit4167a75660d46b1e91f42fec3c89e64b267fa6dd (patch)
tree4d70f27b73f5a3225666e6665b45162d05d62405 /dns/vhostcname
parentdd8ffb0a8f270488d497fea426077f6c7bfb45a9 (diff)
downloadports-4167a75660d46b1e91f42fec3c89e64b267fa6dd.tar.gz
ports-4167a75660d46b1e91f42fec3c89e64b267fa6dd.zip
Notes
Diffstat (limited to 'dns/vhostcname')
-rw-r--r--dns/vhostcname/Makefile22
-rw-r--r--dns/vhostcname/distinfo2
-rw-r--r--dns/vhostcname/pkg-descr7
3 files changed, 31 insertions, 0 deletions
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