pkgsrc/print/tex-dvips/Makefile
minskim 891786be8b Update tex-dvips and tex-dvips-doc to 2009.17180.
Changes:

    % There are two character named "hyphen". The original article explains
    % the background of this decision (if one wanted to use a different
    % hyphenation character and still be able to use the dash). So the first
    % character should serve as "hyphen char" and the other one as "dash" in
    % compound words.  The character 0x2D is supposed to be the hyphen char,
    % but since there used to be two characters of the same name in this
    % file for some time, the tools like afmtotfm have been confused and
    % remappedthe hyphen char to 0x7F automatically.  After the second
    % character's name was changed, hyphenation characters in existing
    % tfm fonts (generated with the old ec.enc) have disappeared, so the
    % second character has been renamed back to "hyphen". Anyone generating
    % tfm fonts is strongly encouraged to make a copy of this file, rename
    % it and change glyph names as required for their font.
2010-03-12 19:38:22 +00:00

17 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/03/12 19:38:22 minskim Exp $
# TeX Live Revision 17180
DISTNAME= dvips
PKGNAME= tex-${DISTNAME}-2009.17180
MAINTAINER= minskim@NetBSD.org
COMMENT= Files for a DVI to PostScript driver
CONFLICTS+= teTeX-texmf<=3.0nb15
CONFLICTS+= tex-bin-dvipsk<=2008.12898
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
TEXLIVE_IGNORE_PATTERNS= texmf/dvips/base
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"