pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print teTeX2 packages have been merged into their resp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fe1a3d3395b
branches:  trunk
changeset: 465238:7fe1a3d3395b
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Dec 24 12:52:40 2003 +0000

description:
teTeX2 packages have been merged into their respective teTeX package.

diffstat:

 print/teTeX2-bin/DESCR                       |      3 -
 print/teTeX2-bin/INSTALL                     |     17 -
 print/teTeX2-bin/Makefile                    |     49 -
 print/teTeX2-bin/Makefile.common             |     62 -
 print/teTeX2-bin/PLIST                       |    381 -
 print/teTeX2-bin/distinfo                    |      8 -
 print/teTeX2-bin/kpathsea.buildlink2.mk      |     20 -
 print/teTeX2-bin/patches/patch-ac            |     13 -
 print/teTeX2-bin/patches/patch-ad            |     13 -
 print/teTeX2-bin/patches/patch-ap            |    110 -
 print/teTeX2-bin/patches/patch-aq            |     16 -
 print/teTeX2-share/DESCR                     |      4 -
 print/teTeX2-share/Makefile                  |     34 -
 print/teTeX2-share/PLIST                     |  12188 -------------------------
 print/teTeX2-share/distinfo                  |      4 -
 print/teTeX2-share/files/dvipdfm-config.diff |     13 -
 print/teTeX2-share/files/exclude             |      2 -
 print/teTeX2-sharesrc/DESCR                  |      2 -
 print/teTeX2-sharesrc/Makefile               |     32 -
 print/teTeX2-sharesrc/PLIST                  |   3344 ------
 print/teTeX2-sharesrc/distinfo               |      4 -
 print/teTeX2/DESCR                           |      4 -
 print/teTeX2/Makefile                        |     26 -
 print/teTeX2/PLIST                           |      2 -
 24 files changed, 0 insertions(+), 16351 deletions(-)

diffs (truncated from 16447 to 300 lines):

