diff options
author | markd <markd@pkgsrc.org> | 2017-06-22 10:53:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-06-22 10:53:00 +0000 |
commit | ee5f21faff684cd7837336d58216525d82e1f3e8 (patch) | |
tree | 9871881c2a30949fc00ae252cf2639914d102279 | |
parent | f1e8950951f4d41b627bf537699ec3460ce40de0 (diff) | |
download | pkgsrc-ee5f21faff684cd7837336d58216525d82e1f3e8.tar.gz |
Add tex-apa6{,-doc} 2.31
Format documents in APA style (6th edition)
Add tex-biblatex-apa{,-doc} 7.4
BibLaTeX citation and reference style for APA
Add tex-continue{,-doc} 0.1
Prints 'continuation' marks on recto pages of multipage documents
Add tex-cutwin{,-doc} 0.1
Cut a window in a paragraph, typeset material in it
Add tex-hang{,-doc} 2.1
Environments for hanging paragraphs and list items
Add tex-hanging{,-doc} 1.2b
Hanging paragraphs
Add tex-leading{,-doc} 0.3
Define leading with a length
Add tex-mfirstuc{,-doc} 2.04
Uppercase the first letter of a word
Add tex-thmtools{,-doc} 66
Extensions to theorem environments
72 files changed, 534 insertions, 0 deletions
diff --git a/print/tex-apa6-doc/DESCR b/print/tex-apa6-doc/DESCR new file mode 100644 index 00000000000..59de881cd3c --- /dev/null +++ b/print/tex-apa6-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-apa6. diff --git a/print/tex-apa6-doc/Makefile b/print/tex-apa6-doc/Makefile new file mode 100644 index 00000000000..3e8e4b01633 --- /dev/null +++ b/print/tex-apa6-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= apa6.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.31 +TEXLIVE_REV= 44477 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/apa6 +COMMENT= Documentation for tex-apa6 +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-apa6-doc/PLIST b/print/tex-apa6-doc/PLIST new file mode 100644 index 00000000000..9eab0fde837 --- /dev/null +++ b/print/tex-apa6-doc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/apa6/README +share/texmf-dist/doc/latex/apa6/apa6.pdf +share/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas +share/texmf-dist/doc/latex/apa6/pseudoTeX/apa6.ptex +share/texmf-dist/doc/latex/apa6/samples/Figure1.pdf +share/texmf-dist/doc/latex/apa6/samples/bibliography.bib +share/texmf-dist/doc/latex/apa6/samples/longsample.tex +share/texmf-dist/doc/latex/apa6/samples/shortsample.tex diff --git a/print/tex-apa6-doc/distinfo b/print/tex-apa6-doc/distinfo new file mode 100644 index 00000000000..4ff52d7e9d4 --- /dev/null +++ b/print/tex-apa6-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-apa6-44477/apa6.doc.tar.xz) = 26ed5c76157e16597b67cd57ea18c84d808fb1ae +RMD160 (tex-apa6-44477/apa6.doc.tar.xz) = 0ffa11264e6325943f4602186650ea66a5b172a5 +SHA512 (tex-apa6-44477/apa6.doc.tar.xz) = b468e8ab65ba5d5352952d400d8ce6e04e4f8f17be25b653224f368f6a3b537c792955430cd2b7f1243c4ad876fa3fef8ab19e6262ae3b89a4e7854e92dfa155 +Size (tex-apa6-44477/apa6.doc.tar.xz) = 565192 bytes diff --git a/print/tex-apa6/DESCR b/print/tex-apa6/DESCR new file mode 100644 index 00000000000..63bee5201f5 --- /dev/null +++ b/print/tex-apa6/DESCR @@ -0,0 +1,8 @@ +The class formats documents in APA style (6th Edition). It +provides a full set of facilities in three different output +modes (journal-like appearance, double-spaced manuscript, +LaTeX-like document), in contrast to the earlier apa6e, which +only formats double-spaced manuscripts in APA style. The class +can mask author identity for copies for use in masked peer +review. The class is a development of the apa class (which is +no longer maintained). diff --git a/print/tex-apa6/Makefile b/print/tex-apa6/Makefile new file mode 100644 index 00000000000..80f69e602e4 --- /dev/null +++ b/print/tex-apa6/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:00 markd Exp $ + +DISTNAME= apa6 +PKGNAME= tex-${DISTNAME}-2.31 +TEXLIVE_REV= 44477 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/apa6 +COMMENT= Format documents in APA style (6th edition) +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-apa6/PLIST b/print/tex-apa6/PLIST new file mode 100644 index 00000000000..d5b6dbd2648 --- /dev/null +++ b/print/tex-apa6/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:00 markd Exp $ +share/texmf-dist/tex/latex/apa6/apa6.cls +share/texmf-dist/tex/latex/apa6/config/APAamerican.txt +share/texmf-dist/tex/latex/apa6/config/APAbritish.txt +share/texmf-dist/tex/latex/apa6/config/APAczech.txt +share/texmf-dist/tex/latex/apa6/config/APAdutch.txt +share/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg +share/texmf-dist/tex/latex/apa6/config/APAenglish.txt +share/texmf-dist/tex/latex/apa6/config/APAgerman.txt +share/texmf-dist/tex/latex/apa6/config/APAgreek.txt +share/texmf-dist/tex/latex/apa6/config/APAngerman.txt +share/texmf-dist/tex/latex/apa6/config/APAturkish.txt diff --git a/print/tex-apa6/distinfo b/print/tex-apa6/distinfo new file mode 100644 index 00000000000..4a8443cd760 --- /dev/null +++ b/print/tex-apa6/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:00 markd Exp $ + +SHA1 (tex-apa6-44477/apa6.tar.xz) = ee77553a8ddab074181452b6f7190b54752bd799 +RMD160 (tex-apa6-44477/apa6.tar.xz) = 6fb38a5076ea2b43e0aade535152f54931a5bb48 +SHA512 (tex-apa6-44477/apa6.tar.xz) = 4759ab4d4c2f0f278a385a08782c4ddd41870ac3e10db0eead84ca7734133715de06a5bf87f52911ff820284b8827959179a70a3aaaebca1ffc1f4b8b106ad91 +Size (tex-apa6-44477/apa6.tar.xz) = 13736 bytes diff --git a/print/tex-biblatex-apa-doc/DESCR b/print/tex-biblatex-apa-doc/DESCR new file mode 100644 index 00000000000..27656fd9032 --- /dev/null +++ b/print/tex-biblatex-apa-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-biblatex-apa. diff --git a/print/tex-biblatex-apa-doc/Makefile b/print/tex-biblatex-apa-doc/Makefile new file mode 100644 index 00000000000..4e35594a066 --- /dev/null +++ b/print/tex-biblatex-apa-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= biblatex-apa.doc +PKGNAME= tex-${DISTNAME:S/./-/}-7.4 +TEXLIVE_REV= 42893 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/biblatex-apa +COMMENT= Documentation for tex-biblatex-apa +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-biblatex-apa-doc/PLIST b/print/tex-biblatex-apa-doc/PLIST new file mode 100644 index 00000000000..932c8b0f690 --- /dev/null +++ b/print/tex-biblatex-apa-doc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/biblatex-apa/README +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf +share/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex diff --git a/print/tex-biblatex-apa-doc/distinfo b/print/tex-biblatex-apa-doc/distinfo new file mode 100644 index 00000000000..76d2db4d88f --- /dev/null +++ b/print/tex-biblatex-apa-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-biblatex-apa-42893/biblatex-apa.doc.tar.xz) = 83b7bd549415a607f7956ebcedaf1de08e0ea314 +RMD160 (tex-biblatex-apa-42893/biblatex-apa.doc.tar.xz) = a7aa77e70e58f5f6e12b08dde4061d0133ca93ad +SHA512 (tex-biblatex-apa-42893/biblatex-apa.doc.tar.xz) = af448b7335bbd9a0d13fd75e46c1bd84fe2733c397e0f703e2feb25743880bf5162722f8e9c5f6620a5655b1aaaca33f7ecdf56dc3e231d03b6bb5d3b71a9967 +Size (tex-biblatex-apa-42893/biblatex-apa.doc.tar.xz) = 222844 bytes diff --git a/print/tex-biblatex-apa/DESCR b/print/tex-biblatex-apa/DESCR new file mode 100644 index 00000000000..2a90c94fa86 --- /dev/null +++ b/print/tex-biblatex-apa/DESCR @@ -0,0 +1,10 @@ +This is a fairly complete BibLaTeX style (citations and +references) for APA (American Psychological Association) +publications. It implements and automates most of the +guidelines in the APA 6th edition style guide for citations and +references with a few (documented) exceptions (which are mainly +currently impossible to automate in principle for any BibTeX- +backed system). An example document is also given which +typesets every citation and reference example in the APA 6th +edition style guide. This version of the package requires use +of BibLaTeX v2.4 and biber v3.3 (at least). diff --git a/print/tex-biblatex-apa/Makefile b/print/tex-biblatex-apa/Makefile new file mode 100644 index 00000000000..5716b271c21 --- /dev/null +++ b/print/tex-biblatex-apa/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= biblatex-apa +PKGNAME= tex-${DISTNAME}-7.4 +TEXLIVE_REV= 42893 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/biblatex-apa +COMMENT= BibLaTeX citation and reference style for APA +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-biblatex-apa/PLIST b/print/tex-biblatex-apa/PLIST new file mode 100644 index 00000000000..44947205c04 --- /dev/null +++ b/print/tex-biblatex-apa/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/apa.bbx +share/texmf-dist/tex/latex/biblatex-apa/apa.cbx +share/texmf-dist/tex/latex/biblatex-apa/apa.dbx +share/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/british-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/danish-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/english-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/naustrian-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/norsk-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/norwegian-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/nswissgerman-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/portuguese-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/swedish-apa.lbx +share/texmf-dist/tex/latex/biblatex-apa/swissgerman-apa.lbx diff --git a/print/tex-biblatex-apa/distinfo b/print/tex-biblatex-apa/distinfo new file mode 100644 index 00000000000..b2554a08855 --- /dev/null +++ b/print/tex-biblatex-apa/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-biblatex-apa-42893/biblatex-apa.tar.xz) = 653bd641df8a4f4ff8b73593a2278f5fee49cc81 +RMD160 (tex-biblatex-apa-42893/biblatex-apa.tar.xz) = 068b525656939112f9a5e42b1b02767eef66a489 +SHA512 (tex-biblatex-apa-42893/biblatex-apa.tar.xz) = 411910cdc315d77e0a80eb5e4e6a6a38e0d02d494e7aa998755be71b53e3dcf125ea6aecbcd5a0269a436bb1a70cedbdc71a1b327c1de8819bc6768a907905eb +Size (tex-biblatex-apa-42893/biblatex-apa.tar.xz) = 19448 bytes diff --git a/print/tex-continue-doc/DESCR b/print/tex-continue-doc/DESCR new file mode 100644 index 00000000000..a41f361cb67 --- /dev/null +++ b/print/tex-continue-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-continue. diff --git a/print/tex-continue-doc/Makefile b/print/tex-continue-doc/Makefile new file mode 100644 index 00000000000..077e97a11f2 --- /dev/null +++ b/print/tex-continue-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= continue.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.1 +TEXLIVE_REV= 39308 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/continue +COMMENT= Documentation for tex-continue +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-continue-doc/PLIST b/print/tex-continue-doc/PLIST new file mode 100644 index 00000000000..f832d14f96c --- /dev/null +++ b/print/tex-continue-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/continue/README +share/texmf-dist/doc/latex/continue/continue.pdf +share/texmf-dist/doc/latex/continue/trycontinue.pdf +share/texmf-dist/doc/latex/continue/trycontinue.tex diff --git a/print/tex-continue-doc/distinfo b/print/tex-continue-doc/distinfo new file mode 100644 index 00000000000..1a07e84633f --- /dev/null +++ b/print/tex-continue-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-continue-39308/continue.doc.tar.xz) = bd60f0323092a6811f030b92ac3adb33438d19aa +RMD160 (tex-continue-39308/continue.doc.tar.xz) = d6fa2a3e5400c9c4a96fb040b6d5368b3e7662a5 +SHA512 (tex-continue-39308/continue.doc.tar.xz) = a08e5a7ccc3e12eec8167d2fcc3bae3710a30becbd6256ecfd5ef36e35da36ccb8255ee8524ccf8d1a9f90507427cf5a31d27454209e27ca34c2a0dca73434be +Size (tex-continue-39308/continue.doc.tar.xz) = 339960 bytes diff --git a/print/tex-continue/DESCR b/print/tex-continue/DESCR new file mode 100644 index 00000000000..7f4f4943c62 --- /dev/null +++ b/print/tex-continue/DESCR @@ -0,0 +1,5 @@ +The package is an amalgam of Donald Arseneau's fwlw package and +Luca Merciadri's turnthepage package. For multipage twoside +documents it puts a `continuation' mark near the foot of each +odd-numbered page that is followed by another page. The +position and form of the continuation mark may be altered. diff --git a/print/tex-continue/Makefile b/print/tex-continue/Makefile new file mode 100644 index 00000000000..9d46cbc5098 --- /dev/null +++ b/print/tex-continue/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= continue +PKGNAME= tex-${DISTNAME}-0.1 +TEXLIVE_REV= 39308 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/continue +COMMENT= Prints 'continuation' marks on recto pages of multipage documents +LICENSE= lppl-1.3c + +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-continue/PLIST b/print/tex-continue/PLIST new file mode 100644 index 00000000000..4e85f0e77e6 --- /dev/null +++ b/print/tex-continue/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/tex/latex/continue/continue.sty diff --git a/print/tex-continue/distinfo b/print/tex-continue/distinfo new file mode 100644 index 00000000000..c8a443d6c7a --- /dev/null +++ b/print/tex-continue/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-continue-39308/continue.tar.xz) = 4f91703a23f292fdf38c8be8c3deef7cc9de2545 +RMD160 (tex-continue-39308/continue.tar.xz) = 89636c4fc045dd6003793175b25de3248951373c +SHA512 (tex-continue-39308/continue.tar.xz) = bf666a4705bdf374f89d166fc76189f281f0423a7df564e4c3261e2e75d068f294c3c7ac79154264618930450ed8d55a21ecefd06e2ae5623c9a26efa0a9acba +Size (tex-continue-39308/continue.tar.xz) = 2840 bytes diff --git a/print/tex-cutwin-doc/DESCR b/print/tex-cutwin-doc/DESCR new file mode 100644 index 00000000000..c8774c0aa26 --- /dev/null +++ b/print/tex-cutwin-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-cutwin. diff --git a/print/tex-cutwin-doc/Makefile b/print/tex-cutwin-doc/Makefile new file mode 100644 index 00000000000..21731029155 --- /dev/null +++ b/print/tex-cutwin-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= cutwin.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.1 +TEXLIVE_REV= 29803 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/cutwin +COMMENT= Documentation for tex-cutwin +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-cutwin-doc/PLIST b/print/tex-cutwin-doc/PLIST new file mode 100644 index 00000000000..55dda3bc51a --- /dev/null +++ b/print/tex-cutwin-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/cutwin/README +share/texmf-dist/doc/latex/cutwin/cutwin.pdf diff --git a/print/tex-cutwin-doc/distinfo b/print/tex-cutwin-doc/distinfo new file mode 100644 index 00000000000..7fc8085f145 --- /dev/null +++ b/print/tex-cutwin-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-cutwin-29803/cutwin.doc.tar.xz) = d86f06e297f913d6f8377e00b46d86a6ce4a9de4 +RMD160 (tex-cutwin-29803/cutwin.doc.tar.xz) = 1d8165bc2457eede01ea814a1065455548812dab +SHA512 (tex-cutwin-29803/cutwin.doc.tar.xz) = c0f642cb90e6811d8175b96cd438709396cc7cc79c3ee0d9376b2b771e161bb15e7982dbe3678af9dd6ef638ebc7092c4eb45351c47d9ec6326fac74ed14b3d2 +Size (tex-cutwin-29803/cutwin.doc.tar.xz) = 304448 bytes diff --git a/print/tex-cutwin/DESCR b/print/tex-cutwin/DESCR new file mode 100644 index 00000000000..9176c606c73 --- /dev/null +++ b/print/tex-cutwin/DESCR @@ -0,0 +1,4 @@ +The package provides facilities to cut windows out of +paragraphs, and to typeset text or other material in the +window. The window may be rectangular, or may have other sorts +of shape. diff --git a/print/tex-cutwin/Makefile b/print/tex-cutwin/Makefile new file mode 100644 index 00000000000..fe91a381f01 --- /dev/null +++ b/print/tex-cutwin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= cutwin +PKGNAME= tex-${DISTNAME}-0.1 +TEXLIVE_REV= 29803 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/cutwin +COMMENT= Cut a window in a paragraph, typeset material in it +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-cutwin/PLIST b/print/tex-cutwin/PLIST new file mode 100644 index 00000000000..d6db373bb31 --- /dev/null +++ b/print/tex-cutwin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/tex/latex/cutwin/cutwin.sty diff --git a/print/tex-cutwin/distinfo b/print/tex-cutwin/distinfo new file mode 100644 index 00000000000..2219fa751d9 --- /dev/null +++ b/print/tex-cutwin/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-cutwin-29803/cutwin.tar.xz) = d02c175fcba0d76469ae0669fe92f1e0ff8dccf4 +RMD160 (tex-cutwin-29803/cutwin.tar.xz) = 4e25515bdd87f7c088107fd556cb2545227f7769 +SHA512 (tex-cutwin-29803/cutwin.tar.xz) = e11c3a4b2bbebc173e84dfd825352f33abc1fed99e168c26c70e83539a3bd9c1572c4bd1a016dc736586c0b3ee24c5fb0e9ff306b1cdfe5522339dcec981d35f +Size (tex-cutwin-29803/cutwin.tar.xz) = 2784 bytes diff --git a/print/tex-hang-doc/DESCR b/print/tex-hang-doc/DESCR new file mode 100644 index 00000000000..6896c11d34a --- /dev/null +++ b/print/tex-hang-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-hang. diff --git a/print/tex-hang-doc/Makefile b/print/tex-hang-doc/Makefile new file mode 100644 index 00000000000..53aadb5ed9d --- /dev/null +++ b/print/tex-hang-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= hang.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.1 +TEXLIVE_REV= 43280 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hang +COMMENT= Documentation for tex-hang +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hang-doc/PLIST b/print/tex-hang-doc/PLIST new file mode 100644 index 00000000000..cce303e9c33 --- /dev/null +++ b/print/tex-hang-doc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/hang/COPYING +share/texmf-dist/doc/latex/hang/ChangeLog +share/texmf-dist/doc/latex/hang/README +share/texmf-dist/doc/latex/hang/hang.pdf +share/texmf-dist/doc/latex/hang/hang.tex +share/texmf-dist/doc/latex/hang/sample.pdf +share/texmf-dist/doc/latex/hang/sample.tex diff --git a/print/tex-hang-doc/distinfo b/print/tex-hang-doc/distinfo new file mode 100644 index 00000000000..a00eb6917a7 --- /dev/null +++ b/print/tex-hang-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-hang-43280/hang.doc.tar.xz) = 1c64a3f5f70c955f3698a38fd41089e57534a77e +RMD160 (tex-hang-43280/hang.doc.tar.xz) = dc545b031004626b6c88e819e9b00713c38ab25a +SHA512 (tex-hang-43280/hang.doc.tar.xz) = acf8796c87cc5fbea9330da6c7e0c362dcfa06a6c7fe043fc78260cafb543da4c5de27758bfbf15f9ea2ba84edd01a299d808011db72aa959e917c792228a38e +Size (tex-hang-43280/hang.doc.tar.xz) = 53744 bytes diff --git a/print/tex-hang/DESCR b/print/tex-hang/DESCR new file mode 100644 index 00000000000..f440ae8eb98 --- /dev/null +++ b/print/tex-hang/DESCR @@ -0,0 +1,3 @@ +This package provides environments for hanging paragraphs and +list items. In addition, it defines environments for labeled +paragraphs and list items. diff --git a/print/tex-hang/Makefile b/print/tex-hang/Makefile new file mode 100644 index 00000000000..9a3de070e0a --- /dev/null +++ b/print/tex-hang/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= hang +PKGNAME= tex-${DISTNAME}-2.1 +TEXLIVE_REV= 43280 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hang +COMMENT= Environments for hanging paragraphs and list items +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hang/PLIST b/print/tex-hang/PLIST new file mode 100644 index 00000000000..9fc7f5a08da --- /dev/null +++ b/print/tex-hang/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/tex/latex/hang/hang.sty diff --git a/print/tex-hang/distinfo b/print/tex-hang/distinfo new file mode 100644 index 00000000000..4192f17b0a7 --- /dev/null +++ b/print/tex-hang/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-hang-43280/hang.tar.xz) = e6734cbfce426c9d0f948f4b311bd7620c6b488d +RMD160 (tex-hang-43280/hang.tar.xz) = 0b5600199302c8f936fbd64410f62d2b682c3c0b +SHA512 (tex-hang-43280/hang.tar.xz) = d2622b8e83650ce5dfa4db23d2a03ad25b13eeb4f8ddbecb50a87357cafdb3325ef5e24c4ea0290b16f1672d95766641a2367aa75e173efa78f7940e6de4a838 +Size (tex-hang-43280/hang.tar.xz) = 1056 bytes diff --git a/print/tex-hanging-doc/DESCR b/print/tex-hanging-doc/DESCR new file mode 100644 index 00000000000..b02da1c386e --- /dev/null +++ b/print/tex-hanging-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-hanging. diff --git a/print/tex-hanging-doc/Makefile b/print/tex-hanging-doc/Makefile new file mode 100644 index 00000000000..8c845b3fd54 --- /dev/null +++ b/print/tex-hanging-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= hanging.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.2b +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hanging +COMMENT= Documentation for tex-hanging +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hanging-doc/PLIST b/print/tex-hanging-doc/PLIST new file mode 100644 index 00000000000..b4b8c00d8f4 --- /dev/null +++ b/print/tex-hanging-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/doc/latex/hanging/README +share/texmf-dist/doc/latex/hanging/hanging.pdf diff --git a/print/tex-hanging-doc/distinfo b/print/tex-hanging-doc/distinfo new file mode 100644 index 00000000000..c0ecc768492 --- /dev/null +++ b/print/tex-hanging-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-hanging-15878/hanging.doc.tar.xz) = 2d2ff766ee37f8bc37f618e38039ce026ffe398d +RMD160 (tex-hanging-15878/hanging.doc.tar.xz) = c1368e727de81a7077c2d959a665430d490a12e7 +SHA512 (tex-hanging-15878/hanging.doc.tar.xz) = ca214d4f9a618277c2f4e0e97a309d0d33f00181f8aac84fea9979a11f97f5e768d3af8f12dde5cc187e89427389e97fba07d07646e8886c151a4121a9bb99c7 +Size (tex-hanging-15878/hanging.doc.tar.xz) = 145540 bytes diff --git a/print/tex-hanging/DESCR b/print/tex-hanging/DESCR new file mode 100644 index 00000000000..17b4de33810 --- /dev/null +++ b/print/tex-hanging/DESCR @@ -0,0 +1,8 @@ +The hanging package facilitates the typesetting of hanging +paragraphs. The package also enables typesetting with hanging +punctuation, by making punctuation characters active. This +facility is best suppressed (it can interfere with other +packages) -- there are package options for suppressing each +individual punctuation character. 'Real' attempts at hanging +punction should nowadays use the microtype package, which takes +advantage of the support offered in recent versions of pdfTeX. diff --git a/print/tex-hanging/Makefile b/print/tex-hanging/Makefile new file mode 100644 index 00000000000..0506e5e1e1f --- /dev/null +++ b/print/tex-hanging/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ + +DISTNAME= hanging +PKGNAME= tex-${DISTNAME}-1.2b +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hanging +COMMENT= Hanging paragraphs +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hanging/PLIST b/print/tex-hanging/PLIST new file mode 100644 index 00000000000..b3ee9ea7edf --- /dev/null +++ b/print/tex-hanging/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:01 markd Exp $ +share/texmf-dist/tex/latex/hanging/hanging.sty diff --git a/print/tex-hanging/distinfo b/print/tex-hanging/distinfo new file mode 100644 index 00000000000..e06588c9de1 --- /dev/null +++ b/print/tex-hanging/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:01 markd Exp $ + +SHA1 (tex-hanging-15878/hanging.tar.xz) = 92bffc21ab7e1a6b1ecd228b59a44cb20db688ea +RMD160 (tex-hanging-15878/hanging.tar.xz) = 3d7fa11837ba015aa5c7b2a444c07f971bca706c +SHA512 (tex-hanging-15878/hanging.tar.xz) = a9fc7e02c01550bdbc5b91d07b6a8839a6c8a512bc9360dadd470354cecdce231612682db7ae8ef8fe7ca3c7e4b86e0eb233524e2a8afcf2c4bd88a2d45e7003 +Size (tex-hanging-15878/hanging.tar.xz) = 1952 bytes diff --git a/print/tex-leading-doc/DESCR b/print/tex-leading-doc/DESCR new file mode 100644 index 00000000000..db2a8900602 --- /dev/null +++ b/print/tex-leading-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-leading. diff --git a/print/tex-leading-doc/Makefile b/print/tex-leading-doc/Makefile new file mode 100644 index 00000000000..8d4f43d8bf1 --- /dev/null +++ b/print/tex-leading-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= leading.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.3 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/leading +COMMENT= Documentation for tex-leading +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-leading-doc/PLIST b/print/tex-leading-doc/PLIST new file mode 100644 index 00000000000..038c27490e6 --- /dev/null +++ b/print/tex-leading-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/doc/latex/leading/README +share/texmf-dist/doc/latex/leading/leading.pdf diff --git a/print/tex-leading-doc/distinfo b/print/tex-leading-doc/distinfo new file mode 100644 index 00000000000..d86df0ec0ef --- /dev/null +++ b/print/tex-leading-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-leading-15878/leading.doc.tar.xz) = 60e39d079dc67dafd579262c1f98e26a7d5faa3c +RMD160 (tex-leading-15878/leading.doc.tar.xz) = a6b552ad398b8886f98cdbbc8ed259f278494b6b +SHA512 (tex-leading-15878/leading.doc.tar.xz) = 2f663eb37226fc0ccf197470dcb520e9d1f2ab7e2550a320a21688e3a0b0aa70cf7377bfeb9952ccaa95a3d4a2f9ab520dfe30675bb6f347aaeb319d2e8b3328 +Size (tex-leading-15878/leading.doc.tar.xz) = 84128 bytes diff --git a/print/tex-leading/DESCR b/print/tex-leading/DESCR new file mode 100644 index 00000000000..9ec5f711ad6 --- /dev/null +++ b/print/tex-leading/DESCR @@ -0,0 +1,5 @@ +The package defines a command \leading, whose argument is a +<length> that specifies the nominal distance between +consecutive baselines of typeset text. The command replaces the +rather more difficult LaTeX command \linespread{<ratio>}, where +the leading is specified by reference to the font size. diff --git a/print/tex-leading/Makefile b/print/tex-leading/Makefile new file mode 100644 index 00000000000..d826257afa0 --- /dev/null +++ b/print/tex-leading/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= leading +PKGNAME= tex-${DISTNAME}-0.3 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/leading +COMMENT= Define leading with a length +LICENSE= lppl-1.3c + +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-leading/PLIST b/print/tex-leading/PLIST new file mode 100644 index 00000000000..1f7d0b063f2 --- /dev/null +++ b/print/tex-leading/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/tex/latex/leading/leading.sty diff --git a/print/tex-leading/distinfo b/print/tex-leading/distinfo new file mode 100644 index 00000000000..37f034e73f4 --- /dev/null +++ b/print/tex-leading/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-leading-15878/leading.tar.xz) = d391089d30f9f33da88742f2916ab4c3b2c1bc38 +RMD160 (tex-leading-15878/leading.tar.xz) = 2f3245f0d2d77dae0439ad4b642222507e012d7f +SHA512 (tex-leading-15878/leading.tar.xz) = 105a9099152719d19931e1ca250e308f13c3e4c55916b6ee0e8617dc8dfe64ca9eacc68486bd871f2097a88530a2d3e76588e0e0a61ed323d8554e493ffbd6a6 +Size (tex-leading-15878/leading.tar.xz) = 1144 bytes diff --git a/print/tex-mfirstuc-doc/DESCR b/print/tex-mfirstuc-doc/DESCR new file mode 100644 index 00000000000..16560385a63 --- /dev/null +++ b/print/tex-mfirstuc-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-mfirstuc. diff --git a/print/tex-mfirstuc-doc/Makefile b/print/tex-mfirstuc-doc/Makefile new file mode 100644 index 00000000000..fc7a78794f3 --- /dev/null +++ b/print/tex-mfirstuc-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= mfirstuc.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.04 +TEXLIVE_REV= 41785 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mfirstuc +COMMENT= Documentation for tex-mfirstuc +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mfirstuc-doc/PLIST b/print/tex-mfirstuc-doc/PLIST new file mode 100644 index 00000000000..a0c1f255654 --- /dev/null +++ b/print/tex-mfirstuc-doc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/doc/latex/mfirstuc/CHANGES +share/texmf-dist/doc/latex/mfirstuc/README +share/texmf-dist/doc/latex/mfirstuc/mfirstuc-code.pdf +share/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.html +share/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.pdf +share/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.tex +share/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.pdf +share/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.tex diff --git a/print/tex-mfirstuc-doc/distinfo b/print/tex-mfirstuc-doc/distinfo new file mode 100644 index 00000000000..62ac0e3d4c2 --- /dev/null +++ b/print/tex-mfirstuc-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-mfirstuc-41785/mfirstuc.doc.tar.xz) = 7f554c7fdea7b856ba33479131a10bde099f199e +RMD160 (tex-mfirstuc-41785/mfirstuc.doc.tar.xz) = d90c1a5dc8c98ca2f597ada288c878e498f2b412 +SHA512 (tex-mfirstuc-41785/mfirstuc.doc.tar.xz) = dacdb0ace6c373b7e07cf34c65d8c50632b209171e5111742b2d2543dd696a76fc59dc4677b6ba07fcd1cdf8798f9d0acbe9bd9f8a58bc7b3f874de55775f4be +Size (tex-mfirstuc-41785/mfirstuc.doc.tar.xz) = 658856 bytes diff --git a/print/tex-mfirstuc/DESCR b/print/tex-mfirstuc/DESCR new file mode 100644 index 00000000000..17a363aa7f8 --- /dev/null +++ b/print/tex-mfirstuc/DESCR @@ -0,0 +1,3 @@ +The package provides commands \makefirstuc that uppercases the +first letter in its argument, and \xmakefirstuc which expands +the argument before uppercasing. diff --git a/print/tex-mfirstuc/Makefile b/print/tex-mfirstuc/Makefile new file mode 100644 index 00000000000..6bc710c6692 --- /dev/null +++ b/print/tex-mfirstuc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= mfirstuc +PKGNAME= tex-${DISTNAME}-2.04 +TEXLIVE_REV= 41785 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mfirstuc +COMMENT= Uppercase the first letter of a word +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mfirstuc/PLIST b/print/tex-mfirstuc/PLIST new file mode 100644 index 00000000000..ba63f1ced7a --- /dev/null +++ b/print/tex-mfirstuc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/scripts/mfirstuc/mfirstuc.perl +share/texmf-dist/tex/latex/mfirstuc/mfirstuc-english.sty +share/texmf-dist/tex/latex/mfirstuc/mfirstuc.sty diff --git a/print/tex-mfirstuc/distinfo b/print/tex-mfirstuc/distinfo new file mode 100644 index 00000000000..c58df9f2f55 --- /dev/null +++ b/print/tex-mfirstuc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-mfirstuc-41785/mfirstuc.tar.xz) = d21e54e4616a8e26f275b86299dc99688780b8ff +RMD160 (tex-mfirstuc-41785/mfirstuc.tar.xz) = ad14c544bbc5f76e17420146b4bf35ea1024a535 +SHA512 (tex-mfirstuc-41785/mfirstuc.tar.xz) = f131d60bb7ed3b0e00de6fbfa5a9e399516ae7dc3e76e0d4d3c3e04312a7112226a4dc3f5b360dfb5f2f807b40c440b7b837b4e88d758513ea875595a97fbe81 +Size (tex-mfirstuc-41785/mfirstuc.tar.xz) = 4108 bytes diff --git a/print/tex-thmtools-doc/DESCR b/print/tex-thmtools-doc/DESCR new file mode 100644 index 00000000000..560b32097a6 --- /dev/null +++ b/print/tex-thmtools-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-thmtools. diff --git a/print/tex-thmtools-doc/Makefile b/print/tex-thmtools-doc/Makefile new file mode 100644 index 00000000000..f9fba9d8536 --- /dev/null +++ b/print/tex-thmtools-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= thmtools.doc +PKGNAME= tex-${DISTNAME:S/./-/}-66 +TEXLIVE_REV= 33624 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/thmtools +COMMENT= Documentation for tex-thmtools +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-thmtools-doc/PLIST b/print/tex-thmtools-doc/PLIST new file mode 100644 index 00000000000..437c45dc24c --- /dev/null +++ b/print/tex-thmtools-doc/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/doc/latex/thmtools/COPYING +share/texmf-dist/doc/latex/thmtools/README +share/texmf-dist/doc/latex/thmtools/TODO +share/texmf-dist/doc/latex/thmtools/VERSION.tex +share/texmf-dist/doc/latex/thmtools/thmtools-manual.tex +share/texmf-dist/doc/latex/thmtools/thmtools.pdf diff --git a/print/tex-thmtools-doc/distinfo b/print/tex-thmtools-doc/distinfo new file mode 100644 index 00000000000..4ded1f59387 --- /dev/null +++ b/print/tex-thmtools-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-thmtools-33624/thmtools.doc.tar.xz) = 67113c8b3367d7678b37ff022f2c7f0aa1f0eda6 +RMD160 (tex-thmtools-33624/thmtools.doc.tar.xz) = a2d0ac932aa83407489465978b66d50c94540fd5 +SHA512 (tex-thmtools-33624/thmtools.doc.tar.xz) = 3daf8297fc3d36402fca16a979c51c2073f0830f7da4cff203583f5a24b3a7cee1e4bbb373030cdbeb348f73b7dbf9da733912d7fad87d324ee564e920b29c08 +Size (tex-thmtools-33624/thmtools.doc.tar.xz) = 240444 bytes diff --git a/print/tex-thmtools/DESCR b/print/tex-thmtools/DESCR new file mode 100644 index 00000000000..a2051cc8a33 --- /dev/null +++ b/print/tex-thmtools/DESCR @@ -0,0 +1,7 @@ +The bundle provides several packages for commonly-needed +support for typesetting theorems. The packages should work with +kernel theorems (theorems 'out of the box' with LaTeX), and the +theorem and amsthm packages. Features of the bundle include: a +key-value interface to \newtheorem; a \listoftheorems command; +hyperref and autoref compatibility; a mechanism for restating +entire theorems in a single macro call. diff --git a/print/tex-thmtools/Makefile b/print/tex-thmtools/Makefile new file mode 100644 index 00000000000..8b8fbada3e9 --- /dev/null +++ b/print/tex-thmtools/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:02 markd Exp $ + +DISTNAME= thmtools +PKGNAME= tex-${DISTNAME}-66 +TEXLIVE_REV= 33624 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/thmtools +COMMENT= Extensions to theorem environments +LICENSE= lppl-1.3c + +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-thmtools/PLIST b/print/tex-thmtools/PLIST new file mode 100644 index 00000000000..4929a774998 --- /dev/null +++ b/print/tex-thmtools/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/22 10:53:02 markd Exp $ +share/texmf-dist/tex/latex/thmtools/aliasctr.sty +share/texmf-dist/tex/latex/thmtools/parseargs.sty +share/texmf-dist/tex/latex/thmtools/thm-amsthm.sty +share/texmf-dist/tex/latex/thmtools/thm-autoref.sty +share/texmf-dist/tex/latex/thmtools/thm-beamer.sty +share/texmf-dist/tex/latex/thmtools/thm-kv.sty +share/texmf-dist/tex/latex/thmtools/thm-listof.sty +share/texmf-dist/tex/latex/thmtools/thm-llncs.sty +share/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty +share/texmf-dist/tex/latex/thmtools/thm-patch.sty +share/texmf-dist/tex/latex/thmtools/thm-restate.sty +share/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty +share/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty +share/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty +share/texmf-dist/tex/latex/thmtools/thmtools.sty +share/texmf-dist/tex/latex/thmtools/unique.sty diff --git a/print/tex-thmtools/distinfo b/print/tex-thmtools/distinfo new file mode 100644 index 00000000000..7adc5492918 --- /dev/null +++ b/print/tex-thmtools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/22 10:53:02 markd Exp $ + +SHA1 (tex-thmtools-33624/thmtools.tar.xz) = b6d7dc26c80696a48018d0e3b9835c742187e6f9 +RMD160 (tex-thmtools-33624/thmtools.tar.xz) = e29fc7a488bcb63a75c224596f49095dc0877261 +SHA512 (tex-thmtools-33624/thmtools.tar.xz) = 15bbb7de31e8af918a30c2243206ebe8452197a4436f1a9b43236bfeaed9db6ef2ebfbe1c0dcd310098765bddbd08f0d281bb6cad8b488a4cdc9f5b9dac3e4ea +Size (tex-thmtools-33624/thmtools.tar.xz) = 12408 bytes |