pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin Do not build gsftopk, ps2pkm, a2ping,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d749d982da00
branches:  trunk
changeset: 399389:d749d982da00
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 19 15:34:51 2009 +0000

description:
Do not build gsftopk, ps2pkm, a2ping, and pdftools included in teTeX.
Newer versions are available as fonts/gsftopdf, fonts/ps2pkm,
graphics/tex-a2ping, and texlive-pdftools, respectively.

diffstat:

 print/teTeX3-bin/Makefile |  11 ++++-------
 print/teTeX3-bin/PLIST    |  16 +---------------
 2 files changed, 5 insertions(+), 22 deletions(-)

diffs (87 lines):

diff -r 53689a907388 -r d749d982da00 print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Sat Sep 19 15:31:48 2009 +0000
+++ b/print/teTeX3-bin/Makefile Sat Sep 19 15:34:51 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2009/09/02 08:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2009/09/19 15:34:51 minskim Exp $
 
 DISTNAME=      tetex-src-3.0
 PKGNAME=       ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
-PKGREVISION=   34
+PKGREVISION=   35
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
 
@@ -33,7 +33,8 @@
 CONFIGURE_ARGS+=       --without-texinfo --without-texi2html
 CONFIGURE_ARGS+=       --without-dvipdfm --without-dvipng
 CONFIGURE_ARGS+=       --without-dvipsk --without-odvipsk
-CONFIGURE_ARGS+=       --without-dviljk --without-makeindexk
+CONFIGURE_ARGS+=       --without-dviljk --without-gsftopk
+CONFIGURE_ARGS+=       --without-makeindexk --without-ps2pkm
 CONFIGURE_ARGS+=       --without-etex --without-omega --without-aleph \
                        --without-pdftex --without-pdfetex --without-pdfxtex
 CONFIGURE_ARGS+=       --without-xdvik --without-oxdvik
@@ -71,7 +72,6 @@
 
 TEX_FORMAT_NAMES+=     tetex
 
-.include "../../print/kpathsea/buildlink3.mk"
 .include "../../print/kpathsea/texmf.mk"
 .include "../../print/teTeX3-bin/Makefile.common"
 .include "../../print/texlive-tetex/format.mk"
@@ -80,9 +80,6 @@
        ${RM} -rf ${WRKSRC}/texk/kpathsea
 
 post-install:
-.for f in a2ping e2pall epstopdf
-       ${INSTALL_SCRIPT} ${WRKSRC}/texk/tetex/${f} ${DESTDIR}${PREFIX}/bin
-.endfor
        ${LN} -sf mpost ${DESTDIR}${PREFIX}/bin/metafun
        ${LN} -sf omega ${DESTDIR}${PREFIX}/bin/lambda
        ${LN} -sf aleph ${DESTDIR}${PREFIX}/bin/lamed
diff -r 53689a907388 -r d749d982da00 print/teTeX3-bin/PLIST
--- a/print/teTeX3-bin/PLIST    Sat Sep 19 15:31:48 2009 +0000
+++ b/print/teTeX3-bin/PLIST    Sat Sep 19 15:34:51 2009 +0000
@@ -1,20 +1,12 @@
-@comment $NetBSD: PLIST,v 1.16 2009/04/30 01:01:41 minskim Exp $
-bin/a2ping
-bin/e2pall
-bin/epstopdf
+@comment $NetBSD: PLIST,v 1.17 2009/09/19 15:34:51 minskim Exp $
 bin/fdf2tan
 bin/fdf2tex
-bin/gsftopk
 bin/lambda
 bin/lamed
-bin/mag
 bin/makempy
 bin/metafun
 bin/mptopdf
 bin/pdfcrop
-bin/pfb2pfa
-bin/pk2bm
-bin/ps2pk
 bin/texdoc
 bin/texdoctk
 bin/texexec
@@ -26,19 +18,13 @@
 bin/uniqleaf
 info/latex.info
 man/man1/fdf2tex.1
-man/man1/gsftopk.1
 man/man1/lambda.1
-man/man1/mag.1
-man/man1/pfb2pfa.1
-man/man1/pk2bm.1
-man/man1/ps2pk.1
 man/man1/texdoc.1
 man/man1/texshow.1
 share/texmf/doc/tetex/TETEXDOC.dvi
 share/texmf/doc/tetex/TETEXDOC.pdf
 share/texmf/doc/tetex/TETEXDOC.ps
 share/texmf/doc/tetex/teTeX-FAQ
-share/texmf/dvips/gsftopk/render.ps
 share/texmf/fmtutil/format.tetex.cnf
 share/texmf/release-tetex-src.txt
 share/texmf/web2c/pdfetex-pl.pool



Home | Main Index | Thread Index | Old Index