diff -r 27f52b08a272 -r 7fe1a3d3395b print/teTeX2-bin/DESCR
--- a/print/teTeX2-bin/DESCR    Wed Dec 24 12:51:31 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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 27f52b08a272 -r 7fe1a3d3395b print/teTeX2-bin/INSTALL
--- a/print/teTeX2-bin/INSTALL  Wed Dec 24 12:51:31 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: INSTALL,v 1.1.1.1 2003/02/23 04:59:25 kei Exp $
-
-case ${STAGE} in
-POST-INSTALL)
-       ${CAT} << EOT
-===========================================================================
-You may consider running ${PKG_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 ${PKG_PREFIX}/share/texmf/doc/tetex/.
-===========================================================================
-EOT
-       ;;
-esac
diff -r 27f52b08a272 -r 7fe1a3d3395b print/teTeX2-bin/Makefile
--- a/print/teTeX2-bin/Makefile Wed Dec 24 12:51:31 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2003/09/11 22:38:05 jmmv Exp $
-
-DISTNAME=      tetex-src-${TETEX_BIN_VERS}
-PKGNAME=       teTeX2-bin-${TETEX_BIN_VERS}
-PKGREVISION=   4
-CATEGORIES=    print
-MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/}
-
-MAINTAINER=    kei%NetBSD.org@localhost
-HOMEPAGE=      http://www.tug.org/tetex/
-COMMENT=       TeX distribution for UNIX compatible systems - executables, version 2
-
-BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
-DEPENDS+=      teTeX2-share>=2.0.2:../teTeX2-share
-DEPENDS+=      dialog-0.6z*:../../misc/dialog
-
-CONFLICTS+=    omega-[0-9]*
-
-INFO_FILES=    latex.info dvips.info web2c.info kpathsea.info
-
-REPLACE_PERL=  texk/xdvik/t1mapper \
-               texk/oxdvik/t1mapper
-
-INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
-
-.include "../../mk/bsd.prefs.mk"
-# sysutils/coreutils installs a 'readlink' program, so conflict with it if
-# GNU_PROGRAM_PREFIX == ''
-.if ${GNU_PROGRAM_PREFIX} == ""
-CONFLICTS+=    coreutils-[0-9]*
-.endif
-
-post-install:
-       @${RM} ${PREFIX}/share/texmf/web2c/*.log
-.if defined(PAPERSIZE)
-       ${LOCALBASE}/bin/texconfig dvips paper ${PAPERSIZE:tl}
-.  if ${PAPERSIZE} == "Letter"
-       ${LOCALBASE}/bin/texconfig xdvi us
-.  else
-       ${LOCALBASE}/bin/texconfig xdvi ${PAPERSIZE:tl}
-.  endif
-.endif
-       ${LOCALBASE}/bin/texconfig font ro
-       ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts
-       ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts
-
-.include "../../print/teTeX2-bin/Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 27f52b08a272 -r 7fe1a3d3395b print/teTeX2-bin/Makefile.common
--- a/print/teTeX2-bin/Makefile.common  Wed Dec 24 12:51:31 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile.common,v 1.5 2003/09/28 09:13:58 jlam Exp $
-
-TETEX_BIN_VERS=                2.0.2
-DIST_SUBDIR=           teTeX
-ALL_TARGET=            all
-INSTALL_TARGET=                install strip
-
-USE_BUILDLINK2=                yes
-USE_GMAKE=             yes
-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=           /var/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/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../fonts/t1lib/buildlink2.mk"
-.include "../../devel/zlib/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
diff -r 27f52b08a272 -r 7fe1a3d3395b print/teTeX2-bin/PLIST
--- a/print/teTeX2-bin/PLIST    Wed Dec 24 12:51:31 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,381 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2003/08/04 22:45:14 seb Exp $
-@comment There are three files in this package that teTeX-share installs
-@comment and that teTeX-bin modifies. Take care of this:
-bin/MakeTeXPK
-bin/access
-bin/afm2tfm
-bin/allcm
-bin/allec
-bin/allneeded
-bin/bibtex
-bin/ctangle
-bin/cweave
-bin/dmp
-bin/dvi2fax
-bin/dvicopy
-bin/dvihp
-bin/dvilj
-bin/dvilj2p
-bin/dvilj4
-bin/dvilj4l
-bin/dvilj6
-bin/dvipdfm
-bin/dvipdft
-bin/dvips
-bin/dvired
-bin/dvitomp
-bin/dvitype
-bin/e2pall
-bin/ebb
-bin/einitex
-bin/elatex
-bin/epstopdf
-bin/etex
-bin/evirtex
-bin/fdf2tan
-bin/fmtutil
-bin/fontexport
-bin/fontimport
-bin/fontinst
-bin/gftodvi
-bin/gftopk
-bin/gftype
-bin/gsftopk
-bin/inimf
-bin/inimpost
-bin/iniomega
-bin/initex
-bin/kpsepath
-bin/kpsestat
-bin/kpsetool
-bin/kpsewhich
-bin/kpsexpand
-bin/lambda
-bin/latex
-bin/mag
-bin/makeindex
-bin/makempx
-bin/makempy
-bin/mf
-bin/mf-nowin
-bin/mft
-bin/mfw
-bin/mkfontdesc
-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/oxdvi.bin
-bin/patgen
-bin/pdfeinitex
-bin/pdfelatex
-bin/pdfetex
-bin/pdfevirtex
-bin/pdfinitex
-bin/pdflatex
-bin/pdftex
-bin/pdftosrc
-bin/pdfvirtex
-bin/pfb2pfa
-bin/pk2bm
-bin/pktogf
-bin/pktype
-bin/pltotf
-bin/pooltype
-bin/ps2frag
-bin/ps2pk
-bin/pslatex
-bin/readlink
-bin/rubibtex
-bin/rumakeindex
-bin/t1mapper
-bin/tangle
-bin/tex
-bin/texconfig
-bin/texdoc
-bin/texdoctk
-bin/texexec
-bin/texfind
-bin/texfont
-bin/texhash
-bin/texi2pdf
-bin/texlinks
-bin/texshow
-bin/texutil
-bin/tftopl
-bin/thumbpdf
-bin/tie
-bin/ttf2afm
-bin/updmap
-bin/vftovp
-bin/virmf
-bin/virmpost
-bin/viromega
-bin/virtex
-bin/vptovf
-bin/weave
-bin/xdvi
-bin/xdvi.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



Home | Main Index | Thread Index | Old Index