diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-01-28 19:33:17 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-01-28 19:33:17 +0800 |
commit | 823e14ffe4dd6d9ede72b536159d2c8b86f146e2 (patch) | |
tree | 8d58c287507e931b3906db18e7a3298a4bcd6467 /sysutils/rdate | |
parent | 7051a622867aacab3147623805d8449cdb97a6fe (diff) | |
download | freebsd-ports-gnome-823e14ffe4dd6d9ede72b536159d2c8b86f146e2.tar.gz freebsd-ports-gnome-823e14ffe4dd6d9ede72b536159d2c8b86f146e2.tar.zst freebsd-ports-gnome-823e14ffe4dd6d9ede72b536159d2c8b86f146e2.zip |
rdate(8) implementation taken from NetBSD
Diffstat (limited to 'sysutils/rdate')
-rw-r--r-- | sysutils/rdate/Makefile | 21 | ||||
-rw-r--r-- | sysutils/rdate/distinfo | 1 | ||||
-rw-r--r-- | sysutils/rdate/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/rdate/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/rdate/pkg-plist | 2 |
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 |