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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libaacs |
---|
7 | version 0.8.1 |
---|
8 | categories multimedia |
---|
9 | license LGPL-2.1 |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:vladashram |
---|
12 | description an open-source library designed implement the AACS |
---|
13 | |
---|
14 | long_description A research project designed to implement the Advanced Access Content System Specification that provides an open source library |
---|
15 | |
---|
16 | homepage http://www.videolan.org/developers/libaacs.html |
---|
17 | master_sites http://get.videolan.org/libaacs/${version} |
---|
18 | |
---|
19 | use_bzip2 yes |
---|
20 | |
---|
21 | depends_build port:perl5 \ |
---|
22 | port:flex \ |
---|
23 | port:bison \ |
---|
24 | port:gettext |
---|
25 | |
---|
26 | depends_lib port:libgcrypt \ |
---|
27 | port:libgpg-error \ |
---|
28 | port:libiconv |
---|
29 | |
---|
30 | checksums rmd160 9913f0cab24a989329d38a370b99a3e12d55dcc6 \ |
---|
31 | sha256 95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8 |
---|
32 | |
---|
33 | configure.perl ${prefix}/bin/perl5 |
---|
34 | |
---|
35 | configure.args --disable-examples |
---|
36 | |
---|
37 | livecheck.type regex |
---|
38 | livecheck.url ${homepage} |
---|
39 | livecheck.regex libaacs (\[0-8.]+) |
---|