pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin Import teTeX-bin-3.0: TeX distributio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/852a96dd553b
branches:  trunk
changeset: 491904:852a96dd553b
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Mar 31 22:09:18 2005 +0000

description:
Import teTeX-bin-3.0: TeX distribution for UNIX compatible systems - binaries

This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.

diffstat:

 print/teTeX3-bin/DESCR                  |    3 +
 print/teTeX3-bin/MESSAGE                |   10 +
 print/teTeX3-bin/Makefile               |   46 +++
 print/teTeX3-bin/Makefile.common        |   63 ++++
 print/teTeX3-bin/PLIST                  |  404 ++++++++++++++++++++++++++++++++
 print/teTeX3-bin/distinfo               |   12 +
 print/teTeX3-bin/kpathsea.buildlink3.mk |   19 +
 print/teTeX3-bin/patches/patch-aa       |   14 +
 print/teTeX3-bin/patches/patch-ab       |  178 ++++++++++++++
 print/teTeX3-bin/patches/patch-ad       |   13 +
 print/teTeX3-bin/patches/patch-ae       |   12 +
 print/teTeX3-bin/patches/patch-af       |   36 ++
 print/teTeX3-bin/patches/patch-aj       |   37 ++
 print/teTeX3-bin/patches/patch-ak       |   67 +++++
 print/teTeX3-bin/patches/patch-ap       |   43 +++
 15 files changed, 957 insertions(+), 0 deletions(-)

diffs (truncated from 1017 to 300 lines):

