a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 19427 and 48308

Description: a program to read/write Arc/Info compressed E00 files
 E00compr is an ANSI C library that reads and writes Arc/Info compressed E00
 files. Both "PARTIAL" and "FULL" compression levels are supported. E00 files
 are the vector import/export format for Arc/Info. It is plain ASCII and is
 meant as an interchange format. ESRI considers the format to be proprietary,
 so this package may not read all E00 files as ESRI may change the format.
 .
 This package is useful for importing E00 files into the grass GIS system.
 .
 It contains the e00conv command-line program, which takes a E00 file as
 input (compressed or not) and copies it to a new file with the requested
 compression level (NONE, PARTIAL or FULL). The library is not included
 at this stage.
 .
 Homepage: http://avce00.maptools.org/e00compr/
Description: a program to read/write Arc/Info compressed E00 files
 E00compr is an ANSI C library that reads and writes Arc/Info compressed E00
 files. Both "PARTIAL" and "FULL" compression levels are supported. E00 files
 are the vector import/export format for Arc/Info. It is plain ASCII and is
 meant as an interchange format. ESRI considers the format to be proprietary,
 so this package may not read all E00 files as ESRI may change the format.
 .
 This package is useful for importing E00 files into the grass GIS system.
 .
 It contains the e00conv command-line program, which takes a E00 file as
 input (compressed or not) and copies it to a new file with the requested
 compression level (NONE, PARTIAL or FULL). The library is not included
 at this stage.
--- 19427	Thu Jan  1 00:00:00 1970
+++ 48308	Thu Jan  1 00:00:00 1970
@@ -11,5 +11,3 @@
  input (compressed or not) and copies it to a new file with the requested
  compression level (NONE, PARTIAL or FULL). The library is not included
  at this stage.
- .
- Homepage: http://avce00.maptools.org/e00compr/