Subject: CVS commit: pkgsrc/devel/libtai
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2007 05:27:12
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Thu Mar 15 05:27:12 UTC 2007

Update of /cvsroot/pkgsrc/devel/libtai
In directory ivanova.netbsd.org:/tmp/cvs-serv20681

Log Message:
Initial import of libtai 0.60, a public-domain library for storing
and manipulating dates and times.

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.

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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/libtai/DESCR
N pkgsrc/devel/libtai/Makefile
N pkgsrc/devel/libtai/PLIST
N pkgsrc/devel/libtai/distinfo

No conflicts created by this import