diff -r f2fbe9d8e42f -r 852a96dd553b print/teTeX3-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-bin/DESCR    Thu Mar 31 22:09:18 2005 +0000
@@ -0,0 +1,3 @@
+This package contains the executables for the teTeX installation
+as well as other files that were created when generating the binaries:
+info files, format files and manual pages.
diff -r f2fbe9d8e42f -r 852a96dd553b print/teTeX3-bin/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-bin/MESSAGE  Thu Mar 31 22:09:18 2005 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+
+You should consider running ${PREFIX}/bin/texconfig to adjust for your
+local environment, e.g., configure font generation to use a temporary
+directory.
+
+For further information have a look at ${PREFIX}/share/texmf/doc/tetex/.
+
+===========================================================================
diff -r f2fbe9d8e42f -r 852a96dd553b print/teTeX3-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-bin/Makefile Thu Mar 31 22:09:18 2005 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+
+DISTNAME=      tetex-src-3.0
+PKGNAME=       ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
+
+MAINTAINER=    kei%NetBSD.org@localhost
+HOMEPAGE=      http://www.tug.org/tetex/
+COMMENT=       TeX distribution for UNIX compatible systems - binaries
+
+BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
+DEPENDS+=      teTeX-texmf>=3.0:../teTeX3-texmf
+DEPENDS+=      dialog-0.6z*:../../misc/dialog
+
+# games/omega previously installed an omega executable too
+CONFLICTS+=    omega<0.90.4nb1
+
+INFO_FILES=    latex.info dvips.info web2c.info kpathsea.info
+
+REPLACE_PERL=  texk/xdvik/t1mapper \
+               texk/oxdvik/t1mapper
+
+CONFIGURE_ARGS+=       --without-texinfo --without-texi2html
+
+.if defined(PAPERSIZE)
+LOWER_PAPERSIZE!=      ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
+.endif
+
+post-install:
+       @${RM} -f ${PREFIX}/share/texmf/web2c/*.log
+.if defined(PAPERSIZE)
+       ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE}
+.  if ${PAPERSIZE} == "Letter"
+       ${LOCALBASE}/bin/texconfig xdvi us
+.  else
+       ${LOCALBASE}/bin/texconfig xdvi ${LOWER_PAPERSIZE}
+.  endif
+.endif
+       ${LOCALBASE}/bin/texconfig font rw
+       ${LOCALBASE}/bin/texconfig font vardir ${VARBASE}/spool/texfonts
+
+.include "../../print/teTeX-bin/Makefile.common"
+.include "../../mk/xaw.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r f2fbe9d8e42f -r 852a96dd553b print/teTeX3-bin/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-bin/Makefile.common  Thu Mar 31 22:09:18 2005 +0000
@@ -0,0 +1,63 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+
+TETEX_BIN_VERS=                3.0
+DIST_SUBDIR=           teTeX
+BUILD_TARGET=          all
+INSTALL_TARGET=                install strip
+
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
+USE_PKGINSTALL=                yes
+USE_X11=               yes
+CFLAGS+=               -Dunix
+
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --without-texinfo
+CONFIGURE_ARGS+=       --without-dialog
+CONFIGURE_ARGS+=       --disable-multiplatform
+CONFIGURE_ARGS+=       --enable-ipc
+CONFIGURE_ARGS+=       --with-epsfwin
+CONFIGURE_ARGS+=       --with-hp2627win
+CONFIGURE_ARGS+=       --with-mftalkwin
+CONFIGURE_ARGS+=       --with-x11
+CONFIGURE_ARGS+=       --with-system-wwwlib
+CONFIGURE_ARGS+=       --with-libwww-config=${LOCALBASE}/bin/libwww-config
+CONFIGURE_ARGS+=       --with-system-ncurses
+CONFIGURE_ARGS+=       --with-ncurses-include=${BUILDLINK_PREFIX.ncurses}/include
+CONFIGURE_ARGS+=       --with-ncurses-libdir=${BUILDLINK_PREFIX.ncurses}/lib
+CONFIGURE_ARGS+=       --with-system-pnglib
+CONFIGURE_ARGS+=       --with-pnglib-include=${BUILDLINK_PREFIX.png}/include
+CONFIGURE_ARGS+=       --with-pnglib-libdir=${BUILDLINK_PREFIX.png}/lib
+CONFIGURE_ARGS+=       --with-system-t1lib
+CONFIGURE_ARGS+=       --with-t1lib-include=${BUILDLINK_PREFIX.t1lib}/include
+CONFIGURE_ARGS+=       --with-t1lib-libdir=${BUILDLINK_PREFIX.t1lib}/lib
+CONFIGURE_ARGS+=       --with-system-zlib
+CONFIGURE_ARGS+=       --with-zlib-include=${BUILDLINK_PREFIX.zlib}/include
+CONFIGURE_ARGS+=       --with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(PAPERSIZE) && ${PAPERSIZE} != "A4"
+CONFIGURE_ARGS+=       --disable-a4
+.endif
+
+.if ${OPSYS} != "SunOS"
+CONFIGURE_ARGS+=       --enable-auto-core
+.endif
+
+CONFIGURE_ENV+=        INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+               INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+               INSTALL_DATA="${INSTALL_DATA}"
+
+TEXFONTSDIR=           ${VARBASE}/spool/texfonts
+OWN_DIRS=              ${TEXFONTSDIR}
+OWN_DIRS_PERMS=                ${TEXFONTSDIR}/pk ${ROOT_USER} ${ROOT_GROUP} 1777
+OWN_DIRS_PERMS+=       ${TEXFONTSDIR}/source ${ROOT_USER} ${ROOT_GROUP} 1777
+OWN_DIRS_PERMS+=       ${TEXFONTSDIR}/tfm ${ROOT_USER} ${ROOT_GROUP} 1777
+
+.include "../../www/libwww/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../fonts/t1lib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
diff -r f2fbe9d8e42f -r 852a96dd553b print/teTeX3-bin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-bin/PLIST    Thu Mar 31 22:09:18 2005 +0000
@@ -0,0 +1,404 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+bin/a2ping
+bin/afm2tfm
+bin/aleph
+bin/allcm
+bin/allec
+bin/allneeded
+bin/bibtex
+bin/ctangle
+bin/ctie
+bin/cweave
+bin/dmp
+bin/dvi2fax
+bin/dvicopy
+bin/dvigif
+bin/dvihp
+bin/dvilj
+bin/dvilj2p
+bin/dvilj4
+bin/dvilj4l
+bin/dvilj6
+bin/dvipdfm
+bin/dvipdft
+bin/dvipng
+bin/dvips
+bin/dvired
+bin/dvitomp
+bin/dvitype
+bin/e2pall
+bin/ebb
+bin/epstopdf
+bin/etex
+bin/fdf2tan
+bin/fdf2tex
+bin/fmtutil
+bin/fmtutil-sys
+bin/fontinst
+bin/gftodvi
+bin/gftopk
+bin/gftype
+bin/gsftopk
+bin/kpseaccess
+bin/kpsepath
+bin/kpsereadlink
+bin/kpsestat
+bin/kpsetool
+bin/kpsewhere
+bin/kpsewhich
+bin/kpsexpand
+bin/lambda
+bin/lamed
+bin/latex
+bin/mag
+bin/makeindex
+bin/makempx
+bin/makempy
+bin/mf
+bin/mf-nowin
+bin/mft
+bin/mkindex
+bin/mkocp
+bin/mkofm
+bin/mktexfmt
+bin/mktexlsr
+bin/mktexmf
+bin/mktexpk
+bin/mktextfm
+bin/mpost
+bin/mpto
+bin/mptopdf
+bin/newer
+bin/odvicopy
+bin/odvips
+bin/odvitype
+bin/ofm2opl
+bin/omega
+bin/omfonts
+bin/opl2ofm
+bin/otangle
+bin/otp2ocp
+bin/outocp
+bin/ovf2ovp
+bin/ovp2ovf
+bin/oxdvi
+bin/patgen
+bin/pdfcrop
+bin/pdfetex
+bin/pdflatex
+bin/pdftex
+bin/pdfxtex
+bin/pfb2pfa
+bin/pk2bm
+bin/pktogf
+bin/pktype
+bin/pltotf
+bin/pooltype
+bin/ps2frag
+bin/ps2pk
+bin/ps4pdf
+bin/pslatex
+bin/rubibtex
+bin/rumakeindex
+bin/tangle
+bin/tex
+bin/texconfig
+bin/texconfig-dialog
+bin/texconfig-sys
+bin/texdoc
+bin/texdoctk
+bin/texexec
+bin/texfind
+bin/texfont
+bin/texhash
+bin/texlinks
+bin/texshow
+bin/texutil
+bin/tftopl
+bin/thumbpdf
+bin/tie
+bin/ttf2afm
+bin/uniqleaf
+bin/updmap
+bin/updmap-sys
+bin/vftovp
+bin/vptovf
+bin/weave
+bin/xdvi
+bin/xdvi-xaw.bin
+bin/xdvizilla
+include/kpathsea/absolute.h
+include/kpathsea/c-auto.h
+include/kpathsea/c-ctype.h
+include/kpathsea/c-dir.h
+include/kpathsea/c-errno.h
+include/kpathsea/c-fopen.h
+include/kpathsea/c-limits.h
+include/kpathsea/c-memstr.h
+include/kpathsea/c-minmax.h
+include/kpathsea/c-namemx.h
+include/kpathsea/c-pathch.h
+include/kpathsea/c-pathmx.h
+include/kpathsea/c-proto.h
+include/kpathsea/c-stat.h
+include/kpathsea/c-std.h
+include/kpathsea/c-unistd.h
+include/kpathsea/c-vararg.h
+include/kpathsea/cnf.h
+include/kpathsea/concatn.h
+include/kpathsea/config.h
+include/kpathsea/db.h
+include/kpathsea/debug.h
+include/kpathsea/default.h
+include/kpathsea/expand.h
+include/kpathsea/fn.h
+include/kpathsea/fontmap.h
+include/kpathsea/getopt.h
+include/kpathsea/hash.h
+include/kpathsea/kpathsea.h



Home | Main Index | Thread Index | Old Index