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.
This commit is contained in:
Peter Bex 2004-09-16 12:33:43 +00:00 committed by Thomas Klausner
parent 5fc3cd1d5b
commit 3ea830381a
4 changed files with 44 additions and 0 deletions

11
eet/DESCR Normal file
View file

@ -0,0 +1,11 @@
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.

19
eet/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/09/16 12:33:43 airhead Exp $
#
DISTNAME= eet-0.9.9
CATEGORIES= wip devel archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
MAINTAINER= Peter.Bex@student.kun.nl
HOMEPAGE= http://www.enlightenment.org/pages/eet.html
COMMENT= Library for speedy storage, retrieval, and compression
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
.include "../../devel/libtool/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

10
eet/PLIST Normal file
View file

@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/16 12:33:43 airhead Exp $
bin/eet
bin/eet-config
include/Eet.h
lib/libeet.a
lib/libeet.la
lib/libeet.so
lib/libeet.so.9
lib/libeet.so.9.9
lib/pkgconfig/eet.pc

4
eet/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/09/16 12:33:43 airhead Exp $
SHA1 (eet-0.9.9.tar.gz) = 79f8a669c4fd59a04e5307b19cb4e39d3ea30f86
Size (eet-0.9.9.tar.gz) = 2379197 bytes