K 10
svn:author
V 7
sunpoet
K 8
svn:date
V 27
2012-06-24T14:58:08.000000Z
K 7
svn:log
V 774
- Add libgta 1.0.2

Libgta is a portable library that implements the Generic Tagged Array (GTA) file
format. This file format has the following features:
- GTAs can store any kind of data in multidimensional arrays
- GTAs can optionally use simple tags to store rich metadata
- GTAs are streamable, which allows direct reading from and writing to pipes,
  network sockets, and other non-seekable media
- GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
  compression/decompression speed and compression ratio
- Uncompressed GTA files allow easy out-of-core data access for very large
  arrays

See http://gta.nongnu.org/ for more information.

WWW: http://gta.nongnu.org/libgta.html

PR:		ports/169041
Submitted by:	lbartoletti <coder@tuxfamily.org>

END
