[74750] trunk/dports/tex/tex-fourier-gutenberg/Portfile

dports at macports.org dports at macports.org
Sat Jan 1 06:41:39 PST 2011


Revision: 74750
          http://trac.macports.org/changeset/74750
Author:   dports at macports.org
Date:     2011-01-01 06:41:32 -0800 (Sat, 01 Jan 2011)
Log Message:
-----------
tex-fourier-gutenberg: replace with texlive-fonts-extra

Modified Paths:
--------------
    trunk/dports/tex/tex-fourier-gutenberg/Portfile

Modified: trunk/dports/tex/tex-fourier-gutenberg/Portfile
===================================================================
--- trunk/dports/tex/tex-fourier-gutenberg/Portfile	2011-01-01 14:26:04 UTC (rev 74749)
+++ trunk/dports/tex/tex-fourier-gutenberg/Portfile	2011-01-01 14:41:32 UTC (rev 74750)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -4,6 +5,7 @@
 
 name            tex-fourier-gutenberg
 version         1.4.1
+revision        1
 categories      tex print
 maintainers     nomaintainer
 description     Fourier-GUTenberg provides all complementary typefaces needed to allow \
@@ -12,30 +14,14 @@
                 ${description}
 platforms       darwin
 homepage
-master_sites    http://www.ring.gr.jp/pub/text/CTAN/fonts/ \
-                ftp://ftp.jaist.ac.jp/pub/TeX/tex-archive/fonts/
-distname        fourier-GUT
-use_zip         yes
-checksums       md5 4240bba0b9084edba32010d1c7e34275 \
-                sha1 84e553b00ce9a60681b8ebd64db2e721d3469f81 \
-                rmd160 b95903070f38c545d8cccc39da38195e7a116d16
 
-depends_lib     bin:mktexlsr:texlive \
-                path:share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia
+distfiles
 
-use_configure   no
+replaced_by     texlive-fonts-extra
 
-build {}
-
-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-local
-    foreach d {doc fonts tex} {
-        copy ${worksrcpath}/${d} ${destroot}${prefix}/share/texmf-local/${d}
-    }
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
+    return -code error "obsolete port"
 }
 
-post-activate {
-    system "mktexlsr"
-    ui_msg "\nBefore using fourier-GUT, please make sure to update font map files.\n"
-    ui_msg "  \$ sudo updmap-sys --enable Map fourier.map\n"
-}
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110101/a533ae83/attachment-0001.html>


More information about the macports-changes mailing list