summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-08-24 02:21:17 +0000
committermarkd <markd@pkgsrc.org>2017-08-24 02:21:17 +0000
commit4ad8ba6b506f3a086d4837c4abadd5ceaf2b8d27 (patch)
tree1e07ca2d9b2ed980d7578f6c5e2916edc68722ec /graphics
parent2110a1b70e7b650e1d220687a3d5402dcccd9180 (diff)
downloadpkgsrc-4ad8ba6b506f3a086d4837c4abadd5ceaf2b8d27.tar.gz
Add tex-venndiagram{,-doc} 1.1
The package assists generation of simple two- and three-set Venn diagrams for lectures or assignment sheets. The package requires the TikZ package.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tex-venndiagram-doc/DESCR1
-rw-r--r--graphics/tex-venndiagram-doc/Makefile13
-rw-r--r--graphics/tex-venndiagram-doc/PLIST7
-rw-r--r--graphics/tex-venndiagram-doc/distinfo6
-rw-r--r--graphics/tex-venndiagram/DESCR3
-rw-r--r--graphics/tex-venndiagram/Makefile17
-rw-r--r--graphics/tex-venndiagram/PLIST2
-rw-r--r--graphics/tex-venndiagram/distinfo6
8 files changed, 55 insertions, 0 deletions
diff --git a/graphics/tex-venndiagram-doc/DESCR b/graphics/tex-venndiagram-doc/DESCR
new file mode 100644
index 00000000000..42e76934425
--- /dev/null
+++ b/graphics/tex-venndiagram-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-venndiagram.
diff --git a/graphics/tex-venndiagram-doc/Makefile b/graphics/tex-venndiagram-doc/Makefile
new file mode 100644
index 00000000000..75e9c1650fe
--- /dev/null
+++ b/graphics/tex-venndiagram-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/08/24 02:21:17 markd Exp $
+
+DISTNAME= venndiagram.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.1
+TEXLIVE_REV= 40058
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/venndiagram
+COMMENT= Documentation for tex-venndiagram
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-venndiagram-doc/PLIST b/graphics/tex-venndiagram-doc/PLIST
new file mode 100644
index 00000000000..3ecb599ad9b
--- /dev/null
+++ b/graphics/tex-venndiagram-doc/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/24 02:21:17 markd Exp $
+share/texmf-dist/doc/latex/venndiagram/CHANGES
+share/texmf-dist/doc/latex/venndiagram/INSTALL
+share/texmf-dist/doc/latex/venndiagram/README
+share/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf
+share/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex
+share/texmf-dist/doc/latex/venndiagram/venndiagram.pdf
diff --git a/graphics/tex-venndiagram-doc/distinfo b/graphics/tex-venndiagram-doc/distinfo
new file mode 100644
index 00000000000..a5aaad14f16
--- /dev/null
+++ b/graphics/tex-venndiagram-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/24 02:21:17 markd Exp $
+
+SHA1 (tex-venndiagram-40058/venndiagram.doc.tar.xz) = c24f289e3a2dbe91aa3af8634944efb5b2dc4aaa
+RMD160 (tex-venndiagram-40058/venndiagram.doc.tar.xz) = 692b7dd87cc27d1ad44006905c51e6d3a862fcec
+SHA512 (tex-venndiagram-40058/venndiagram.doc.tar.xz) = 7bcc53d92651d56cb6c1b7115fe451f71c18d191f0dd2d73501b0893cb45c469a48a877d7857e4f145f68ed583f3969796f8c8e6d041e5f4ca5d8a61c8337dc8
+Size (tex-venndiagram-40058/venndiagram.doc.tar.xz) = 337552 bytes
diff --git a/graphics/tex-venndiagram/DESCR b/graphics/tex-venndiagram/DESCR
new file mode 100644
index 00000000000..c764e69b135
--- /dev/null
+++ b/graphics/tex-venndiagram/DESCR
@@ -0,0 +1,3 @@
+The package assists generation of simple two- and three-set
+Venn diagrams for lectures or assignment sheets. The package
+requires the TikZ package.
diff --git a/graphics/tex-venndiagram/Makefile b/graphics/tex-venndiagram/Makefile
new file mode 100644
index 00000000000..89e43ef9360
--- /dev/null
+++ b/graphics/tex-venndiagram/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/08/24 02:21:17 markd Exp $
+
+DISTNAME= venndiagram
+PKGNAME= tex-${DISTNAME}-1.1
+TEXLIVE_REV= 40058
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/venndiagram
+COMMENT= Creating Venn diagrams with TikZ
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-venndiagram/PLIST b/graphics/tex-venndiagram/PLIST
new file mode 100644
index 00000000000..7a97fd3f357
--- /dev/null
+++ b/graphics/tex-venndiagram/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/24 02:21:17 markd Exp $
+share/texmf-dist/tex/latex/venndiagram/venndiagram.sty
diff --git a/graphics/tex-venndiagram/distinfo b/graphics/tex-venndiagram/distinfo
new file mode 100644
index 00000000000..f2f54a237a6
--- /dev/null
+++ b/graphics/tex-venndiagram/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/24 02:21:17 markd Exp $
+
+SHA1 (tex-venndiagram-40058/venndiagram.tar.xz) = 160cfc22057b1e25ef6198933229d86b8e32cad1
+RMD160 (tex-venndiagram-40058/venndiagram.tar.xz) = b45ccdb5cb8ef895c4235bb94969727ca9f1fc27
+SHA512 (tex-venndiagram-40058/venndiagram.tar.xz) = f8cc4a26f9a9a905b49de652f63540058f7a7e30ba3ede26a2baec2a8c3ac309c667282b011a16fa71f0180063cd73fd7dffaed0dbebf50422921583b173e81d
+Size (tex-venndiagram-40058/venndiagram.tar.xz) = 4120 bytes