diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-20 16:23:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-20 16:23:59 +0000 |
commit | 26a4d09c3501072027275a4905f7fd89c1ce1e5e (patch) | |
tree | e79c907af3a2047fa72ac081f101eb317f9ea383 /print/tex-pgfplots/Makefile | |
parent | 1d1b0383a3a616a10112fe45aa998be4f0e75a23 (diff) | |
download | pkgsrc-26a4d09c3501072027275a4905f7fd89c1ce1e5e.tar.gz |
Update tex-pgfplots{,-doc} to 1.4.1.
Changes:
- Added support for detached legends and detached colorbars
- ybar (and similar plots) can now be mixed with other plot types
like line plots.
- improved legend formatting
- added 'restrict x to domain*' which cups coordinates outside of a
specified domain (same for y and z)
- Added support for linear regression
- Inline tables,
- Lots of bug fixes
Diffstat (limited to 'print/tex-pgfplots/Makefile')
-rw-r--r-- | print/tex-pgfplots/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-pgfplots/Makefile b/print/tex-pgfplots/Makefile index 269713d62e4..adb7a8c527b 100644 --- a/print/tex-pgfplots/Makefile +++ b/print/tex-pgfplots/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/04/15 20:44:34 minskim Exp $ -# TeX Live Revision 17670 +# $NetBSD: Makefile,v 1.3 2011/01/20 16:23:59 minskim Exp $ DISTNAME= pgfplots -PKGNAME= tex-${DISTNAME}-1.3.1 +PKGNAME= tex-${DISTNAME}-1.4.1 +TEXLIVE_REV= 19839 MAINTAINER= minskim@NetBSD.org COMMENT= LaTeX package to create normal/logarithmic plots |