1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Another client to update your IP on dynamic DNS services ...

This commit is contained in:
Stefan Eßer 2002-07-24 11:00:09 +00:00
parent 24686b7073
commit a28a7425c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63479
11 changed files with 131 additions and 0 deletions

26
dns/ez-ipupdate/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: ez-ipupdate
# Date created: 24 July 2002
# Whom: se
#
# $FreeBSD$
#
PORTNAME= ez-ipupdate
PORTVERSION= 3.0.11b7
CATEGORIES= net
MASTER_SITES= http://gusnet.cx/proj/ez-ipupdate/dist/
MAINTAINER= se@FreeBSD.org
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/examples/ez-ipupdate
for f in ${WRKSRC}/example-*.conf; \
do \
${INSTALL_DATA} $$f ${PREFIX}/share/examples/ez-ipupdate/; \
done
${INSTALL_DATA} ${WRKSRC}/example.conf \
${PREFIX}/etc/ez-ipupdate.conf.sample
.include <bsd.port.mk>

2
dns/ez-ipupdate/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (ez-ipupdate-3.0.11b7.tar.gz) = 525be4550b4461fdf105aed8e753b020
SIZE (ez-ipupdate-3.0.11b7.tar.gz) = 82481

View File

@ -0,0 +1 @@
Update your host name on any dynamic DNS service

23
dns/ez-ipupdate/pkg-descr Normal file
View File

@ -0,0 +1,23 @@
ez-ipupdate is a small utility for updating your host name
if you are using any of the following dynamic DNS services:
http://gnudip.cheapnet.net (GNUDip)
http://www.dhs.org
http://www.dyn.ca (GNUDip)
http://www.dyndns.org
http://www.dyns.cx
http://www.easydns.com
http://www.ez-ip.net
http://www.hn.org
http://www.justlinux.com
http://www.ods.org
http://www.tzo.com
http://www.zoneedit.com
It is pure C and works on Linux, *BSD and Solaris.
The key features are: support for multiple service types, daemon
mode that monitors your IP address and only sends updates when
your IP address changes.
WWW: http://gusnet.cx/proj/ez-ipupdate/

13
dns/ez-ipupdate/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
bin/ez-ipupdate
etc/ez-ipupdate.conf.sample
share/examples/ez-ipupdate/example-dhs.conf
share/examples/ez-ipupdate/example-dyndns.conf
share/examples/ez-ipupdate/example-dyns.conf
share/examples/ez-ipupdate/example-easydns.conf
share/examples/ez-ipupdate/example-gnudip.conf
share/examples/ez-ipupdate/example-heipv6tb.conf
share/examples/ez-ipupdate/example-justlinux.conf
share/examples/ez-ipupdate/example-ods.conf
share/examples/ez-ipupdate/example-pgpow.conf
share/examples/ez-ipupdate/example-tzo.conf
@dirrm share/examples/ez-ipupdate

View File

@ -120,6 +120,7 @@
SUBDIR += ettercap
SUBDIR += eudc-emacs20
SUBDIR += everybuddy
SUBDIR += ez-ipupdate
SUBDIR += fidelio
SUBDIR += firedns
SUBDIR += firetalk

26
net/ez-ipupdate/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: ez-ipupdate
# Date created: 24 July 2002
# Whom: se
#
# $FreeBSD$
#
PORTNAME= ez-ipupdate
PORTVERSION= 3.0.11b7
CATEGORIES= net
MASTER_SITES= http://gusnet.cx/proj/ez-ipupdate/dist/
MAINTAINER= se@FreeBSD.org
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/examples/ez-ipupdate
for f in ${WRKSRC}/example-*.conf; \
do \
${INSTALL_DATA} $$f ${PREFIX}/share/examples/ez-ipupdate/; \
done
${INSTALL_DATA} ${WRKSRC}/example.conf \
${PREFIX}/etc/ez-ipupdate.conf.sample
.include <bsd.port.mk>

2
net/ez-ipupdate/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (ez-ipupdate-3.0.11b7.tar.gz) = 525be4550b4461fdf105aed8e753b020
SIZE (ez-ipupdate-3.0.11b7.tar.gz) = 82481

View File

@ -0,0 +1 @@
Update your host name on any dynamic DNS service

23
net/ez-ipupdate/pkg-descr Normal file
View File

@ -0,0 +1,23 @@
ez-ipupdate is a small utility for updating your host name
if you are using any of the following dynamic DNS services:
http://gnudip.cheapnet.net (GNUDip)
http://www.dhs.org
http://www.dyn.ca (GNUDip)
http://www.dyndns.org
http://www.dyns.cx
http://www.easydns.com
http://www.ez-ip.net
http://www.hn.org
http://www.justlinux.com
http://www.ods.org
http://www.tzo.com
http://www.zoneedit.com
It is pure C and works on Linux, *BSD and Solaris.
The key features are: support for multiple service types, daemon
mode that monitors your IP address and only sends updates when
your IP address changes.
WWW: http://gusnet.cx/proj/ez-ipupdate/

13
net/ez-ipupdate/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
bin/ez-ipupdate
etc/ez-ipupdate.conf.sample
share/examples/ez-ipupdate/example-dhs.conf
share/examples/ez-ipupdate/example-dyndns.conf
share/examples/ez-ipupdate/example-dyns.conf
share/examples/ez-ipupdate/example-easydns.conf
share/examples/ez-ipupdate/example-gnudip.conf
share/examples/ez-ipupdate/example-heipv6tb.conf
share/examples/ez-ipupdate/example-justlinux.conf
share/examples/ez-ipupdate/example-ods.conf
share/examples/ez-ipupdate/example-pgpow.conf
share/examples/ez-ipupdate/example-tzo.conf
@dirrm share/examples/ez-ipupdate