diff options
author | markd <markd@pkgsrc.org> | 2015-09-01 21:07:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-09-01 21:07:29 +0000 |
commit | 5bd9716923b8c88651dc897d72bb48994c4279eb (patch) | |
tree | 34d873c4dda5544d96139011f122360695077637 /graphics | |
parent | 52563ad3b210874590ac95c5c5a8c162380d51dc (diff) | |
download | pkgsrc-5bd9716923b8c88651dc897d72bb48994c4279eb.tar.gz |
Add tex-tikzposter{,-doc} 2.0 from yhardy in pkgsrc-wip.
Create scientific posters using TikZ
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-tikzposter-doc/DESCR | 1 | ||||
-rw-r--r-- | graphics/tex-tikzposter-doc/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-tikzposter-doc/PLIST | 5 | ||||
-rw-r--r-- | graphics/tex-tikzposter-doc/distinfo | 5 | ||||
-rw-r--r-- | graphics/tex-tikzposter/DESCR | 4 | ||||
-rw-r--r-- | graphics/tex-tikzposter/Makefile | 22 | ||||
-rw-r--r-- | graphics/tex-tikzposter/PLIST | 10 | ||||
-rw-r--r-- | graphics/tex-tikzposter/distinfo | 5 |
8 files changed, 65 insertions, 0 deletions
diff --git a/graphics/tex-tikzposter-doc/DESCR b/graphics/tex-tikzposter-doc/DESCR new file mode 100644 index 00000000000..485f4e10de0 --- /dev/null +++ b/graphics/tex-tikzposter-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-tikzposter. diff --git a/graphics/tex-tikzposter-doc/Makefile b/graphics/tex-tikzposter-doc/Makefile new file mode 100644 index 00000000000..2125ae35492 --- /dev/null +++ b/graphics/tex-tikzposter-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/09/01 21:07:29 markd Exp $ + +DISTNAME= tikzposter.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.0 +TEXLIVE_REV= 32732 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tikzposter +COMMENT= Documentation for tex-tikzposter +LICENSE= lppl-1.2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-tikzposter-doc/PLIST b/graphics/tex-tikzposter-doc/PLIST new file mode 100644 index 00000000000..ce4da52abdf --- /dev/null +++ b/graphics/tex-tikzposter-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/09/01 21:07:29 markd Exp $ +share/texmf-dist/doc/latex/tikzposter/README +share/texmf-dist/doc/latex/tikzposter/tikzposter-example.tex +share/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex +share/texmf-dist/doc/latex/tikzposter/tikzposter.pdf diff --git a/graphics/tex-tikzposter-doc/distinfo b/graphics/tex-tikzposter-doc/distinfo new file mode 100644 index 00000000000..f0887faaf6e --- /dev/null +++ b/graphics/tex-tikzposter-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/09/01 21:07:29 markd Exp $ + +SHA1 (tex-tikzposter-32732/tikzposter.doc.tar.xz) = a08eec4c3908cccd7eb9532e2716695961da7c2c +RMD160 (tex-tikzposter-32732/tikzposter.doc.tar.xz) = e62fdcb2449a1c336808df1c086561e14dd52a12 +Size (tex-tikzposter-32732/tikzposter.doc.tar.xz) = 297852 bytes diff --git a/graphics/tex-tikzposter/DESCR b/graphics/tex-tikzposter/DESCR new file mode 100644 index 00000000000..74e795dfd84 --- /dev/null +++ b/graphics/tex-tikzposter/DESCR @@ -0,0 +1,4 @@ +A document class provides a simple way of using TikZ for +generating posters. Several formatting options are available, +and spacing and layout of the poster is to a large extent +automated. diff --git a/graphics/tex-tikzposter/Makefile b/graphics/tex-tikzposter/Makefile new file mode 100644 index 00000000000..4e3de9ce593 --- /dev/null +++ b/graphics/tex-tikzposter/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2015/09/01 21:07:29 markd Exp $ + +DISTNAME= tikzposter +PKGNAME= tex-${DISTNAME}-2.0 +TEXLIVE_REV= 32732 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tikzposter +COMMENT= Create scientific posters using TikZ +LICENSE= lppl-1.2 + +DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae +DEPENDS+= tex-a0poster-[0-9]*:../../print/tex-a0poster +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-extsizes-[0-9]*:../../print/tex-extsizes +DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-tikzposter/PLIST b/graphics/tex-tikzposter/PLIST new file mode 100644 index 00000000000..9b5b53f8ee8 --- /dev/null +++ b/graphics/tex-tikzposter/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2015/09/01 21:07:29 markd Exp $ +share/texmf-dist/tex/latex/tikzposter/tikzposter.cls +share/texmf-dist/tex/latex/tikzposter/tikzposterBackgroundstyles.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterBlockstyles.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterColorpalettes.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterColorstyles.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterInnerblockstyles.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterLayoutthemes.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterNotestyles.tex +share/texmf-dist/tex/latex/tikzposter/tikzposterTitlestyles.tex diff --git a/graphics/tex-tikzposter/distinfo b/graphics/tex-tikzposter/distinfo new file mode 100644 index 00000000000..ef7884277a0 --- /dev/null +++ b/graphics/tex-tikzposter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/09/01 21:07:29 markd Exp $ + +SHA1 (tex-tikzposter-32732/tikzposter.tar.xz) = 7ee142b63467d1e023ad3ef378bddc94ac1f9548 +RMD160 (tex-tikzposter-32732/tikzposter.tar.xz) = cef6ffeee032f83f55259625c6a52cf2adcd4bcc +Size (tex-tikzposter-32732/tikzposter.tar.xz) = 11268 bytes |