Commit graph

12 commits

Author SHA1 Message Date
dieter roelants
24bc46f59b Import eet-1.7.4 as wip/eet.
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.
2012-12-30 19:27:17 +00:00
Min Sik Kim
7cbde8732b Use devel/eet instead of wip/eet. Both have the same version of eet. 2008-10-20 00:09:21 +00:00
Daniel Horecki
caff75f310 more lockfile removal 2008-07-05 14:06:43 +00:00
Daniel Horecki
ef5237e9d7 update to newest snapshot 2008-06-29 21:27:02 +00:00
Johann Franz
55a722f03b General overhaul. 2007-12-05 06:29:48 +00:00
Johann Franz
dccb383084 Cleanup a bit in E17 and dependencies. 2007-12-04 04:17:22 +00:00
Adam Hoka
05cff119ba Upgrading to the latest snapshot.
Now builds cleanly on NetBSD.

The porting is done by YazzY.
2007-12-02 14:50:13 +00:00
Johann Franz
52c163c6b4 Fixed PLIST in e17 and its packages.
${LOWER_VENDOR} wasn't correctly being substituted, so it's just renamed "pc",
and a few files were missing.
2007-11-24 16:19:53 +00:00
Grzegorz Błach
c6a7c11081 add eet from enlightenment.freedesktop.org 2007-04-29 11:58:35 +00:00
Min Sik Kim
0f89f235dd eet has been moved to pkgsrc. 2004-10-13 09:01:32 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Peter Bex
3ea830381a EET is a tiny library designed to write an arbitary 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 impliment this once here.

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 arbitary files on the system. All
data is encoded in a platform independant way and can be written and
read by any architecture.
2004-09-16 12:33:43 +00:00