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 libass |
---|
7 | version 0.10.0 |
---|
8 | categories multimedia |
---|
9 | license ISC |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | description subtitle renderer for the ASS/SSA subtitle format |
---|
13 | |
---|
14 | long_description \ |
---|
15 | libass is a portable subtitle renderer for the \ |
---|
16 | ASS/SSA (Advanced Substation Alpha/Substation Alpha) \ |
---|
17 | subtitle format. It is mostly compatible with VSFilter. |
---|
18 | |
---|
19 | depends_lib port:fribidi2 |
---|
20 | |
---|
21 | homepage http://code.google.com/p/libass/ |
---|
22 | master_sites googlecode |
---|
23 | |
---|
24 | checksums md5 05cc8cc5eb4265b55ab0821f0825b719 \ |
---|
25 | sha1 82bfda2b78f74cf75a4dd0283d090ad1a71a697f \ |
---|
26 | rmd160 07e505267c471644a888cdecac97e2296f0142c7 |
---|
27 | |
---|
28 | post-destroot { |
---|
29 | set docdir ${prefix}/share/doc/${distname} |
---|
30 | xinstall -d ${destroot}${docdir} |
---|
31 | xinstall -m 0644 -W ${worksrcpath} COPYING Changelog ${destroot}${docdir} |
---|
32 | } |
---|
33 | |
---|
34 | livecheck.type googlecode |
---|