[78043] trunk/dports/tex

phw at macports.org phw at macports.org
Wed Apr 20 06:50:18 PDT 2011


Revision: 78043
          http://trac.macports.org/changeset/78043
Author:   phw at macports.org
Date:     2011-04-20 06:50:17 -0700 (Wed, 20 Apr 2011)
Log Message:
-----------
New port: tex-f7u12, a latex package to generate rage-faces

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

Added: trunk/dports/tex/tex-f7u12/Portfile
===================================================================
--- trunk/dports/tex/tex-f7u12/Portfile	                        (rev 0)
+++ trunk/dports/tex/tex-f7u12/Portfile	2011-04-20 13:50:17 UTC (rev 78043)
@@ -0,0 +1,43 @@
+# -*- 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			tex-f7u12
+version			dev
+categories		tex
+platforms		darwin
+maintainers		phw openmaintainer
+description		Latex package for using ragefaces
+long_description	${description}
+supported_archs		noarch
+
+homepage	    https://github.com/jesusabdullah/latex-f7u12
+
+fetch.type	   git
+git.url 	   https://github.com/jesusabdullah/latex-f7u12.git
+git.branch     origin/master
+
+distname		latex-f7u12
+
+depends_lib		bin:tex:texlive
+
+use_configure	no
+build			{}
+
+checksums           md5     7a5ac28f0267e419b8d79d049cfca652 \
+                    sha1    6896f5e689a5927b7fb71387e82ccad27e27cdff \
+                    rmd160  bd3da9417d7cd0244f519d98b9c16d73ab9d8887
+
+destroot {
+            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12
+            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/svg
+            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/faces
+            xinstall -m 644    ${worksrcpath}/f7u12.sty         ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/
+    eval    xinstall -m 644    [glob ${worksrcpath}/faces/*]    ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/faces/
+    eval    xinstall -m 644    [glob ${worksrcpath}/svg/*]      ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/svg/
+}
+
+post-activate		{ system "mktexlsr" }
+
+livecheck.type		none


Property changes on: trunk/dports/tex/tex-f7u12/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110420/e326cf3c/attachment.html>


More information about the macports-changes mailing list