diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 02:08:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 02:08:06 +0000 |
commit | 364472919cb50f48c080e23b74961f954c4c60be (patch) | |
tree | 0528ab6783ae7a327f37636b2931629918e31ea6 /dns | |
parent | 40afbb8a710c355e1682492b089e2689b9acf85c (diff) | |
download | ports-364472919cb50f48c080e23b74961f954c4c60be.tar.gz ports-364472919cb50f48c080e23b74961f954c4c60be.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddup/Makefile | 23 | ||||
-rw-r--r-- | dns/ddup/distinfo | 1 | ||||
-rw-r--r-- | dns/ddup/pkg-comment | 1 | ||||
-rw-r--r-- | dns/ddup/pkg-descr | 10 | ||||
-rw-r--r-- | dns/ddup/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile new file mode 100644 index 000000000000..b6e9f5150e5c --- /dev/null +++ b/dns/ddup/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: ddup +# Version required: 2.0.4 +# Date created: 30 September 1999 +# Whom: cjm2 +# +# $FreeBSD$ +# + +DISTNAME= ddup-2.0.4 +CATEGORIES= net +MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ + +MAINTAINER= cjm2@altavista.net + +WRKSRC= ${WRKDIR}/ddup-nic + +MAN1= ddup.1 +MANCOMPRESSED= no + +post-install: + strip ${PREFIX}/sbin/ddup + +.include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo new file mode 100644 index 000000000000..88facaea085d --- /dev/null +++ b/dns/ddup/distinfo @@ -0,0 +1 @@ +MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment new file mode 100644 index 000000000000..c98add2a291c --- /dev/null +++ b/dns/ddup/pkg-comment @@ -0,0 +1 @@ +A DynDNS client for FreeBSD diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr new file mode 100644 index 000000000000..dbe069e34bfb --- /dev/null +++ b/dns/ddup/pkg-descr @@ -0,0 +1,10 @@ +DD-UP in C by Thomas Gandy (tegandy@enid.com) +--------------------------------------------------------- + +DD-UP is a program that is used to update a host +provided by the Free DynDNS service of dyndns.org. + +WWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml + +- Chris +cjm2@earthling.net diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist new file mode 100644 index 000000000000..bd9907e6b297 --- /dev/null +++ b/dns/ddup/pkg-plist @@ -0,0 +1,2 @@ +etc/ddup.conf.default +sbin/ddup |