[74746] trunk/dports/tex/tex-tipa/Portfile

dports at macports.org dports at macports.org
Fri Dec 31 17:20:43 PST 2010


Revision: 74746
          http://trac.macports.org/changeset/74746
Author:   dports at macports.org
Date:     2010-12-31 17:20:35 -0800 (Fri, 31 Dec 2010)
Log Message:
-----------
tex-tipa: replace with texlive-fonts-recommended

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

Modified: trunk/dports/tex/tex-tipa/Portfile
===================================================================
--- trunk/dports/tex/tex-tipa/Portfile	2011-01-01 01:10:04 UTC (rev 74745)
+++ trunk/dports/tex/tex-tipa/Portfile	2011-01-01 01:20:35 UTC (rev 74746)
@@ -1,9 +1,11 @@
+# -*- 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-tipa
 version         1.3
-revision        1
+revision        2
 description     Fonts and macros for IPA phonetics characters.
 long_description \
                 TIPA (TeX International Phonetic Alphabet) is a latex \
@@ -13,40 +15,14 @@
 categories      tex print
 maintainers     nomaintainer
 homepage        http://www.essex.ac.uk/linguistics/clmt/latex4ling/tipa/
-master_sites    macports
-#               ftp://ftp.jussieu.fr/pub/TeX/CTAN/fonts/
-#               http://ftp.nara.wide.ad.jp/pub/TeX/CTAN/fonts/
-distname        tipa-20090407
-use_zip         yes
-dist_subdir     ${name}/${version}
-patchfiles      patch-tipa-1.3-Makefile
-checksums       md5     5b8384b4b7a0fc8dad302b65d1bd3293 \
-                sha1    04f8ee142faecf3017738e23c1c6835158556c40 \
-                rmd160  ea4f393f8a2e151b0933829ba7d193761ca8433a
 
-depends_lib     bin:mktexlsr:texlive
+distfiles
 
-worksrcdir      tipa
+replaced_by     texlive-fonts-recommended
 
-use_configure   no
-
-build {}
-
-destroot {
-        system "cd ${worksrcpath}/tipa-${version}/ && make install DESTROOT=${destroot} PREFIX=${prefix}"
-
-        file mkdir ${destroot}${prefix}/share/texmf-local/fonts/map/dvips/tipa
-        file rename ${destroot}${prefix}/share/texmf-local/dvips/config/tipa.map \
-                ${destroot}${prefix}/share/texmf-local/fonts/map/dvips/tipa
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
+    return -code error "obsolete port"
 }
-post-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/share/texmf-local/doc/tipa
-        xinstall -m 644 -W ${worksrcpath} 00README tipaface.pdf tipaman.pdf \
-                ${destroot}${prefix}/share/texmf-local/doc/tipa
-}
 
-post-activate {
-        system "mktexlsr"
-        ui_msg "\nBefore using tipa, please make sure to update font map files.\n"
-        ui_msg "  \$ sudo updmap-sys --enable MixedMap tipa.map\n"
-}
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101231/b60ed027/attachment.html>


More information about the macports-changes mailing list