[94529] trunk/dports/multimedia

jmr at macports.org jmr at macports.org
Thu Jun 21 16:23:48 PDT 2012


Revision: 94529
          https://trac.macports.org/changeset/94529
Author:   jmr at macports.org
Date:     2012-06-21 16:23:46 -0700 (Thu, 21 Jun 2012)
Log Message:
-----------
New port: libass, subtitle renderer for ASS/SSA (#32107)

Added Paths:
-----------
    trunk/dports/multimedia/libass/
    trunk/dports/multimedia/libass/Portfile

Added: trunk/dports/multimedia/libass/Portfile
===================================================================
--- trunk/dports/multimedia/libass/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/libass/Portfile	2012-06-21 23:23:46 UTC (rev 94529)
@@ -0,0 +1,32 @@
+# -*- 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
+# $Id$
+
+PortSystem      1.0
+
+name            libass
+version         0.10.0
+categories      multimedia
+license         ISC
+maintainers     tds.net:coax openmaintainer
+platforms       darwin
+description     subtitle renderer for the ASS/SSA subtitle format
+
+long_description \
+    libass is a portable subtitle renderer for the \
+    ASS/SSA (Advanced Substation Alpha/Substation Alpha) \
+    subtitle format. It is mostly compatible with VSFilter.
+
+depends_lib     port:fribidi
+
+homepage        http://code.google.com/p/libass/
+master_sites    googlecode
+
+checksums       md5 05cc8cc5eb4265b55ab0821f0825b719 \
+                sha1 82bfda2b78f74cf75a4dd0283d090ad1a71a697f \
+                rmd160 07e505267c471644a888cdecac97e2296f0142c7
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} COPYING Changelog ${destroot}${docdir}
+}


Property changes on: trunk/dports/multimedia/libass/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120621/61f4f48a/attachment.html>


More information about the macports-changes mailing list