Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 08:14:33 +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: r393638 - in head/dns: . renewck
Message-ID:  <201508060814.t768EX4C014285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Aug  6 08:14:33 2015
New Revision: 393638
URL: https://svnweb.freebsd.org/changeset/ports/393638

Log:
  Add a port of renewck, utility that checks expiration times of one or more
  domains and notifies user via email about the domains that are approaching
  expiring.
  
  WWW: http://www.gnu.org.ua/software/dnstools/renewck.html

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

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Thu Aug  6 07:57:29 2015	(r393637)
+++ head/dns/Makefile	Thu Aug  6 08:14:33 2015	(r393638)
@@ -170,6 +170,7 @@
     SUBDIR += rbldnsd
     SUBDIR += rbllookup
     SUBDIR += rbllookup-ng
+    SUBDIR += renewck
     SUBDIR += rubygem-dnsruby
     SUBDIR += rubygem-net-dns
     SUBDIR += rubygem-public_suffix

Added: head/dns/renewck/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/renewck/Makefile	Thu Aug  6 08:14:33 2015	(r393638)
@@ -0,0 +1,24 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	renewck
+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=	Check for expiring domains and send email notifications
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	p5-Time-modules>0:${PORTSDIR}/devel/p5-Time-modules \
+		p5-Mail-Tools>0:${PORTSDIR}/mail/p5-Mail-Tools \
+		p5-GDBM>0:${PORTSDIR}/databases/p5-GDBM
+
+USES=		perl5
+USE_PERL5=	configure
+
+PLIST_FILES=	bin/renewck man/man1/renewck.1.gz
+
+.include <bsd.port.mk>

Added: head/dns/renewck/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/renewck/distinfo	Thu Aug  6 08:14:33 2015	(r393638)
@@ -0,0 +1,2 @@
+SHA256 (renewck-1.00.tar.gz) = fabe933aae381839c32115b54b203e0b6a2bd200d3a63d2f75d135e4921c59b4
+SIZE (renewck-1.00.tar.gz) = 7486

Added: head/dns/renewck/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/renewck/pkg-descr	Thu Aug  6 08:14:33 2015	(r393638)
@@ -0,0 +1,7 @@
+renewck checks expiration times of one or more domains and notifies user
+via email about the domains that are approaching expiring.
+
+It is part of dnstools, a set of utilities for DNS management and related
+tasks.
+
+WWW: http://www.gnu.org.ua/software/dnstools/renewck.html



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