[74364] trunk/dports/graphics
ryandesign at macports.org
ryandesign at macports.org
Tue Dec 14 02:05:08 PST 2010
Revision: 74364
http://trac.macports.org/changeset/74364
Author: ryandesign at 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:
-----------
trunk/dports/graphics/synfig/
trunk/dports/graphics/synfig/Portfile
Added: trunk/dports/graphics/synfig/Portfile
===================================================================
--- 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
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101214/6cf99c83/attachment.html>
More information about the macports-changes
mailing list