1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Import of ntp v4

It's the latest release of ntp software
Many new features, but not as mature as v3, therefore
some of the new features have been included into v3.
After v4 is better tested or stable, we could import it
into -current under /contrib.
Pouls nice idea to make a port out of it to test ntp v4.
This commit is contained in:
Andreas Klemm 1998-05-05 20:05:23 +00:00
parent b00338fc90
commit 3de10c9f04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10863
15 changed files with 432 additions and 0 deletions

21
net/ntp-devel/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ntp
# Version required: 4.0.72
# Date created: Di 5 Mai 1998 21:31:03 CEST
# Whom: andreas
#
# $Id$
#
DISTNAME= ntp-4.0.72g
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>

1
net/ntp-devel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ntp-4.0.72g.tar.gz) = bd969ecd44840bcfff0471271b8ad3e9

View File

@ -0,0 +1 @@
The Network Time Protocol Distribution

18
net/ntp-devel/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
The Network Time Protocol (NTP) is used to synchronize the time of a
computer client or server to another server or reference time source,
such as a radio or satellite receiver or modem.
It provides client accuracies typically within a millisecond on LANs
and up to a few tens of milliseconds on WANs relative to a primary
server synchronized to Coordinated Universal Time (UTC) via a Global
Positioning Service (GPS) receiver, for example.
Typical NTP configurations utilize multiple redundant servers and diverse
network paths, in order to achieve high accuracy and reliability.
Some configurations include cryptographic authentication to prevent
accidental or malicious protocol attacks.
See homepage for more infos:
http://www.eecis.udel.edu/~ntp/

103
net/ntp-devel/pkg-plist Normal file
View File

@ -0,0 +1,103 @@
bin/ntpd
bin/ntpdate
bin/ntpdc
bin/ntpq
bin/ntptime
bin/ntptrace
bin/tickadj
share/doc/ntp/accopt.htm
share/doc/ntp/alautun4a.gif
share/doc/ntp/appletree.gif
share/doc/ntp/assoc.htm
share/doc/ntp/authopt.htm
share/doc/ntp/biblio.htm
share/doc/ntp/build.htm
share/doc/ntp/clockopt.htm
share/doc/ntp/config.htm
share/doc/ntp/confopt.htm
share/doc/ntp/copyright.htm
share/doc/ntp/debug.htm
share/doc/ntp/driver1.htm
share/doc/ntp/driver10.htm
share/doc/ntp/driver11.htm
share/doc/ntp/driver12.htm
share/doc/ntp/driver18.htm
share/doc/ntp/driver19.htm
share/doc/ntp/driver2.htm
share/doc/ntp/driver20.htm
share/doc/ntp/driver22.htm
share/doc/ntp/driver23.htm
share/doc/ntp/driver24.htm
share/doc/ntp/driver26.htm
share/doc/ntp/driver27.htm
share/doc/ntp/driver28.htm
share/doc/ntp/driver3.htm
share/doc/ntp/driver4.htm
share/doc/ntp/driver5.htm
share/doc/ntp/driver6.htm
share/doc/ntp/driver7.htm
share/doc/ntp/driver8.htm
share/doc/ntp/driver9.htm
share/doc/ntp/exec.htm
share/doc/ntp/gadget.htm
share/doc/ntp/hints.htm
share/doc/ntp/hints/a-ux
share/doc/ntp/hints/aix
share/doc/ntp/hints/bsdi
share/doc/ntp/hints/changes
share/doc/ntp/hints/decosf1
share/doc/ntp/hints/decosf2
share/doc/ntp/hints/hpux
share/doc/ntp/hints/linux
share/doc/ntp/hints/notes-xntp-v3
share/doc/ntp/hints/parse
share/doc/ntp/hints/readme
share/doc/ntp/hints/refclocks
share/doc/ntp/hints/rs6000
share/doc/ntp/hints/sgi
share/doc/ntp/hints/solaris
share/doc/ntp/hints/sun4
share/doc/ntp/hints/svr4-dell
share/doc/ntp/hints/svr4_package
share/doc/ntp/hints/todo
share/doc/ntp/hints/vxworks.html
share/doc/ntp/hints/winnt
share/doc/ntp/howto.htm
share/doc/ntp/htmlprimer.htm
share/doc/ntp/index.htm
share/doc/ntp/kern.htm
share/doc/ntp/kernpps.htm
share/doc/ntp/ldisc.htm
share/doc/ntp/measure.htm
share/doc/ntp/miscopt.htm
share/doc/ntp/monopt.bak
share/doc/ntp/monopt.htm
share/doc/ntp/notes.htm
share/doc/ntp/ntp.htm
share/doc/ntp/ntpd.htm
share/doc/ntp/ntpdate.htm
share/doc/ntp/ntpdc.htm
share/doc/ntp/ntpq.htm
share/doc/ntp/ntptime.htm
share/doc/ntp/ntptrace.htm
share/doc/ntp/panda.gif
share/doc/ntp/pandaa.gif
share/doc/ntp/parsedata.htm
share/doc/ntp/parsenew.htm
share/doc/ntp/patches.htm
share/doc/ntp/pogo.gif
share/doc/ntp/porting.htm
share/doc/ntp/pps.htm
share/doc/ntp/prefer.htm
share/doc/ntp/rabbit.gif
share/doc/ntp/rdebug.htm
share/doc/ntp/refclock.htm
share/doc/ntp/release.htm
share/doc/ntp/sheepb.jpg
share/doc/ntp/tardisa.gif
share/doc/ntp/tickadj.htm
share/doc/ntp/tonea.gif
share/doc/ntp/vxworks.htm
share/doc/ntp/y2k.htm
@dirrm share/doc/ntp/hints
@dirrm share/doc/ntp

