pkgsrc/print/tex-titlesec/Makefile
markd d33e8bb9bf tex-titlesec{,-doc}: update to 2.11
- New license: MIT.
- Option nostruts, to remove struts inserted by titlesec.
- Reorganized code: only sty files, removed def and tss ones
   (although the mechanism for tss still works).
- Fix - Wrong hyperlinks in table of contents with the starred
     versions, because of a change of behavior of hyperref (it
     patches the behaviour of an internal macro in hyperref).
- Fix - Wrong spacing with titleps and displayed text after a
     section.
- Fix - Newly defined floats raised an error with titletoc.
2019-08-11 10:44:43 +00:00

15 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/08/11 10:44:43 markd Exp $
DISTNAME= titlesec
PKGNAME= tex-${DISTNAME}-2.11
TEXLIVE_REV= 51664
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/titlesec
COMMENT= Select alternative section titles
LICENSE= mit
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"