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 Jan 20 21:09:07 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-incgraph/DESCR \
    pkgsrc/graphics/tex-incgraph/Makefile pkgsrc/graphics/tex-incgraph/PLIST \
    pkgsrc/graphics/tex-incgraph/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-incgraph-doc/DESCR \
    pkgsrc/graphics/tex-incgraph-doc/Makefile \
    pkgsrc/graphics/tex-incgraph-doc/PLIST \
    pkgsrc/graphics/tex-incgraph-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/graphics/tex-incgraph/DESCR
diff -u /dev/null pkgsrc/graphics/tex-incgraph/DESCR:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph/DESCR  Fri Jan 20 21:09:07 2017
@@ -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.
Index: pkgsrc/graphics/tex-incgraph/Makefile
diff -u /dev/null pkgsrc/graphics/tex-incgraph/Makefile:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph/Makefile       Fri Jan 20 21:09:07 2017
@@ -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"
Index: pkgsrc/graphics/tex-incgraph/PLIST
diff -u /dev/null pkgsrc/graphics/tex-incgraph/PLIST:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph/PLIST  Fri Jan 20 21:09:07 2017
@@ -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
Index: pkgsrc/graphics/tex-incgraph/distinfo
diff -u /dev/null pkgsrc/graphics/tex-incgraph/distinfo:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph/distinfo       Fri Jan 20 21:09:07 2017
@@ -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

Index: pkgsrc/graphics/tex-incgraph-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-incgraph-doc/DESCR:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph-doc/DESCR      Fri Jan 20 21:09:07 2017
@@ -0,0 +1 @@
+Documentation for tex-incgraph.
Index: pkgsrc/graphics/tex-incgraph-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-incgraph-doc/Makefile:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph-doc/Makefile   Fri Jan 20 21:09:07 2017
@@ -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"
Index: pkgsrc/graphics/tex-incgraph-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-incgraph-doc/PLIST:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph-doc/PLIST      Fri Jan 20 21:09:07 2017
@@ -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
Index: pkgsrc/graphics/tex-incgraph-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-incgraph-doc/distinfo:1.1
--- /dev/null   Fri Jan 20 21:09:07 2017
+++ pkgsrc/graphics/tex-incgraph-doc/distinfo   Fri Jan 20 21:09:07 2017
@@ -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



Home | Main Index | Thread Index | Old Index