rdate(8) implementation taken from NetBSD
This commit is contained in:
parent
15bb0cd7db
commit
d4a2c641fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9486
21
sysutils/rdate/Makefile
Normal file
21
sysutils/rdate/Makefile
Normal file
@ -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>
|
1
sysutils/rdate/distinfo
Normal file
1
sysutils/rdate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rdate-1.0.tar.gz) = e801fcedd77e1570b967d3eb2ac3f278
|
1
sysutils/rdate/pkg-comment
Normal file
1
sysutils/rdate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
rdate sets the clock of the local host to the time another host.
|
4
sysutils/rdate/pkg-descr
Normal file
4
sysutils/rdate/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
rdate sets the clock of the local host to the time another host.
|
||||
|
||||
It is simpler than xntp and friends.
|
||||
|
2
sysutils/rdate/pkg-plist
Normal file
2
sysutils/rdate/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/rdate
|
||||
man/man8/rdate.8.gz
|
Loading…
Reference in New Issue
Block a user