de3a344553
This major update includes: * a new key 'decade' for \gantttitlecalendar * a new key 'time slot unit' for using one day, month or year per time slot; this key replaces 'compress calendar' % a new macro \ganttvrule for drawing arbitrary vertical rules (similar to the today rule), as well as associated keys 'vrule', 'vrule offset', 'vrule label font', and 'vrule label text' % a new key 'expand chart', which specifies that a chart should expand horizontally to a given dimension % a new key 'title label text', which allows fine-tuning of title label formatting % compatibility with the amsgen package
15 lines
378 B
Makefile
15 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/04/25 11:13:06 markd Exp $
|
|
|
|
DISTNAME= pgfgantt
|
|
PKGNAME= tex-${DISTNAME}-5.0
|
|
TEXLIVE_REV= 46280
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/pgfgantt
|
|
COMMENT= Draw Gantt charts with TikZ
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|