[136922] trunk/dports/graphics/autotrace/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri May 29 20:15:44 PDT 2015
Revision: 136922
https://trac.macports.org/changeset/136922
Author: ryandesign at macports.org
Date: 2015-05-29 20:15:44 -0700 (Fri, 29 May 2015)
Log Message:
-----------
autotrace: add modeline, adjust whitespace
Modified Paths:
--------------
trunk/dports/graphics/autotrace/Portfile
Modified: trunk/dports/graphics/autotrace/Portfile
===================================================================
--- trunk/dports/graphics/autotrace/Portfile 2015-05-30 03:13:05 UTC (rev 136921)
+++ trunk/dports/graphics/autotrace/Portfile 2015-05-30 03:15:44 UTC (rev 136922)
@@ -1,52 +1,57 @@
+# -*- 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 autotrace
-version 0.31.1
-revision 10
-categories graphics
-maintainers nomaintainer
-license GPL-2+
+PortSystem 1.0
-description Convert bitmap to vector graphics
-long_description \
- The aim of the AutoTrace project is the development of a freely \
- available application with a functionality similar to CorelTrace or \
- Adobe Streamline. I hope that it will become better than all \
- commercially available programs. In some aspects it is already better.
+name autotrace
+version 0.31.1
+revision 10
+categories graphics
+platforms darwin
+maintainers nomaintainer
+license GPL-2+
-platforms darwin
+description Convert bitmap to vector graphics
-homepage http://autotrace.sourceforge.net/
-master_sites sourceforge:project/autotrace/AutoTrace/${version}
+long_description The aim of the AutoTrace project is the development of a \
+ freely available application with a functionality similar \
+ to CorelTrace or Adobe Streamline. I hope that it will \
+ become better than all commercially available programs. \
+ In some aspects it is already better.
-checksums md5 54eabbb38d2076ded6d271e1ee4d0783
+homepage http://autotrace.sourceforge.net/
+master_sites sourceforge:project/autotrace/AutoTrace/${version}
-depends_lib port:libpng port:pstoedit port:ImageMagick
+checksums md5 54eabbb38d2076ded6d271e1ee4d0783
+depends_lib port:ImageMagick \
+ port:libpng \
+ port:pstoedit
+
post-extract {
move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
- file mkdir ${workpath}/bin
- xinstall ${filespath}/pstoedit-config ${workpath}/bin
+
+ file mkdir ${workpath}/bin
+ xinstall ${filespath}/pstoedit-config ${workpath}/bin
}
-patchfiles patch-autotrace.m4.diff \
- patch-libpng-1.5.diff
+patchfiles patch-autotrace.m4.diff \
+ patch-libpng-1.5.diff
# Fix universal variant, build with ccache
use_autoreconf yes
autoreconf.args-append --force
-configure.args --mandir=${prefix}/share/man \
- --with-magick \
- --with-pstoedit-prefix=${workpath}
+configure.args --mandir=${prefix}/share/man \
+ --with-magick \
+ --with-pstoedit-prefix=${workpath}
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -m 755 -d ${destroot}${docdir}
- xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LIB ChangeLog \
- FAQ HACKING INSTALL NEWS README README.MING THANKS TODO \
+ xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LIB ChangeLog \
+ FAQ HACKING INSTALL NEWS README README.MING THANKS TODO \
${destroot}${docdir}
}
-livecheck.distname AutoTrace
+livecheck.distname AutoTrace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150529/401197d1/attachment.html>
More information about the macports-changes
mailing list