pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr  3 11:39:00 UTC 2023

Added Files:
        pkgsrc/print/tex-gincltex: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-gincltex-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-gincltex{,-doc}: add version 0.3

The package builds on the standard LaTeX packages graphics
and/or graphicx and allows external LaTeX source files to be
included, in the same way as graphic files, by
\includegraphics. In effect, then package adds support for the
.tex extension. Some of the lower level operations like
clipping and trimming are implemented using the adjustbox
package which includes native pdfLaTeX support and uses the pgf
package for other output formats.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-gincltex/DESCR \
    pkgsrc/print/tex-gincltex/Makefile pkgsrc/print/tex-gincltex/PLIST \
    pkgsrc/print/tex-gincltex/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-gincltex-doc/DESCR \
    pkgsrc/print/tex-gincltex-doc/Makefile \
    pkgsrc/print/tex-gincltex-doc/PLIST \
    pkgsrc/print/tex-gincltex-doc/distinfo

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

Added files:

Index: pkgsrc/print/tex-gincltex/DESCR
diff -u /dev/null pkgsrc/print/tex-gincltex/DESCR:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex/DESCR     Mon Apr  3 11:39:00 2023
@@ -0,0 +1,8 @@
+The package builds on the standard LaTeX packages graphics
+and/or graphicx and allows external LaTeX source files to be
+included, in the same way as graphic files, by
+\includegraphics. In effect, then package adds support for the
+.tex extension. Some of the lower level operations like
+clipping and trimming are implemented using the adjustbox
+package which includes native pdfLaTeX support and uses the pgf
+package for other output formats.
Index: pkgsrc/print/tex-gincltex/Makefile
diff -u /dev/null pkgsrc/print/tex-gincltex/Makefile:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex/Makefile  Mon Apr  3 11:39:00 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/04/03 11:39:00 markd Exp $
+
+DISTNAME=      gincltex
+PKGNAME=       tex-${DISTNAME}-0.3
+TEXLIVE_REV=   64967
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/gincltex
+COMMENT=       Include TeX files as graphics (.tex support for \includegraphics)
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-adjustbox-[0-9]*:../../print/tex-adjustbox
+DEPENDS+=      tex-svn-prov-[0-9]*:../../print/tex-svn-prov
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-gincltex/PLIST
diff -u /dev/null pkgsrc/print/tex-gincltex/PLIST:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex/PLIST     Mon Apr  3 11:39:00 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/03 11:39:00 markd Exp $
+share/texmf-dist/tex/latex/gincltex/gincltex.sty
Index: pkgsrc/print/tex-gincltex/distinfo
diff -u /dev/null pkgsrc/print/tex-gincltex/distinfo:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex/distinfo  Mon Apr  3 11:39:00 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/03 11:39:00 markd Exp $
+
+BLAKE2s (gincltex.r64967.tar.xz) = ba8b9b5079e310a189c7925df695071416559b88f7ae7c1b287d55bc8cf54416
+SHA512 (gincltex.r64967.tar.xz) = 2137967697765b1167f36a858d2eda778b43ff1d681ec0d8af7963d2ab4a92448c6c1ad6933975afcc211d301cf168528e7ded7c3114c4b5ec580f42d8a7b664
+Size (gincltex.r64967.tar.xz) = 1900 bytes

Index: pkgsrc/print/tex-gincltex-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-gincltex-doc/DESCR:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex-doc/DESCR Mon Apr  3 11:39:00 2023
@@ -0,0 +1 @@
+Documentation for tex-gincltex.
Index: pkgsrc/print/tex-gincltex-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-gincltex-doc/Makefile:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex-doc/Makefile      Mon Apr  3 11:39:00 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/04/03 11:39:00 markd Exp $
+
+DISTNAME=      gincltex.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3
+TEXLIVE_REV=   64967
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/gincltex
+COMMENT=       Documentation for tex-gincltex
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-gincltex-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-gincltex-doc/PLIST:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex-doc/PLIST Mon Apr  3 11:39:00 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/03 11:39:00 markd Exp $
+share/texmf-dist/doc/latex/gincltex/README
+share/texmf-dist/doc/latex/gincltex/gincltex.pdf
Index: pkgsrc/print/tex-gincltex-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-gincltex-doc/distinfo:1.1
--- /dev/null   Mon Apr  3 11:39:00 2023
+++ pkgsrc/print/tex-gincltex-doc/distinfo      Mon Apr  3 11:39:00 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/03 11:39:00 markd Exp $
+
+BLAKE2s (gincltex.doc.r64967.tar.xz) = eff5c64beeca6e2b820a08745845a050d9f4a4ccb139e4c8d29467fbc422755e
+SHA512 (gincltex.doc.r64967.tar.xz) = 86ee14069c5522d7c0713a532627bf29e8cf71ec4c86184377cdcd8a73dcf0f034be9e92b8ff7c2caef8310f968c956d712f3281eb6e4d36e83a3464149489b9
+Size (gincltex.doc.r64967.tar.xz) = 168440 bytes



Home | Main Index | Thread Index | Old Index