mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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 opticl f6fc4dc5fa61ae3f2527b77e4bda99001ba37dcb
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-opticl
|
|
version 20220207
|
|
revision 0
|
|
|
|
checksums rmd160 9f19989b016a052ffbb9105e9b7098a968d67a6e \
|
|
sha256 e4513d4fc8d88b46ad7d5b48c6cc85e590ddbc9161f24cd865eff5c9ea6c3bff \
|
|
size 243013
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description An image processing library for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-fiveam \
|
|
port:cl-jpeg \
|
|
port:cl-markdown \
|
|
port:cl-opticl-core \
|
|
port:cl-png-read \
|
|
port:cl-pngload \
|
|
port:cl-retrospectiff \
|
|
port:cl-skippy \
|
|
port:cl-tga \
|
|
port:cl-zpng
|