[96234] trunk/dports/graphics

jmr at macports.org jmr at macports.org
Sun Aug 5 12:41:35 PDT 2012


Revision: 96234
          https://trac.macports.org/changeset/96234
Author:   jmr at macports.org
Date:     2012-08-05 12:41:32 -0700 (Sun, 05 Aug 2012)
Log Message:
-----------
New port: inkscape-textext (#33612)

Added Paths:
-----------
    trunk/dports/graphics/inkscape-textext/
    trunk/dports/graphics/inkscape-textext/Portfile

Added: trunk/dports/graphics/inkscape-textext/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-textext/Portfile	                        (rev 0)
+++ trunk/dports/graphics/inkscape-textext/Portfile	2012-08-05 19:41:32 UTC (rev 96234)
@@ -0,0 +1,38 @@
+# -*- 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                    inkscape-textext
+version                 0.4.4
+categories              graphics tex
+maintainers             gmail.com:jjstickel
+license                 BSD
+platforms               darwin
+homepage                http://pav.iki.fi/software/textext/
+master_sites            ${homepage}
+distname                textext-${version}
+worksrcdir              ${name}
+supported_archs         noarch
+extract.mkdir           yes
+use_configure           no
+
+description             LaTeX typesetting in Inkscape
+
+long_description        Textext provides re-editable LaTeX objects to Inkscape’s \
+                        repertoire.
+
+checksums               sha256  4d3d262efc8b199dff407b6d153c8822ac9b30d46357e0cdc191c2c0f5fea077 \
+                        rmd160  fcaf932207a5477562135b00be29445fc92e1caa
+                    
+depends_run             port:inkscape \
+                        port:pdf2svg \
+                        bin:pdflatex:texlive-latex
+
+build {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/inkscape/extensions
+    xinstall -m 644 ${worksrcpath}/textext.inx ${destroot}${prefix}/share/inkscape/extensions/textext.inx
+    xinstall -m 755 ${worksrcpath}/textext.py ${destroot}${prefix}/share/inkscape/extensions/textext.py
+}


Property changes on: trunk/dports/graphics/inkscape-textext/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/20120805/9e9d08b3/attachment.html>


More information about the macports-changes mailing list