diff options
Diffstat (limited to 'net/ntp-stable')
-rw-r--r-- | net/ntp-stable/Makefile | 30 | ||||
-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 | 168 |
6 files changed, 0 insertions, 256 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile deleted file mode 100644 index 80d2c0f6722e..000000000000 --- a/net/ntp-stable/Makefile +++ /dev/null @@ -1,30 +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.0.99k23 -CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eeics.udel.edu/~ntp/ntp_spool/ntp4/ - -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 d5f19650bd3b..000000000000 --- a/net/ntp-stable/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ntp-4.0.99k23.tar.gz) = 7b3b73e42f5a10324d06ada4996dccbb 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 58a13d1f220c..000000000000 --- a/net/ntp-stable/pkg-plist +++ /dev/null @@ -1,168 +0,0 @@ -bin/ntpd -bin/ntpdate -bin/ntpdc -bin/ntpq -bin/ntptime -bin/ntptimeset -bin/ntptrace -bin/tickadj -share/doc/ntp/Oncore-SHMEM.htm -share/doc/ntp/accopt.htm -share/doc/ntp/assoc.htm -share/doc/ntp/audio.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/driver16.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/driver29.htm -share/doc/ntp/driver3.htm -share/doc/ntp/driver30.htm -share/doc/ntp/driver32.htm -share/doc/ntp/driver33.htm -share/doc/ntp/driver34.htm -share/doc/ntp/driver35.htm -share/doc/ntp/driver36.htm -share/doc/ntp/driver37.htm -share/doc/ntp/driver38.htm -share/doc/ntp/driver39.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/extern.htm -share/doc/ntp/gadget.htm -share/doc/ntp/genkeys.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/freebsd -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/refclocks -share/doc/ntp/hints/rs6000 -share/doc/ntp/hints/sco.htm -share/doc/ntp/hints/sgi -share/doc/ntp/hints/solaris-dosynctodr.html -share/doc/ntp/hints/solaris.html -share/doc/ntp/hints/solaris.xtra.4023118 -share/doc/ntp/hints/solaris.xtra.4095849 -share/doc/ntp/hints/solaris.xtra.S99ntpd -share/doc/ntp/hints/solaris.xtra.patchfreq -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.htm -share/doc/ntp/hints.htm -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.htm -share/doc/ntp/mx4200data.htm -share/doc/ntp/notes.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/parsedata.htm -share/doc/ntp/parsenew.htm -share/doc/ntp/patches.htm -share/doc/ntp/pic/9400n.jpg -share/doc/ntp/pic/alice11.gif -share/doc/ntp/pic/alice12.gif -share/doc/ntp/pic/alice13.gif -share/doc/ntp/pic/alice15.gif -share/doc/ntp/pic/alice23.gif -share/doc/ntp/pic/alice31.gif -share/doc/ntp/pic/alice32.gif -share/doc/ntp/pic/alice35.gif -share/doc/ntp/pic/alice38.gif -share/doc/ntp/pic/alice44.gif -share/doc/ntp/pic/alice47.gif -share/doc/ntp/pic/alice51.gif -share/doc/ntp/pic/alice61.gif -share/doc/ntp/pic/barnstable.gif -share/doc/ntp/pic/beaver.gif -share/doc/ntp/pic/boom3.gif -share/doc/ntp/pic/boom3a.gif -share/doc/ntp/pic/boom4.gif -share/doc/ntp/pic/bustardfly.gif -share/doc/ntp/pic/c51.jpg -share/doc/ntp/pic/driver29.gif -share/doc/ntp/pic/fg6021.gif -share/doc/ntp/pic/fg6039.jpg -share/doc/ntp/pic/flatheads.gif -share/doc/ntp/pic/gadget.jpg -share/doc/ntp/pic/gps167.jpg -share/doc/ntp/pic/home.gif -share/doc/ntp/pic/hornraba.gif -share/doc/ntp/pic/igclock.gif -share/doc/ntp/pic/oncore_evalbig.gif -share/doc/ntp/pic/oncore_remoteant.jpg -share/doc/ntp/pic/oncore_utplusbig.gif -share/doc/ntp/pic/oz2.gif -share/doc/ntp/pic/panda.gif -share/doc/ntp/pic/pd_om006.gif -share/doc/ntp/pic/pd_om011.gif -share/doc/ntp/pic/pogo.gif -share/doc/ntp/pic/pogo1a.gif -share/doc/ntp/pic/pogo3a.gif -share/doc/ntp/pic/pogo4.gif -share/doc/ntp/pic/pogo5.gif -share/doc/ntp/pic/pogo6.gif -share/doc/ntp/pic/pogo8.gif -share/doc/ntp/pic/pzf509.jpg -share/doc/ntp/pic/rabbit.gif -share/doc/ntp/pic/sheepb.jpg -share/doc/ntp/pic/stack1a.jpg -share/doc/ntp/pic/tonea.gif -share/doc/ntp/pic/wingdorothy.gif -share/doc/ntp/porting.htm -share/doc/ntp/pps.htm -share/doc/ntp/prefer.htm -share/doc/ntp/qth.htm -share/doc/ntp/quick.htm -share/doc/ntp/rdebug.htm -share/doc/ntp/refclock.htm -share/doc/ntp/release.htm -share/doc/ntp/tickadj.htm -share/doc/ntp/vxworks.htm -share/doc/ntp/y2k.htm -@dirrm share/doc/ntp/pic -@dirrm share/doc/ntp/hints -@dirrm share/doc/ntp |