21
net/ntp-stable/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ntp
# Version required: 4.0.72
# Date created: Di 5 Mai 1998 21:31:03 CEST
# Whom: andreas
#
# $Id$
#
DISTNAME= ntp-4.0.72g
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>

1
net/ntp-stable/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ntp-4.0.72g.tar.gz) = bd969ecd44840bcfff0471271b8ad3e9

View File

@ -0,0 +1 @@
The Network Time Protocol Distribution

18
net/ntp-stable/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
The Network Time Protocol (NTP) is used to synchronize the time of a
computer client or server to another server or reference time source,
such as a radio or satellite receiver or modem.
It provides client accuracies typically within a millisecond on LANs
and up to a few tens of milliseconds on WANs relative to a primary
server synchronized to Coordinated Universal Time (UTC) via a Global
Positioning Service (GPS) receiver, for example.
Typical NTP configurations utilize multiple redundant servers and diverse
network paths, in order to achieve high accuracy and reliability.
Some configurations include cryptographic authentication to prevent
accidental or malicious protocol attacks.
See homepage for more infos:
http://www.eecis.udel.edu/~ntp/

103
net/ntp-stable/pkg-plist Normal file
View File

@ -0,0 +1,103 @@
bin/ntpd
bin/ntpdate
bin/ntpdc
bin/ntpq
bin/ntptime
bin/ntptrace
bin/tickadj
share/doc/ntp/accopt.htm
share/doc/ntp/alautun4a.gif
share/doc/ntp/appletree.gif
share/doc/ntp/assoc.htm
share/doc/ntp/authopt.htm
share/doc/ntp/biblio.htm
share/doc/ntp/build.htm
share/doc/ntp/clockopt.htm
share/doc/ntp/config.htm
share/doc/ntp/confopt.htm
share/doc/ntp/copyright.htm
share/doc/ntp/debug.htm
share/doc/ntp/driver1.htm
share/doc/ntp/driver10.htm
share/doc/ntp/driver11.htm
share/doc/ntp/driver12.htm
share/doc/ntp/driver18.htm
share/doc/ntp/driver19.htm
share/doc/ntp/driver2.htm
share/doc/ntp/driver20.htm
share/doc/ntp/driver22.htm
share/doc/ntp/driver23.htm
share/doc/ntp/driver24.htm
share/doc/ntp/driver26.htm
share/doc/ntp/driver27.htm
share/doc/ntp/driver28.htm
share/doc/ntp/driver3.htm
share/doc/ntp/driver4.htm
share/doc/ntp/driver5.htm
share/doc/ntp/driver6.htm
share/doc/ntp/driver7.htm
share/doc/ntp/driver8.htm
share/doc/ntp/driver9.htm
share/doc/ntp/exec.htm
share/doc/ntp/gadget.htm
share/doc/ntp/hints.htm
share/doc/ntp/hints/a-ux
share/doc/ntp/hints/aix
share/doc/ntp/hints/bsdi
share/doc/ntp/hints/changes
share/doc/ntp/hints/decosf1
share/doc/ntp/hints/decosf2
share/doc/ntp/hints/hpux
share/doc/ntp/hints/linux
share/doc/ntp/hints/notes-xntp-v3
share/doc/ntp/hints/parse
share/doc/ntp/hints/readme
share/doc/ntp/hints/refclocks
share/doc/ntp/hints/rs6000
share/doc/ntp/hints/sgi
share/doc/ntp/hints/solaris
share/doc/ntp/hints/sun4
share/doc/ntp/hints/svr4-dell
share/doc/ntp/hints/svr4_package
share/doc/ntp/hints/todo
share/doc/ntp/hints/vxworks.html
share/doc/ntp/hints/winnt
share/doc/ntp/howto.htm
share/doc/ntp/htmlprimer.htm
share/doc/ntp/index.htm
share/doc/ntp/kern.htm
share/doc/ntp/kernpps.htm
share/doc/ntp/ldisc.htm
share/doc/ntp/measure.htm
share/doc/ntp/miscopt.htm
share/doc/ntp/monopt.bak
share/doc/ntp/monopt.htm
share/doc/ntp/notes.htm
share/doc/ntp/ntp.htm
share/doc/ntp/ntpd.htm
share/doc/ntp/ntpdate.htm
share/doc/ntp/ntpdc.htm
share/doc/ntp/ntpq.htm
share/doc/ntp/ntptime.htm
share/doc/ntp/ntptrace.htm
share/doc/ntp/panda.gif
share/doc/ntp/pandaa.gif
share/doc/ntp/parsedata.htm
share/doc/ntp/parsenew.htm
share/doc/ntp/patches.htm
share/doc/ntp/pogo.gif
share/doc/ntp/porting.htm
share/doc/ntp/pps.htm
share/doc/ntp/prefer.htm
share/doc/ntp/rabbit.gif
share/doc/ntp/rdebug.htm
share/doc/ntp/refclock.htm
share/doc/ntp/release.htm
share/doc/ntp/sheepb.jpg
share/doc/ntp/tardisa.gif
share/doc/ntp/tickadj.htm
share/doc/ntp/tonea.gif
share/doc/ntp/vxworks.htm
share/doc/ntp/y2k.htm
@dirrm share/doc/ntp/hints
@dirrm share/doc/ntp

