diff options
author | markd <markd@pkgsrc.org> | 2016-04-23 22:32:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-04-23 22:32:02 +0000 |
commit | 7c90b4172e2ab793752e2053abb3f7b380ff418e (patch) | |
tree | 52175f60f99197af95b8ad756d1e0cf6683b4270 /graphics/tex-tikz-cd | |
parent | 992f2dd02462e7ce47154ce09f2d0b2617ec815a (diff) | |
download | pkgsrc-7c90b4172e2ab793752e2053abb3f7b380ff418e.tar.gz |
Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ
Add tex-pst-ovl{,-doc} 0.06 - Create and manage graphical overlays
Add tex-pst-tools{,-doc} 0.05 - PStricks support functions
Add tex-tikz-cd{,-doc} 0.9e - Create commutative diagrams with TikZ
Diffstat (limited to 'graphics/tex-tikz-cd')
-rw-r--r-- | graphics/tex-tikz-cd/DESCR | 8 | ||||
-rw-r--r-- | graphics/tex-tikz-cd/Makefile | 18 | ||||
-rw-r--r-- | graphics/tex-tikz-cd/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-tikz-cd/distinfo | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/graphics/tex-tikz-cd/DESCR b/graphics/tex-tikz-cd/DESCR new file mode 100644 index 00000000000..a2db4d08c0f --- /dev/null +++ b/graphics/tex-tikz-cd/DESCR @@ -0,0 +1,8 @@ +The general-purpose drawing package TiKZ can be used to typeset +commutative diagrams and other kinds of mathematical pictures, +generating high-quality results. The present package facilitates +the creation of such diagrams by providing a convenient set of +macros and reasonable default settings. It also includes an arrow +tip library closely matching the Computer Modern arrow tips, as +well as a general mechanism to use the arrow tips from any math +font in TikZ graphics. diff --git a/graphics/tex-tikz-cd/Makefile b/graphics/tex-tikz-cd/Makefile new file mode 100644 index 00000000000..dd2c0db1d59 --- /dev/null +++ b/graphics/tex-tikz-cd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= tikz-cd +PKGNAME= tex-${DISTNAME}-0.9e +CATEGORIES= graphics math print +TEXLIVE_REV= 35485 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-cd +COMMENT= Create commutative diagrams with TikZ +LICENSE= gnu-gpl-v3 + +DEPENDS+= tex-pgf-3.*:../../print/tex-pgf + +USE_LANGUAGES= # none + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-tikz-cd/PLIST b/graphics/tex-tikz-cd/PLIST new file mode 100644 index 00000000000..58bc0af1735 --- /dev/null +++ b/graphics/tex-tikz-cd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/tex/generic/tikz-cd/tikzlibrarycd.code.tex +share/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty diff --git a/graphics/tex-tikz-cd/distinfo b/graphics/tex-tikz-cd/distinfo new file mode 100644 index 00000000000..75983eca1c4 --- /dev/null +++ b/graphics/tex-tikz-cd/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-tikz-cd-35485/tikz-cd.tar.xz) = 931ee2329ab6be342cd49778bcd74024cc756fce +RMD160 (tex-tikz-cd-35485/tikz-cd.tar.xz) = c0c18b5cd1de7b13efc220f0ab54636247376ec1 +SHA512 (tex-tikz-cd-35485/tikz-cd.tar.xz) = 2b9a7408a5667ea8a02a2f03ea95a901d713dd4b5b4b3a74f6461450909531caf7b44037c0fda446fe81ab8a63724fa03a488f7aca816408fdd172c8a0caa10c +Size (tex-tikz-cd-35485/tikz-cd.tar.xz) = 6380 bytes |