# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 92371 2012-04-26 19:12:05Z ryandesign@macports.org $

PortSystem              1.0

name                    eet
epoch                   2
version                 1.6.0
maintainers             ryandesign openmaintainer
categories              devel x11
platforms               darwin

description             EET is a library for writing sets of data.

long_description        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.

homepage                http://trac.enlightenment.org/e/wiki/Eet
master_sites            http://download.enlightenment.org/releases/
use_bzip2               yes

checksums               rmd160  99ea53868c9a4e4e75f49141d837f4f18addf0ed \
                        sha256  b1429218defd7f10f41016b17a350d93219b062b8cc5d1a6464b80e3b3dde67d

depends_build           port:pkgconfig
depends_lib             port:jpeg port:zlib port:eina port:openssl

configure.args          --disable-doc \
                        --disable-gnutls

use_parallel_build      yes

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${name}-(\[0-9a-z.\]+)${extract.suffix}
