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
This commit is contained in:
Alexey Dokuchaev 2015-08-06 08:14:33 +00:00
parent 4ab4a1052c
commit 7b9116430d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393638
4 changed files with 34 additions and 0 deletions

View file

@ -170,6 +170,7 @@
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += renewck
SUBDIR += rubygem-dnsruby
SUBDIR += rubygem-net-dns
SUBDIR += rubygem-public_suffix

24
dns/renewck/Makefile Normal file
View file

@ -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>

2
dns/renewck/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (renewck-1.00.tar.gz) = fabe933aae381839c32115b54b203e0b6a2bd200d3a63d2f75d135e4921c59b4
SIZE (renewck-1.00.tar.gz) = 7486

7
dns/renewck/pkg-descr Normal file
View file

@ -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