8daebfa36f
are following: with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily coexist with dvipdfm of teTeX2. ---------------- =========================================================================== Changes in this release: =========================================================================== The main change is the new pdftex which has a few important fixes. For details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS. ChangeLog entries: In the src tarball: * portability fix for texk/kpathsea/cnf.c * pdftex version 1.10b * add eomega support to fmtutil * ttf2afm: FontFamily patch by Siep Kroonenberg * update config.guess / config.sub * handle manpages for kpsepath / kpsexpand properly * fix two bugs in texdoctk * mktexmf fix for CJK fonts * adjust cxx-runtime-hack a little * add search paths for non"k"-xdvi to texmf.in * fix bug in texk/etc/autoconf/acspecific.m4 In the texmf tarball: * add doc/latex/styles/multiple-span.txt * move dvipdfm/* to dvipdfm/config * update ragged2e * support uppercase mathtime fonts via aliases * remove g-brief: it is not free software * update shadow.sty * add package mparhack and jurabib * listings package is back (license *is* ok!) * SIunits.cfg updated (only comments have changed in a minor way) * replace old README by new readme in doc/latex/pdfpages * added sihyph23.tex (Slovenian hyphenation patterns) ----------------
31 lines
882 B
Makefile
31 lines
882 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/03/15 08:17:08 kei Exp $
|
|
|
|
DISTNAME= tetex-texmf-2.0.2
|
|
PKGNAME= teTeX2-share-2.0.2
|
|
PKGREVISION= # empty
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/}
|
|
|
|
MAINTAINER= kei@netbsd.org
|
|
HOMEPAGE= http://www.tug.org/tetex/
|
|
COMMENT= Machine-independent part of teTeX, version 2
|
|
|
|
CONFLICTS+= teTeX-share-[0-9]*
|
|
|
|
DIST_SUBDIR= teTeX
|
|
WRKSRC= ${WRKDIR}
|
|
USE_BUILDLINK2= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
|
|
.if defined(EXTRACT_USING_PAX)
|
|
cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -cr `${CAT} ${FILESDIR}/exclude`
|
|
.else
|
|
cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${GTAR} -X ${FILESDIR}/exclude -xpf -
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|