diff options
author | minskim <minskim> | 2011-10-27 18:01:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-27 18:01:54 +0000 |
commit | 65a700d2eef2f677effbff6d37d20e6f1829a95a (patch) | |
tree | 014362e30a1dda81516f04165a0737a4ee745415 /graphics | |
parent | 368cc2d425e0859311c688e058bbf470a2ec2888 (diff) | |
download | pkgsrc-65a700d2eef2f677effbff6d37d20e6f1829a95a.tar.gz |
Update tex-pstricks{,-doc} to 2.23.
Changes:
- The new macro \psLoop allows a loop without defining a variable.
- Instead of using the package pst-fill one can now use the fill style
dots.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-pstricks-doc/Makefile | 6 | ||||
-rw-r--r-- | graphics/tex-pstricks-doc/PLIST | 8 | ||||
-rw-r--r-- | graphics/tex-pstricks-doc/distinfo | 8 | ||||
-rw-r--r-- | graphics/tex-pstricks/Makefile | 7 | ||||
-rw-r--r-- | graphics/tex-pstricks/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-pstricks/distinfo | 8 |
6 files changed, 23 insertions, 17 deletions
diff --git a/graphics/tex-pstricks-doc/Makefile b/graphics/tex-pstricks-doc/Makefile index 192b0d80152..f1bddb739b4 100644 --- a/graphics/tex-pstricks-doc/Makefile +++ b/graphics/tex-pstricks-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:12:54 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/27 18:01:55 minskim Exp $ DISTNAME= pstricks.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.17 -TEXLIVE_REV= 21291 +PKGNAME= tex-${DISTNAME:S/./-/}-2.23 +TEXLIVE_REV= 23858 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-pstricks diff --git a/graphics/tex-pstricks-doc/PLIST b/graphics/tex-pstricks-doc/PLIST index 99c1202bfc8..7e572a8a9de 100644 --- a/graphics/tex-pstricks-doc/PLIST +++ b/graphics/tex-pstricks-doc/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/17 18:12:54 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/27 18:01:55 minskim Exp $ share/texmf-dist/doc/generic/pstricks/Changes share/texmf-dist/doc/generic/pstricks/Changes.dvips share/texmf-dist/doc/generic/pstricks/Changes.generic share/texmf-dist/doc/generic/pstricks/Changes.latex +share/texmf-dist/doc/generic/pstricks/Makefile share/texmf-dist/doc/generic/pstricks/PSTricks.bib +share/texmf-dist/doc/generic/pstricks/README share/texmf-dist/doc/generic/pstricks/ctandir.sty share/texmf-dist/doc/generic/pstricks/images/flowers.eps share/texmf-dist/doc/generic/pstricks/images/tiger.eps @@ -11,8 +13,8 @@ share/texmf-dist/doc/generic/pstricks/images/tiger.pdf share/texmf-dist/doc/generic/pstricks/pst-doc.cls share/texmf-dist/doc/generic/pstricks/pst-doc.ist share/texmf-dist/doc/generic/pstricks/pst-doc.pdf -share/texmf-dist/doc/generic/pstricks/pst-docfull.pdf share/texmf-dist/doc/generic/pstricks/pst-news.sty +share/texmf-dist/doc/generic/pstricks/pst-news.tex share/texmf-dist/doc/generic/pstricks/pst-news05.pdf share/texmf-dist/doc/generic/pstricks/pst-news05.tex share/texmf-dist/doc/generic/pstricks/pst-news06.pdf @@ -23,6 +25,8 @@ share/texmf-dist/doc/generic/pstricks/pst-news09.pdf share/texmf-dist/doc/generic/pstricks/pst-news09.tex share/texmf-dist/doc/generic/pstricks/pst-news10.pdf share/texmf-dist/doc/generic/pstricks/pst-news10.tex +share/texmf-dist/doc/generic/pstricks/pst-news11.pdf +share/texmf-dist/doc/generic/pstricks/pst-news11.tex share/texmf-dist/doc/generic/pstricks/pst-quickref.pdf share/texmf-dist/doc/generic/pstricks/pst-user.pdf share/texmf-dist/doc/generic/pstricks/pst-user.tgz diff --git a/graphics/tex-pstricks-doc/distinfo b/graphics/tex-pstricks-doc/distinfo index e19a0879c9e..ea2e2bede95 100644 --- a/graphics/tex-pstricks-doc/distinfo +++ b/graphics/tex-pstricks-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/03/17 18:12:54 minskim Exp $ +$NetBSD: distinfo,v 1.2 2011/10/27 18:01:55 minskim Exp $ -SHA1 (tex-pstricks-21291/pstricks.doc.tar.xz) = 55295b50d1b2c4b8bec77788faf97dd887574a4a -RMD160 (tex-pstricks-21291/pstricks.doc.tar.xz) = 5719502fc1dfa1628d34a0279b3f6f398b6a3b24 -Size (tex-pstricks-21291/pstricks.doc.tar.xz) = 7449452 bytes +SHA1 (tex-pstricks-23858/pstricks.doc.tar.xz) = fd5acc62fa9082100497a1ae59d949ce16b490c8 +RMD160 (tex-pstricks-23858/pstricks.doc.tar.xz) = e31eb31eae89c9c383f11125727c1e9bb6948be3 +Size (tex-pstricks-23858/pstricks.doc.tar.xz) = 7219088 bytes diff --git a/graphics/tex-pstricks/Makefile b/graphics/tex-pstricks/Makefile index 428d48262a7..976b30baf74 100644 --- a/graphics/tex-pstricks/Makefile +++ b/graphics/tex-pstricks/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/27 18:01:54 minskim Exp $ DISTNAME= pstricks -PKGNAME= tex-${DISTNAME}-2.17 -TEXLIVE_REV= 21291 +PKGNAME= tex-${DISTNAME}-2.23 +TEXLIVE_REV= 23858 MAINTAINER= minskim@NetBSD.org COMMENT= PostScript macros for TeX CONFLICTS= teTeX-texmf<=3.0nb29 DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pstricks/PLIST b/graphics/tex-pstricks/PLIST index f90145aecad..c3fbcc3f90b 100644 --- a/graphics/tex-pstricks/PLIST +++ b/graphics/tex-pstricks/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/27 18:01:55 minskim Exp $ share/texmf-dist/dvips/pstricks/pst-algparser.pro share/texmf-dist/dvips/pstricks/pst-dots.pro share/texmf-dist/dvips/pstricks/pst-dots97.pro +share/texmf-dist/dvips/pstricks/pst-tools.pro share/texmf-dist/dvips/pstricks/pstricks.pro share/texmf-dist/dvips/pstricks/pstricks97.pro share/texmf-dist/tex/generic/pstricks/config/Changes diff --git a/graphics/tex-pstricks/distinfo b/graphics/tex-pstricks/distinfo index 9f3cd0e5dd6..1a59ae420fb 100644 --- a/graphics/tex-pstricks/distinfo +++ b/graphics/tex-pstricks/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ +$NetBSD: distinfo,v 1.2 2011/10/27 18:01:55 minskim Exp $ -SHA1 (tex-pstricks-21291/pstricks.tar.xz) = b601a288725d05aa251f71507f999c97a86c5821 -RMD160 (tex-pstricks-21291/pstricks.tar.xz) = 39a43b8f5dc325375a5bfcfa6e6d16c4080059b4 -Size (tex-pstricks-21291/pstricks.tar.xz) = 62652 bytes +SHA1 (tex-pstricks-23858/pstricks.tar.xz) = 538f75de741dc161320e1b533f82b7aa827a04f4 +RMD160 (tex-pstricks-23858/pstricks.tar.xz) = 1eb999b33cf5edf086e59b407b99b1a88d303a6d +Size (tex-pstricks-23858/pstricks.tar.xz) = 63112 bytes |