NOTICE: This package has been removed from pkgsrc

./wip/eet, Data encode/decode and storage library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.9, Package name: eet-1.7.9, Maintainer: dieter.NetBSD

EET is a tiny library designed to write an arbitrary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later on.
It does not do zip as a zip itself has more complexity than is needed,
and it was much simpler to implement this once here.

EET is extremely fast, small and simple. EET files can be very small
and highly compressed, making them very optimal for just sending
across the Internet without having to archive, compress or decompress
and install them. They allow for lightning-fast random-access reads
once created, making them perfect for storing data that is written
once (or rarely) and read many times, but the program does not want to
have to read it all in at once.

It also can encode and decode data structures in memory, as well as
image data for saving to EET files or sending across the network to
other machines, or just writing to arbitrary files on the system. All
data is encoded in a platform independent way and can be written and
read by any architecture.


Required to run:
[graphics/jpeg]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: e4d6cc5940694d44671239f9c45650cb8e10085f
RMD160: e009f07e059fd024cfcd3c750040fd0df8b5c345
Filesize: 559.458 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-11-09 15:29:45 by dieter roelants | Files touched by this commit (2)
Log message:
Update eet to version 1.7.9.

Changes since Eet 1.7.8:

No changes, just updating to keep in sync with lastest release.
   2013-09-15 19:22:35 by dieter roelants | Files touched by this commit (25)
Log message:
Update Enlightenment libraries to version 1.7.8.
   2013-02-17 14:06:54 by dieter roelants | Files touched by this commit (2)
Log message:
Update Eet to 1.7.5.

Changes since Eet 1.7.4:

No visible changes, increasing version to keep in sync with latest release.
   2008-10-20 02:09:22 by Min Sik Kim | Files touched by this commit (13) | Package removed
Log message:
Use devel/eet instead of wip/eet.  Both have the same version of eet.
   2008-08-06 15:52:33 by Marcin M. Jessa | Files touched by this commit (1)
Log message:
Updated mirror info
   2008-07-05 16:06:43 by Daniel Horecki | Files touched by this commit (2)
Log message:
more lockfile removal
   2008-06-29 23:34:31 by Daniel Horecki | Files touched by this commit (3) | Package updated
Log message:
update to newest snapshot