summaryrefslogtreecommitdiff
path: root/sysutils/rdate
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1998-01-28 11:33:17 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1998-01-28 11:33:17 +0000
commitd4a2c641fc2926b344ed2076878122f3ca26d347 (patch)
treeaf632d877d1bde05763bb91998408e727b48bfe9 /sysutils/rdate
parentAdd bkpupsd, and sort. (diff)
rdate(8) implementation taken from NetBSD
Notes
Notes: svn path=/head/; revision=9486
Diffstat (limited to 'sysutils/rdate')
-rw-r--r--sysutils/rdate/Makefile21
-rw-r--r--sysutils/rdate/distinfo1
-rw-r--r--sysutils/rdate/pkg-comment1
-rw-r--r--sysutils/rdate/pkg-descr4
-rw-r--r--sysutils/rdate/pkg-plist2
5 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile
new file mode 100644
index 000000000000..1a3f372ddd98
--- /dev/null
+++ b/sysutils/rdate/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rdate
+# Version required: ....
+# Date created: 19980128
+# Whom: cracauer@cons.org "Martin Cracauer"
+#
+# $Id: Makefile,v 1.7 1997/10/01 06:50:02 cracauer Exp $
+#
+
+DISTNAME= rdate-1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/
+
+MAINTAINER= cracauer@cons.org
+
+MAN8= rdate.8
+
+post-install:
+ $(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/bin/.
+ $(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.
+
+.include <bsd.port.mk>
diff --git a/sysutils/rdate/distinfo b/sysutils/rdate/distinfo
new file mode 100644
index 000000000000..b8b49def7fae
--- /dev/null
+++ b/sysutils/rdate/distinfo
@@ -0,0 +1 @@
+MD5 (rdate-1.0.tar.gz) = e801fcedd77e1570b967d3eb2ac3f278
diff --git a/sysutils/rdate/pkg-comment b/sysutils/rdate/pkg-comment
new file mode 100644
index 000000000000..31d1290ff4ba
--- /dev/null
+++ b/sysutils/rdate/pkg-comment
@@ -0,0 +1 @@
+rdate sets the clock of the local host to the time another host.
diff --git a/sysutils/rdate/pkg-descr b/sysutils/rdate/pkg-descr
new file mode 100644
index 000000000000..e72b79323ee3
--- /dev/null
+++ b/sysutils/rdate/pkg-descr
@@ -0,0 +1,4 @@
+rdate sets the clock of the local host to the time another host.
+
+It is simpler than xntp and friends.
+
diff --git a/sysutils/rdate/pkg-plist b/sysutils/rdate/pkg-plist
new file mode 100644
index 000000000000..37c94b6e977a
--- /dev/null
+++ b/sysutils/rdate/pkg-plist
@@ -0,0 +1,2 @@
+bin/rdate
+man/man8/rdate.8.gz