[68859] trunk/dports/tex

phw at macports.org phw at macports.org
Tue Jun 15 23:36:07 PDT 2010


Revision: 68859
          http://trac.macports.org/changeset/68859
Author:   phw at macports.org
Date:     2010-06-15 23:36:03 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
Added new Port: tex-gantt - a tex package to draw gantt diagrams

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

Added: trunk/dports/tex/tex-gantt/Portfile
===================================================================
--- trunk/dports/tex/tex-gantt/Portfile	                        (rev 0)
+++ trunk/dports/tex/tex-gantt/Portfile	2010-06-16 06:36:03 UTC (rev 68859)
@@ -0,0 +1,40 @@
+# $Id: Portfile 68471 2010-06-04 09:16:10Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+name			tex-gantt
+version			1
+categories		tex
+platforms		darwin
+maintainers		phw openmaintiner
+description		tetex package for creating gantt diagrams
+long_description	${description}
+
+
+homepage		http://www.martin-kumm.de/tex_gantt_package.php
+master_sites    http://www.martin-kumm.de/tex/
+distname		gantt
+distfiles		${distname}.sty
+
+depends_lib		bin:tex:texlive
+
+use_configure		no
+
+build			{}
+
+checksums           md5     425865b5e8185e8cdc94d78bc702a0c3 \
+                    sha1    48b9e1aa40621d108ecc8ca8e384865f93eea119 \
+                    rmd160  2320d4e95f7b237ea5cd183beaf6eaf591b9316f
+
+					
+
+post-extract {
+	file rename ${distpath}/${distname}.sty ${workpath}/${distname}.sty
+}
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
+	xinstall -m 644    ${workpath}/${distname}.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
+}
+
+post-activate		{ system "mktexlsr" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100615/5085708c/attachment.html>


More information about the macports-changes mailing list