Bug 123396 - [NEW PORT] devel/e00compr : A Library to Read/Write Compressed E00 Files
Summary: [NEW PORT] devel/e00compr : A Library to Read/Write Compressed E00 Files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-04 15:10 UTC by wenheping
Modified: 2008-05-18 01:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.75 KB, text/plain)
2008-05-04 15:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-05-04 15:10:00 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-04 15:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-05-18 01:04:06 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-18 01:04:25 UTC
miwi        2008-05-18 00:04:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/e00compr       Makefile distinfo pkg-descr 
  Log:
  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/
  
  PR:             ports/123396
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3060    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/e00compr/Makefile (new)
  1.1       +3 -0      ports/devel/e00compr/distinfo (new)
  1.1       +7 -0      ports/devel/e00compr/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"