[47928] trunk/dports/tex

snc at macports.org snc at macports.org
Tue Mar 10 07:06:15 PDT 2009


Revision: 47928
          http://trac.macports.org/changeset/47928
Author:   snc at macports.org
Date:     2009-03-10 07:06:14 -0700 (Tue, 10 Mar 2009)
Log Message:
-----------
created sketch, ticket #18513. submitter timeout, added openmaintainer

Added Paths:
-----------
    trunk/dports/tex/sketch/
    trunk/dports/tex/sketch/Portfile

Added: trunk/dports/tex/sketch/Portfile
===================================================================
--- trunk/dports/tex/sketch/Portfile	                        (rev 0)
+++ trunk/dports/tex/sketch/Portfile	2009-03-10 14:06:14 UTC (rev 47928)
@@ -0,0 +1,41 @@
+# -*- 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                sketch
+version             0.2.141
+categories          tex
+maintainers         snc openmaintainer
+description         2D and 3D drawings with LaTeX output.
+long_description    \
+    Sketch is a small, simple system for producing line drawings of two- or \
+    three-dimensional objects and scenes.  Sketch accepts a tiny scene \
+    description language and generates PSTricks or TikZ/PGF code for LaTeX.
+homepage            http://www.frontiernet.net/~eugene.ressler/
+
+platforms           darwin
+depends_run         bin:latex:texlive
+
+master_sites        ${homepage}
+checksums           md5 df898f42376c634e24600af20e88c0ef \
+                    sha1 5e5d2ebaac6bd68e4f2ed4d076acbdc18295d234 \
+                    rmd160 8470f25217f8c138ce3ef7de63877666a256c3c2
+
+extract.suffix      .tgz
+
+use_configure       no
+
+build.target        sketch
+
+destroot {
+    xinstall ${worksrcpath}/sketch ${destroot}${prefix}/bin
+    xinstall ${worksrcpath}/Doc/sketch.info ${destroot}${prefix}/share/info
+    xinstall -d ${destroot}${prefix}/share/sketch/doc
+    xinstall ${worksrcpath}/Doc/sketch.pdf ${destroot}${prefix}/share/sketch/doc
+    eval xinstall [ glob ${worksrcpath}/Doc/sketch/* ] \
+        ${destroot}${prefix}/share/sketch/doc
+    xinstall -d ${destroot}${prefix}/share/sketch/examples
+    eval xinstall [ glob ${worksrcpath}/Data/* ] \
+        ${destroot}${prefix}/share/sketch/examples
+}


Property changes on: trunk/dports/tex/sketch/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/20090310/f9c2b566/attachment.html>


More information about the macports-changes mailing list