summaryrefslogtreecommitdiff
path: root/devel/libtai/DESCR
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2007-03-15 05:27:12 +0000
committerschmonz <schmonz@pkgsrc.org>2007-03-15 05:27:12 +0000
commitcc3ae2309a41054e888f673bee03f16b6b1ba235 (patch)
tree8198b591ff6aaaed939e29bbe1336a5e58e59ea6 /devel/libtai/DESCR
parent96d4ab6a6300cc6b4e19f91fd7399e6ac7559ea4 (diff)
downloadpkgsrc-cc3ae2309a41054e888f673bee03f16b6b1ba235.tar.gz
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.
Diffstat (limited to 'devel/libtai/DESCR')
-rw-r--r--devel/libtai/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libtai/DESCR b/devel/libtai/DESCR
new file mode 100644
index 00000000000..b7139b0e7d4
--- /dev/null
+++ b/devel/libtai/DESCR
@@ -0,0 +1,14 @@
+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.