diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-29 19:17:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-29 19:17:03 +0000 |
commit | 6a62896044c454e51bf012175c2c5cccfb77ad90 (patch) | |
tree | 9aa62a9fd6af77f8593cdde7beb3ea5f590c3da0 /dns | |
parent | 6a947f0a88eedd856852f06876d5880ae3a19829 (diff) | |
download | ports-6a62896044c454e51bf012175c2c5cccfb77ad90.tar.gz ports-6a62896044c454e51bf012175c2c5cccfb77ad90.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmax-perl/Makefile | 40 | ||||
-rw-r--r-- | dns/dnsmax-perl/distinfo | 2 | ||||
-rw-r--r-- | dns/dnsmax-perl/pkg-descr | 13 | ||||
-rw-r--r-- | dns/dnsmax-perl/pkg-message | 12 |
5 files changed, 68 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index ce7d168bf3be..ade8d4f76b5e 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -24,6 +24,7 @@ SUBDIR += dnshijacker SUBDIR += dnsjava SUBDIR += dnsmasq + SUBDIR += dnsmax-perl SUBDIR += dnsproxy SUBDIR += dnstop SUBDIR += dnstracer diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile new file mode 100644 index 000000000000..eb69465c477a --- /dev/null +++ b/dns/dnsmax-perl/Makefile @@ -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> diff --git a/dns/dnsmax-perl/distinfo b/dns/dnsmax-perl/distinfo new file mode 100644 index 000000000000..8000fafdafdb --- /dev/null +++ b/dns/dnsmax-perl/distinfo @@ -0,0 +1,2 @@ +MD5 (dnsmax-perl-1.0.1.zip) = cf1c6c495581b153bc507a35a89d77be +SIZE (dnsmax-perl-1.0.1.zip) = 12757 diff --git a/dns/dnsmax-perl/pkg-descr b/dns/dnsmax-perl/pkg-descr new file mode 100644 index 000000000000..0a516b4bfbe2 --- /dev/null +++ b/dns/dnsmax-perl/pkg-descr @@ -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 diff --git a/dns/dnsmax-perl/pkg-message b/dns/dnsmax-perl/pkg-message new file mode 100644 index 000000000000..91cd01e5da5b --- /dev/null +++ b/dns/dnsmax-perl/pkg-message @@ -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 + +*************************************************************** |