pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Add tex-incgraph{,-doc} 1.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ec6a000f5a2
branches: trunk
changeset: 357440:8ec6a000f5a2
user: markd <markd%pkgsrc.org@localhost>
date: Fri Jan 20 21:09:07 2017 +0000
description:
Add tex-incgraph{,-doc} 1.12
The package provides tools for including graphics at the full
size of the output medium, or for creating "pages" whose size
is that of the graphic they contain. A principal use case is
documents that require inclusion of (potentially many) scans or
photographs. Bookmarking is especially supported. The tool box
has basic macros and a 'convenience' user interface that wraps
\includegraphics.
diffstat:
graphics/tex-incgraph-doc/DESCR | 1 +
graphics/tex-incgraph-doc/Makefile | 13 +++++++++++++
graphics/tex-incgraph-doc/PLIST | 15 +++++++++++++++
graphics/tex-incgraph-doc/distinfo | 6 ++++++
graphics/tex-incgraph/DESCR | 7 +++++++
graphics/tex-incgraph/Makefile | 17 +++++++++++++++++
graphics/tex-incgraph/PLIST | 2 ++
graphics/tex-incgraph/distinfo | 6 ++++++
8 files changed, 67 insertions(+), 0 deletions(-)
diffs (99 lines):
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph-doc/DESCR Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-incgraph.
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph-doc/Makefile Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/01/20 21:09:07 markd Exp $
+
+DISTNAME= incgraph.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.12
+TEXLIVE_REV= 36500
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/incgraph
+COMMENT= Documentation for tex-incgraph
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph-doc/PLIST Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,15 @@
+@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
+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-example-a.pdf
+share/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex
+share/texmf-dist/doc/latex/incgraph/incgraph-example-b.pdf
+share/texmf-dist/doc/latex/incgraph/incgraph-example-b.tex
+share/texmf-dist/doc/latex/incgraph/incgraph-example-c.pdf
+share/texmf-dist/doc/latex/incgraph/incgraph-example-c.tex
+share/texmf-dist/doc/latex/incgraph/incgraph.pdf
+share/texmf-dist/doc/latex/incgraph/incgraph.tex
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph-doc/distinfo Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/20 21:09:07 markd Exp $
+
+SHA1 (tex-incgraph-36500/incgraph.doc.tar.xz) = 8bac8698cf60d75ea718267b78240a7f23724bb0
+RMD160 (tex-incgraph-36500/incgraph.doc.tar.xz) = bdd91dbcefdee7ab00455fdab5f26c35afe766c1
+SHA512 (tex-incgraph-36500/incgraph.doc.tar.xz) = 62e66a103e6319c8334dae60cdaf00ba021fa4712fc779a3e95cc467dd8cc8ae1f1183d6a3154fd7923cbd6dd2b6809d08d99b319838a7f7591a626bea4b4ba6
+Size (tex-incgraph-36500/incgraph.doc.tar.xz) = 1079712 bytes
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph/DESCR Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,7 @@
+The package provides tools for including graphics at the full
+size of the output medium, or for creating "pages" whose size
+is that of the graphic they contain. A principal use case is
+documents that require inclusion of (potentially many) scans or
+photographs. Bookmarking is especially supported. The tool box
+has basic macros and a 'convenience' user interface that wraps
+\includegraphics.
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph/Makefile Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/01/20 21:09:07 markd Exp $
+
+DISTNAME= incgraph
+PKGNAME= tex-${DISTNAME}-1.12
+TEXLIVE_REV= 36500
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/incgraph
+COMMENT= Sophisticated graphics inclusion in a PDF document
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph/PLIST Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/20 21:09:07 markd Exp $
+share/texmf-dist/tex/latex/incgraph/incgraph.sty
diff -r 1d9261edc1d7 -r 8ec6a000f5a2 graphics/tex-incgraph/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-incgraph/distinfo Fri Jan 20 21:09:07 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/20 21:09:07 markd Exp $
+
+SHA1 (tex-incgraph-36500/incgraph.tar.xz) = 12937b01d76d6aa3760c295bc0778ed5921bb584
+RMD160 (tex-incgraph-36500/incgraph.tar.xz) = bf22c48bfc45d8d8e8214a39cde256630a879199
+SHA512 (tex-incgraph-36500/incgraph.tar.xz) = a8b9e1ac397d8e47eb2f29b7d0aa445cf25679400abd381641b227e9964804a952cd68e7ce923a6c5e34fc51857106f55b58c162795217654d429e7184f3b221
+Size (tex-incgraph-36500/incgraph.tar.xz) = 4208 bytes
Home |
Main Index |
Thread Index |
Old Index