[20945] trunk/dports/tex

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 12 14:40:36 PST 2006


Revision: 20945
          http://trac.macosforge.org/projects/macports/changeset/20945
Author:   gwright at macports.org
Date:     2006-12-12 14:40:36 -0800 (Tue, 12 Dec 2006)

Log Message:
-----------
New port: breqn094, automatic line breaking of displayed equations.

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

Added: trunk/dports/tex/breqn/Portfile
===================================================================
--- trunk/dports/tex/breqn/Portfile	                        (rev 0)
+++ trunk/dports/tex/breqn/Portfile	2006-12-12 22:40:36 UTC (rev 20945)
@@ -0,0 +1,38 @@
+# $Id: Portfile,v 1.2 2006/07/02 08:03:16 mww Exp $
+
+PortSystem 1.0
+name		breqn
+version		094
+categories	tex
+platforms	darwin
+maintainers	gwright at macports.org
+description	Automatic equation breaking in TeX.
+long_description	\
+		Automatic line breaking of displayed equations in TeX.
+
+homepage	http://www.ctan.org/tex-archive/help/Catalogue/entries/breqn.html
+master_sites	ftp://ftp.ams.org/pub/tex/
+checksums	md5 61f8bcbfd475203fd977ee9589810780
+
+extract.suffix	.tgz
+distname	${name}${version}
+
+depends_lib	port:teTeX
+
+configure	{ }
+build		{ }
+
+destroot	{ set breqndest	${destroot}${prefix}/share/texmf-local/tex/latex/${name}
+		  file mkdir ${breqndest}
+		  file copy ${worksrcpath}/breqn.sty		${breqndest}
+		  file copy ${worksrcpath}/breqndoc.dvi		${breqndest}
+		  file copy ${worksrcpath}/cmbase.sym		${breqndest}
+		  file copy ${worksrcpath}/eqbreaks.dvi		${breqndest}
+		  file copy ${worksrcpath}/eqlayouts.dvi	${breqndest}
+		  file copy ${worksrcpath}/flexisym.sty		${breqndest}
+		  file copy ${worksrcpath}/mathstyle.sty	${breqndest}
+		  file copy ${worksrcpath}/msabm.sym		${breqndest}
+		}
+
+post-activate	{ system "texhash" }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061212/0960b58f/attachment.html


More information about the macports-changes mailing list