FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:00 PM BST
Port details
libtai 0.60_3 devel on this many watch lists=6 search for ports that depend on this port
A library for storing and manipulating dates and times in second/attosecond

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jul 2000 11:02:32
License: not specified in port


libtai supports two time scales: (1) TAI64, covering a few hundred
billion years with 1-second precision; (2) TAI64NA, covering the same
period with 1-attosecond precision. Both scales are defined in terms of
TAI, the current international real time standard.

libtai provides an internal format for TAI64, struct tai, designed for
fast time manipulations. The tai_pack() and tai_unpack() routines
convert between struct tai and a portable 8-byte TAI64 storage format.
libtai provides similar internal and external formats for TAI64NA.

libtai provides struct caldate to store dates in year-month-day form. It
can convert struct caldate, under the Gregorian calendar, to a modified
Julian day number for easy date arithmetic.

This version of libtai requires a UNIX system with gettimeofday(). It
will be easy to port to other operating systems with compilers
supporting 64-bit arithmetic.

WWW: http://cr.yp.to/libtai.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://cr.yp.to/libtai/
ftp://ftp.sunsite.auc.dk/disk1/qmail/
ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jul 2011 15:37:22
Original commit files touched by this commit  0.60_3
arved search for other commits by this committer
Fix build with clang

PR:             158555
Submitted by:   Niclas Zeising
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.60_3
ohauer search for other commits by this committer
-remove MD5
18 Nov 2009 22:39:55
Original commit files touched by this commit  0.60_3
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
12 Oct 2008 09:02:54
Original commit files touched by this commit  0.60_3
miwi search for other commits by this committer
- Update leapseconds data

PR:             127341
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.60_2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
15 Dec 2006 01:07:43
Original commit files touched by this commit  0.60_2
lioux search for other commits by this committer
Drop maintainership
04 May 2006 21:41:12
Original commit files touched by this commit  0.60_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
23 Dec 2005 20:21:33
Original commit files touched by this commit  0.60_2
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 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.60_1
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.60_1
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.60_1
lioux search for other commits by this committer
USE_SIZEify
23 Feb 2003 19:58:35
Original commit files touched by this commit  0.60_1
lioux search for other commits by this committer
De-pkg-comment
04 Nov 2002 03:05:48
Original commit files touched by this commit  0.60_1
edwin search for other commits by this committer
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
22 Sep 2002 14:17:44
Original commit files touched by this commit  0.60_1
lioux search for other commits by this committer
Remove forgotten dir

PR:             43248
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
20 Sep 2002 14:06:12
Original commit files touched by this commit  0.60_1
lioux search for other commits by this committer
Update MASTER_SITES
20 Aug 2002 16:42:35
Original commit files touched by this commit  0.60_1
lioux search for other commits by this committer
o Install header files so that this library is actually usable
o Bump PORTREVISION

Prompted by:    tobez
29 Jan 2002 10:16:28
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.  
 
22 Feb 2001 17:22:39
files touched by this commit
lioux search for other commits by this committer
Add new MASTER_SITES    
14 Feb 2001 04:12:53
files touched by this commit
lioux search for other commits by this committer
typo clean up police: \s -> \t    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
03 Oct 2000 06: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 15:02:32
files touched by this commit
sobomax search for other commits by this committer
Add libtai - a library for storing and manipulating dates and times in
second/attosecond.    

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

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

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