21
net/ntp/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ntp
# Version required: 4.0.72
# Date created: Di 5 Mai 1998 21:31:03 CEST
# Whom: andreas
#
# $Id$
#
DISTNAME= ntp-4.0.72g
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>

1
net/ntp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ntp-4.0.72g.tar.gz) = bd969ecd44840bcfff0471271b8ad3e9

1
net/ntp/pkg-comment Normal file
View File

@ -0,0 +1 @@
The Network Time Protocol Distribution

18
net/ntp/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
The Network Time Protocol (NTP) is used to synchronize the time of a
computer client or server to another server or reference time source,
such as a radio or satellite receiver or modem.
It provides client accuracies typically within a millisecond on LANs
and up to a few tens of milliseconds on WANs relative to a primary
server synchronized to Coordinated Universal Time (UTC) via a Global
Positioning Service (GPS) receiver, for example.
Typical NTP configurations utilize multiple redundant servers and diverse
network paths, in order to achieve high accuracy and reliability.
Some configurations include cryptographic authentication to prevent
accidental or malicious protocol attacks.
See homepage for more infos:
http://www.eecis.udel.edu/~ntp/

103
net/ntp/pkg-plist Normal file
View File

@ -0,0 +1,103 @@
bin/ntpd
bin/ntpdate
bin/ntpdc
bin/ntpq
bin/ntptime
bin/ntptrace
bin/tickadj
share/doc/ntp/accopt.htm
share/doc/ntp/alautun4a.gif
share/doc/ntp/appletree.gif
share/doc/ntp/assoc.htm
share/doc/ntp/authopt.htm
share/doc/ntp/biblio.htm
share/doc/ntp/build.htm
share/doc/ntp/clockopt.htm
share/doc/ntp/config.htm
share/doc/ntp/confopt.htm
share/doc/ntp/copyright.htm
share/doc/ntp/debug.htm
share/doc/ntp/driver1.htm
share/doc/ntp/driver10.htm
share/doc/ntp/driver11.htm
share/doc/ntp/driver12.htm
share/doc/ntp/driver18.htm
share/doc/ntp/driver19.htm
share/doc/ntp/driver2.htm
share/doc/ntp/driver20.htm
share/doc/ntp/driver22.htm
share/doc/ntp/driver23.htm
share/doc/ntp/driver24.htm
share/doc/ntp/driver26.htm
share/doc/ntp/driver27.htm
share/doc/ntp/driver28.htm
share/doc/ntp/driver3.htm
share/doc/ntp/driver4.htm
share/doc/ntp/driver5.htm
share/doc/ntp/driver6.htm
share/doc/ntp/driver7.htm
share/doc/ntp/driver8.htm
share/doc/ntp/driver9.htm
share/doc/ntp/exec.htm
share/doc/ntp/gadget.htm
share/doc/ntp/hints.htm
share/doc/ntp/hints/a-ux
share/doc/ntp/hints/aix
share/doc/ntp/hints/bsdi
share/doc/ntp/hints/changes
share/doc/ntp/hints/decosf1
share/doc/ntp/hints/decosf2
share/doc/ntp/hints/hpux
share/doc/ntp/hints/linux
share/doc/ntp/hints/notes-xntp-v3
share/doc/ntp/hints/parse
share/doc/ntp/hints/readme
share/doc/ntp/hints/refclocks
share/doc/ntp/hints/rs6000
share/doc/ntp/hints/sgi
share/doc/ntp/hints/solaris
share/doc/ntp/hints/sun4
share/doc/ntp/hints/svr4-dell
share/doc/ntp/hints/svr4_package
share/doc/ntp/hints/todo
share/doc/ntp/hints/vxworks.html
share/doc/ntp/hints/winnt
share/doc/ntp/howto.htm
share/doc/ntp/htmlprimer.htm
share/doc/ntp/index.htm
share/doc/ntp/kern.htm
share/doc/ntp/kernpps.htm
share/doc/ntp/ldisc.htm
share/doc/ntp/measure.htm
share/doc/ntp/miscopt.htm
share/doc/ntp/monopt.bak
share/doc/ntp/monopt.htm
share/doc/ntp/notes.htm
share/doc/ntp/ntp.htm
share/doc/ntp/ntpd.htm
share/doc/ntp/ntpdate.htm
share/doc/ntp/ntpdc.htm
share/doc/ntp/ntpq.htm
share/doc/ntp/ntptime.htm
share/doc/ntp/ntptrace.htm
share/doc/ntp/panda.gif
share/doc/ntp/pandaa.gif
share/doc/ntp/parsedata.htm
share/doc/ntp/parsenew.htm
share/doc/ntp/patches.htm
share/doc/ntp/pogo.gif
share/doc/ntp/porting.htm
share/doc/ntp/pps.htm
share/doc/ntp/prefer.htm
share/doc/ntp/rabbit.gif
share/doc/ntp/rdebug.htm
share/doc/ntp/refclock.htm
share/doc/ntp/release.htm
share/doc/ntp/sheepb.jpg
share/doc/ntp/tardisa.gif
share/doc/ntp/tickadj.htm
share/doc/ntp/tonea.gif
share/doc/ntp/vxworks.htm
share/doc/ntp/y2k.htm
@dirrm share/doc/ntp/hints
@dirrm share/doc/ntp