pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Apr  8 23:27:34 UTC 2022

Modified Files:
        pkgsrc/graphics/tex-incgraph: Makefile distinfo
        pkgsrc/graphics/tex-incgraph-doc: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/tex-incgraph/Makefile \
    pkgsrc/graphics/tex-incgraph/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/tex-incgraph-doc/Makefile \
    pkgsrc/graphics/tex-incgraph-doc/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tex-incgraph-doc/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tex-incgraph/Makefile
diff -u pkgsrc/graphics/tex-incgraph/Makefile:1.3 pkgsrc/graphics/tex-incgraph/Makefile:1.4
--- pkgsrc/graphics/tex-incgraph/Makefile:1.3   Sat Jan 18 23:32:26 2020
+++ pkgsrc/graphics/tex-incgraph/Makefile       Fri Apr  8 23:27:33 2022
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/incgraph
@@ -13,6 +13,5 @@ DEPENDS+=     tex-graphics-[0-9]*:../../prin
 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"
Index: pkgsrc/graphics/tex-incgraph/distinfo
diff -u pkgsrc/graphics/tex-incgraph/distinfo:1.3 pkgsrc/graphics/tex-incgraph/distinfo:1.4
--- pkgsrc/graphics/tex-incgraph/distinfo:1.3   Tue Oct 26 10:47:03 2021
+++ pkgsrc/graphics/tex-incgraph/distinfo       Fri Apr  8 23:27:33 2022
@@ -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

Index: pkgsrc/graphics/tex-incgraph-doc/Makefile
diff -u pkgsrc/graphics/tex-incgraph-doc/Makefile:1.3 pkgsrc/graphics/tex-incgraph-doc/Makefile:1.4
--- pkgsrc/graphics/tex-incgraph-doc/Makefile:1.3       Sat Jan 18 23:32:26 2020
+++ pkgsrc/graphics/tex-incgraph-doc/Makefile   Fri Apr  8 23:27:33 2022
@@ -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@localhost
 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"
Index: pkgsrc/graphics/tex-incgraph-doc/distinfo
diff -u pkgsrc/graphics/tex-incgraph-doc/distinfo:1.3 pkgsrc/graphics/tex-incgraph-doc/distinfo:1.4
--- pkgsrc/graphics/tex-incgraph-doc/distinfo:1.3       Tue Oct 26 10:47:03 2021
+++ pkgsrc/graphics/tex-incgraph-doc/distinfo   Fri Apr  8 23:27:33 2022
@@ -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

Index: pkgsrc/graphics/tex-incgraph-doc/PLIST
diff -u pkgsrc/graphics/tex-incgraph-doc/PLIST:1.1 pkgsrc/graphics/tex-incgraph-doc/PLIST:1.2
--- pkgsrc/graphics/tex-incgraph-doc/PLIST:1.1  Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph-doc/PLIST      Fri Apr  8 23:27:33 2022
@@ -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



Home | Main Index | Thread Index | Old Index