# -*- 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$ PortSystem 1.0 name eet epoch 2 version 1.7.9 maintainers ryandesign openmaintainer categories devel x11 platforms darwin license BSD 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 e009f07e059fd024cfcd3c750040fd0df8b5c345 \ sha256 5d8a6e2becfc4bf77d02b823e145568f7a76ada24486486443602126f1710682 depends_build port:pkgconfig depends_lib port:jpeg port:zlib port:eina port:openssl configure.args --disable-doc \ --disable-gnutls \ --disable-silent-rules use_parallel_build yes livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9a-z.\]+)${extract.suffix}