diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /net/ntp-stable | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'net/ntp-stable')
-rw-r--r-- | net/ntp-stable/Makefile | 31 | ||||
-rw-r--r-- | net/ntp-stable/distinfo | 1 | ||||
-rw-r--r-- | net/ntp-stable/files/patch-aa | 38 | ||||
-rw-r--r-- | net/ntp-stable/pkg-comment | 1 | ||||
-rw-r--r-- | net/ntp-stable/pkg-descr | 18 | ||||
-rw-r--r-- | net/ntp-stable/pkg-plist | 171 |
6 files changed, 0 insertions, 260 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile deleted file mode 100644 index a0fa1354bfd2..000000000000 --- a/net/ntp-stable/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: ntp -# Date created: Di 5 Mai 1998 21:31:03 CEST -# Whom: andreas -# -# $FreeBSD$ -# - -PORTNAME= ntp -PORTVERSION= 4.1.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} - -MAINTAINER= Cy.Schubert@uumail.gov.bc.ca - -# ntp's configure script created by autoconf 2.14.1 doesn't work -# if GNU_CONFIGURE is defined -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ntp - ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} - find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} -.endif - -.include <bsd.port.mk> diff --git a/net/ntp-stable/distinfo b/net/ntp-stable/distinfo deleted file mode 100644 index 9eedef0df43c..000000000000 --- a/net/ntp-stable/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ntp-4.1.0.tar.gz) = 5832eeeaa15f3bb66fff7d96da745f90 diff --git a/net/ntp-stable/files/patch-aa b/net/ntp-stable/files/patch-aa deleted file mode 100644 index 2b418488de44..000000000000 --- a/net/ntp-stable/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- ntpd/ntp_control.c.orig Mon Apr 9 13:19:56 2001 -+++ ntpd/ntp_control.c Wed Apr 11 20:53:28 2001 -@@ -1823,7 +1823,7 @@ - * Delete leading commas and white space - */ - while (reqpt < reqend && (*reqpt == ',' || -- isspace((int)*reqpt))) -+ isspace((unsigned char)*reqpt))) - reqpt++; - if (reqpt >= reqend) - return (0); -@@ -1846,7 +1846,7 @@ - tp++; - } - if ((*tp == '\0') || (*tp == '=')) { -- while (cp < reqend && isspace((int)*cp)) -+ while (cp < reqend && isspace((unsigned char)*cp)) - cp++; - if (cp == reqend || *cp == ',') { - buf[0] = '\0'; -@@ -1859,7 +1859,7 @@ - if (*cp == '=') { - cp++; - tp = buf; -- while (cp < reqend && isspace((int)*cp)) -+ while (cp < reqend && isspace((unsigned char)*cp)) - cp++; - while (cp < reqend && *cp != ',') { - *tp++ = *cp++; -@@ -1870,7 +1870,7 @@ - cp++; - while (tp > buf) { - *tp-- = '\0'; -- if (!isspace((int)(*tp))) -+ if (!isspace((unsigned char)(*tp))) - break; - } - reqpt = cp; diff --git a/net/ntp-stable/pkg-comment b/net/ntp-stable/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp-stable/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/ntp-stable/pkg-descr b/net/ntp-stable/pkg-descr deleted file mode 100644 index 2603446f9d32..000000000000 --- a/net/ntp-stable/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -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: - -WWW: http://www.eecis.udel.edu/~ntp/ diff --git a/net/ntp-stable/pkg-plist b/net/ntp-stable/pkg-plist deleted file mode 100644 index f804d5d7eae0..000000000000 --- a/net/ntp-stable/pkg-plist +++ /dev/null @@ -1,171 +0,0 @@ -bin/ntpd -bin/ntpdate -bin/ntpdc -bin/ntpq -bin/ntptime -bin/ntptimeset -bin/ntptrace -bin/ntp-genkeys -bin/ntp-wait -bin/tickadj -%%PORTDOCS%%share/doc/ntp/Oncore-SHMEM.htm -%%PORTDOCS%%share/doc/ntp/accopt.htm -%%PORTDOCS%%share/doc/ntp/assoc.htm -%%PORTDOCS%%share/doc/ntp/audio.htm -%%PORTDOCS%%share/doc/ntp/authopt.htm -%%PORTDOCS%%share/doc/ntp/biblio.htm -%%PORTDOCS%%share/doc/ntp/build.htm -%%PORTDOCS%%share/doc/ntp/clockopt.htm -%%PORTDOCS%%share/doc/ntp/config.htm -%%PORTDOCS%%share/doc/ntp/confopt.htm -%%PORTDOCS%%share/doc/ntp/copyright.htm -%%PORTDOCS%%share/doc/ntp/debug.htm -%%PORTDOCS%%share/doc/ntp/driver1.htm -%%PORTDOCS%%share/doc/ntp/driver10.htm -%%PORTDOCS%%share/doc/ntp/driver11.htm -%%PORTDOCS%%share/doc/ntp/driver12.htm -%%PORTDOCS%%share/doc/ntp/driver16.htm -%%PORTDOCS%%share/doc/ntp/driver18.htm -%%PORTDOCS%%share/doc/ntp/driver19.htm -%%PORTDOCS%%share/doc/ntp/driver2.htm -%%PORTDOCS%%share/doc/ntp/driver20.htm -%%PORTDOCS%%share/doc/ntp/driver22.htm -%%PORTDOCS%%share/doc/ntp/driver23.htm -%%PORTDOCS%%share/doc/ntp/driver24.htm -%%PORTDOCS%%share/doc/ntp/driver26.htm -%%PORTDOCS%%share/doc/ntp/driver27.htm -%%PORTDOCS%%share/doc/ntp/driver28.htm -%%PORTDOCS%%share/doc/ntp/driver29.htm -%%PORTDOCS%%share/doc/ntp/driver3.htm -%%PORTDOCS%%share/doc/ntp/driver30.htm -%%PORTDOCS%%share/doc/ntp/driver32.htm -%%PORTDOCS%%share/doc/ntp/driver33.htm -%%PORTDOCS%%share/doc/ntp/driver34.htm -%%PORTDOCS%%share/doc/ntp/driver35.htm -%%PORTDOCS%%share/doc/ntp/driver36.htm -%%PORTDOCS%%share/doc/ntp/driver37.htm -%%PORTDOCS%%share/doc/ntp/driver38.htm -%%PORTDOCS%%share/doc/ntp/driver39.htm -%%PORTDOCS%%share/doc/ntp/driver4.htm -%%PORTDOCS%%share/doc/ntp/driver5.htm -%%PORTDOCS%%share/doc/ntp/driver6.htm -%%PORTDOCS%%share/doc/ntp/driver7.htm -%%PORTDOCS%%share/doc/ntp/driver8.htm -%%PORTDOCS%%share/doc/ntp/driver9.htm -%%PORTDOCS%%share/doc/ntp/exec.htm -%%PORTDOCS%%share/doc/ntp/extern.htm -%%PORTDOCS%%share/doc/ntp/gadget.htm -%%PORTDOCS%%share/doc/ntp/genkeys.htm -%%PORTDOCS%%share/doc/ntp/hints/a-ux -%%PORTDOCS%%share/doc/ntp/hints/aix -%%PORTDOCS%%share/doc/ntp/hints/bsdi -%%PORTDOCS%%share/doc/ntp/hints/changes -%%PORTDOCS%%share/doc/ntp/hints/decosf1 -%%PORTDOCS%%share/doc/ntp/hints/decosf2 -%%PORTDOCS%%share/doc/ntp/hints/freebsd -%%PORTDOCS%%share/doc/ntp/hints/hpux -%%PORTDOCS%%share/doc/ntp/hints/linux -%%PORTDOCS%%share/doc/ntp/hints/notes-xntp-v3 -%%PORTDOCS%%share/doc/ntp/hints/parse -%%PORTDOCS%%share/doc/ntp/hints/refclocks -%%PORTDOCS%%share/doc/ntp/hints/rs6000 -%%PORTDOCS%%share/doc/ntp/hints/sco.htm -%%PORTDOCS%%share/doc/ntp/hints/sgi -%%PORTDOCS%%share/doc/ntp/hints/solaris-dosynctodr.html -%%PORTDOCS%%share/doc/ntp/hints/solaris.html -%%PORTDOCS%%share/doc/ntp/hints/solaris.xtra.4023118 -%%PORTDOCS%%share/doc/ntp/hints/solaris.xtra.4095849 -%%PORTDOCS%%share/doc/ntp/hints/solaris.xtra.S99ntpd -%%PORTDOCS%%share/doc/ntp/hints/solaris.xtra.patchfreq -%%PORTDOCS%%share/doc/ntp/hints/sun4 -%%PORTDOCS%%share/doc/ntp/hints/svr4-dell -%%PORTDOCS%%share/doc/ntp/hints/svr4_package -%%PORTDOCS%%share/doc/ntp/hints/todo -%%PORTDOCS%%share/doc/ntp/hints/vxworks.htm -%%PORTDOCS%%share/doc/ntp/hints/vxworks.html -%%PORTDOCS%%share/doc/ntp/hints/winnt.htm -%%PORTDOCS%%share/doc/ntp/hints.htm -%%PORTDOCS%%share/doc/ntp/howto.htm -%%PORTDOCS%%share/doc/ntp/htmlprimer.htm -%%PORTDOCS%%share/doc/ntp/index.htm -%%PORTDOCS%%share/doc/ntp/kern.htm -%%PORTDOCS%%share/doc/ntp/kernpps.htm -%%PORTDOCS%%share/doc/ntp/ldisc.htm -%%PORTDOCS%%share/doc/ntp/leap.htm -%%PORTDOCS%%share/doc/ntp/measure.htm -%%PORTDOCS%%share/doc/ntp/miscopt.htm -%%PORTDOCS%%share/doc/ntp/monopt.htm -%%PORTDOCS%%share/doc/ntp/mx4200data.htm -%%PORTDOCS%%share/doc/ntp/notes.htm -%%PORTDOCS%%share/doc/ntp/ntpd.htm -%%PORTDOCS%%share/doc/ntp/ntpdate.htm -%%PORTDOCS%%share/doc/ntp/ntpdc.htm -%%PORTDOCS%%share/doc/ntp/ntpq.htm -%%PORTDOCS%%share/doc/ntp/ntptime.htm -%%PORTDOCS%%share/doc/ntp/ntptrace.htm -%%PORTDOCS%%share/doc/ntp/parsedata.htm -%%PORTDOCS%%share/doc/ntp/parsenew.htm -%%PORTDOCS%%share/doc/ntp/patches.htm -%%PORTDOCS%%share/doc/ntp/pic/9400n.jpg -%%PORTDOCS%%share/doc/ntp/pic/alice11.gif -%%PORTDOCS%%share/doc/ntp/pic/alice12.gif -%%PORTDOCS%%share/doc/ntp/pic/alice13.gif -%%PORTDOCS%%share/doc/ntp/pic/alice15.gif -%%PORTDOCS%%share/doc/ntp/pic/alice23.gif -%%PORTDOCS%%share/doc/ntp/pic/alice31.gif -%%PORTDOCS%%share/doc/ntp/pic/alice32.gif -%%PORTDOCS%%share/doc/ntp/pic/alice35.gif -%%PORTDOCS%%share/doc/ntp/pic/alice38.gif -%%PORTDOCS%%share/doc/ntp/pic/alice44.gif -%%PORTDOCS%%share/doc/ntp/pic/alice47.gif -%%PORTDOCS%%share/doc/ntp/pic/alice51.gif -%%PORTDOCS%%share/doc/ntp/pic/alice61.gif -%%PORTDOCS%%share/doc/ntp/pic/barnstable.gif -%%PORTDOCS%%share/doc/ntp/pic/beaver.gif -%%PORTDOCS%%share/doc/ntp/pic/boom3.gif -%%PORTDOCS%%share/doc/ntp/pic/boom3a.gif -%%PORTDOCS%%share/doc/ntp/pic/boom4.gif -%%PORTDOCS%%share/doc/ntp/pic/bustardfly.gif -%%PORTDOCS%%share/doc/ntp/pic/c51.jpg -%%PORTDOCS%%share/doc/ntp/pic/driver29.gif -%%PORTDOCS%%share/doc/ntp/pic/fg6021.gif -%%PORTDOCS%%share/doc/ntp/pic/fg6039.jpg -%%PORTDOCS%%share/doc/ntp/pic/flatheads.gif -%%PORTDOCS%%share/doc/ntp/pic/gadget.jpg -%%PORTDOCS%%share/doc/ntp/pic/gps167.jpg -%%PORTDOCS%%share/doc/ntp/pic/home.gif -%%PORTDOCS%%share/doc/ntp/pic/hornraba.gif -%%PORTDOCS%%share/doc/ntp/pic/igclock.gif -%%PORTDOCS%%share/doc/ntp/pic/oncore_evalbig.gif -%%PORTDOCS%%share/doc/ntp/pic/oncore_remoteant.jpg -%%PORTDOCS%%share/doc/ntp/pic/oncore_utplusbig.gif -%%PORTDOCS%%share/doc/ntp/pic/oz2.gif -%%PORTDOCS%%share/doc/ntp/pic/panda.gif -%%PORTDOCS%%share/doc/ntp/pic/pd_om006.gif -%%PORTDOCS%%share/doc/ntp/pic/pd_om011.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo1a.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo3a.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo4.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo5.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo6.gif -%%PORTDOCS%%share/doc/ntp/pic/pogo8.gif -%%PORTDOCS%%share/doc/ntp/pic/pzf509.jpg -%%PORTDOCS%%share/doc/ntp/pic/rabbit.gif -%%PORTDOCS%%share/doc/ntp/pic/radio2.jpg -%%PORTDOCS%%share/doc/ntp/pic/sheepb.jpg -%%PORTDOCS%%share/doc/ntp/pic/stack1a.jpg -%%PORTDOCS%%share/doc/ntp/pic/tonea.gif -%%PORTDOCS%%share/doc/ntp/pic/wingdorothy.gif -%%PORTDOCS%%share/doc/ntp/porting.htm -%%PORTDOCS%%share/doc/ntp/pps.htm -%%PORTDOCS%%share/doc/ntp/prefer.htm -%%PORTDOCS%%share/doc/ntp/qth.htm -%%PORTDOCS%%share/doc/ntp/quick.htm -%%PORTDOCS%%share/doc/ntp/rdebug.htm -%%PORTDOCS%%share/doc/ntp/refclock.htm -%%PORTDOCS%%share/doc/ntp/release.htm -%%PORTDOCS%%share/doc/ntp/tickadj.htm -%%PORTDOCS%%@dirrm share/doc/ntp/pic -%%PORTDOCS%%@dirrm share/doc/ntp/hints -%%PORTDOCS%%@dirrm share/doc/ntp |