summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-08 23:27:33 +0000
committermarkd <markd@pkgsrc.org>2022-04-08 23:27:33 +0000
commit4dcec1a2906c6338cd90323c001f4e19085f97ea (patch)
treedbb386db16bcf9ff226a202fec6de2d265dbebf9 /graphics
parent6e3f433f5d83bcef2614655a1e07e8607d8ce29b (diff)
downloadpkgsrc-4dcec1a2906c6338cd90323c001f4e19085f97ea.tar.gz
tex-incgraph{,-doc}: update to 1.2.0
### Added - Option `overlay page number options` - `\igrGetPageSize` - `\igrPageWidth` - `\igrPageHeight` - `\igrSetPageSize` - `\igrGetLastPage` - `\igrLastPage` - Adding/Guessing file name extensions - Option `extensions` - Option `extensions add` - Option `extensions from graphics` - Option `ignore on not found with extensions` - Option `ignore on not found with extensions*` - Option `no existence check` ### Changed - Changelog moved from CHANGES to CHANGES.md and adapted to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - From now on version numbers adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) - Readme moved from README to README.md and adapted to - Documentation code revised - Internal package creation process modernized (invisible to the user) - Adaption of paper size made compatible with lualatex - Implementation of `\incgraph` and `\incmultigraph` changed (to LaTeX3) ### Fixed - Documentation typos corrected - `\incgraph` ignored option settings for not existing files.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tex-incgraph-doc/Makefile7
-rw-r--r--graphics/tex-incgraph-doc/PLIST7
-rw-r--r--graphics/tex-incgraph-doc/distinfo8
-rw-r--r--graphics/tex-incgraph/Makefile7
-rw-r--r--graphics/tex-incgraph/distinfo8
5 files changed, 18 insertions, 19 deletions
diff --git a/graphics/tex-incgraph-doc/Makefile b/graphics/tex-incgraph-doc/Makefile
index b3da39daba3..d8359eb0890 100644
--- a/graphics/tex-incgraph-doc/Makefile
+++ b/graphics/tex-incgraph-doc/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:26 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/08 23:27:33 markd Exp $
DISTNAME= incgraph.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.12
-TEXLIVE_REV= 36500
+PKGNAME= tex-${DISTNAME:S/./-/}-1.2.0
+TEXLIVE_REV= 60810
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/incgraph
COMMENT= Documentation for tex-incgraph
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-incgraph-doc/PLIST b/graphics/tex-incgraph-doc/PLIST
index ecc0c8fdb4c..6e02170f3fa 100644
--- a/graphics/tex-incgraph-doc/PLIST
+++ b/graphics/tex-incgraph-doc/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/20 21:09:07 markd Exp $
-share/texmf-dist/doc/latex/incgraph/CHANGES
-share/texmf-dist/doc/latex/incgraph/README
+@comment $NetBSD: PLIST,v 1.2 2022/04/08 23:27:33 markd Exp $
+share/texmf-dist/doc/latex/incgraph/CHANGES.md
+share/texmf-dist/doc/latex/incgraph/README.md
share/texmf-dist/doc/latex/incgraph/exaimage-0001.png
share/texmf-dist/doc/latex/incgraph/exaimage-0037.png
share/texmf-dist/doc/latex/incgraph/exaimage-0123.png
share/texmf-dist/doc/latex/incgraph/example.jpg
+share/texmf-dist/doc/latex/incgraph/incgraph-doc.sty
share/texmf-dist/doc/latex/incgraph/incgraph-example-a.pdf
share/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex
share/texmf-dist/doc/latex/incgraph/incgraph-example-b.pdf
diff --git a/graphics/tex-incgraph-doc/distinfo b/graphics/tex-incgraph-doc/distinfo
index 4caf03f960f..2a5837520c2 100644
--- a/graphics/tex-incgraph-doc/distinfo
+++ b/graphics/tex-incgraph-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:47:03 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/08 23:27:33 markd Exp $
-BLAKE2s (tex-incgraph-36500/incgraph.doc.tar.xz) = 97bcc966ff7237d1ce3b17ffc5802c8115fa4f99816271209e5d32cdf57e53e7
-SHA512 (tex-incgraph-36500/incgraph.doc.tar.xz) = 62e66a103e6319c8334dae60cdaf00ba021fa4712fc779a3e95cc467dd8cc8ae1f1183d6a3154fd7923cbd6dd2b6809d08d99b319838a7f7591a626bea4b4ba6
-Size (tex-incgraph-36500/incgraph.doc.tar.xz) = 1079712 bytes
+BLAKE2s (incgraph.doc.r60810.tar.xz) = 058144180b25584fc2426444d7eea71d9f04bcc7245124c5ea903e621179fcfc
+SHA512 (incgraph.doc.r60810.tar.xz) = 3e37591fd1c239d2feb262434a5782be0160104392f6b6c2f330aa30d8e8af5905694a125d29045b403239d67952bb88d1194a1d1e61194e82426405fa11c772
+Size (incgraph.doc.r60810.tar.xz) = 1111764 bytes
diff --git a/graphics/tex-incgraph/Makefile b/graphics/tex-incgraph/Makefile
index 8ca3d3b398f..065d7736961 100644
--- a/graphics/tex-incgraph/Makefile
+++ b/graphics/tex-incgraph/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:26 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/08 23:27:33 markd Exp $
DISTNAME= incgraph
-PKGNAME= tex-${DISTNAME}-1.12
-TEXLIVE_REV= 36500
+PKGNAME= tex-${DISTNAME}-1.2.0
+TEXLIVE_REV= 60810
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/incgraph
@@ -13,6 +13,5 @@ DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-incgraph/distinfo b/graphics/tex-incgraph/distinfo
index f6ab533a250..be366f3fca1 100644
--- a/graphics/tex-incgraph/distinfo
+++ b/graphics/tex-incgraph/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:47:03 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/08 23:27:33 markd Exp $
-BLAKE2s (tex-incgraph-36500/incgraph.tar.xz) = 8bcbc970515a2599804d65575ed93fb5c3c96a863880b34c2868eaad74912fe2
-SHA512 (tex-incgraph-36500/incgraph.tar.xz) = a8b9e1ac397d8e47eb2f29b7d0aa445cf25679400abd381641b227e9964804a952cd68e7ce923a6c5e34fc51857106f55b58c162795217654d429e7184f3b221
-Size (tex-incgraph-36500/incgraph.tar.xz) = 4208 bytes
+BLAKE2s (incgraph.r60810.tar.xz) = 550318893495ca19c62759fe51e74c013b0954d6d218518b5fa6c4388c09a710
+SHA512 (incgraph.r60810.tar.xz) = 06c7228e1ef4d760f6d7b1d308d4946eef7a55a60ff39bba6bdc6a96407cb6fab9f47dfd2c26f37d4f674d815e0ab7196badf2590638e214c980d26343a6bd55
+Size (incgraph.r60810.tar.xz) = 4976 bytes