FreshPorts -- The Place For Ports Sat, 4 Jul 2009 9:52 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
clockspeed 0.62_5 sysutils on this many watch lists=5 search for ports that depend on this port
Uses a hardware tick counter to compensate for deviant system clock
Maintained by: lx@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jul 2000 12:30:02


clockspeed uses a hardware tick counter to compensate for a persistently
fast or slow system clock. Given a few time measurements from a reliable
source, it computes and then eliminates the clock skew.

sntpclock checks another system's NTP clock, and prints the results in a
format suitable for input to clockspeed. sntpclock is the simplest
available NTP/SNTP client.

taiclock and taiclockd form an even simpler alternative to SNTP. They
are suitable for precise time synchronization over a local area network,
without the hassles and potential security problems of an NTP server.

This version of clockspeed can use the Pentium RDTSC tick counter or the
Solaris gethrtime() nanosecond counter.

A port to non-i386 platforms was done using the clock_gettime(2)
function. Since this is somewhat experimental, there might be some
tiny precision differences from the i386 platform versions. You
have been warned!

WWW: http://cr.yp.to/clockspeed.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: devel/libtai

To install the port: cd /usr/ports/sysutils/clockspeed/ && make install clean
To add the package: pkg_add -r clockspeed


Configuration Options
     No options to configure

Master Sites:
http://cr.yp.to/clockspeed/
http://redundancy.redundancy.org/mirror/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Jul 2008 23:14:16
Original commit files touched by this commit  0.62_5
lx search for other commits by this committer
And bump portrevision.
27 Jul 2008 23:13:47
Original commit files touched by this commit  0.62_4
lx search for other commits by this committer
Update to an even more current leapsecs.dat.

Created as per:
http://article.gmane.org/gmane.comp.lib.libtai/322/match=leapsecs

Submitted by:   clemens fischer
26 Jul 2008 22:11:13
Original commit files touched by this commit  0.62_4
lx search for other commits by this committer
Update leapsecs.dat to be the most current from
http://cr.yp.to/libtai.html. Do not use the one
installed by devel/libtai.

Submitted by:   clemens fischer
16 Jun 2008 03:29:59
Original commit files touched by this commit  0.62_3
lx search for other commits by this committer
Take maintainership.
16 Jun 2008 02:25:26
Original commit files touched by this commit  0.62_3
lioux search for other commits by this committer
Drop maintainership.
22 Mar 2007 17:02:35
Original commit files touched by this commit  0.62_3
rafan search for other commits by this committer
- Move stuffs that are after post.mk to appropriate places
- Use DOCSDIR

PR:             ports/109335
Submitted by:   rafan
Approved by:    maintainer timeout (1 month)
13 May 2006 05:15:53
Original commit files touched by this commit  0.62_3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
23 Dec 2005 20:23:23
Original commit files touched by this commit  0.62_3
lioux search for other commits by this committer
o Update the leap seconds table according to
  http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a
  leap seconds at the end of 2005.
o Obtain the fresh and updated leap seconds table from devel/libtai
  port.
o Bump PORTREVISION

PR:             89948
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org>,
                markzero <mark@darklogik.org>
Obtained from:  http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
11 Nov 2005 06:06:17
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Add SHA256 checksum
25 Dec 2004 11:43:58
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Remove deprecated USE_SIZE
08 Feb 2004 01:14:05
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
USE_SIZEify
14 May 2003 02:51:52
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Fix build on alpha: remove extraneous ')' parentheses in patch
23 Feb 2003 19:58:35
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
De-pkg-comment
07 Feb 2003 15:43:57
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Sanitize MASTER_SITES

Submitted by:   fenner's distfiles survey
02 Jan 2003 05:46:09
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
o Remove ONLY_FOR_ARCHS limitation by adding timing support other
  than RDTSC registers from Pentium. After a reminder by Garrett
  Wollman <wollman@FreeBSD.org> [1] that FreeBSD has a gethrtime()
  similar function, added experimental support for FreeBSD
  clock_gettime(2) which should work in all FreeBSD supported ARCHes

o Add notes in both DESCR and PKGMESSAGE that there might be precision
  differences since this is experimental code

Reviewed by:    portmgr (silence/no objections)
Submitted by:   wollman [1]
18 Dec 2002 18:45:26
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Mark as ONLY_FOR_ARCHS i386 since it requires either a pentium
hardware tick counter or an equivalent Solaris gethrtime() syscall.
This should be investigated further. FreeBSD might have an equivalent
syscall.

Submitted by:   bento
04 Nov 2002 22:57:37
Original commit files touched by this commit  0.62_2
edwin search for other commits by this committer
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
20 Sep 2002 15:38:47
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Sanitize MASTER_SITES

Submitted by:   fenner's distfile survey
08 Jul 2002 02:34:45
Original commit files touched by this commit  0.62_2
lioux search for other commits by this committer
Sanitize MASTER_SITES
29 Jan 2002 11:58:52
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
25 May 2001 16:58:06
files touched by this commit
lioux search for other commits by this committer
1) Install leapsecs.dat (leapseconds support)   2) Add PKGMESSAGE with
additional FreeBSD specific installation      information   3) Install sample
startup script   4) Bump PORTREVISION due to (1)    
22 Feb 2001 17:22:39
files touched by this commit
lioux search for other commits by this committer
Add new MASTER_SITES    
20 Jan 2001 00:39:56
files touched by this commit
will search for other commits by this committer
Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mk   defined
PORTDOCS PLIST_SUB.    
16 Jan 2001 19:08:46
files touched by this commit
will search for other commits by this committer
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in  
bsd.port.mk, for easy removal of documentation.  I left alone one port -  
japanese/elisa8x8 (or something like that), because it appeared to have   some
rather weird way of doing PORTDOCS substitution.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
20 Nov 2000 14:48:56
files touched by this commit
lioux search for other commits by this committer
Submitted by: sobomax    
20 Nov 2000 11:16:01
files touched by this commit
lioux search for other commits by this committer
Submitted by: Jos Backus <josb@cncdsl.com>    
08 Oct 2000 08:23:57
files touched by this commit
asami search for other commits by this committer
Convert category sysutils to new layout.  
03 Oct 2000 07:12:50
files touched by this commit
lioux search for other commits by this committer
Maintainer is now a committer, update email accordingly    
07 Jul 2000 16:30:02
files touched by this commit
sobomax search for other commits by this committer
Add clockspeed - a program which uses a hardware tick counter to compensate  
for a persistently fast or slow system clock. It also could be used to  
synchronize time across LAN or WAN.    

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20376
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 1
new 48 hours4
new 7 days70
new fortnight95
new month181

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.33 seconds.