summaryrefslogtreecommitdiff
path: root/net/ddup
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 02:08:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 02:08:06 +0000
commit364472919cb50f48c080e23b74961f954c4c60be (patch)
tree0528ab6783ae7a327f37636b2931629918e31ea6 /net/ddup
parentUpdate to version 1.1.3. (diff)
Initial import of ddup version 2.0.4.
A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
Notes
Notes: svn path=/head/; revision=22790
Diffstat (limited to 'net/ddup')
-rw-r--r--net/ddup/Makefile23
-rw-r--r--net/ddup/distinfo1
-rw-r--r--net/ddup/pkg-comment1
-rw-r--r--net/ddup/pkg-descr10
-rw-r--r--net/ddup/pkg-plist2
5 files changed, 37 insertions, 0 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile
new file mode 100644
index 000000000000..b6e9f5150e5c
--- /dev/null
+++ b/net/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/net/ddup/distinfo b/net/ddup/distinfo
new file mode 100644
index 000000000000..88facaea085d
--- /dev/null
+++ b/net/ddup/distinfo
@@ -0,0 +1 @@
+MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27
diff --git a/net/ddup/pkg-comment b/net/ddup/pkg-comment
new file mode 100644
index 000000000000..c98add2a291c
--- /dev/null
+++ b/net/ddup/pkg-comment
@@ -0,0 +1 @@
+A DynDNS client for FreeBSD
diff --git a/net/ddup/pkg-descr b/net/ddup/pkg-descr
new file mode 100644
index 000000000000..dbe069e34bfb
--- /dev/null
+++ b/net/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/net/ddup/pkg-plist b/net/ddup/pkg-plist
new file mode 100644
index 000000000000..bd9907e6b297
--- /dev/null
+++ b/net/ddup/pkg-plist
@@ -0,0 +1,2 @@
+etc/ddup.conf.default
+sbin/ddup