pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics tex-pictex{,-doc}: update to 1.1b



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f9a87aed4f
branches:  trunk
changeset: 376844:27f9a87aed4f
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 14 03:13:24 2022 +0000

description:
tex-pictex{,-doc}: update to 1.1b

No changes to the main pictex.tex macro file (still Version 1.1   9/21/87)
but the LaTeX interface in prepictex.tex and postpictex.tex is updated to
work alongside the extended picture environment in recent LaTex releases.

diffstat:

 graphics/tex-pictex-doc/Makefile |   9 ++++-----
 graphics/tex-pictex-doc/PLIST    |   6 +++---
 graphics/tex-pictex-doc/distinfo |   8 ++++----
 graphics/tex-pictex/DESCR        |  14 ++++----------
 graphics/tex-pictex/Makefile     |   9 ++++-----
 graphics/tex-pictex/distinfo     |   8 ++++----
 6 files changed, 23 insertions(+), 31 deletions(-)

diffs (100 lines):

diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex-doc/Makefile
--- a/graphics/tex-pictex-doc/Makefile  Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex-doc/Makefile  Thu Apr 14 03:13:24 2022 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:32:30 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/14 03:13:24 markd Exp $
 
 DISTNAME=      pictex.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.1
-TEXLIVE_REV=   21943
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.1b
+TEXLIVE_REV=   59551
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pictex
 COMMENT=       Documentation for tex-pictex
-LICENSE=       lppl-1.3c
+LICENSE=       lppl-1.0
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex-doc/PLIST
--- a/graphics/tex-pictex-doc/PLIST     Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex-doc/PLIST     Thu Apr 14 03:13:24 2022 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/05 14:40:41 wiz Exp $
-share/texmf-dist/doc/generic/pictex/00index
-share/texmf-dist/doc/generic/pictex/README
+@comment $NetBSD: PLIST,v 1.2 2022/04/14 03:13:24 markd Exp $
+share/texmf-dist/doc/generic/pictex/README.TEXLIVE
+share/texmf-dist/doc/generic/pictex/README.txt
 share/texmf-dist/doc/generic/pictex/pictexzusatz.txt
 share/texmf-dist/doc/generic/pictex/readme.errorbars
diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex-doc/distinfo
--- a/graphics/tex-pictex-doc/distinfo  Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex-doc/distinfo  Thu Apr 14 03:13:24 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:07 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:13:24 markd Exp $
 
-BLAKE2s (tex-pictex-21943/pictex.doc.tar.xz) = c565f3547d94334ec834cff4c2a55f2824f9773b6659c792b0c22ac0d334b680
-SHA512 (tex-pictex-21943/pictex.doc.tar.xz) = 81fb9669b752d5c5cbc5aa2dc88be94f79030b501fdd34098708889c57791858905931da890f7405b43a4e5e620b6a521bbab475419740feb672f19d9d97d776
-Size (tex-pictex-21943/pictex.doc.tar.xz) = 1424 bytes
+BLAKE2s (pictex.doc.r59551.tar.xz) = 2c7e32eaef534647be8a0a8ea2394e927adc97c3fc050606bdc4a7cf50c07644
+SHA512 (pictex.doc.r59551.tar.xz) = e5bdad8dfdeaf3e3427d37b35641f37c8bb8005aea3773a914967a10b2583e1721fe0afeea0b8cb7f230edfa7b7d33c2d6fe023c229de4a27d6c979f6830088a
+Size (pictex.doc.r59551.tar.xz) = 1608 bytes
diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex/DESCR
--- a/graphics/tex-pictex/DESCR Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex/DESCR Thu Apr 14 03:13:24 2022 +0000
@@ -1,10 +1,4 @@
-PicTeX is an early, and very comprehensive drawing package,
-that mostly draws by placing myriads of small dots to make up
-pictures. It has a tendency to run out of space, most
-especially of allowable dimensions registers; packages m-pictex
-and pictexwd deal with the register problem, in different ways.
-Note that full documentation may be bought via the PC-TeX site,
-though a command summary is available as free software.
-Alternatively, a front-end package such as mathsPiC, which
-covers all of PicTeX and has a complete and free manual, could
-be used.
+PicTeX is an early and very comprehensive drawing package that
+mostly draws by placing myriads of small dots to make up
+pictures. It has a tendency to run out of space; packages
+m-pictex and pictexwd deal with the problems in different ways.
diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex/Makefile
--- a/graphics/tex-pictex/Makefile      Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex/Makefile      Thu Apr 14 03:13:24 2022 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:30 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/14 03:13:24 markd Exp $
 
 DISTNAME=      pictex
-PKGNAME=       tex-${DISTNAME}-1.1
-TEXLIVE_REV=   21943
+PKGNAME=       tex-${DISTNAME}-1.1b
+TEXLIVE_REV=   59551
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pictex
 COMMENT=       Picture drawing macros for TeX and LaTeX
-LICENSE=       lppl-1.3c
+LICENSE=       lppl-1.0
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 125d75f85e00 -r 27f9a87aed4f graphics/tex-pictex/distinfo
--- a/graphics/tex-pictex/distinfo      Thu Apr 14 03:10:21 2022 +0000
+++ b/graphics/tex-pictex/distinfo      Thu Apr 14 03:13:24 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:07 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:13:24 markd Exp $
 
-BLAKE2s (tex-pictex-21943/pictex.tar.xz) = dc1b6244a7a2a5800741509e1b174bf791d2da3900d6aebfe2b3c4825c88714b
-SHA512 (tex-pictex-21943/pictex.tar.xz) = d5854426024369965592242c523f384890484046696f4721fb3139c9de2fbd86434589e466f2875376bfd7ea90d478b06f076ab40df951bb1dfe40bea9dc2b14
-Size (tex-pictex-21943/pictex.tar.xz) = 41424 bytes
+BLAKE2s (pictex.r59551.tar.xz) = fe03a8afbb9bb6a7596c49ea283b407769a4b59667d61e773487df8cad4acb89
+SHA512 (pictex.r59551.tar.xz) = cca6216568bead5120ef39eb2743897ad97d285b55e7d9b0723b3f6c7fa94ab17cb8cecb946845aefc57eae3c69305de6d839feb9df8212be83d2c7f242c2fd4
+Size (pictex.r59551.tar.xz) = 41444 bytes



Home | Main Index | Thread Index | Old Index