[46107] trunk/dports/tex

snc at macports.org snc at macports.org
Thu Jan 29 10:27:08 PST 2009


Revision: 46107
          http://trac.macports.org/changeset/46107
Author:   snc at macports.org
Date:     2009-01-29 10:27:07 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
created pfg, ticket #18197

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

Added: trunk/dports/tex/pgf/Portfile
===================================================================
--- trunk/dports/tex/pgf/Portfile	                        (rev 0)
+++ trunk/dports/tex/pgf/Portfile	2009-01-29 18:27:07 UTC (rev 46107)
@@ -0,0 +1,44 @@
+# -*- 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                pgf
+version             2.00
+categories          tex textproc
+platforms           darwin
+maintainers         nomaintainer
+description         PGF and TikZ -- Graphic systems for TeX
+long_description \
+    PGF is a TeX macro package for generating graphics. It is platform- and \
+    format-independent and works together with the most important TeX backend \
+    drivers, including pdftex and dvips. It comes with a user-friedly syntax \
+    layer called TikZ.
+
+homepage            http://pgf.sourceforge.net/
+master_sites        sourceforge:pgf
+checksums           md5     fb8cb62462f8248e327bf23ee5b9ccda \
+                    sha1    8c50ac3196380d164105ec96646c8e9424faa63c \
+                    rmd160  b7b18fded6ba819c2d79e7b0740d7fdfd0b9c94c
+
+livecheck.regex     <title>pgf version (.*) released.*</title>
+
+depends_lib         bin:texhash:texlive
+
+use_configure       no
+build { }
+
+destroot {
+    set latex_local ${destroot}${prefix}/share/texmf-local
+    set r ${workpath}/${name}-${version}
+    file mkdir ${latex_local}/tex
+    file copy ${r}/latex ${latex_local}/tex/
+    file copy ${r}/generic ${latex_local}/tex/
+    file copy ${r}/context ${latex_local}/tex/
+    file copy ${r}/plain ${latex_local}/tex/
+    file copy ${r}/doc ${latex_local}/
+}
+
+post-activate {
+    system "texhash"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/6c92f89a/attachment.html>


More information about the macports-changes mailing list