Commit graph

11 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
schmonz
60bf153865 Indent (no functional change). 2012-10-21 13:37:12 +00:00
schmonz
a595216735 Fix HOMEPAGE. 2012-10-21 13:36:19 +00:00
cheusov
df81bb066a CONFLICTS between libtai and libowfat 2012-10-21 11:26:50 +00:00
cheusov
2c26026263 Fix pkglint warnings 2012-10-21 11:20:20 +00:00
joerg
151aed3c2f Don't bother with catpages. Bump revision. 2012-03-06 23:25:18 +00:00
dholland
4c2380f814 Fix void main, which clang won't accept. While here, fix an LP64 issue
caught by gcc (malloc without stdlib.h) so bump PKGREVISION.
2011-08-01 05:37:12 +00:00
schmonz
269efa2ac6 #include <unistd.h> in leapsecs_read.c so we can read leapsecs.dat.
Add a buildlink3.mk file. Bump PKGREVISION.
2008-07-30 10:36:27 +00:00
jlam
4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00
schmonz
faa8c3f4b6 Fix path to examples. 2007-03-15 05:30:45 +00:00
schmonz
cc3ae2309a 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.
2007-03-15 05:27:12 +00:00