[74947] trunk/dports/tex/breqn/Portfile

dports at macports.org dports at macports.org
Sun Jan 9 00:44:35 PST 2011


Revision: 74947
          http://trac.macports.org/changeset/74947
Author:   dports at macports.org
Date:     2011-01-09 00:44:28 -0800 (Sun, 09 Jan 2011)
Log Message:
-----------
breqn: replace with texlive-latex3 (see #27832; maintainer timeout)

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

Modified: trunk/dports/tex/breqn/Portfile
===================================================================
--- trunk/dports/tex/breqn/Portfile	2011-01-09 08:37:47 UTC (rev 74946)
+++ trunk/dports/tex/breqn/Portfile	2011-01-09 08:44:28 UTC (rev 74947)
@@ -1,40 +1,28 @@
+# -*- 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		breqn
 version		094
+revision        1
 categories	tex
 platforms	darwin
-maintainers	gwright
+maintainers	nomaintainer
 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	http://www.kilohotel.com/misc/ \
-		http://www.artfiles.org/gentoo.org/distfiles/ \
-		ftp://ftp.ams.org/pub/tex/
-checksums	md5 61f8bcbfd475203fd977ee9589810780
 
-extract.suffix	.tgz
-distname	${name}${version}
+distfiles
 
-depends_lib	bin:texhash:texlive
+replaced_by     texlive-latex3
 
-configure	{ }
-build		{ }
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
+    return -code error "obsolete port"
+}
 
-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}
-		}
+livecheck.type  none
 
-post-activate	{ system "texhash" }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110109/533a4f0a/attachment.html>


More information about the macports-changes mailing list