Revision
74364
Author
ryandesign@macports.org
Date
2010-12-14 02:05:00 -0800 (Tue, 14 Dec 2010)

Log Message

synfig: new port, version 0.62.02; see #27663

Added Paths

Diff

Added: trunk/dports/graphics/synfig/Portfile (0 => 74364)


--- trunk/dports/graphics/synfig/Portfile	                        (rev 0)
+++ trunk/dports/graphics/synfig/Portfile	2010-12-14 10:05:00 UTC (rev 74364)
@@ -0,0 +1,58 @@
+# -*- 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                synfig
+version             0.62.02
+categories          graphics
+platforms           darwin
+maintainers         ryandesign
+license             GPL-2+
+
+description         vector-based 2-D animation package
+
+long_description    ${name} is a ${description}. It is designed to be capable \
+                    of producing feature-film-quality animation. It eliminates \
+                    the need for tweening, preventing the need to hand-draw \
+                    each frame. ${name} features spatial and temporal \
+                    resolution independence (sharp and smooth at any \
+                    resolution or framerate), high dynamic range images, \
+                    and a flexible plugin system.
+
+homepage            http://www.synfig.org/
+master_sites        sourceforge:synfig
+
+checksums           sha1    dd571f8a382d97fc45171527938ac36efab9274b \
+                    rmd160  3242b9aa85d76eb462f8e294f9241a499370e4ba
+
+depends_build       port:pkgconfig
+
+depends_lib         port:ETL \
+                    port:freetype \
+                    port:fontconfig \
+                    port:gettext \
+                    port:ImageMagick \
+                    port:libmng \
+                    port:libpng \
+                    port:libsigcxx2 \
+                    port:libtool \
+                    port:libxmlxx2 \
+                    port:openexr
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        ABOUT-NLS \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        ChangeLog.old \
+        NEWS \
+        README \
+        TODO \
+        ${docdir}
+}
+
+livecheck.distname  ${name}
Property changes on: trunk/dports/graphics/synfig/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style