summaryrefslogtreecommitdiff
path: root/meta-pkgs/texlive-collection-mathextra
diff options
context:
space:
mode:
authormarkd <markd>2015-05-06 10:41:42 +0000
committermarkd <markd>2015-05-06 10:41:42 +0000
commitb80cfbfc5fb8a2980a90d1e75b42341ac5f47b90 (patch)
tree2ab9ebcd60ef94a3331171a45ee5a47eb69b6fb7 /meta-pkgs/texlive-collection-mathextra
parent2efcc0ec3bf29d042cab87be239f2928ad3e0cd5 (diff)
downloadpkgsrc-b80cfbfc5fb8a2980a90d1e75b42341ac5f47b90.tar.gz
Add texlive-collection-bibtexextra 2014pre1
Add texlive-collection-binextra 2014pre1 Add texlive-collection-context 2014pre1 Add texlive-collection-fontsextra 2014pre1 Add texlive-collection-fontutils 2014pre1 Add texlive-collection-formatsextra 2014pre1 Add texlive-collection-games 2014pre1 Add texlive-collection-genericextra 2014pre1 Add texlive-collection-htmlxml 2014pre1 Add texlive-collection-langafrican 2014pre1 Add texlive-collection-langarabic 2014pre1 Add texlive-collection-langchinese 2014pre1 Add texlive-collection-langcjk 2014pre1 Add texlive-collection-langcyrillic 2014pre1 Add texlive-collection-langczechslovak 2014pre1 Add texlive-collection-langenglish 2014pre1 Add texlive-collection-langeuropean 2014pre1 Add texlive-collection-langfrench 2014pre1 Add texlive-collection-langgerman 2014pre1 Add texlive-collection-langgreek 2014pre1 Add texlive-collection-langindic 2014pre1 Add texlive-collection-langitalian 2014pre1 Add texlive-collection-langjapanese 2014pre1 Add texlive-collection-langkorean 2014pre1 Add texlive-collection-langother 2014pre1 Add texlive-collection-langpolish 2014pre1 Add texlive-collection-langportuguese 2014pre1 Add texlive-collection-langspanish 2014pre1 Add texlive-collection-latexextra 2014pre1 Add texlive-collection-luatex 2014pre1 Add texlive-collection-mathextra 2014pre1 Add texlive-collection-metapost 2014pre1 Add texlive-collection-music 2014pre1 Add texlive-collection-omega 2014pre1 Add texlive-collection-pictures 2014pre1 Add texlive-collection-plainextra 2014pre1 Add texlive-collection-pstricks 2014pre1 Add texlive-collection-publishers 2014pre1 Add texlive-collection-science 2014pre1 Add texlive-collection-xetex 2014pre1 Meta-packages corresponding to texlive collections. Currently the collections are incomplete as not all texlive packages are in pkgsrc - hence the 2014pre1 version.
Diffstat (limited to 'meta-pkgs/texlive-collection-mathextra')
-rw-r--r--meta-pkgs/texlive-collection-mathextra/DESCR1
-rw-r--r--meta-pkgs/texlive-collection-mathextra/Makefile78
2 files changed, 79 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-mathextra/DESCR b/meta-pkgs/texlive-collection-mathextra/DESCR
new file mode 100644
index 00000000000..644bf2df7ba
--- /dev/null
+++ b/meta-pkgs/texlive-collection-mathextra/DESCR
@@ -0,0 +1 @@
+Mathematics packages.
diff --git a/meta-pkgs/texlive-collection-mathextra/Makefile b/meta-pkgs/texlive-collection-mathextra/Makefile
new file mode 100644
index 00000000000..29f79d03955
--- /dev/null
+++ b/meta-pkgs/texlive-collection-mathextra/Makefile
@@ -0,0 +1,78 @@
+# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:44 markd Exp $
+
+DISTNAME= collection-mathextra
+PKGNAME= texlive-${DISTNAME}-2014pre1
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+TEXLIVE_REV= 36538
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= Mathematics TeX packages
+
+DEPENDS+= texlive-collection-fontsrecommended-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended
+DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
+
+# depend 12many
+# depend amstex
+# depend backnaur
+# depend begriff
+# depend binomexp
+# depend boldtensors
+# depend bosisio
+# depend bropd
+# depend calculation
+DEPENDS+= tex-ccfonts-[0-9]*:../../fonts/tex-ccfonts
+# depend commath
+DEPENDS+= tex-concmath-[0-9]*:../../fonts/tex-concmath
+DEPENDS+= tex-concrete-[0-9]*:../../fonts/tex-concrete
+# depend conteq
+# depend ebproof
+# depend eqnarray
+# depend extarrows
+# depend extpfeil
+# depend faktor
+# depend grundgesetze
+# depend interval
+# depend ionumbers
+# depend isomath
+# depend logicproof
+# depend lpform
+# depend lplfitch
+# depend mathcomp
+# depend mattens
+# depend mhequ
+# depend multiobjective
+# depend natded
+# depend nath
+# depend ot-tableau
+DEPENDS+= tex-oubraces-[0-9]*:../../print/tex-oubraces
+# depend perfectcut
+# depend prftree
+# depend proba
+# depend rec-thy
+# depend ribbonproofs
+# depend sesamanuel
+# depend shuffle
+# depend skmath
+DEPENDS+= tex-statex-[0-9]*:../../print/tex-statex
+# depend statex2
+DEPENDS+= tex-stmaryrd-[0-9]*:../../fonts/tex-stmaryrd
+# depend subsupscripts
+# depend susy
+# depend syllogism
+# depend sympytexpackage
+# depend synproof
+# depend tablor
+# depend tensor
+# depend tex-ewd
+# depend thmbox
+# depend turnstile
+# depend unicode-math
+# depend venn
+# depend yhmath
+# depend ytableau
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"