silence bogus symlinks warnings by using scripts from -base where

possible instead of using all scripts from texmf. Add p5-Tk as a dep of
texmf-docs to allow texdoctk to work. Update README.

Is anyone testing this?
This commit is contained in:
edd 2010-11-09 13:38:22 +00:00
parent 3542c8096f
commit c27b13336a
7 changed files with 418 additions and 166 deletions

View File

@ -1,5 +1,5 @@
TeX Live 2010 - Work in Progress (edd@)
$OpenBSD: README,v 1.8 2010/11/04 16:16:28 edd Exp $
$OpenBSD: README,v 1.9 2010/11/09 13:38:22 edd Exp $
-------------------------------------------------------------------
* Get base compilers working: done
@ -22,40 +22,19 @@ $OpenBSD: README,v 1.8 2010/11/04 16:16:28 edd Exp $
--- KNOWN ISSUES ---
* gmverb is broken -- reported upstream, awaiting diff
* gmverb is broken -- reported upstream, being ignored by package author.
* man pages make noise
-> At packaging:
---8<---
% make package
`/usr/ports/pobj/texlive_base-2010/fake-i386/.fake_done' is up to date.
===> Building package for texlive_base-2010
Create /usr/ports/packages/i386/all/texlive_base-2010.tgz
checksumming|******************************************** | 48%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/ctxtools.1:4: can't find macro file `www.tmac'
** | 50%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/dvipos.1:5: can't find macro file `www.tmac'
****** | 55%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/mptopdf.1:5: can't find macro file `www.tmac'
** | 58%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/pstopdf.1:5: can't find macro file `www.tmac'
** | 60%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/texexec.1:5: can't find macro file `www.tmac'
| 61%/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/texmfstart.1:5: can't find macro file `www.tmac'
Link to /usr/ports/packages/i386/ftp/texlive_base-2010.tgz
Link to /usr/ports/packages/i386/cdrom/texlive_base-2010.tgz
---8<---
At package time:
/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/texmfstart.1 :5: can't find macro file `www.tmac'
-> At install/uninstall:
---8<---
% make uninstall
===> Deinstalling for texlive_base-2010
Can't parse /usr/local/man/cat1/mendex.0 (not a manpage ?)
Can't parse /usr/local/man/cat1/vlna.0 (not a manpage ?)
texlive_base-2010: ok
---8<---
At install/uninstall:
Can't parse /usr/local/man/cat1/mendex.0 (not a manpage ?)
-> Bogus symlink warnings, bacause -base installs symlinks which are not
resolved until the texmf is installed. I am told cups has this issue
too. They are only warnings however.
--- EXTRA ---
--- EXTRA? ---
* Split down -docs even further this year: docs_srcs + docs_built (?)
Probably not.
* Pre-generate maps and formats and install from FILESDIR
-> check this is platform independent.
-> check this is platform independent. done - works

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/10/25 22:55:43 edd Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/09 13:38:22 edd Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -97,18 +97,24 @@ CONFIGURE_ARGS += --mandir=${PREFIX}/man \
SUBST_VARS += TRUEPREFIX LOCALBASE
# silence symlink warnings - annoying i need to do this
#pre-fake:
# ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf-dist/scripts/accfonts/
# just to silence error - never used
pre-install:
mkdir ${WRKSRC}/inst
post-install:
rm -Rf ${WRKSRC}/inst
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/texlive
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
${PREFIX}/share/doc/texlive
# stop this crap turning up in packing list
rm -Rf ${WRKINST}/${TRUEPREFIX}/texmf
rm -Rf ${WRKINST}/${TRUEPREFIX}/texmf-dist
# not needed but committing commented incase i need later XXX
# following tradition, texmf is in ${PREFIX}/share
mv ${PREFIX}/texmf ${PREFIX}/share/texmf
mv ${PREFIX}/texmf-dist ${PREFIX}/share/texmf-dist
# translate some sylinks from ../texmf* to ../share/texmf*
for link in `find ${PREFIX}/bin -type l`; do \
dest=`stat -f %Y $${link}`; \
if ! [ -z "`echo $${dest} | grep -e '^\.\.\/texmf'`" ]; then \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.xindy,v 1.5 2010/10/25 22:55:43 edd Exp $
@comment $OpenBSD: PFRAG.xindy,v 1.6 2010/11/09 13:38:22 edd Exp $
@bin bin/tex2xindy
bin/texindy
bin/xindy
@ -6,3 +6,6 @@ bin/xindy.mem
@man man/man1/tex2xindy.1
@man man/man1/texindy.1
@man man/man1/xindy.1
share/texmf/scripts/xindy/
share/texmf/scripts/xindy/texindy.pl
share/texmf/scripts/xindy/xindy.pl

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2010/10/25 22:55:43 edd Exp $
@comment $OpenBSD: PLIST,v 1.8 2010/11/09 13:38:22 edd Exp $
@conflict teTeX_base-*
@conflict ht-<2
@pkgpath print/teTeX/base
@ -493,6 +493,269 @@ share/lcdf-typetools-for-tex-live/
@exec texlinks
@extraunexec rm -Rf %D/share/texmf-var/
@extraunexec rm -Rf %D/share/texmf-config/
@comment share/texmf-dist/bibtex/csf/base/88591lat.csf
@comment share/texmf-dist/bibtex/csf/base/88591sca.csf
@comment share/texmf-dist/bibtex/csf/base/ascii.csf
@comment share/texmf-dist/bibtex/csf/base/cp437lat.csf
@comment share/texmf-dist/bibtex/csf/base/cp850lat.csf
@comment share/texmf-dist/bibtex/csf/base/cp850sca.csf
@comment share/texmf-dist/bibtex/csf/base/cp866rus.csf
@comment share/texmf-dist/bibtex/csf/base/csfile.txt
@comment share/texmf-dist/fonts/enc/dvips/base/7t.enc
@comment share/texmf-dist/fonts/map/glyphlist/glyphlist.txt
@comment share/texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
@comment share/texmf-dist/fonts/map/glyphlist/texglyphlist.txt
share/texmf-dist/scripts/accfonts/mkt1font
share/texmf-dist/scripts/accfonts/vpl2ovp
share/texmf-dist/scripts/accfonts/vpl2vpl
share/texmf-dist/scripts/authorindex/
share/texmf-dist/scripts/authorindex/authorindex
share/texmf-dist/scripts/bengali/
share/texmf-dist/scripts/bengali/ebong.py
share/texmf-dist/scripts/bibexport/
share/texmf-dist/scripts/bibexport/bibexport.sh
share/texmf-dist/scripts/bundledoc/
share/texmf-dist/scripts/bundledoc/arlatex
share/texmf-dist/scripts/bundledoc/bundledoc
share/texmf-dist/scripts/cachepic/cachepic.tlu
share/texmf-dist/scripts/context/perl/mptopdf.pl
share/texmf-dist/scripts/de-macro/
share/texmf-dist/scripts/de-macro/de-macro
share/texmf-dist/scripts/dviasm/
share/texmf-dist/scripts/dviasm/dviasm.py
share/texmf-dist/scripts/epspdf/epspdf
share/texmf-dist/scripts/epspdf/epspdftk
share/texmf-dist/scripts/epstopdf/epstopdf.pl
share/texmf-dist/scripts/fig4latex/fig4latex
share/texmf-dist/scripts/findhyph/
share/texmf-dist/scripts/findhyph/findhyph
share/texmf-dist/scripts/fontools/afm2afm
share/texmf-dist/scripts/fontools/autoinst
share/texmf-dist/scripts/fontools/cmap2enc
share/texmf-dist/scripts/fontools/font2afm
share/texmf-dist/scripts/fontools/ot2kpx
share/texmf-dist/scripts/fontools/pfm2kpx
share/texmf-dist/scripts/fontools/showglyphs
share/texmf-dist/scripts/fragmaster/
share/texmf-dist/scripts/fragmaster/fragmaster.pl
share/texmf-dist/scripts/glossaries/
share/texmf-dist/scripts/glossaries/makeglossaries
share/texmf-dist/scripts/latex2man/
share/texmf-dist/scripts/latex2man/latex2man
share/texmf-dist/scripts/latexdiff/
share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
share/texmf-dist/scripts/latexdiff/latexdiff.pl
share/texmf-dist/scripts/latexdiff/latexrevise.pl
share/texmf-dist/scripts/latexmk/
share/texmf-dist/scripts/latexmk/latexmk.pl
share/texmf-dist/scripts/listings-ext/
share/texmf-dist/scripts/listings-ext/listings-ext.sh
share/texmf-dist/scripts/luaotfload/
share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
share/texmf-dist/scripts/mathspic/mathspic.pl
share/texmf-dist/scripts/mkgrkindex/mkgrkindex
share/texmf-dist/scripts/mkjobtexmf/
share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
share/texmf-dist/scripts/oberdiek/pdfatfi.pl
share/texmf-dist/scripts/pax/
share/texmf-dist/scripts/pax/pdfannotextractor.pl
share/texmf-dist/scripts/pdfcrop/
share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
share/texmf-dist/scripts/pdfjam/
share/texmf-dist/scripts/pdfjam/pdf180
share/texmf-dist/scripts/pdfjam/pdf270
share/texmf-dist/scripts/pdfjam/pdf90
share/texmf-dist/scripts/pdfjam/pdfbook
share/texmf-dist/scripts/pdfjam/pdfflip
share/texmf-dist/scripts/pdfjam/pdfjam
share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
share/texmf-dist/scripts/pdfjam/pdfjoin
share/texmf-dist/scripts/pdfjam/pdfnup
share/texmf-dist/scripts/pdfjam/pdfpun
share/texmf-dist/scripts/perltex/
share/texmf-dist/scripts/perltex/perltex.pl
share/texmf-dist/scripts/pkfix/
share/texmf-dist/scripts/pkfix-helper/
share/texmf-dist/scripts/pkfix-helper/pkfix-helper
share/texmf-dist/scripts/pkfix/pkfix.pl
share/texmf-dist/scripts/ppower4/
share/texmf-dist/scripts/ppower4/pdfthumb.tlu
share/texmf-dist/scripts/ppower4/ppower4.tlu
share/texmf-dist/scripts/pst-pdf/ps4pdf
share/texmf-dist/scripts/pst2pdf/pst2pdf
share/texmf-dist/scripts/purifyeps/
share/texmf-dist/scripts/purifyeps/purifyeps
share/texmf-dist/scripts/splitindex/
share/texmf-dist/scripts/splitindex/perl/
share/texmf-dist/scripts/splitindex/perl/splitindex.pl
share/texmf-dist/scripts/svn-multi/
share/texmf-dist/scripts/svn-multi/svn-multi.pl
share/texmf-dist/scripts/tex4ht/
share/texmf-dist/scripts/tex4ht/ht.sh
share/texmf-dist/scripts/tex4ht/htcontext.sh
share/texmf-dist/scripts/tex4ht/htlatex.sh
share/texmf-dist/scripts/tex4ht/htmex.sh
share/texmf-dist/scripts/tex4ht/httex.sh
share/texmf-dist/scripts/tex4ht/httexi.sh
share/texmf-dist/scripts/tex4ht/htxelatex.sh
share/texmf-dist/scripts/tex4ht/htxetex.sh
share/texmf-dist/scripts/tex4ht/mk4ht.pl
share/texmf-dist/scripts/texcount/
share/texmf-dist/scripts/texcount/texcount.pl
share/texmf-dist/scripts/texdiff/
share/texmf-dist/scripts/texdiff/texdiff
share/texmf-dist/scripts/texdirflatten/
share/texmf-dist/scripts/texdirflatten/texdirflatten
share/texmf-dist/scripts/texloganalyser/
share/texmf-dist/scripts/texloganalyser/texloganalyser
share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
share/texmf-dist/scripts/ulqda/
share/texmf-dist/scripts/ulqda/ulqda.pl
share/texmf-dist/scripts/vpe/
share/texmf-dist/scripts/vpe/vpe.pl
@comment share/texmf/chktex/
@comment share/texmf/chktex/chktexrc
@comment share/texmf/doc/bibtex8/
@comment share/texmf/doc/bibtex8/00readme.txt
@comment share/texmf/doc/bibtex8/HISTORY
@comment share/texmf/doc/bibtex8/csfile.txt
@comment share/texmf/doc/bibtex8/file_id.diz
@comment share/texmf/doc/bibtexu/
@comment share/texmf/doc/bibtexu/00readme.txt
@comment share/texmf/doc/bibtexu/HISTORY
@comment share/texmf/doc/bibtexu/csfile.txt
@comment share/texmf/doc/bibtexu/file_id.diz
@comment share/texmf/doc/chktex/
@comment share/texmf/doc/chktex/ChkTeX.pdf
@comment share/texmf/doc/tetex/
@comment share/texmf/doc/tetex/TETEXDOC.pdf
@comment share/texmf/doc/tetex/teTeX-FAQ
@comment share/texmf/doc/xindy/
@comment share/texmf/doc/xindy/README
@comment share/texmf/doc/xindy/dataflow.gif
@comment share/texmf/doc/xindy/faq-1.html
@comment share/texmf/doc/xindy/faq-2.html
@comment share/texmf/doc/xindy/faq-3.html
@comment share/texmf/doc/xindy/faq-4.html
@comment share/texmf/doc/xindy/faq.html
@comment share/texmf/doc/xindy/index.gif
@comment share/texmf/doc/xindy/makeindex4.pdf
@comment share/texmf/doc/xindy/manual-1.html
@comment share/texmf/doc/xindy/manual-2.html
@comment share/texmf/doc/xindy/manual-3.html
@comment share/texmf/doc/xindy/manual-4.html
@comment share/texmf/doc/xindy/manual-5.html
@comment share/texmf/doc/xindy/manual-6.html
@comment share/texmf/doc/xindy/manual-7.html
@comment share/texmf/doc/xindy/manual.html
@comment share/texmf/doc/xindy/mappings.gif
@comment share/texmf/doc/xindy/next.gif
@comment share/texmf/doc/xindy/prev.gif
@comment share/texmf/doc/xindy/style-tutorial/
@comment share/texmf/doc/xindy/style-tutorial-1.html
@comment share/texmf/doc/xindy/style-tutorial-2.html
@comment share/texmf/doc/xindy/style-tutorial-3.html
@comment share/texmf/doc/xindy/style-tutorial-4.html
@comment share/texmf/doc/xindy/style-tutorial.html
@comment share/texmf/doc/xindy/style-tutorial/ex1.raw
@comment share/texmf/doc/xindy/style-tutorial/ex1.tex
@comment share/texmf/doc/xindy/style-tutorial/ex2.raw
@comment share/texmf/doc/xindy/style-tutorial/ex2.tex
@comment share/texmf/doc/xindy/style-tutorial/index.tex
@comment share/texmf/doc/xindy/style-tutorial/style1.xdy
@comment share/texmf/doc/xindy/style-tutorial/style2.xdy
@comment share/texmf/doc/xindy/tex2xindy.pdf
@comment share/texmf/doc/xindy/texindy.pdf
@comment share/texmf/doc/xindy/toc.gif
@comment share/texmf/doc/xindy/xindy.pdf
@comment share/texmf/dvipdfmx/dvipdfmx.cfg
@comment share/texmf/dvips/base/color.pro
@comment share/texmf/dvips/base/crop.pro
@comment share/texmf/dvips/base/finclude.pro
@comment share/texmf/dvips/base/hps.pro
@comment share/texmf/dvips/base/special.pro
@comment share/texmf/dvips/base/tex.pro
@comment share/texmf/dvips/base/texc.pro
@comment share/texmf/dvips/base/texps.pro
@comment share/texmf/dvips/gsftopk/render.ps
@comment share/texmf/fonts/cmap/dvipdfmx/EUC-UCS2
@comment share/texmf/fonts/map/dvipdfm/dvipdfmx/
@comment share/texmf/fonts/map/dvipdfm/dvipdfmx/cid-x.map
share/texmf/scripts/a2ping/
share/texmf/scripts/a2ping/a2ping.pl
share/texmf/scripts/simpdftex/simpdftex
share/texmf/scripts/tetex/e2pall.pl
share/texmf/scripts/tetex/texdoctk.pl
share/texmf/scripts/texdoc/
share/texmf/scripts/texdoc/texdoc.tlu
share/texmf/scripts/texlive/
share/texmf/scripts/texlive/rungs.tlu
share/texmf/scripts/texlive/tlmgr.pl
@comment share/texmf/scripts/xindy/
@comment share/texmf/scripts/xindy/texindy.pl
@comment share/texmf/scripts/xindy/xindy.pl
@comment share/texmf/texconfig/README
@comment share/texmf/texconfig/g/generic
@comment share/texmf/texconfig/generic
@comment share/texmf/texconfig/tcfmgr
@comment share/texmf/texconfig/tcfmgr.map
@comment share/texmf/texconfig/v/vt100
@comment share/texmf/texconfig/x/xterm
@comment share/texmf/web2c/fmtutil.cnf
@comment share/texmf/web2c/mktex.opt
@comment share/texmf/web2c/mktexdir
@comment share/texmf/web2c/mktexdir.opt
@comment share/texmf/web2c/mktexnam
@comment share/texmf/web2c/mktexnam.opt
@comment share/texmf/web2c/mktexupd
@comment share/texmf/web2c/texmf.cnf
@comment share/texmf/xdvi/XDvi
@comment share/texmf/xdvi/pixmap/toolbar.xpm
@comment share/texmf/xdvi/pixmap/toolbar2.xpm
@comment share/texmf/xdvi/xdvi.cfg
@comment share/texmf/xindy/
@comment share/texmf/xindy/VERSION
@comment share/texmf/xindy/modules/
@comment share/texmf/xindy/modules/base/
@comment share/texmf/xindy/modules/base/book-order.xdy
@comment share/texmf/xindy/modules/base/ff-ranges-only.xdy
@comment share/texmf/xindy/modules/base/ff-ranges.xdy
@comment share/texmf/xindy/modules/base/german-sty.xdy
@comment share/texmf/xindy/modules/base/ignore-hyphen.xdy
@comment share/texmf/xindy/modules/base/ignore-punctuation.xdy
@comment share/texmf/xindy/modules/base/keep-blanks.xdy
@comment share/texmf/xindy/modules/base/latex-loc-fmts.xdy
@comment share/texmf/xindy/modules/base/latex.xdy
@comment share/texmf/xindy/modules/base/latin-lettergroups.xdy
@comment share/texmf/xindy/modules/base/letter-order.xdy
@comment share/texmf/xindy/modules/base/makeindex.xdy
@comment share/texmf/xindy/modules/base/numeric-sort.xdy
@comment share/texmf/xindy/modules/base/page-ranges.xdy
@comment share/texmf/xindy/modules/base/tex.xdy
@comment share/texmf/xindy/modules/base/texindy.xdy
@comment share/texmf/xindy/modules/base/word-order.xdy
@comment share/texmf/xindy/modules/class/
@comment share/texmf/xindy/modules/class/pagenums.xdy
@comment share/texmf/xindy/modules/lang/
@comment share/texmf/xindy/modules/lang/german/
@comment share/texmf/xindy/modules/lang/german/din5007.xdy
@comment share/texmf/xindy/modules/lang/german/duden.xdy
@comment share/texmf/xindy/modules/lang/german/tex.xdy
@comment share/texmf/xindy/modules/lang/latin/
@comment share/texmf/xindy/modules/lang/latin/caseisrt.xdy
@comment share/texmf/xindy/modules/lang/latin/letgroup.xdy
@comment share/texmf/xindy/modules/ord/
@comment share/texmf/xindy/modules/ord/letorder.xdy
@comment share/texmf/xindy/modules/rules/
@comment share/texmf/xindy/modules/rules/isolatin1-exchange.xdy
@comment share/texmf/xindy/modules/rules/isolatin1-tolower.xdy
@comment share/texmf/xindy/modules/rules/latin-exchange.xdy
@comment share/texmf/xindy/modules/rules/latin-tolower.xdy
@comment share/texmf/xindy/modules/styles/
@comment share/texmf/xindy/modules/styles/basic.xdy
@comment share/texmf/xindy/modules/styles/makeidx.xdy
@extra share/texmf/ls-R
@extra share/texmf-dist/ls-R
@extra share/texmf-var/ls-R

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/10/24 22:31:00 edd Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/09 13:38:23 edd Exp $
COMMENT-main = texlive texmf for laTeX/PdfTeX
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
@ -20,7 +20,8 @@ PKG_ARCH = *
BUILD_DEPENDS = ::archivers/xz
RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
:texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base \
::x11/p5-Tk
MULTI_PACKAGES = -main -full -docs

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-full,v 1.5 2010/10/24 22:31:00 edd Exp $
@comment $OpenBSD: PLIST-full,v 1.6 2010/11/09 13:38:23 edd Exp $
@conflict teTeX_texmf-*
@conflict texlive_texmf-docs-<2010
@conflict texlive_texmf-minimal-<2010
@ -16981,73 +16981,73 @@ share/texmf-dist/omega/otp/otibet/tibspecial.otp
share/texmf-dist/omega/otp/otibet/tibuniuni.otp
share/texmf-dist/omega/otp/otibet/tibvowel.otp
share/texmf-dist/scripts/
share/texmf-dist/scripts/authorindex/
share/texmf-dist/scripts/authorindex/authorindex
@comment share/texmf-dist/scripts/authorindex/
@comment share/texmf-dist/scripts/authorindex/authorindex
share/texmf-dist/scripts/bengali/
share/texmf-dist/scripts/bengali/ebong.py
share/texmf-dist/scripts/bibexport/
share/texmf-dist/scripts/bibexport/bibexport.sh
share/texmf-dist/scripts/bundledoc/
share/texmf-dist/scripts/bundledoc/arlatex
share/texmf-dist/scripts/bundledoc/bundledoc
share/texmf-dist/scripts/de-macro/
share/texmf-dist/scripts/de-macro/de-macro
share/texmf-dist/scripts/dviasm/
share/texmf-dist/scripts/dviasm/dviasm.py
share/texmf-dist/scripts/findhyph/
share/texmf-dist/scripts/findhyph/findhyph
share/texmf-dist/scripts/fragmaster/
share/texmf-dist/scripts/fragmaster/fragmaster.pl
share/texmf-dist/scripts/glossaries/
share/texmf-dist/scripts/glossaries/makeglossaries
share/texmf-dist/scripts/glossaries/makeglossaries.bat
@comment share/texmf-dist/scripts/bengali/ebong.py
@comment share/texmf-dist/scripts/bibexport/
@comment share/texmf-dist/scripts/bibexport/bibexport.sh
@comment share/texmf-dist/scripts/bundledoc/
@comment share/texmf-dist/scripts/bundledoc/arlatex
@comment share/texmf-dist/scripts/bundledoc/bundledoc
@comment share/texmf-dist/scripts/de-macro/
@comment share/texmf-dist/scripts/de-macro/de-macro
@comment share/texmf-dist/scripts/dviasm/
@comment share/texmf-dist/scripts/dviasm/dviasm.py
@comment share/texmf-dist/scripts/findhyph/
@comment share/texmf-dist/scripts/findhyph/findhyph
@comment share/texmf-dist/scripts/fragmaster/
@comment share/texmf-dist/scripts/fragmaster/fragmaster.pl
@comment share/texmf-dist/scripts/glossaries/
@comment share/texmf-dist/scripts/glossaries/makeglossaries
@comment share/texmf-dist/scripts/glossaries/makeglossaries.bat
share/texmf-dist/scripts/jmlr/
share/texmf-dist/scripts/jmlr/makejmlrbook
share/texmf-dist/scripts/jmlr/makejmlrbook.bat
share/texmf-dist/scripts/latex2man/
share/texmf-dist/scripts/latex2man/latex2man
share/texmf-dist/scripts/latexdiff/
share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
share/texmf-dist/scripts/latexdiff/latexdiff.pl
share/texmf-dist/scripts/latexdiff/latexrevise.pl
share/texmf-dist/scripts/latexmk/
share/texmf-dist/scripts/latexmk/latexmk.pl
share/texmf-dist/scripts/listings-ext/
share/texmf-dist/scripts/listings-ext/listings-ext.sh
share/texmf-dist/scripts/luaotfload/
share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
share/texmf-dist/scripts/mkjobtexmf/
share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
@comment share/texmf-dist/scripts/latex2man/
@comment share/texmf-dist/scripts/latex2man/latex2man
@comment share/texmf-dist/scripts/latexdiff/
@comment share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
@comment share/texmf-dist/scripts/latexdiff/latexdiff.pl
@comment share/texmf-dist/scripts/latexdiff/latexrevise.pl
@comment share/texmf-dist/scripts/latexmk/
@comment share/texmf-dist/scripts/latexmk/latexmk.pl
@comment share/texmf-dist/scripts/listings-ext/
@comment share/texmf-dist/scripts/listings-ext/listings-ext.sh
@comment share/texmf-dist/scripts/luaotfload/
@comment share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
@comment share/texmf-dist/scripts/mkjobtexmf/
@comment share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
share/texmf-dist/scripts/pax/
share/texmf-dist/scripts/pax/pax.jar
share/texmf-dist/scripts/pax/pdfannotextractor.pl
@comment share/texmf-dist/scripts/pax/pdfannotextractor.pl
share/texmf-dist/scripts/pdfcrop/
share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
share/texmf-dist/scripts/pdfjam/
share/texmf-dist/scripts/pdfjam/pdf180
share/texmf-dist/scripts/pdfjam/pdf270
share/texmf-dist/scripts/pdfjam/pdf90
share/texmf-dist/scripts/pdfjam/pdfbook
share/texmf-dist/scripts/pdfjam/pdfflip
share/texmf-dist/scripts/pdfjam/pdfjam
share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
share/texmf-dist/scripts/pdfjam/pdfjoin
share/texmf-dist/scripts/pdfjam/pdfnup
share/texmf-dist/scripts/pdfjam/pdfpun
share/texmf-dist/scripts/perltex/
share/texmf-dist/scripts/perltex/perltex.pl
share/texmf-dist/scripts/pkfix-helper/
share/texmf-dist/scripts/pkfix-helper/pkfix-helper
share/texmf-dist/scripts/pkfix/
share/texmf-dist/scripts/pkfix/pkfix.pl
@comment share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
@comment share/texmf-dist/scripts/pdfjam/
@comment share/texmf-dist/scripts/pdfjam/pdf180
@comment share/texmf-dist/scripts/pdfjam/pdf270
@comment share/texmf-dist/scripts/pdfjam/pdf90
@comment share/texmf-dist/scripts/pdfjam/pdfbook
@comment share/texmf-dist/scripts/pdfjam/pdfflip
@comment share/texmf-dist/scripts/pdfjam/pdfjam
@comment share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
@comment share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
@comment share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
@comment share/texmf-dist/scripts/pdfjam/pdfjoin
@comment share/texmf-dist/scripts/pdfjam/pdfnup
@comment share/texmf-dist/scripts/pdfjam/pdfpun
@comment share/texmf-dist/scripts/perltex/
@comment share/texmf-dist/scripts/perltex/perltex.pl
@comment share/texmf-dist/scripts/pkfix-helper/
@comment share/texmf-dist/scripts/pkfix-helper/pkfix-helper
@comment share/texmf-dist/scripts/pkfix/
@comment share/texmf-dist/scripts/pkfix/pkfix.pl
share/texmf-dist/scripts/ppower4/
share/texmf-dist/scripts/ppower4/pdfthumb.tlu
@comment share/texmf-dist/scripts/ppower4/pdfthumb.tlu
share/texmf-dist/scripts/ppower4/pp4p.jar
share/texmf-dist/scripts/ppower4/ppower4.tlu
share/texmf-dist/scripts/purifyeps/
share/texmf-dist/scripts/purifyeps/purifyeps
@comment share/texmf-dist/scripts/ppower4/ppower4.tlu
@comment share/texmf-dist/scripts/purifyeps/
@comment share/texmf-dist/scripts/purifyeps/purifyeps
share/texmf-dist/scripts/shipunov/
share/texmf-dist/scripts/shipunov/biokey2html.bat
share/texmf-dist/scripts/shipunov/biokey2html.sh
@ -17055,32 +17055,32 @@ share/texmf-dist/scripts/shipunov/biokey2html1.pl
share/texmf-dist/scripts/shipunov/biokey2html2.pl
share/texmf-dist/scripts/shipunov/biokey2html3.pl
share/texmf-dist/scripts/splitindex/
share/texmf-dist/scripts/splitindex/perl/
share/texmf-dist/scripts/splitindex/perl/splitindex.pl
share/texmf-dist/scripts/svn-multi/
share/texmf-dist/scripts/svn-multi/svn-multi.pl
share/texmf-dist/scripts/tex4ht/
share/texmf-dist/scripts/tex4ht/ht.sh
share/texmf-dist/scripts/tex4ht/htcontext.sh
share/texmf-dist/scripts/tex4ht/htlatex.sh
share/texmf-dist/scripts/tex4ht/htmex.sh
share/texmf-dist/scripts/tex4ht/httex.sh
share/texmf-dist/scripts/tex4ht/httexi.sh
share/texmf-dist/scripts/tex4ht/htxelatex.sh
share/texmf-dist/scripts/tex4ht/htxetex.sh
share/texmf-dist/scripts/tex4ht/mk4ht.pl
share/texmf-dist/scripts/texcount/
share/texmf-dist/scripts/texcount/texcount.pl
share/texmf-dist/scripts/texdiff/
share/texmf-dist/scripts/texdiff/texdiff
share/texmf-dist/scripts/texdirflatten/
share/texmf-dist/scripts/texdirflatten/texdirflatten
share/texmf-dist/scripts/texloganalyser/
share/texmf-dist/scripts/texloganalyser/texloganalyser
share/texmf-dist/scripts/ulqda/
share/texmf-dist/scripts/ulqda/ulqda.pl
share/texmf-dist/scripts/vpe/
share/texmf-dist/scripts/vpe/vpe.pl
@comment share/texmf-dist/scripts/splitindex/perl/
@comment share/texmf-dist/scripts/splitindex/perl/splitindex.pl
@comment share/texmf-dist/scripts/svn-multi/
@comment share/texmf-dist/scripts/svn-multi/svn-multi.pl
@comment share/texmf-dist/scripts/tex4ht/
@comment share/texmf-dist/scripts/tex4ht/ht.sh
@comment share/texmf-dist/scripts/tex4ht/htcontext.sh
@comment share/texmf-dist/scripts/tex4ht/htlatex.sh
@comment share/texmf-dist/scripts/tex4ht/htmex.sh
@comment share/texmf-dist/scripts/tex4ht/httex.sh
@comment share/texmf-dist/scripts/tex4ht/httexi.sh
@comment share/texmf-dist/scripts/tex4ht/htxelatex.sh
@comment share/texmf-dist/scripts/tex4ht/htxetex.sh
@comment share/texmf-dist/scripts/tex4ht/mk4ht.pl
@comment share/texmf-dist/scripts/texcount/
@comment share/texmf-dist/scripts/texcount/texcount.pl
@comment share/texmf-dist/scripts/texdiff/
@comment share/texmf-dist/scripts/texdiff/texdiff
@comment share/texmf-dist/scripts/texdirflatten/
@comment share/texmf-dist/scripts/texdirflatten/texdirflatten
@comment share/texmf-dist/scripts/texloganalyser/
@comment share/texmf-dist/scripts/texloganalyser/texloganalyser
@comment share/texmf-dist/scripts/ulqda/
@comment share/texmf-dist/scripts/ulqda/ulqda.pl
@comment share/texmf-dist/scripts/vpe/
@comment share/texmf-dist/scripts/vpe/vpe.pl
share/texmf-dist/tex/
share/texmf-dist/tex/alatex/
share/texmf-dist/tex/alatex/base/
@ -27597,10 +27597,10 @@ share/texmf/chktex/
share/texmf/chktex/chktexrc
share/texmf/doc/
share/texmf/scripts/
share/texmf/scripts/a2ping/
share/texmf/scripts/a2ping/a2ping.pl
share/texmf/scripts/tetex/
share/texmf/scripts/tetex/texdoctk.pl
@comment share/texmf/scripts/a2ping/
@comment share/texmf/scripts/a2ping/a2ping.pl
@comment share/texmf/scripts/tetex/
@comment share/texmf/scripts/tetex/texdoctk.pl
share/texmf/scripts/tex4ht/
share/texmf/scripts/tex4ht/htcopy.pl
share/texmf/scripts/tex4ht/htmove.pl
@ -27614,11 +27614,11 @@ share/texmf/scripts/texdoc/functions.tlu
share/texmf/scripts/texdoc/main.tlu
share/texmf/scripts/texdoc/score.tlu
share/texmf/scripts/texdoc/search.tlu
share/texmf/scripts/texdoc/texdoc.tlu
@comment share/texmf/scripts/texdoc/texdoc.tlu
share/texmf/scripts/texdoc/view.tlu
share/texmf/scripts/xindy/
share/texmf/scripts/xindy/texindy.pl
share/texmf/scripts/xindy/xindy.pl
@comment share/texmf/scripts/xindy/
@comment share/texmf/scripts/xindy/texindy.pl
@comment share/texmf/scripts/xindy/xindy.pl
share/texmf/tex/
share/texmf/tex/context/
share/texmf/tex/context/asymptote/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.4 2010/10/24 22:31:00 edd Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2010/11/09 13:38:23 edd Exp $
@conflict teTeX_texmf-*
@conflict texlive_base-<2010
@conflict texlive_texmf-docs-<2010
@ -27955,12 +27955,12 @@ share/texmf-dist/pbibtex/bst/tieice.bst
share/texmf-dist/pbibtex/bst/tipsj.bst
share/texmf-dist/scripts/
share/texmf-dist/scripts/accfonts/
share/texmf-dist/scripts/accfonts/mkt1font
share/texmf-dist/scripts/accfonts/vpl2ovp
share/texmf-dist/scripts/accfonts/vpl2vpl
@comment share/texmf-dist/scripts/accfonts/mkt1font
@comment share/texmf-dist/scripts/accfonts/vpl2ovp
@comment share/texmf-dist/scripts/accfonts/vpl2vpl
share/texmf-dist/scripts/cachepic/
share/texmf-dist/scripts/cachepic/cachepic.cmd
share/texmf-dist/scripts/cachepic/cachepic.tlu
@comment share/texmf-dist/scripts/cachepic/cachepic.tlu
share/texmf-dist/scripts/context/
share/texmf-dist/scripts/context/lua/
share/texmf-dist/scripts/context/lua/luatools.lua
@ -27997,7 +27997,7 @@ share/texmf-dist/scripts/context/lua/mtxrun.rme
share/texmf-dist/scripts/context/lua/x-ldx.lua
share/texmf-dist/scripts/context/perl/
share/texmf-dist/scripts/context/perl/makempy.pl
share/texmf-dist/scripts/context/perl/mptopdf.pl
@comment share/texmf-dist/scripts/context/perl/mptopdf.pl
share/texmf-dist/scripts/context/perl/path_tre.pm
share/texmf-dist/scripts/context/perl/pdftrimwhite.pl
share/texmf-dist/scripts/context/perl/texfind.pl
@ -28079,33 +28079,33 @@ share/texmf-dist/scripts/context/stubs/unix/rlxtools
share/texmf-dist/scripts/context/stubs/unix/texexec
share/texmf-dist/scripts/context/stubs/unix/texmfstart
share/texmf-dist/scripts/epspdf/
share/texmf-dist/scripts/epspdf/epspdf
@comment share/texmf-dist/scripts/epspdf/epspdf
share/texmf-dist/scripts/epspdf/epspdf.help
share/texmf-dist/scripts/epspdf/epspdf.icns
share/texmf-dist/scripts/epspdf/epspdf.ico
share/texmf-dist/scripts/epspdf/epspdf.rb
share/texmf-dist/scripts/epspdf/epspdfrc.rb
share/texmf-dist/scripts/epspdf/epspdftk
@comment share/texmf-dist/scripts/epspdf/epspdftk
share/texmf-dist/scripts/epspdf/epspdftk.tcl
share/texmf-dist/scripts/epspdf/makegray.pro
share/texmf-dist/scripts/epstopdf/
share/texmf-dist/scripts/epstopdf/epstopdf.pl
@comment share/texmf-dist/scripts/epstopdf/epstopdf.pl
share/texmf-dist/scripts/fig4latex/
share/texmf-dist/scripts/fig4latex/fig4latex
share/texmf-dist/scripts/fontools/
share/texmf-dist/scripts/fontools/afm2afm
share/texmf-dist/scripts/fontools/autoinst
share/texmf-dist/scripts/fontools/cmap2enc
share/texmf-dist/scripts/fontools/font2afm
share/texmf-dist/scripts/fontools/ot2kpx
share/texmf-dist/scripts/fontools/pfm2kpx
share/texmf-dist/scripts/fontools/showglyphs
@comment share/texmf-dist/scripts/fig4latex/fig4latex
@comment share/texmf-dist/scripts/fontools/
@comment share/texmf-dist/scripts/fontools/afm2afm
@comment share/texmf-dist/scripts/fontools/autoinst
@comment share/texmf-dist/scripts/fontools/cmap2enc
@comment share/texmf-dist/scripts/fontools/font2afm
@comment share/texmf-dist/scripts/fontools/ot2kpx
@comment share/texmf-dist/scripts/fontools/pfm2kpx
@comment share/texmf-dist/scripts/fontools/showglyphs
share/texmf-dist/scripts/lua-alt-getopt/
share/texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua
share/texmf-dist/scripts/mathspic/
share/texmf-dist/scripts/mathspic/mathspic.pl
share/texmf-dist/scripts/mkgrkindex/
share/texmf-dist/scripts/mkgrkindex/mkgrkindex
@comment share/texmf-dist/scripts/mathspic/
@comment share/texmf-dist/scripts/mathspic/mathspic.pl
@comment share/texmf-dist/scripts/mkgrkindex/
@comment share/texmf-dist/scripts/mkgrkindex/mkgrkindex
share/texmf-dist/scripts/oberdiek/
share/texmf-dist/scripts/oberdiek/luacolor.lua
share/texmf-dist/scripts/oberdiek/magicnum.lua
@ -28113,7 +28113,7 @@ share/texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua
share/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua
share/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua
share/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua
share/texmf-dist/scripts/oberdiek/pdfatfi.pl
@comment share/texmf-dist/scripts/oberdiek/pdfatfi.pl
share/texmf-dist/scripts/oberdiek/pdftexcmds.lua
share/texmf-dist/scripts/pgfplots/
share/texmf-dist/scripts/pgfplots/matlab2pgfplots.m
@ -28121,14 +28121,14 @@ share/texmf-dist/scripts/pgfplots/matlab2pgfplots.sh
share/texmf-dist/scripts/pgfplots/pgf2pdf.sh
share/texmf-dist/scripts/pgfplots/pgfplots.py
share/texmf-dist/scripts/pst-pdf/
share/texmf-dist/scripts/pst-pdf/ps4pdf
share/texmf-dist/scripts/pst-pdf/ps4pdf.bat
share/texmf-dist/scripts/pst-pdf/ps4pdf.bat.noMiKTeX
share/texmf-dist/scripts/pst-pdf/ps4pdf.bat.w95
share/texmf-dist/scripts/pst2pdf/
share/texmf-dist/scripts/pst2pdf/pst2pdf
@comment share/texmf-dist/scripts/pst-pdf/ps4pdf
@comment share/texmf-dist/scripts/pst-pdf/ps4pdf.bat
@comment share/texmf-dist/scripts/pst-pdf/ps4pdf.bat.noMiKTeX
@comment share/texmf-dist/scripts/pst-pdf/ps4pdf.bat.w95
@comment share/texmf-dist/scripts/pst2pdf/
@comment share/texmf-dist/scripts/pst2pdf/pst2pdf
share/texmf-dist/scripts/thumbpdf/
share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
@comment share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
share/texmf-dist/scripts/xetex/
share/texmf-dist/scripts/xetex/perl/
share/texmf-dist/scripts/xetex/perl/lib/
@ -34899,10 +34899,10 @@ share/texmf/hbf2gf/j2so12.cfg
share/texmf/hbf2gf/jsso12.cfg
share/texmf/hbf2gf/ksso17.cfg
share/texmf/scripts/
share/texmf/scripts/simpdftex/
share/texmf/scripts/simpdftex/simpdftex
@comment share/texmf/scripts/simpdftex/
@comment share/texmf/scripts/simpdftex/simpdftex
share/texmf/scripts/tetex/
share/texmf/scripts/tetex/e2pall.pl
@comment share/texmf/scripts/tetex/e2pall.pl
share/texmf/scripts/tetex/updmap.pl
@comment share/texmf/scripts/texlive/
@comment share/texmf/scripts/texlive/lua/