1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

DNSMax's perl update client. It manages DNS records, update history, and

allows for per record configuration.  It also includes a wizard for generation
of configuration files.

PR:		ports/76614
Submitted by:	Dan Smith <dan@algenta.com>
This commit is contained in:
Pav Lucistnik 2005-01-29 19:17:03 +00:00
parent 6a947f0a88
commit 6a62896044
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127639
5 changed files with 68 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += dnshijacker
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmax-perl
SUBDIR += dnsproxy
SUBDIR += dnstop
SUBDIR += dnstracer

40
dns/dnsmax-perl/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: dnsmax-perl
# Date created: Sun Jan 23 20:27:00 CST 2005
# Whom: Dan Smith <dan@algenta.com>
#
# $FreeBSD$
#
PORTNAME= dnsmax-perl
PORTVERSION= 1.0.1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dynamicdns
DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/}
MAINTAINER= dan@algenta.com
COMMENT= DNSMax-perl is a perl DNS update client for the REST DNSMax protocol
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww
USE_ZIP= yes
NO_BUILD= yes
USE_PERL5= yes
PLIST_FILES= bin/dnsmax-perl
PORTDOCS= LICENSE INSTALL README
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/dnsmax.pl ${PREFIX}/bin/dnsmax-perl
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKDIR}/${DISTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

2
dns/dnsmax-perl/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (dnsmax-perl-1.0.1.zip) = cf1c6c495581b153bc507a35a89d77be
SIZE (dnsmax-perl-1.0.1.zip) = 12757

13
dns/dnsmax-perl/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
A Cross Platform DNS update client, written in perl. DNSMax update uses the
DNSMax protocol version 2.0 to send DNS update requests. It manages DNS
records, update history, and allows for per record configuration. It also
includes a wizard for generation of configuration files.
Supported Dynamic DNS services
http://www.thatip.com/
http://www.dnsmax.com/
WWW: http://www.dynamicdnsclient.com/perl/
-Dan Smith
dan@algenta.com

View File

@ -0,0 +1,12 @@
***************************************************************
The DNSMax update client has been installed. You will need
a dynamic dns account from a DNSMax enabled provider.
Providers:
- www.dnsmax.com
- www.thatip.com
To set up your configuration, run dnsmax-perl
***************************************************************