# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           common_lisp 1.0

github.setup        slyrus retrospectiff 2fbf8c687799487654d988c7036d19d75a7fc67d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-retrospectiff
version             20211121
revision            0

checksums           rmd160  4447f582e90e4d6683bb15125ec50a25949ac1ff \
                    sha256  4d78a01a24cc5480710b77e929f564e8efce7657ea863bcb184396bcd41846d0 \
                    size    1616625

categories-append   devel
maintainers         nomaintainer
license             BSD

description         A library for reading and writing TIFF image files in common lisp

long_description    {*}${description}

depends_lib-append  port:cl-com.gigamonkeys.binary-data \
                    port:cl-deflate \
                    port:cl-flexi-streams \
                    port:cl-ieee-floats \
                    port:cl-jpeg \
                    port:cl-opticl-core
