summaryrefslogtreecommitdiff
path: root/sysutils/clockspeed (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on alpha: remove extraneous ')' parentheses in patchMario Sergio Fujikawa Ferreira2003-05-141-1/+1
| | | | Notes: svn path=/head/; revision=80946
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2003-02-071-1/+0
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=75029
* o Remove ONLY_FOR_ARCHS limitation by adding timing support otherMario Sergio Fujikawa Ferreira2003-01-027-10/+102
| | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=72165
* Mark as ONLY_FOR_ARCHS i386 since it requires either a pentiumMario Sergio Fujikawa Ferreira2002-12-181-0/+1
| | | | | | | | | | | hardware tick counter or an equivalent Solaris gethrtime() syscall. This should be investigated further. FreeBSD might have an equivalent syscall. Submitted by: bento Notes: svn path=/head/; revision=71710
* Half of these ones missed yesterday while converting to USE_REINPLACE.Edwin Groothuis2002-11-041-1/+2
| | | | | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-) Notes: svn path=/head/; revision=69475
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-09-201-1/+2
| | | | | | | Submitted by: fenner's distfile survey Notes: svn path=/head/; revision=66845
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-07-081-1/+0
| | | | Notes: svn path=/head/; revision=62628
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* 1) Install leapsecs.dat (leapseconds support)Mario Sergio Fujikawa Ferreira2001-05-256-7/+105
| | | | | | | | | | | | | 2) Add PKGMESSAGE with additional FreeBSD specific installation information 3) Install sample startup script 4) Bump PORTREVISION due to (1) PR: 27617 Submitted by: Vivek Khera <khera@kciLink.com> Notes: svn path=/head/; revision=43045
* Add new MASTER_SITESMario Sergio Fujikawa Ferreira2001-02-221-1/+3
| | | | Notes: svn path=/head/; revision=38615
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkWill Andrews2001-01-201-2/+2
| | | | | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=37356
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-161-6/+0
| | | | | | | | | 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. Notes: svn path=/head/; revision=37257
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Submitted by: sobomaxMario Sergio Fujikawa Ferreira2000-11-201-0/+1
| | | | | | | | Bump PORTREVISION according to Revision 1.2 of both files/patch-ac and pkg-plist. Notes: svn path=/head/; revision=35287
* Submitted by: Jos Backus <josb@cncdsl.com>Mario Sergio Fujikawa Ferreira2000-11-202-3/+16
| | | | | | | | | Fix adjust destination. Should be etc/clockspeed/adjust instead of just adjust. Add a PLIST uninstall target to remove this file since killing the daemon does not. Notes: svn path=/head/; revision=35280
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33350
* Add clockspeed - a program which uses a hardware tick counter to compensateMaxim Sobolev2000-07-079-0/+237
for a persistently fast or slow system clock. It also could be used to synchronize time across LAN or WAN. PR: 19349 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30298