diff options
author | minskim <minskim@pkgsrc.org> | 2010-04-15 20:44:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-04-15 20:44:34 +0000 |
commit | 516a15668d0266d95606bf74e324f9bf27769985 (patch) | |
tree | b5dda8373f25690ef8f3de94e6202daf66a87259 | |
parent | bd6d6036bb10afe1934389eacc82c6cee0fbb6c3 (diff) | |
download | pkgsrc-516a15668d0266d95606bf74e324f9bf27769985.tar.gz |
Update tex-pgfplots{,-doc} to 1.3.1.
This fixes PR 43165.
Major changes:
- added and documented |[xy]bar legend| styles and |[xy]bar interval
legend| styles
- renamed 'every mesh legend' to 'mesh legend' for consistency
- improved 'mesh legend' (rescaled and reshiftet it a bit)
- Imported all patches to PGF written by Christian Feuersaenger.
- added |tiny| style
- numerous bug fixes
See ChangeLog in tex-pgfplots-doc for the complete list of changes.
-rw-r--r-- | print/tex-pgfplots-doc/Makefile | 6 | ||||
-rw-r--r-- | print/tex-pgfplots-doc/distinfo | 8 | ||||
-rw-r--r-- | print/tex-pgfplots/DESCR | 12 | ||||
-rw-r--r-- | print/tex-pgfplots/Makefile | 14 | ||||
-rw-r--r-- | print/tex-pgfplots/PLIST | 3 | ||||
-rw-r--r-- | print/tex-pgfplots/distinfo | 8 |
6 files changed, 28 insertions, 23 deletions
diff --git a/print/tex-pgfplots-doc/Makefile b/print/tex-pgfplots-doc/Makefile index bb5e1ec2fac..7e90a0149ea 100644 --- a/print/tex-pgfplots-doc/Makefile +++ b/print/tex-pgfplots-doc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 21:14:46 markd Exp $ +# $NetBSD: Makefile,v 1.2 2010/04/15 20:44:34 minskim Exp $ # TeX Live Revision 17670 DISTNAME= pgfplots.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.2.2 +PKGNAME= tex-${DISTNAME:S/./-/}-1.3.1 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-pgfplots .include "../../print/texlive/package.mk" diff --git a/print/tex-pgfplots-doc/distinfo b/print/tex-pgfplots-doc/distinfo index 71824075f43..107c9836f30 100644 --- a/print/tex-pgfplots-doc/distinfo +++ b/print/tex-pgfplots-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/10 21:14:46 markd Exp $ +$NetBSD: distinfo,v 1.2 2010/04/15 20:44:34 minskim Exp $ -SHA1 (tex-pgfplots-doc-1.2.2/pgfplots.doc.tar.xz) = 70e3126a770195ebc1c560041b8358ebd6d4e86f -RMD160 (tex-pgfplots-doc-1.2.2/pgfplots.doc.tar.xz) = 1a224dcc8a08da0ea0e4c721308ffecfcbaddd2b -Size (tex-pgfplots-doc-1.2.2/pgfplots.doc.tar.xz) = 4823696 bytes +SHA1 (tex-pgfplots-doc-1.3.1/pgfplots.doc.tar.xz) = 70e3126a770195ebc1c560041b8358ebd6d4e86f +RMD160 (tex-pgfplots-doc-1.3.1/pgfplots.doc.tar.xz) = 1a224dcc8a08da0ea0e4c721308ffecfcbaddd2b +Size (tex-pgfplots-doc-1.3.1/pgfplots.doc.tar.xz) = 4823696 bytes diff --git a/print/tex-pgfplots/DESCR b/print/tex-pgfplots/DESCR index e3c3d0de7f3..4d9ed16a073 100644 --- a/print/tex-pgfplots/DESCR +++ b/print/tex-pgfplots/DESCR @@ -1,6 +1,6 @@ -Pgfplots draws high-quality function plots using normal or -logarithmic scaling, with a user-friendly interface. The user -supplies axis labels, legend entries and the plot coordinates -for one or more plots and Pgfplots applies axis scaling, -computes any logarithms and axis ticks and draws the plots. -Pgfplots is based on Till Tantau's package PGF/TikZ. +Pgfplots draws high-quality function plots using normal or logarithmic +scaling, with a user-friendly interface. The user supplies axis +labels, legend entries and the plot coordinates for one or more plots +and Pgfplots applies axis scaling, computes any logarithms and axis +ticks and draws the plots. Pgfplots is based on Till Tantau's package +PGF/TikZ. diff --git a/print/tex-pgfplots/Makefile b/print/tex-pgfplots/Makefile index d5353d5b6b7..269713d62e4 100644 --- a/print/tex-pgfplots/Makefile +++ b/print/tex-pgfplots/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:45:43 markd Exp $ -# TeX Live Revision 16576 +# $NetBSD: Makefile,v 1.2 2010/04/15 20:44:34 minskim Exp $ +# TeX Live Revision 17670 DISTNAME= pgfplots -PKGNAME= tex-${DISTNAME}-1.2.2 +PKGNAME= tex-${DISTNAME}-1.3.1 -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Create normal/logarithmic plots in LaTeX +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to create normal/logarithmic plots + +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pgfplots/PLIST b/print/tex-pgfplots/PLIST index 751adcee36a..1b734e8868f 100644 --- a/print/tex-pgfplots/PLIST +++ b/print/tex-pgfplots/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 21:45:43 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/04/15 20:44:34 minskim Exp $ share/texmf-dist/scripts/pgfplots/matlab2pgfplots.m share/texmf-dist/scripts/pgfplots/matlab2pgfplots.sh share/texmf-dist/scripts/pgfplots/pgf2pdf.sh @@ -19,6 +19,7 @@ share/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex share/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.coltype.code.tex share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_misc.code.tex +share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfcoreexternal.code.tex share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeys.code.tex share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex share/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryfpu.code.tex diff --git a/print/tex-pgfplots/distinfo b/print/tex-pgfplots/distinfo index bf497a93912..97d341d50fe 100644 --- a/print/tex-pgfplots/distinfo +++ b/print/tex-pgfplots/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/09 21:45:43 markd Exp $ +$NetBSD: distinfo,v 1.2 2010/04/15 20:44:34 minskim Exp $ -SHA1 (tex-pgfplots-1.2.2/pgfplots.tar.xz) = 1f1f363369718235571afcc20fafa6d968a9a1ba -RMD160 (tex-pgfplots-1.2.2/pgfplots.tar.xz) = 281542f9c1a8559fdfbc729b14a0a0ae511a063c -Size (tex-pgfplots-1.2.2/pgfplots.tar.xz) = 226660 bytes +SHA1 (tex-pgfplots-1.3.1/pgfplots.tar.xz) = 541c3a4118ed711350b6849a29c04f2617597695 +RMD160 (tex-pgfplots-1.3.1/pgfplots.tar.xz) = 88783ef983165f8c2ec7e86d372d192d98b20f40 +Size (tex-pgfplots-1.3.1/pgfplots.tar.xz) = 234496 bytes |