mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
623bf7b059
Arc/Info Export (E00) files. It can be easily plugged into existing E00 translators to add support for compressed E00 files simply by replacing the existing translator's read/write function by the E00ReadNextLine() and E00WriteNextLine() functions provided by the library. WWW: http://avce00.maptools.org/e00compr/ PR: ports/123396 Submitted by: Wen Heping <wenheping at gmail.com>
8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
E00Compr is an Open Source ANSI-C library to compress and uncompress
|
|
Arc/Info Export (E00) files. It can be easily plugged into existing E00
|
|
translators to add support for compressed E00 files simply by replacing
|
|
the existing translator's read/write function by the E00ReadNextLine()
|
|
and E00WriteNextLine() functions provided by the library.
|
|
|
|
WWW: http://avce00.maptools.org/e00compr/
|