| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
16 Jun 2008 03:29:59
0.62_3
|
lx  |
Take maintainership. |
16 Jun 2008 02:25:26
0.62_3
|
lioux  |
Drop maintainership. |
22 Mar 2007 17:02:35
0.62_3
|
rafan  |
- 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
0.62_3
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
23 Dec 2005 20:23:23
0.62_3
|
lioux  |
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
0.62_2
|
lioux  |
Add SHA256 checksum |
25 Dec 2004 11:43:58
0.62_2
|
lioux  |
Remove deprecated USE_SIZE |
08 Feb 2004 01:14:05
0.62_2
|
lioux  |
USE_SIZEify |
14 May 2003 02:51:52
0.62_2
|
lioux  |
Fix build on alpha: remove extraneous ')' parentheses in patch |
23 Feb 2003 19:58:35
0.62_2
|
lioux  |
De-pkg-comment |
07 Feb 2003 15:43:57
0.62_2
|
lioux  |
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey |
02 Jan 2003 05:46:09
0.62_2
|
lioux  |
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
0.62_2
|
lioux  |
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
0.62_2
|
edwin  |
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
0.62_2
|
lioux  |
Sanitize MASTER_SITES
Submitted by: fenner's distfile survey |
08 Jul 2002 02:34:45
0.62_2
|
lioux  |
Sanitize MASTER_SITES |
29 Jan 2002 11:58:52 
|
knu  |
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 
|
lioux  |
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 
|
lioux  |
Add new MASTER_SITES |
20 Jan 2001 00:39:56 
|
will  |
Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mk defined
PORTDOCS PLIST_SUB. |
16 Jan 2001 19:08:46 
|
will  |
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 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
20 Nov 2000 14:48:56 
|
lioux  |
Submitted by: sobomax |
20 Nov 2000 11:16:01 
|
lioux  |
Submitted by: Jos Backus <josb@cncdsl.com> |
08 Oct 2000 08:23:57 
|
asami  |
Convert category sysutils to new layout. |
03 Oct 2000 07:12:50 
|
lioux  |
Maintainer is now a committer, update email accordingly |
07 Jul 2000 16:30:02 
|
sobomax  |
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. |