Commits
Veence authored 4cd81be9df6
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.1 |
5 5 | PortGroup cxx11 1.1 |
6 6 | PortGroup github 1.0 |
7 7 | PortGroup compiler_blacklist_versions 1.0 |
8 8 | |
9 - | github.setup team-charls charLS 2.0.0 |
10 - | name charls |
9 + | github.setup team-charls charls 2.0.0 |
11 10 | categories graphics |
12 11 | maintainers {vince @Veence} |
13 12 | description CharLS is an implementation of JPEG-LS |
14 13 | long_description CharLS implements JPEG-LS, a lossless JPEG codec. |
15 14 | |
16 15 | platforms darwin |
17 16 | license BSD |
18 17 | |
19 18 | checksums rmd160 ce03ed3fde0f6ec2374f4902b8b7ac441c87f32e \ |
20 19 | sha256 a7c6f163889b469dd5e29b9c79ba5b6d076d90df3c21653b90eaf4d5a6ed11f7 \ |
21 20 | size 4963354 |
22 21 | |
23 - | worksrcdir team-charls-charls-6fa4f2b |
22 + | #worksrcdir team-charls-charls-6fa4f2b |
24 23 | |
25 24 | # Must have XCode > 6 for C++14 support |
26 25 | compiler.blacklist-append {clang < 602} |