mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Another client to update your IP on dynamic DNS services ...
This commit is contained in:
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
26
dns/ez-ipupdate/Makefile
Normal 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
2
dns/ez-ipupdate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (ez-ipupdate-3.0.11b7.tar.gz) = 525be4550b4461fdf105aed8e753b020
|
||||||
|
SIZE (ez-ipupdate-3.0.11b7.tar.gz) = 82481
|
1
dns/ez-ipupdate/pkg-comment
Normal file
1
dns/ez-ipupdate/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Update your host name on any dynamic DNS service
|
23
dns/ez-ipupdate/pkg-descr
Normal file
23
dns/ez-ipupdate/pkg-descr
Normal 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
13
dns/ez-ipupdate/pkg-plist
Normal 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
|
|
@ -120,6 +120,7 @@
|
||||||
SUBDIR += ettercap
|
SUBDIR += ettercap
|
||||||
SUBDIR += eudc-emacs20
|
SUBDIR += eudc-emacs20
|
||||||
SUBDIR += everybuddy
|
SUBDIR += everybuddy
|
||||||
|
SUBDIR += ez-ipupdate
|
||||||
SUBDIR += fidelio
|
SUBDIR += fidelio
|
||||||
SUBDIR += firedns
|
SUBDIR += firedns
|
||||||
SUBDIR += firetalk
|
SUBDIR += firetalk
|
||||||
|
|
26
net/ez-ipupdate/Makefile
Normal file
26
net/ez-ipupdate/Makefile
Normal 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
2
net/ez-ipupdate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (ez-ipupdate-3.0.11b7.tar.gz) = 525be4550b4461fdf105aed8e753b020
|
||||||
|
SIZE (ez-ipupdate-3.0.11b7.tar.gz) = 82481
|
1
net/ez-ipupdate/pkg-comment
Normal file
1
net/ez-ipupdate/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Update your host name on any dynamic DNS service
|
23
net/ez-ipupdate/pkg-descr
Normal file
23
net/ez-ipupdate/pkg-descr
Normal 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
13
net/ez-ipupdate/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue