The NetBSD Project

CVS log for pkgsrc/print/tex-pgf/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-pgf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 1 21:58:32 2023 UTC (11 months, 3 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1.10

- `\pgfversiondatetime` and `\pgfrevisiondatetime` have been removed.
  `\pgfversiondate` and `\pgfrevisiondate` now use the format `YYYY-MM-DD`.
  `\pgfrevision{,date}` and `\pgfversion{,date}` are synonyms for now, but the
  revision should eventually gain back its original meaning.  However, as of now
  this is not supported by l3build.
- Many operations in `pgfkeys` used to use `\csname` directly which lets the
  given csname become `\relax` in case it wasn't defined. This resulted in some
  leakage of accidentally `\relax`ed keys into the global scope. This has been
  cleaned up a little. To preserve compatibility macros that used to expand to a
  `\relax`ed csname now expand to a primitive `\relax`. This affects the
  user-level commands `\pgfkeysgetvalue` and `\pgfkeysgetvalueof`. For the
  former the change should not be visible except for the number of expansions
  required. For `\pgfkeysgetvalueof`, however, the behavior is manifestly
  different in that it will now expand to an alias for the primitive `\relax` in
  case the value is undefined instead of a `\relax`ed csname. It has always been
  semantically wrong to assign to the result of `\pgfkeysgetvalueof`, but now it
  will have undesired side-effects. Therefore this change is breaking.
- The `textures` and `vtex` drivers have been deprecated. Both engines are no
  longer in active development and lack eTeX features which are required for
  quite some time in PGF.
- The file `pgfutil-common-lists.tex` is deprecated and therefore no longer
  `\input` by `pgfutil-common.tex`. The macros from this file are specifically
  meant for pgfplots and are not used in PGF at all.

### Added
- l3build support for packaging PGF/TikZ
- Add Matrix chat to README
- Add rhombic polihedra #1022
- Add Developer Certificate of Origin (DCO) to Pull Request template and enforce
- Add test set for `graphdrawing` (gd)
- pgfkeys gained support for loading libraries
- Add dependabot to keep GitHub Actions up to date

Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 26 11:14:19 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.1 (colored)

print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 7 14:51:04 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.1 (colored)

print: Remove SHA1 hashes for distfiles

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 5 05:24:41 2021 UTC (2 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1.9a

Emergency release to fix pgfplots which depends on unreleased parts of
PGF.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 18 19:53:42 2021 UTC (3 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1.8b

3.1.8b
Hotfix for handling of TeX conditionals on a path.  We can't forward
\relax and frozen \relax through the parser because there is existing
code that relies on this.

The recommendation is to use expandable conditionals where possible.

3.1.8a
Hotfix for the new topaths handling.  One instance did not yet properly
preserve relative coordinates.

3.1.8
If a topath is bent by any of the in=, out=, bend=, etc. options, a
Bezier curve is constructed in the background.  To infer the positions
of the control points the start and end coordinate are converted to
absolute coordinates. However, this has the effect that subsequent
points on the path think that the endpoint of the topath was absolute
which can lead to counter-intuitive path construction, e.g.
```latex
\draw (2,0) to[out=0,in=180] +(1,0) -- ++(0,-1) -- +(1,0);
```
If old code relies on this behavior, this drawing will silently break!
Please open an issue if you rely on this.

This release introduces a fix for path handling which concerns
expansion of tokens on the path in particular with respect to
conditional.  Previously when the expansion of a conditonal resulted in
a frozen \relax the parser would just give up.  Now the parser will
skip over the frozen \relax and continue to expand tokens.  Whether
this will result in a meaningful expansion is up to the user.

This release also includes other bug fixes.

Revision 1.13 / (download) - annotate - [select for diffs], Sun May 3 11:57:33 2020 UTC (3 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)

tex-[h-s]*: update to texlive 2020 versions

tex-hyperref{,-doc} to 7.00d
tex-jsclasses to 2020
tex-kotex-oblivoir to 2.2.1
tex-latexconfig to 2020
tex-lettrine{,-doc} to 2.23
tex-listings{,-doc} to 1.8d
tex-listofitems{,-doc} to 1.63
tex-moderncv{,-doc} to 2.0.0.52669
tex-ocgx2{,-doc} to 0.48
tex-overpic to 1.3
tex-parskip{,-doc} to 2.0d
tex-pdfpages{,-doc} to 0.5q
tex-pdftex{,-doc} to 2020
tex-pgf{,-doc} to 3.1.5b
tex-pgfplots{,-doc} to 1.17
tex-pict2e{,-doc} to 0.3c
tex-platex{,-doc} to 2020
tex-polyglossia{,-doc} to 1.49
tex-preview{,-doc} to 12.2
tex-ptex-base{,-doc} to 2020
tex-schwalbe-chess{,-doc} to 2.7
tex-siunitx{,-doc} to 2.8b
tex-snapshot{,-doc} to 2.13
tex-subfiles{,-doc} to 1.6
tex-supertabular to 4.1g
tex-latex-base-dev{,-doc} version 20201001pre5

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 17 11:14:13 2019 UTC (4 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1.4

PGF 3.1.3 is a maintenance release with a couple of bug fixes.

3.1.4
New features
   - Document and fix the patterns.meta library
   - Stretchable dash patterns
   - Use \protected at edef in \pgfmathparse

Bug fixes

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 13 21:18:11 2019 UTC (4 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1.2

PGF 3.1.2 is a maintenance release with a couple of bug fixes.

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 6 21:11:18 2019 UTC (4 years, 10 months ago) by markd
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.3.1

Release 3.1.1 repairs support for latex/dvips.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 29 19:54:29 2019 UTC (5 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

tex-pgf{,-doc}: update to 3.1

Release 3.1 introduces the new animations library for HTML/SVG output
and comes with tons of bugfixes.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 16 04:06:14 2016 UTC (7 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

Updated to TexLive 2016:

	Updated print/cjkutils to 4.8.4nb1
	Updated print/dviljk to 2.6.5nb7
	Updated print/dvipdfmx to 20160307
	Updated print/dvipsk to 5.996
	Updated print/kpathsea to 6.2.2
	Updated print/lacheck to 1.28nb1
	Updated print/luatex to 0.95
	Updated print/ptexenc to 1.3.4
	Updated print/seetexk to 1.1nb2
	Updated print/tex4ht to 0.0.20160522
	Updated print/vlna to 1.5nb2
	Updated print/web2c to 2016
	Updated print/xdvik to 22.87.03
	Updated print/xetex to 0.99996
	Updated print/xpdfopen to 0.86nb1
	Updated print/tex-IEEEtran{,-doc} to 1.8b
	Updated print/tex-abc{,-doc} to 2.0b
	Updated print/tex-aleph to 0.2.40768
	Updated print/tex-algorithm2e{,-doc} to 5.1
	Updated print/tex-algorithms{,-doc} to 0.1
	Updated print/tex-amsmath{,-doc} to 2.15b
	Updated print/tex-babel{,-doc} to 3.9r
	Updated print/tex-babel-bosnian to 1.1
	Updated print/tex-babel-estonian to 1.1a
	Updated print/tex-babel-french to 3.2c
	Updated print/tex-babel-friulan to 1.3
	Updated print/tex-babel-greek to 1.9f
	Updated print/tex-babel-hungarian to 1.5c
	Updated print/tex-babel-icelandic to 1.2b
	Updated print/tex-babel-latin to 3.5
	Updated print/tex-babel-russian to 1.3h
	Updated print/tex-babel-spanish to 5.0p
	Updated print/tex-babel-vietnamese to 1.4
	Updated print/tex-babel-welsh to 1.1a
	Updated print/tex-biblatex{,-doc} to 3.4
	Updated print/tex-booktabs{,-doc} to 1.618033
	Updated print/tex-breqn to 0.98d
	Updated print/tex-caption{,-doc} to 20160202
	Updated print/tex-chess-problem-diagrams{,-doc} to 1.12
	Updated print/tex-cjk-gs-integrate{,-doc} to 20160115.0
	Updated print/tex-cjk-ko{,-doc} to 1.8
	Updated print/tex-cjkpunct{,-doc} to 4.8.4
	Updated print/tex-context{,-doc} to 2016
	Updated print/tex-csplain to 2016
	Updated print/tex-csquotes{,-doc} to 5.1g
	Updated print/tex-ctable to 1.31
	Updated print/tex-cweb{,-doc} to 3.64af
	Updated print/tex-datatool{,-doc} to 2.25
	Updated print/tex-dvipdfmx{,-doc} to 2016
	Updated print/tex-dvipdfmx-def to 4.08
	Updated print/tex-dvips{,-doc} to 2016
	Updated print/tex-eplain{,-doc} to 3.8
	Updated print/tex-etex-pkg{,-doc} to 2.6
	Updated print/tex-europasscv{,-doc} to 2016
	Updated print/tex-fix2col{,-doc} to 0.04
	Updated print/tex-font-change{,-doc} to 2015.2
	Updated print/tex-glossaries{,-doc} to 4.23
	Updated print/tex-graphics{,-doc} to 1.0r
	Updated print/tex-hausarbeit-jura{,-doc} to 1.4
	Updated print/tex-hyperref{,-doc} to 6.83n
	Updated print/tex-hyph-utf8{,-doc} to 2016
	Updated print/tex-hyphen-afrikaans to 2016
	Updated print/tex-hyphen-ancientgreek to 2016
	Updated print/tex-hyphen-arabic to 2016
	Updated print/tex-hyphen-armenian to 2016
	Updated print/tex-hyphen-base to 2016
	Updated print/tex-hyphen-basque to 2016
	Updated print/tex-hyphen-bulgarian to 2016
	Updated print/tex-hyphen-catalan to 2016
	Updated print/tex-hyphen-chinese to 2016
	Updated print/tex-hyphen-coptic to 2016
	Updated print/tex-hyphen-croatian to 2016
	Updated print/tex-hyphen-czech to 2016
	Updated print/tex-hyphen-danish to 2016
	Updated print/tex-hyphen-dutch to 2016
	Updated print/tex-hyphen-english to 2016
	Updated print/tex-hyphen-esperanto to 2016
	Updated print/tex-hyphen-estonian to 2016
	Updated print/tex-hyphen-ethiopic to 2016
	Updated print/tex-hyphen-farsi to 2016
	Updated print/tex-hyphen-finnish to 2016
	Updated print/tex-hyphen-french to 2016
	Updated print/tex-hyphen-friulan to 2016
	Updated print/tex-hyphen-galician to 2016
	Updated print/tex-hyphen-georgian to 2016
	Updated print/tex-hyphen-german to 2016
	Updated print/tex-hyphen-greek to 2016
	Updated print/tex-hyphen-hungarian to 2016
	Updated print/tex-hyphen-icelandic to 2016
	Updated print/tex-hyphen-indic to 2016
	Updated print/tex-hyphen-indonesian to 2016
	Updated print/tex-hyphen-interlingua to 2016
	Updated print/tex-hyphen-irish to 2016
	Updated print/tex-hyphen-italian to 2016
	Updated print/tex-hyphen-kurmanji to 2016
	Updated print/tex-hyphen-latin to 3.1.2016
	Updated print/tex-hyphen-latvian to 2016
	Updated print/tex-hyphen-lithuanian to 2016
	Updated print/tex-hyphen-mongolian to 2016
	Updated print/tex-hyphen-norwegian to 2016
	Updated print/tex-hyphen-piedmontese to 2016
	Updated print/tex-hyphen-polish to 3.0a.2016
	Updated print/tex-hyphen-portuguese to 2016
	Updated print/tex-hyphen-romanian to 2016
	Updated print/tex-hyphen-romansh to 2016
	Updated print/tex-hyphen-russian to 2016
	Updated print/tex-hyphen-sanskrit to 2016
	Updated print/tex-hyphen-serbian to 1.0a.2016
	Updated print/tex-hyphen-slovak to 2016
	Updated print/tex-hyphen-slovenian to 2016
	Updated print/tex-hyphen-spanish to 4.5.2016
	Updated print/tex-hyphen-swedish to 2016
	Updated print/tex-hyphen-thai to 2016
	Updated print/tex-hyphen-turkish to 2016
	Updated print/tex-hyphen-turkmen to 2016
	Updated print/tex-hyphen-ukrainian to 2016
	Updated print/tex-hyphen-uppersorbian to 2016
	Updated print/tex-hyphen-welsh to 2016
	Updated print/tex-ifluatex{,-doc} to 1.4
	Updated print/tex-koma-script to 3.20
	Updated print/tex-kotex-oblivoir{,-doc} to 2.1.7
	Updated print/tex-kotex-plain{,-doc} to 2.1.1.a
	Updated print/tex-kotex-utf{,-doc} to 2.1.2
	Updated print/tex-kotex-utils{,-doc} to 2.1.0
	Updated print/tex-kpathsea{,-doc} to 2016
	Updated print/tex-latex{,-doc} to 2016
	Updated print/tex-latex-bin to 2016
	Updated print/tex-latexconfig to 2016
	Updated print/tex-leaflet{,-doc} to 1.1a
	Updated print/tex-lettrine{,-doc} to 1.9
	Updated print/tex-lollipop{,-doc} to 1.06
	Updated print/tex-luatex to 0.95
	Updated print/tex-mathtools to 1.18
	Updated print/tex-media9{,-doc} to 0.68
	Updated print/tex-memoir{,-doc} to 3.7f
	Updated print/tex-mhchem{,-doc} to 4.04
	Updated print/tex-microtype{,-doc} to 2.6a
	Updated print/tex-minted{,-doc} to 2.1
	Updated print/tex-musixtex{,-doc} to 1.22
	Updated print/tex-oberdiek{,-doc} to 2016
	Updated print/tex-pageslts to 1.2f
	Updated print/tex-paralist{,-doc} to 2.5
	Updated print/tex-pdfcomment{,-doc} to 2.3b
	Updated print/tex-pdfpages{,-doc} to 0.5f
	Updated print/tex-pdftex{,-doc} to 2016
	Updated print/tex-pgf{,-doc} to 3.0.1a
	Updated print/tex-pgfplots{,-doc} to 1.13
	Updated print/tex-pict2e{,-doc} to 0.3b
	Updated print/tex-plain to 3.141592653.40274
	Updated print/tex-polyglossia{,-doc} to 1.42.4
	Updated print/tex-powerdot to 1.5a
	Updated print/tex-preview{,-doc} to 11.89
	Updated print/tex-ptex to 3.2pl41220
	Updated print/tex-realscripts{,-doc} to 0.3d
	Updated print/tex-schwalbe-chess{,-doc} to 2.1
	Updated print/tex-showlabels{,-doc} to 1.7
	Updated print/tex-siunitx{,-doc} to 2.6q
	Updated print/tex-sttools{,-doc} to 1.8
	Updated print/tex-tetex{,-doc} to 3.0.41059
	Updated print/tex-tex4ht{,-doc} to 2016
	Updated print/tex-texinfo to 5.1.40618
	Updated print/tex-texlive-scripts to 2016
	Updated print/tex-texlive.infra to 2016
	Updated print/tex-titlesec{,-doc} to 2.10.2
	Updated print/tex-tools{,-doc} to 2016
	Updated print/tex-toptesi{,-doc} to 5.91
	Updated print/tex-udesoftec{,-doc} to 1.5.2
	Updated print/tex-xcjk2uni{,-doc} to 0.6
	Updated print/tex-xcolor{,-doc} to 2.12
	Updated print/tex-xetex{,-doc} to 2016
	Updated print/tex-xetex-def to 4.08
	Updated print/tex-xetexconfig to 2016
	Updated print/tex-xltxtra{,-doc} to 0.6
	Added print/tex-pbibtex-base{,-doc} version 0.0.2016
	Added print/tex-ptex-base{,-doc} version 0.0.2016
	Added print/tex-tex-ini-files{,-doc} version 2016
	Added print/tex-unicode-data{,-doc} version 1.4a
	Added print/tex-updmap-map version 2016

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 4 01:02:35 2015 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

Add SHA512 digests for distfiles for print category

Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 14 12:50:05 2015 UTC (8 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 25 03:53:52 2015 UTC (8 years, 11 months ago) by markd
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

Update tex-pgf{,-doc} to 3.0.0

latest texlive version.  changes unknown.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 12 17:22:22 2010 UTC (13 years, 4 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

Update tex-pgf{,-doc} to 2.10.

Changes:
        - renamed 'halfcircle' marker to 'halfcircle*' and added 'halfcircle'.
        - provided special case 'mark color=none' for the half-filled markers.
        - added more predefined dashed and dotted line patterns for
	  black/white plots
        - Imported spell checking results of Stefan Pinnow
        - Dealed with typo in 'sci generic' number formatting style: it now
	  accepts 'mantissa' *and* 'mantisse'
	- many more changes and bug fixes.

See share/texmf-dist/doc/generic/pgf/ChangeLog for the complete list.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 10 16:17:41 2010 UTC (13 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Break a cyclic dependency caused by teTeX-texmf-3.0nb23.

Bump PKGREVISION of tex-pgf.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 6 09:31:59 2009 UTC (14 years, 11 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Upgrade tex-pgf to 2.00.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 6 00:49:01 2006 UTC (17 years, 3 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-20061206, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of tex-pgf-1.10 (with some help from minskim, thanks!):

PGF is a macro package for creating graphics. It is platform- and
format-independent and works together with the most important TeX
backend drivers, including pdftex and dvips. It comes with a
user-friedly syntax layer called TikZ.

Its usage is similar to pstricks and the standard picture environment.
PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike
pstricks, it can produce either PostScript or PDF output.

Revision 1.1 / (download) - annotate - [selected], Wed Dec 6 00:49:01 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>