Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 14:49:25 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393592 - in head/dns: . vhostcname
Message-ID:  <201508051449.t75EnPjQ067392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Aug  5 14:49:24 2015
New Revision: 393592
URL: https://svnweb.freebsd.org/changeset/ports/393592

Log:
  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

Added:
  head/dns/vhostcname/
  head/dns/vhostcname/Makefile   (contents, props changed)
  head/dns/vhostcname/distinfo   (contents, props changed)
  head/dns/vhostcname/pkg-descr   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Wed Aug  5 14:39:42 2015	(r393591)
+++ head/dns/Makefile	Wed Aug  5 14:49:24 2015	(r393592)
@@ -185,6 +185,7 @@
     SUBDIR += unbound
     SUBDIR += updatedd
     SUBDIR += validns
+    SUBDIR += vhostcname
     SUBDIR += vizone
     SUBDIR += walker
     SUBDIR += wdns

Added: head/dns/vhostcname/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/vhostcname/Makefile	Wed Aug  5 14:49:24 2015	(r393592)
@@ -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>

Added: head/dns/vhostcname/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/vhostcname/distinfo	Wed Aug  5 14:49:24 2015	(r393592)
@@ -0,0 +1,2 @@
+SHA256 (vhostcname-1.00.tar.gz) = 1affd0e34472de6faf4ef3d2c522f919195ff9a3647c006247c91891699219fb
+SIZE (vhostcname-1.00.tar.gz) = 6042

Added: head/dns/vhostcname/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/vhostcname/pkg-descr	Wed Aug  5 14:49:24 2015	(r393592)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508051449.t75EnPjQ067392>