diff options
312 files changed, 2072 insertions, 0 deletions
diff --git a/print/tex-amstex-doc/DESCR b/print/tex-amstex-doc/DESCR new file mode 100644 index 00000000000..6de9e5b77e3 --- /dev/null +++ b/print/tex-amstex-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-amstex. diff --git a/print/tex-amstex-doc/Makefile b/print/tex-amstex-doc/Makefile new file mode 100644 index 00000000000..db0e1c08356 --- /dev/null +++ b/print/tex-amstex-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= amstex.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.2 +TEXLIVE_REV= 33736 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/amstex +COMMENT= Documentation for tex-amstex +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-amstex-doc/PLIST b/print/tex-amstex-doc/PLIST new file mode 100644 index 00000000000..b7ada9c4580 --- /dev/null +++ b/print/tex-amstex-doc/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/doc/amstex/base/README +share/texmf-dist/doc/amstex/base/amsguide.pdf +share/texmf-dist/doc/amstex/base/amsguide.tex +share/texmf-dist/doc/amstex/base/amsppt.doc +share/texmf-dist/doc/amstex/base/amsppt.faq +share/texmf-dist/doc/amstex/base/amstinst.ps.gz +share/texmf-dist/doc/amstex/base/amstinst.tex +share/texmf-dist/doc/amstex/base/joyerr.tex +share/texmf-dist/doc/amstex/base/joyerr2.tex +share/texmf-dist/doc/man/man1/amstex.1 +share/texmf-dist/doc/man/man1/amstex.man1.pdf diff --git a/print/tex-amstex-doc/distinfo b/print/tex-amstex-doc/distinfo new file mode 100644 index 00000000000..75ba819f33f --- /dev/null +++ b/print/tex-amstex-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-amstex-33736/amstex.doc.tar.xz) = 7871da16a0f8610f03c8a3f772d07fb3914271d3 +RMD160 (tex-amstex-33736/amstex.doc.tar.xz) = 040e3e95c6ab91e2779d841162249ea495952852 +Size (tex-amstex-33736/amstex.doc.tar.xz) = 492828 bytes diff --git a/print/tex-amstex/DESCR b/print/tex-amstex/DESCR new file mode 100644 index 00000000000..ab1544adaec --- /dev/null +++ b/print/tex-amstex/DESCR @@ -0,0 +1,7 @@ +AMSTeX is a TeX macro package, originally written by Michael +Spivak for the American Mathematical Society (AMS) during 1983- +1985 and is described in the book 'The Joy of TeX'. It is based +on Plain TeX, and provides many features for producing more +professional-looking maths formulas with less burden on +authors. More recently, the focus of attention has switched to +amslatex, but AMSTeX remains as a working system. diff --git a/print/tex-amstex/Makefile b/print/tex-amstex/Makefile new file mode 100644 index 00000000000..995bdd88d4a --- /dev/null +++ b/print/tex-amstex/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= amstex +PKGNAME= tex-${DISTNAME}-2.2 +TEXLIVE_REV= 33736 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/amstex +COMMENT= American Mathematical Society plain TeX macros +LICENSE= lppl-1.3c + +DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex + +INSTALLATION_DIRS= bin + +TEX_FORMATS+= "amstex pdftex -translate-file=cp227.tcx *amstex.ini\\n" + +.include "../../print/texlive/package.mk" + +post-install: + ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/amstex + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-amstex/PLIST b/print/tex-amstex/PLIST new file mode 100644 index 00000000000..e5e8ee67619 --- /dev/null +++ b/print/tex-amstex/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +bin/amstex +share/texmf-dist/tex/amstex/base/amsppt.sti +share/texmf-dist/tex/amstex/base/amsppt.sty +share/texmf-dist/tex/amstex/base/amsppt1.tex +share/texmf-dist/tex/amstex/base/amstex.bug +share/texmf-dist/tex/amstex/base/amstex.tex +share/texmf-dist/tex/amstex/config/amstex.ini diff --git a/print/tex-amstex/distinfo b/print/tex-amstex/distinfo new file mode 100644 index 00000000000..ba5a3bd32a1 --- /dev/null +++ b/print/tex-amstex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-amstex-33736/amstex.tar.xz) = b3c671378b23c19076b8b481a150cb49373fd6a8 +RMD160 (tex-amstex-33736/amstex.tar.xz) = a3efaff1c6601612145f2bd0a9ce74ac048e2c77 +Size (tex-amstex-33736/amstex.tar.xz) = 38036 bytes diff --git a/print/tex-calrsfs-doc/DESCR b/print/tex-calrsfs-doc/DESCR new file mode 100644 index 00000000000..1ef8c73bd0e --- /dev/null +++ b/print/tex-calrsfs-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-calrsfs. diff --git a/print/tex-calrsfs-doc/Makefile b/print/tex-calrsfs-doc/Makefile new file mode 100644 index 00000000000..d7e8c06e07b --- /dev/null +++ b/print/tex-calrsfs-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= calrsfs.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2014 +TEXLIVE_REV= 17125 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/calrsfs +COMMENT= Documentation for tex-calrsfs +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-calrsfs-doc/PLIST b/print/tex-calrsfs-doc/PLIST new file mode 100644 index 00000000000..0b495c3bc53 --- /dev/null +++ b/print/tex-calrsfs-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/doc/latex/calrsfs/README +share/texmf-dist/doc/latex/calrsfs/calrsfs.pdf +share/texmf-dist/doc/latex/calrsfs/calrsfs.tex diff --git a/print/tex-calrsfs-doc/distinfo b/print/tex-calrsfs-doc/distinfo new file mode 100644 index 00000000000..edb93829291 --- /dev/null +++ b/print/tex-calrsfs-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-calrsfs-17125/calrsfs.doc.tar.xz) = 95e845c917a1ecfce173d0abd569729e46524ebc +RMD160 (tex-calrsfs-17125/calrsfs.doc.tar.xz) = 121a4533c1e7045a6d4b4bd847b32d16b44b9c1d +Size (tex-calrsfs-17125/calrsfs.doc.tar.xz) = 153676 bytes diff --git a/print/tex-calrsfs/DESCR b/print/tex-calrsfs/DESCR new file mode 100644 index 00000000000..62d91a6d904 --- /dev/null +++ b/print/tex-calrsfs/DESCR @@ -0,0 +1 @@ +Provides a maths interface to the rsfs fonts. diff --git a/print/tex-calrsfs/Makefile b/print/tex-calrsfs/Makefile new file mode 100644 index 00000000000..5266f0e9c6f --- /dev/null +++ b/print/tex-calrsfs/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= calrsfs +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 17125 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/calrsfs +COMMENT= Copperplate calligraphic letters in LaTeX +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-calrsfs/PLIST b/print/tex-calrsfs/PLIST new file mode 100644 index 00000000000..63af18f0777 --- /dev/null +++ b/print/tex-calrsfs/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd +share/texmf-dist/tex/latex/calrsfs/calrsfs.sty diff --git a/print/tex-calrsfs/distinfo b/print/tex-calrsfs/distinfo new file mode 100644 index 00000000000..2b37652beeb --- /dev/null +++ b/print/tex-calrsfs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-calrsfs-17125/calrsfs.tar.xz) = fa3227bc102bcc497afcbbb2a28ee5f45f40d505 +RMD160 (tex-calrsfs-17125/calrsfs.tar.xz) = 1e76bd49e2b9bbb3bfa7e84457c79917f8fd03db +Size (tex-calrsfs-17125/calrsfs.tar.xz) = 852 bytes diff --git a/print/tex-ccaption-doc/DESCR b/print/tex-ccaption-doc/DESCR new file mode 100644 index 00000000000..f5ee7b70283 --- /dev/null +++ b/print/tex-ccaption-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-ccaption. diff --git a/print/tex-ccaption-doc/Makefile b/print/tex-ccaption-doc/Makefile new file mode 100644 index 00000000000..a3db63e0283 --- /dev/null +++ b/print/tex-ccaption-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= ccaption.doc +PKGNAME= tex-${DISTNAME:S/./-/}-3.2c +TEXLIVE_REV= 23443 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ccaption +COMMENT= Documentation for tex-ccaption +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ccaption-doc/PLIST b/print/tex-ccaption-doc/PLIST new file mode 100644 index 00000000000..a13e927ed14 --- /dev/null +++ b/print/tex-ccaption-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/doc/latex/ccaption/README +share/texmf-dist/doc/latex/ccaption/ccaption.pdf diff --git a/print/tex-ccaption-doc/distinfo b/print/tex-ccaption-doc/distinfo new file mode 100644 index 00000000000..0d27bbac6f5 --- /dev/null +++ b/print/tex-ccaption-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-ccaption-23443/ccaption.doc.tar.xz) = ccad4a1c5c59d338455855b225e0d143a810c881 +RMD160 (tex-ccaption-23443/ccaption.doc.tar.xz) = 770847794fa9078790d38e543d805bee3ac74135 +Size (tex-ccaption-23443/ccaption.doc.tar.xz) = 468272 bytes diff --git a/print/tex-ccaption/DESCR b/print/tex-ccaption/DESCR new file mode 100644 index 00000000000..21101500607 --- /dev/null +++ b/print/tex-ccaption/DESCR @@ -0,0 +1,6 @@ +A package providing commands for 'continuation captions', +unnumbered captions, and also a non-specific legend heading for +any environment. Methods are also provided to define captions +for use outside float (e.g., figure and table) environments, +and to define new float environments and Lists of Floats. Tools +are provided for specifying your own captioning styles. diff --git a/print/tex-ccaption/Makefile b/print/tex-ccaption/Makefile new file mode 100644 index 00000000000..76497fb994a --- /dev/null +++ b/print/tex-ccaption/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= ccaption +PKGNAME= tex-${DISTNAME}-3.2c +TEXLIVE_REV= 23443 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ccaption +COMMENT= Continuation headings and legends for floats +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ccaption/PLIST b/print/tex-ccaption/PLIST new file mode 100644 index 00000000000..fd6129066ea --- /dev/null +++ b/print/tex-ccaption/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/tex/latex/ccaption/ccaption.sty diff --git a/print/tex-ccaption/distinfo b/print/tex-ccaption/distinfo new file mode 100644 index 00000000000..2247c74a9a8 --- /dev/null +++ b/print/tex-ccaption/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-ccaption-23443/ccaption.tar.xz) = d15c0dd80b13ffd723f4b9364b4e5d378be1bc87 +RMD160 (tex-ccaption-23443/ccaption.tar.xz) = bc6afd4c28fc57804aa60c86b2e91c4b85958b9b +Size (tex-ccaption-23443/ccaption.tar.xz) = 5472 bytes diff --git a/print/tex-chappg-doc/DESCR b/print/tex-chappg-doc/DESCR new file mode 100644 index 00000000000..f33962b9afb --- /dev/null +++ b/print/tex-chappg-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-chappg. diff --git a/print/tex-chappg-doc/Makefile b/print/tex-chappg-doc/Makefile new file mode 100644 index 00000000000..1640cf30745 --- /dev/null +++ b/print/tex-chappg-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= chappg.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.1b +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/chappg +COMMENT= Documentation for tex-chappg +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-chappg-doc/PLIST b/print/tex-chappg-doc/PLIST new file mode 100644 index 00000000000..dce6d3e1e19 --- /dev/null +++ b/print/tex-chappg-doc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/doc/latex/chappg/chappg.pdf diff --git a/print/tex-chappg-doc/distinfo b/print/tex-chappg-doc/distinfo new file mode 100644 index 00000000000..eba1579acb2 --- /dev/null +++ b/print/tex-chappg-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-chappg-15878/chappg.doc.tar.xz) = fa91fbea2844d1f7126dc55596904e1f60ce0a49 +RMD160 (tex-chappg-15878/chappg.doc.tar.xz) = 20295b2ab5296a8d4b4c855b7c50b1c01cda8113 +Size (tex-chappg-15878/chappg.doc.tar.xz) = 189408 bytes diff --git a/print/tex-chappg/DESCR b/print/tex-chappg/DESCR new file mode 100644 index 00000000000..5f92b5442f9 --- /dev/null +++ b/print/tex-chappg/DESCR @@ -0,0 +1,3 @@ +The package provides for 'chapterno-pageno' or 'chaptername- +pageno' page numbering. Provision is made for front- and +backmatter in book class. diff --git a/print/tex-chappg/Makefile b/print/tex-chappg/Makefile new file mode 100644 index 00000000000..23376fdb5aa --- /dev/null +++ b/print/tex-chappg/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= chappg +PKGNAME= tex-${DISTNAME}-2.1b +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/chappg +COMMENT= Page numbering by chapter +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-chappg/PLIST b/print/tex-chappg/PLIST new file mode 100644 index 00000000000..408455a09c0 --- /dev/null +++ b/print/tex-chappg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/tex/latex/chappg/chappg.sty diff --git a/print/tex-chappg/distinfo b/print/tex-chappg/distinfo new file mode 100644 index 00000000000..280593b7336 --- /dev/null +++ b/print/tex-chappg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-chappg-15878/chappg.tar.xz) = 8765213617f711ccab8b14fd625ae4509bc8b8b1 +RMD160 (tex-chappg-15878/chappg.tar.xz) = 60be109b32d58f5e7f319535cafd8f314693f5cb +Size (tex-chappg-15878/chappg.tar.xz) = 1836 bytes diff --git a/print/tex-curves-doc/DESCR b/print/tex-curves-doc/DESCR new file mode 100644 index 00000000000..721fdf48a41 --- /dev/null +++ b/print/tex-curves-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-curves. diff --git a/print/tex-curves-doc/Makefile b/print/tex-curves-doc/Makefile new file mode 100644 index 00000000000..9dae05e07c3 --- /dev/null +++ b/print/tex-curves-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= curves.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.53 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/curves +COMMENT= Documentation for tex-curves +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-curves-doc/PLIST b/print/tex-curves-doc/PLIST new file mode 100644 index 00000000000..be5964afdfa --- /dev/null +++ b/print/tex-curves-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/curves/README +share/texmf-dist/doc/latex/curves/curves.pdf +share/texmf-dist/doc/latex/curves/latex2pdf diff --git a/print/tex-curves-doc/distinfo b/print/tex-curves-doc/distinfo new file mode 100644 index 00000000000..847d8e8b828 --- /dev/null +++ b/print/tex-curves-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-curves-15878/curves.doc.tar.xz) = e30926851d3857e603c8b14235e934dfedfd9ad2 +RMD160 (tex-curves-15878/curves.doc.tar.xz) = 0a33c26ff045e3727b2390c567ee55a622768a9c +Size (tex-curves-15878/curves.doc.tar.xz) = 134840 bytes diff --git a/print/tex-curves/DESCR b/print/tex-curves/DESCR new file mode 100644 index 00000000000..05077bb8e61 --- /dev/null +++ b/print/tex-curves/DESCR @@ -0,0 +1,8 @@ +The draws curves in the standard LaTeX picture environment +using parabolas between data points with continuous slope at +joins; for circles and arcs, it uses up to 16 parabolas. The +package also draws symbols or dash patterns along curves. The +package provides facilities equivalent to technical pens with +compasses and French curves. Curves consist of short secants +drawn by overlapping disks or line-drawing \special commands +selected by package options. diff --git a/print/tex-curves/Makefile b/print/tex-curves/Makefile new file mode 100644 index 00000000000..83af168ae35 --- /dev/null +++ b/print/tex-curves/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ + +DISTNAME= curves +PKGNAME= tex-${DISTNAME}-1.53 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/curves +COMMENT= Curves for LaTeX picture environment +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-curves/PLIST b/print/tex-curves/PLIST new file mode 100644 index 00000000000..e133e36bb0d --- /dev/null +++ b/print/tex-curves/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:14 markd Exp $ +share/texmf-dist/tex/latex/curves/curves.sty +share/texmf-dist/tex/latex/curves/curvesls.sty diff --git a/print/tex-curves/distinfo b/print/tex-curves/distinfo new file mode 100644 index 00000000000..1482400ea01 --- /dev/null +++ b/print/tex-curves/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:14 markd Exp $ + +SHA1 (tex-curves-15878/curves.tar.xz) = c0460a8e674326a54344edad91125a6a4d67996c +RMD160 (tex-curves-15878/curves.tar.xz) = 55ac1712a05326e9d08efb464113e1672c6d6952 +Size (tex-curves-15878/curves.tar.xz) = 5212 bytes diff --git a/print/tex-custom-bib-doc/DESCR b/print/tex-custom-bib-doc/DESCR new file mode 100644 index 00000000000..6166fd6229e --- /dev/null +++ b/print/tex-custom-bib-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-custom-bib. diff --git a/print/tex-custom-bib-doc/Makefile b/print/tex-custom-bib-doc/Makefile new file mode 100644 index 00000000000..a9d6314c8ed --- /dev/null +++ b/print/tex-custom-bib-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= custom-bib.doc +PKGNAME= tex-${DISTNAME:S/./-/}-4.33 +TEXLIVE_REV= 24729 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/custom-bib +COMMENT= Documentation for tex-custom-bib +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-custom-bib-doc/PLIST b/print/tex-custom-bib-doc/PLIST new file mode 100644 index 00000000000..b9ac8a4b88d --- /dev/null +++ b/print/tex-custom-bib-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/custom-bib/README +share/texmf-dist/doc/latex/custom-bib/makebst.pdf +share/texmf-dist/doc/latex/custom-bib/merlin.pdf +share/texmf-dist/doc/latex/custom-bib/readme.mkb diff --git a/print/tex-custom-bib-doc/distinfo b/print/tex-custom-bib-doc/distinfo new file mode 100644 index 00000000000..2ca5677e99c --- /dev/null +++ b/print/tex-custom-bib-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-custom-bib-24729/custom-bib.doc.tar.xz) = ba99ead5815fc8e2f1dbc2f28026693288fac49f +RMD160 (tex-custom-bib-24729/custom-bib.doc.tar.xz) = d84684360415e50f9d42c2eff59616661c9d9ee3 +Size (tex-custom-bib-24729/custom-bib.doc.tar.xz) = 667864 bytes diff --git a/print/tex-custom-bib/DESCR b/print/tex-custom-bib/DESCR new file mode 100644 index 00000000000..bd11ba2f3b7 --- /dev/null +++ b/print/tex-custom-bib/DESCR @@ -0,0 +1,4 @@ +Package generating customized BibTeX bibliography styles from a +generic file using docstrip driven by parameters generated by a +menu application. Includes support for the Harvard style of +citations. diff --git a/print/tex-custom-bib/Makefile b/print/tex-custom-bib/Makefile new file mode 100644 index 00000000000..1cd083e6131 --- /dev/null +++ b/print/tex-custom-bib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= custom-bib +PKGNAME= tex-${DISTNAME}-4.33 +TEXLIVE_REV= 24729 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/custom-bib +COMMENT= Customised BibTeX styles +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-custom-bib/PLIST b/print/tex-custom-bib/PLIST new file mode 100644 index 00000000000..1090a873e13 --- /dev/null +++ b/print/tex-custom-bib/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/custom-bib/catalan.mbs +share/texmf-dist/tex/latex/custom-bib/dansk.mbs +share/texmf-dist/tex/latex/custom-bib/dutch.mbs +share/texmf-dist/tex/latex/custom-bib/english.mbs +share/texmf-dist/tex/latex/custom-bib/esperant.mbs +share/texmf-dist/tex/latex/custom-bib/finnish.mbs +share/texmf-dist/tex/latex/custom-bib/french.mbs +share/texmf-dist/tex/latex/custom-bib/geojour.mbs +share/texmf-dist/tex/latex/custom-bib/geophys.tex +share/texmf-dist/tex/latex/custom-bib/german.mbs +share/texmf-dist/tex/latex/custom-bib/italian.mbs +share/texmf-dist/tex/latex/custom-bib/makebst.tex +share/texmf-dist/tex/latex/custom-bib/merlin.mbs +share/texmf-dist/tex/latex/custom-bib/norsk.mbs +share/texmf-dist/tex/latex/custom-bib/photjour.mbs +share/texmf-dist/tex/latex/custom-bib/physjour.mbs +share/texmf-dist/tex/latex/custom-bib/polski.mbs +share/texmf-dist/tex/latex/custom-bib/portuges.mbs +share/texmf-dist/tex/latex/custom-bib/shorthnd.tex +share/texmf-dist/tex/latex/custom-bib/slovene.mbs +share/texmf-dist/tex/latex/custom-bib/spanish.mbs +share/texmf-dist/tex/latex/custom-bib/suppjour.mbs +share/texmf-dist/tex/latex/custom-bib/svenska.mbs diff --git a/print/tex-custom-bib/distinfo b/print/tex-custom-bib/distinfo new file mode 100644 index 00000000000..2737b0a021a --- /dev/null +++ b/print/tex-custom-bib/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-custom-bib-24729/custom-bib.tar.xz) = 73d842e85d056e18fde4cb9fec5abb65fb2adbd0 +RMD160 (tex-custom-bib-24729/custom-bib.tar.xz) = 9a2bb1563b7c6deabf27d98e3447c4700ac54365 +Size (tex-custom-bib-24729/custom-bib.tar.xz) = 84500 bytes diff --git a/print/tex-dinbrief-doc/DESCR b/print/tex-dinbrief-doc/DESCR new file mode 100644 index 00000000000..2aace83ecd4 --- /dev/null +++ b/print/tex-dinbrief-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-dinbrief. diff --git a/print/tex-dinbrief-doc/Makefile b/print/tex-dinbrief-doc/Makefile new file mode 100644 index 00000000000..1a40cac9c87 --- /dev/null +++ b/print/tex-dinbrief-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= dinbrief.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/dinbrief +COMMENT= Documentation for tex-dinbrief +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-dinbrief-doc/PLIST b/print/tex-dinbrief-doc/PLIST new file mode 100644 index 00000000000..264ad76ccf2 --- /dev/null +++ b/print/tex-dinbrief-doc/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/dinbrief/brfbody.tex +share/texmf-dist/doc/latex/dinbrief/brfkopf.tex +share/texmf-dist/doc/latex/dinbrief/dbold.tex +share/texmf-dist/doc/latex/dinbrief/dinbrief.pdf +share/texmf-dist/doc/latex/dinbrief/dinbrief.tex +share/texmf-dist/doc/latex/dinbrief/dintab.tex +share/texmf-dist/doc/latex/dinbrief/example.tex +share/texmf-dist/doc/latex/dinbrief/liesmich +share/texmf-dist/doc/latex/dinbrief/readme +share/texmf-dist/doc/latex/dinbrief/test10.tex +share/texmf-dist/doc/latex/dinbrief/test11.tex +share/texmf-dist/doc/latex/dinbrief/test12.tex +share/texmf-dist/doc/latex/dinbrief/testnorm.tex diff --git a/print/tex-dinbrief-doc/distinfo b/print/tex-dinbrief-doc/distinfo new file mode 100644 index 00000000000..472cacffffa --- /dev/null +++ b/print/tex-dinbrief-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-dinbrief-15878/dinbrief.doc.tar.xz) = 012ba0e6cda8b36dffa8996fa0359f9ff1ee79be +RMD160 (tex-dinbrief-15878/dinbrief.doc.tar.xz) = 3738b047bc5b74f34460a4ce21ad59579ec0ae61 +Size (tex-dinbrief-15878/dinbrief.doc.tar.xz) = 436604 bytes diff --git a/print/tex-dinbrief/DESCR b/print/tex-dinbrief/DESCR new file mode 100644 index 00000000000..1c8a7bb0472 --- /dev/null +++ b/print/tex-dinbrief/DESCR @@ -0,0 +1,10 @@ +Implements a document layout for writing letters according to +the rules of DIN (Deutsches Institut fur Normung, German +standardisation institute). A style file for LaTeX 2.09 (with +limited support of the features) is part of the package. Since +the letter layout is based on a German standard, the user guide +is written in German, but most macros have English names from +which the user can recognize what they are used for. In +addition there are example files showing how letters may be +created with the package. A graphical interface for use of the +dinbrief is provided in the dinbrief-GUI bundle. diff --git a/print/tex-dinbrief/Makefile b/print/tex-dinbrief/Makefile new file mode 100644 index 00000000000..1121ed87ac7 --- /dev/null +++ b/print/tex-dinbrief/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= dinbrief +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/dinbrief +COMMENT= German letter DIN style +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-dinbrief/PLIST b/print/tex-dinbrief/PLIST new file mode 100644 index 00000000000..d33fd759ca2 --- /dev/null +++ b/print/tex-dinbrief/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/dinbrief/dinbrief.cfg +share/texmf-dist/tex/latex/dinbrief/dinbrief.cls +share/texmf-dist/tex/latex/dinbrief/dinbrief.sty diff --git a/print/tex-dinbrief/distinfo b/print/tex-dinbrief/distinfo new file mode 100644 index 00000000000..682a8ca8acf --- /dev/null +++ b/print/tex-dinbrief/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-dinbrief-15878/dinbrief.tar.xz) = 2ba7191776bbe642ecf294bfc0ce6b483f504598 +RMD160 (tex-dinbrief-15878/dinbrief.tar.xz) = f2154e480066ebef29f19d4df2197d8c81699e98 +Size (tex-dinbrief-15878/dinbrief.tar.xz) = 12572 bytes diff --git a/print/tex-draftcopy-doc/DESCR b/print/tex-draftcopy-doc/DESCR new file mode 100644 index 00000000000..de51c4992e4 --- /dev/null +++ b/print/tex-draftcopy-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-draftcopy. diff --git a/print/tex-draftcopy-doc/Makefile b/print/tex-draftcopy-doc/Makefile new file mode 100644 index 00000000000..adc72b46fe1 --- /dev/null +++ b/print/tex-draftcopy-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= draftcopy.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.16 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/draftcopy +COMMENT= Documentation for tex-draftcopy +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-draftcopy-doc/PLIST b/print/tex-draftcopy-doc/PLIST new file mode 100644 index 00000000000..de682dd8838 --- /dev/null +++ b/print/tex-draftcopy-doc/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/draftcopy/README +share/texmf-dist/doc/latex/draftcopy/THIS-IS-VERSION-2.16 +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-1.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-10.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-11.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-12.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-13.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-14.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-15.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-16.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-2.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-3.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-4.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-5.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-6.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-7.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-8.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy-test-9.tex +share/texmf-dist/doc/latex/draftcopy/draftcopy.doc +share/texmf-dist/doc/latex/draftcopy/draftcopy.pdf diff --git a/print/tex-draftcopy-doc/distinfo b/print/tex-draftcopy-doc/distinfo new file mode 100644 index 00000000000..2d534f35af0 --- /dev/null +++ b/print/tex-draftcopy-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-draftcopy-15878/draftcopy.doc.tar.xz) = 139fce4145b6f0e362c60df9a17f41f2de22cd76 +RMD160 (tex-draftcopy-15878/draftcopy.doc.tar.xz) = 685fc84105e2fd46d8cc2616e2ae452a7ee43a50 +Size (tex-draftcopy-15878/draftcopy.doc.tar.xz) = 122716 bytes diff --git a/print/tex-draftcopy/DESCR b/print/tex-draftcopy/DESCR new file mode 100644 index 00000000000..8442a5a6435 --- /dev/null +++ b/print/tex-draftcopy/DESCR @@ -0,0 +1,5 @@ +Places the word DRAFT (or other words) in light grey diagonally +across the background (or at the bottom) of each (or selected) +pages of the document. The package uses PostScript \special +commands, and may not therefore be used with PDFLaTeX. For that +usage, consider the wallpaper or draftwatermark packages. diff --git a/print/tex-draftcopy/Makefile b/print/tex-draftcopy/Makefile new file mode 100644 index 00000000000..5109b8df965 --- /dev/null +++ b/print/tex-draftcopy/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= draftcopy +PKGNAME= tex-${DISTNAME}-2.16 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/draftcopy +COMMENT= Identify draft copies +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-draftcopy/PLIST b/print/tex-draftcopy/PLIST new file mode 100644 index 00000000000..ba6fe23c06c --- /dev/null +++ b/print/tex-draftcopy/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/draftcopy/draftcopy.cfg +share/texmf-dist/tex/latex/draftcopy/draftcopy.sty diff --git a/print/tex-draftcopy/distinfo b/print/tex-draftcopy/distinfo new file mode 100644 index 00000000000..576df69d6a6 --- /dev/null +++ b/print/tex-draftcopy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-draftcopy-15878/draftcopy.tar.xz) = c26893dd33eed1b8280d42cf328c0c8a90263e45 +RMD160 (tex-draftcopy-15878/draftcopy.tar.xz) = 43703ed0095387e06a72f9c28cb9448c6afda15d +Size (tex-draftcopy-15878/draftcopy.tar.xz) = 4240 bytes diff --git a/print/tex-filecontents-doc/DESCR b/print/tex-filecontents-doc/DESCR new file mode 100644 index 00000000000..af3911ebe40 --- /dev/null +++ b/print/tex-filecontents-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-filecontents. diff --git a/print/tex-filecontents-doc/Makefile b/print/tex-filecontents-doc/Makefile new file mode 100644 index 00000000000..7658d393553 --- /dev/null +++ b/print/tex-filecontents-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= filecontents.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.3 +TEXLIVE_REV= 24250 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/filecontents +COMMENT= Documentation for tex-filecontents +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-filecontents-doc/PLIST b/print/tex-filecontents-doc/PLIST new file mode 100644 index 00000000000..a1681d2cb86 --- /dev/null +++ b/print/tex-filecontents-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/filecontents/README +share/texmf-dist/doc/latex/filecontents/filecontents.pdf diff --git a/print/tex-filecontents-doc/distinfo b/print/tex-filecontents-doc/distinfo new file mode 100644 index 00000000000..f2f64ab9901 --- /dev/null +++ b/print/tex-filecontents-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-filecontents-24250/filecontents.doc.tar.xz) = 508db462d38c9a66e60436b3e31ad52f51c1cfe2 +RMD160 (tex-filecontents-24250/filecontents.doc.tar.xz) = 731f2c35bbacc58bee18177d1eae4705806ab720 +Size (tex-filecontents-24250/filecontents.doc.tar.xz) = 235344 bytes diff --git a/print/tex-filecontents/DESCR b/print/tex-filecontents/DESCR new file mode 100644 index 00000000000..c9d4915fc35 --- /dev/null +++ b/print/tex-filecontents/DESCR @@ -0,0 +1,8 @@ +LaTeX2e's filecontents and filecontents* environments enable a +LaTeX source file to generate external files as it runs through +LaTeX. However, there are two limitations of these +environments: they refuse to overwrite existing files, and they +can only be used in the preamble of a document. The +filecontents package removes these limitations, letting you +overwrite existing files and letting you use +filecontents/filecontents* anywhere. diff --git a/print/tex-filecontents/Makefile b/print/tex-filecontents/Makefile new file mode 100644 index 00000000000..8c8261db0c9 --- /dev/null +++ b/print/tex-filecontents/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= filecontents +PKGNAME= tex-${DISTNAME}-1.3 +TEXLIVE_REV= 24250 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/filecontents +COMMENT= Extended filecontents and filecontents* environments +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-filecontents/PLIST b/print/tex-filecontents/PLIST new file mode 100644 index 00000000000..90554388e16 --- /dev/null +++ b/print/tex-filecontents/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/filecontents/filecontents.sty diff --git a/print/tex-filecontents/distinfo b/print/tex-filecontents/distinfo new file mode 100644 index 00000000000..fcc7ecc8d71 --- /dev/null +++ b/print/tex-filecontents/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-filecontents-24250/filecontents.tar.xz) = d294b559fe1c53ce8df29e0d1dffd0946023c7e5 +RMD160 (tex-filecontents-24250/filecontents.tar.xz) = bd5f9272a15ee0ad0fea147b70d1362f6c217af7 +Size (tex-filecontents-24250/filecontents.tar.xz) = 1736 bytes diff --git a/print/tex-floatflt-doc/DESCR b/print/tex-floatflt-doc/DESCR new file mode 100644 index 00000000000..faf9bab6278 --- /dev/null +++ b/print/tex-floatflt-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-floatflt. diff --git a/print/tex-floatflt-doc/Makefile b/print/tex-floatflt-doc/Makefile new file mode 100644 index 00000000000..32e6a2cda13 --- /dev/null +++ b/print/tex-floatflt-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= floatflt.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.31 +TEXLIVE_REV= 25540 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/floatflt +COMMENT= Documentation for tex-floatflt +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-floatflt-doc/PLIST b/print/tex-floatflt-doc/PLIST new file mode 100644 index 00000000000..bf13da1df5f --- /dev/null +++ b/print/tex-floatflt-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/floatflt/README +share/texmf-dist/doc/latex/floatflt/floatexm.tex +share/texmf-dist/doc/latex/floatflt/floatfge.tex +share/texmf-dist/doc/latex/floatflt/floatfig.txt +share/texmf-dist/doc/latex/floatflt/floatflt.pdf diff --git a/print/tex-floatflt-doc/distinfo b/print/tex-floatflt-doc/distinfo new file mode 100644 index 00000000000..ea740c7e327 --- /dev/null +++ b/print/tex-floatflt-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-floatflt-25540/floatflt.doc.tar.xz) = 9cee45c3319acf85c213c87de20a31275fb87cc3 +RMD160 (tex-floatflt-25540/floatflt.doc.tar.xz) = 3a208c82a53241f60907d1adda7fd43b22913977 +Size (tex-floatflt-25540/floatflt.doc.tar.xz) = 304832 bytes diff --git a/print/tex-floatflt/DESCR b/print/tex-floatflt/DESCR new file mode 100644 index 00000000000..8046ece0178 --- /dev/null +++ b/print/tex-floatflt/DESCR @@ -0,0 +1,4 @@ +The package can float text around figures and tables which do +not span the full width of a page; it improves upon floatfig, +and allows tables/figures to be set left/right or alternating +on even/odd pages. diff --git a/print/tex-floatflt/Makefile b/print/tex-floatflt/Makefile new file mode 100644 index 00000000000..3d03e095b6b --- /dev/null +++ b/print/tex-floatflt/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= floatflt +PKGNAME= tex-${DISTNAME}-1.31 +TEXLIVE_REV= 25540 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/floatflt +COMMENT= Wrap text around floats +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-floatflt/PLIST b/print/tex-floatflt/PLIST new file mode 100644 index 00000000000..e5421ba82a7 --- /dev/null +++ b/print/tex-floatflt/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/floatflt/floatflt.sty diff --git a/print/tex-floatflt/distinfo b/print/tex-floatflt/distinfo new file mode 100644 index 00000000000..44c9b4dd54a --- /dev/null +++ b/print/tex-floatflt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-floatflt-25540/floatflt.tar.xz) = 1c5b8a5c461bac1e73734c1f3b47bc0b319140fe +RMD160 (tex-floatflt-25540/floatflt.tar.xz) = 8654c70c56198eddfad066f00f50374d2f2c8a21 +Size (tex-floatflt-25540/floatflt.tar.xz) = 2808 bytes diff --git a/print/tex-footbib-doc/DESCR b/print/tex-footbib-doc/DESCR new file mode 100644 index 00000000000..aaec435249d --- /dev/null +++ b/print/tex-footbib-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-footbib. diff --git a/print/tex-footbib-doc/Makefile b/print/tex-footbib-doc/Makefile new file mode 100644 index 00000000000..6396392575a --- /dev/null +++ b/print/tex-footbib-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= footbib.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.0.7 +TEXLIVE_REV= 17115 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/footbib +COMMENT= Documentation for tex-footbib +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-footbib-doc/PLIST b/print/tex-footbib-doc/PLIST new file mode 100644 index 00000000000..38da84ddd91 --- /dev/null +++ b/print/tex-footbib-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/doc/latex/footbib/README +share/texmf-dist/doc/latex/footbib/footbib.pdf diff --git a/print/tex-footbib-doc/distinfo b/print/tex-footbib-doc/distinfo new file mode 100644 index 00000000000..3a523db5d7d --- /dev/null +++ b/print/tex-footbib-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-footbib-17115/footbib.doc.tar.xz) = 31dd41321fbfd7c02653b1aede9843e36726694b +RMD160 (tex-footbib-17115/footbib.doc.tar.xz) = cf2479c77c5c59211cff918d5beeb759a4f85e08 +Size (tex-footbib-17115/footbib.doc.tar.xz) = 196312 bytes diff --git a/print/tex-footbib/DESCR b/print/tex-footbib/DESCR new file mode 100644 index 00000000000..2544a598d0f --- /dev/null +++ b/print/tex-footbib/DESCR @@ -0,0 +1,10 @@ +The package makes bibliographic references appear as footnotes. +It defines a command \footcite which is similar to the LaTeX +\cite command but the references cited in this way appear at +the bottom of the pages. This 'foot bibliography' does not +conflict with the standard one and both may exist +simultaneously in a document. The command \cite may still be +used to produce the standard bibliography. The foot +bibliography uses its own style and bibliographic database +which may be specified independently of the standard one. Any +standard bibliography style may be used. diff --git a/print/tex-footbib/Makefile b/print/tex-footbib/Makefile new file mode 100644 index 00000000000..4d1cf0161fa --- /dev/null +++ b/print/tex-footbib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= footbib +PKGNAME= tex-${DISTNAME}-2.0.7 +TEXLIVE_REV= 17115 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/footbib +COMMENT= Bibliographic references as footnotes +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-footbib/PLIST b/print/tex-footbib/PLIST new file mode 100644 index 00000000000..8d8137b098a --- /dev/null +++ b/print/tex-footbib/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/footbib/footbib.sty diff --git a/print/tex-footbib/distinfo b/print/tex-footbib/distinfo new file mode 100644 index 00000000000..bfea5c526f9 --- /dev/null +++ b/print/tex-footbib/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-footbib-17115/footbib.tar.xz) = 87887f113a49fe970c7d1853d4604451e1ad8d56 +RMD160 (tex-footbib-17115/footbib.tar.xz) = 94b251af4564e8f4ef2567f48f8e5ab4f4b4ad0a +Size (tex-footbib-17115/footbib.tar.xz) = 6672 bytes diff --git a/print/tex-footnpag-doc/DESCR b/print/tex-footnpag-doc/DESCR new file mode 100644 index 00000000000..24d6899dd20 --- /dev/null +++ b/print/tex-footnpag-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-footnpag. diff --git a/print/tex-footnpag-doc/Makefile b/print/tex-footnpag-doc/Makefile new file mode 100644 index 00000000000..45f6d529a5d --- /dev/null +++ b/print/tex-footnpag-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= footnpag.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/footnpag +COMMENT= Documentation for tex-footnpag +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-footnpag-doc/PLIST b/print/tex-footnpag-doc/PLIST new file mode 100644 index 00000000000..8f3bd4fe34e --- /dev/null +++ b/print/tex-footnpag-doc/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/footnpag/CATALOG +share/texmf-dist/doc/latex/footnpag/History +share/texmf-dist/doc/latex/footnpag/INSTALL +share/texmf-dist/doc/latex/footnpag/Imakefile +share/texmf-dist/doc/latex/footnpag/License +share/texmf-dist/doc/latex/footnpag/MANIFEST +share/texmf-dist/doc/latex/footnpag/README +share/texmf-dist/doc/latex/footnpag/TODO +share/texmf-dist/doc/latex/footnpag/footnpag-doc.sty +share/texmf-dist/doc/latex/footnpag/footnpag-user.pdf +share/texmf-dist/doc/latex/footnpag/footnpag-user.tex +share/texmf-dist/doc/latex/footnpag/footnpag.doc +share/texmf-dist/doc/latex/footnpag/test/Imakefile +share/texmf-dist/doc/latex/footnpag/test/eqnarray-fnmark.tex +share/texmf-dist/doc/latex/footnpag/test/late.tex +share/texmf-dist/doc/latex/footnpag/test/many.tex +share/texmf-dist/doc/latex/footnpag/test/minipage.tex +share/texmf-dist/doc/latex/footnpag/test/report.tex +share/texmf-dist/doc/latex/footnpag/test/title-2col.tex diff --git a/print/tex-footnpag-doc/distinfo b/print/tex-footnpag-doc/distinfo new file mode 100644 index 00000000000..b6deec7d1b4 --- /dev/null +++ b/print/tex-footnpag-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-footnpag-15878/footnpag.doc.tar.xz) = c97865e8dc63989ffa8df70cf42403ef5f03d322 +RMD160 (tex-footnpag-15878/footnpag.doc.tar.xz) = 442a1eec3df72c52caea173b6596ceb0b5d0036e +Size (tex-footnpag-15878/footnpag.doc.tar.xz) = 53224 bytes diff --git a/print/tex-footnpag/DESCR b/print/tex-footnpag/DESCR new file mode 100644 index 00000000000..53e7452ab19 --- /dev/null +++ b/print/tex-footnpag/DESCR @@ -0,0 +1,2 @@ +Allows footnotes on individual pages to be numbered from 1, +rather than being numbered sequentially through the document. diff --git a/print/tex-footnpag/Makefile b/print/tex-footnpag/Makefile new file mode 100644 index 00000000000..11ca730b4ae --- /dev/null +++ b/print/tex-footnpag/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= footnpag +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/footnpag +COMMENT= Per-page numbering of footnotes +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-footnpag/PLIST b/print/tex-footnpag/PLIST new file mode 100644 index 00000000000..4758d433570 --- /dev/null +++ b/print/tex-footnpag/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/footnpag/footnpag.sty diff --git a/print/tex-footnpag/distinfo b/print/tex-footnpag/distinfo new file mode 100644 index 00000000000..a5767ce2ce6 --- /dev/null +++ b/print/tex-footnpag/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-footnpag-15878/footnpag.tar.xz) = 3741c856442f30c0a48f0946210ae8d115de8bd8 +RMD160 (tex-footnpag-15878/footnpag.tar.xz) = 0e40683db20443067777c7e5734760131f78f4f2 +Size (tex-footnpag-15878/footnpag.tar.xz) = 7716 bytes diff --git a/print/tex-g-brief-doc/DESCR b/print/tex-g-brief-doc/DESCR new file mode 100644 index 00000000000..9251b66862b --- /dev/null +++ b/print/tex-g-brief-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-g-brief. diff --git a/print/tex-g-brief-doc/Makefile b/print/tex-g-brief-doc/Makefile new file mode 100644 index 00000000000..0b72bcb1344 --- /dev/null +++ b/print/tex-g-brief-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= g-brief.doc +PKGNAME= tex-${DISTNAME:S/./-/}-4.0.2 +TEXLIVE_REV= 21140 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/g-brief +COMMENT= Documentation for tex-g-brief +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-g-brief-doc/PLIST b/print/tex-g-brief-doc/PLIST new file mode 100644 index 00000000000..2ca663bc9c5 --- /dev/null +++ b/print/tex-g-brief-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/g-brief/beispiel.pdf +share/texmf-dist/doc/latex/g-brief/beispiel.tex +share/texmf-dist/doc/latex/g-brief/beispiel2.pdf +share/texmf-dist/doc/latex/g-brief/beispiel2.tex +share/texmf-dist/doc/latex/g-brief/g-brief.pdf diff --git a/print/tex-g-brief-doc/distinfo b/print/tex-g-brief-doc/distinfo new file mode 100644 index 00000000000..27f0314ec53 --- /dev/null +++ b/print/tex-g-brief-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-g-brief-21140/g-brief.doc.tar.xz) = a32a3dbc5b77b3b87336d2da7eccf64ab0506999 +RMD160 (tex-g-brief-21140/g-brief.doc.tar.xz) = 99111dc2414d2988b87adb8f5013954ed5c0771a +Size (tex-g-brief-21140/g-brief.doc.tar.xz) = 129436 bytes diff --git a/print/tex-g-brief/DESCR b/print/tex-g-brief/DESCR new file mode 100644 index 00000000000..395f56ee08f --- /dev/null +++ b/print/tex-g-brief/DESCR @@ -0,0 +1,4 @@ +Designed for formatting formless letters in German; can also be +used for English (by those who can read the documentation). +There are LaTeX 2.09 documentstyle and LaTeX 2e class files for +both an 'old' and a 'new' version of g-brief. diff --git a/print/tex-g-brief/Makefile b/print/tex-g-brief/Makefile new file mode 100644 index 00000000000..5581ea30bfa --- /dev/null +++ b/print/tex-g-brief/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= g-brief +PKGNAME= tex-${DISTNAME}-4.0.2 +TEXLIVE_REV= 21140 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/g-brief +COMMENT= Letter document class +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-g-brief/PLIST b/print/tex-g-brief/PLIST new file mode 100644 index 00000000000..692717d34a7 --- /dev/null +++ b/print/tex-g-brief/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/g-brief/g-brief.cls +share/texmf-dist/tex/latex/g-brief/g-brief.sty +share/texmf-dist/tex/latex/g-brief/g-brief2.cls +share/texmf-dist/tex/latex/g-brief/g-brief2.sty diff --git a/print/tex-g-brief/distinfo b/print/tex-g-brief/distinfo new file mode 100644 index 00000000000..ba8dbaa375f --- /dev/null +++ b/print/tex-g-brief/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-g-brief-21140/g-brief.tar.xz) = c0b08ede8d899fc2e7526d71d07f43d3a126af7e +RMD160 (tex-g-brief-21140/g-brief.tar.xz) = e1e36500f2c5e1e5a6e056d6c50e4ed0133fcaab +Size (tex-g-brief-21140/g-brief.tar.xz) = 4988 bytes diff --git a/print/tex-import-doc/DESCR b/print/tex-import-doc/DESCR new file mode 100644 index 00000000000..136075cd66e --- /dev/null +++ b/print/tex-import-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-import. diff --git a/print/tex-import-doc/Makefile b/print/tex-import-doc/Makefile new file mode 100644 index 00000000000..5819df39eee --- /dev/null +++ b/print/tex-import-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= import.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5.1 +TEXLIVE_REV= 17361 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/import +COMMENT= Documentation for tex-import +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-import-doc/PLIST b/print/tex-import-doc/PLIST new file mode 100644 index 00000000000..865fcc333bf --- /dev/null +++ b/print/tex-import-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/import/import.pdf +share/texmf-dist/doc/latex/import/import.tex diff --git a/print/tex-import-doc/distinfo b/print/tex-import-doc/distinfo new file mode 100644 index 00000000000..2346303d5f8 --- /dev/null +++ b/print/tex-import-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-import-17361/import.doc.tar.xz) = 32e6832c57b6e10a922ba54e33888aca0511eb3a +RMD160 (tex-import-17361/import.doc.tar.xz) = 5ecb0fc160af5fd639ff2157de0aea6e8f01a0dc +Size (tex-import-17361/import.doc.tar.xz) = 245180 bytes diff --git a/print/tex-import/DESCR b/print/tex-import/DESCR new file mode 100644 index 00000000000..795134d2c7b --- /dev/null +++ b/print/tex-import/DESCR @@ -0,0 +1,5 @@ +The commands \import{full_path}{file} and +\subimport{path_extension}{file} set up input through standard +LaTeX mechanisms (\input, \include and \includegraphics) to +load files relative to the \import-ed directory. There are also +\includefrom, \subincludefrom, and * variants of the commands. diff --git a/print/tex-import/Makefile b/print/tex-import/Makefile new file mode 100644 index 00000000000..09c1f07b36c --- /dev/null +++ b/print/tex-import/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= import +PKGNAME= tex-${DISTNAME}-5.1 +TEXLIVE_REV= 17361 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/import +COMMENT= Establish input relative to a directory +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-import/PLIST b/print/tex-import/PLIST new file mode 100644 index 00000000000..110dcce31e8 --- /dev/null +++ b/print/tex-import/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/import/import.sty diff --git a/print/tex-import/distinfo b/print/tex-import/distinfo new file mode 100644 index 00000000000..78c8eb529d6 --- /dev/null +++ b/print/tex-import/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-import-17361/import.tar.xz) = 9bfc0425557e7999db3907d2c5e32c397a56bedc +RMD160 (tex-import-17361/import.tar.xz) = ec5561781542c816809bd4dede7adcf45256843e +Size (tex-import-17361/import.tar.xz) = 2552 bytes diff --git a/print/tex-labels-doc/DESCR b/print/tex-labels-doc/DESCR new file mode 100644 index 00000000000..a1629f1d01e --- /dev/null +++ b/print/tex-labels-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-labels. diff --git a/print/tex-labels-doc/Makefile b/print/tex-labels-doc/Makefile new file mode 100644 index 00000000000..95f6a37dcfe --- /dev/null +++ b/print/tex-labels-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= labels.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.13 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/labels +COMMENT= Documentation for tex-labels +LICENSE= lppl-1.2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-labels-doc/PLIST b/print/tex-labels-doc/PLIST new file mode 100644 index 00000000000..1daf53626fc --- /dev/null +++ b/print/tex-labels-doc/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/labels/README +share/texmf-dist/doc/latex/labels/labels.pdf +share/texmf-dist/doc/latex/labels/test/avery5162.tex +share/texmf-dist/doc/latex/labels/test/badge.tex +share/texmf-dist/doc/latex/labels/test/beebe.tex +share/texmf-dist/doc/latex/labels/test/door.tex +share/texmf-dist/doc/latex/labels/test/door209.tex +share/texmf-dist/doc/latex/labels/test/names.dat +share/texmf-dist/doc/latex/labels/test/news.tex +share/texmf-dist/doc/latex/labels/test/test.tex +share/texmf-dist/doc/latex/labels/test/test1.tex +share/texmf-dist/doc/latex/labels/test/test10.tex +share/texmf-dist/doc/latex/labels/test/test11.tex +share/texmf-dist/doc/latex/labels/test/test12.tex +share/texmf-dist/doc/latex/labels/test/test2.tex +share/texmf-dist/doc/latex/labels/test/test3.tex +share/texmf-dist/doc/latex/labels/test/test4.tex +share/texmf-dist/doc/latex/labels/test/test5.tex +share/texmf-dist/doc/latex/labels/test/test6.tex +share/texmf-dist/doc/latex/labels/test/test7.tex +share/texmf-dist/doc/latex/labels/test/test8.tex +share/texmf-dist/doc/latex/labels/test/test9.tex +share/texmf-dist/doc/latex/labels/test/testnew.tex +share/texmf-dist/doc/latex/labels/test/testnew1.tex +share/texmf-dist/doc/latex/labels/test/testnew10.tex +share/texmf-dist/doc/latex/labels/test/testnew11.tex +share/texmf-dist/doc/latex/labels/test/testnew12.tex +share/texmf-dist/doc/latex/labels/test/testnew13.tex +share/texmf-dist/doc/latex/labels/test/testnew2.tex +share/texmf-dist/doc/latex/labels/test/testnew3.tex +share/texmf-dist/doc/latex/labels/test/testnew4.tex +share/texmf-dist/doc/latex/labels/test/testnew5.tex +share/texmf-dist/doc/latex/labels/test/testnew6.tex +share/texmf-dist/doc/latex/labels/test/testnew7.tex +share/texmf-dist/doc/latex/labels/test/testnew8.tex +share/texmf-dist/doc/latex/labels/test/testnew9.tex +share/texmf-dist/doc/latex/labels/test/zwekform.tex diff --git a/print/tex-labels-doc/distinfo b/print/tex-labels-doc/distinfo new file mode 100644 index 00000000000..f7591c523c1 --- /dev/null +++ b/print/tex-labels-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-labels-15878/labels.doc.tar.xz) = d9d6e9ff3a183caf5063349dd66dbc415f6cbc3f +RMD160 (tex-labels-15878/labels.doc.tar.xz) = e6eff27e4d850c79e04c66aced078dd6914c8eac +Size (tex-labels-15878/labels.doc.tar.xz) = 177412 bytes diff --git a/print/tex-labels/DESCR b/print/tex-labels/DESCR new file mode 100644 index 00000000000..4affdde8fc4 --- /dev/null +++ b/print/tex-labels/DESCR @@ -0,0 +1,8 @@ +A LaTeX package to print a regular grid of ragged-right labels +on a page, suitable for sheets of labels which can be fed +through a printer. Macros are provided to allow easy input of +names and addresses in a form free of TeX markup. Equally +useful is a feature for making multiple copies of a single +label, e.g., return address stickers to go with the labels. +Rows, columns, borders can all be specified to match the label +sheet being used. diff --git a/print/tex-labels/Makefile b/print/tex-labels/Makefile new file mode 100644 index 00000000000..59cdc08d2f4 --- /dev/null +++ b/print/tex-labels/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= labels +PKGNAME= tex-${DISTNAME}-0.13 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/labels +COMMENT= Print sheets of sticky labels +LICENSE= lppl-1.2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-labels/PLIST b/print/tex-labels/PLIST new file mode 100644 index 00000000000..4f786c5aa7e --- /dev/null +++ b/print/tex-labels/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/labels/labels.sty +share/texmf-dist/tex/latex/labels/olabels.sty diff --git a/print/tex-labels/distinfo b/print/tex-labels/distinfo new file mode 100644 index 00000000000..27ccab27fad --- /dev/null +++ b/print/tex-labels/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-labels-15878/labels.tar.xz) = 8eb360df4e34eff3dc0bfbfe1761c309cb3c4706 +RMD160 (tex-labels-15878/labels.tar.xz) = fe9c8bc35aab8b4cd3593101039e6e72ec910170 +Size (tex-labels-15878/labels.tar.xz) = 3528 bytes diff --git a/print/tex-layouts-doc/DESCR b/print/tex-layouts-doc/DESCR new file mode 100644 index 00000000000..0693c44588c --- /dev/null +++ b/print/tex-layouts-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-layouts. diff --git a/print/tex-layouts-doc/Makefile b/print/tex-layouts-doc/Makefile new file mode 100644 index 00000000000..809762e6d3c --- /dev/null +++ b/print/tex-layouts-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= layouts.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.6d +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/layouts +COMMENT= Documentation for tex-layouts +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-layouts-doc/PLIST b/print/tex-layouts-doc/PLIST new file mode 100644 index 00000000000..62371f391cc --- /dev/null +++ b/print/tex-layouts-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/layouts/README +share/texmf-dist/doc/latex/layouts/layman.pdf +share/texmf-dist/doc/latex/layouts/layouts.pdf diff --git a/print/tex-layouts-doc/distinfo b/print/tex-layouts-doc/distinfo new file mode 100644 index 00000000000..0028cf03197 --- /dev/null +++ b/print/tex-layouts-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-layouts-15878/layouts.doc.tar.xz) = e244482561397d4b1333925579fdcfdf7c393d44 +RMD160 (tex-layouts-15878/layouts.doc.tar.xz) = 094725ce2533afefd547545c52e959e011cf6823 +Size (tex-layouts-15878/layouts.doc.tar.xz) = 477556 bytes diff --git a/print/tex-layouts/DESCR b/print/tex-layouts/DESCR new file mode 100644 index 00000000000..fc6f5e1bb67 --- /dev/null +++ b/print/tex-layouts/DESCR @@ -0,0 +1,5 @@ +Display information about a document, including: text +positioning on a page; disposition of floats; layout of +paragraphs, lists, footnotes, table of contents, and sectional +headings; font boxes. Facilities are provided for a document +designer to experiment with the layout parameters. diff --git a/print/tex-layouts/Makefile b/print/tex-layouts/Makefile new file mode 100644 index 00000000000..9f9a0a8cf18 --- /dev/null +++ b/print/tex-layouts/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= layouts +PKGNAME= tex-${DISTNAME}-2.6d +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/layouts +COMMENT= Display various elements of a document's layout +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-layouts/PLIST b/print/tex-layouts/PLIST new file mode 100644 index 00000000000..afcb0f147fa --- /dev/null +++ b/print/tex-layouts/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/layouts/layouts.sty diff --git a/print/tex-layouts/distinfo b/print/tex-layouts/distinfo new file mode 100644 index 00000000000..290f781a416 --- /dev/null +++ b/print/tex-layouts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-layouts-15878/layouts.tar.xz) = 47234cd6778b60975ae9a994f2c6d3c6acad1097 +RMD160 (tex-layouts-15878/layouts.tar.xz) = 299ad317c92a5399e57fb72317dcc7ad82e09a8b +Size (tex-layouts-15878/layouts.tar.xz) = 13540 bytes diff --git a/print/tex-leftidx-doc/DESCR b/print/tex-leftidx-doc/DESCR new file mode 100644 index 00000000000..cb77aadf73c --- /dev/null +++ b/print/tex-leftidx-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-leftidx. diff --git a/print/tex-leftidx-doc/Makefile b/print/tex-leftidx-doc/Makefile new file mode 100644 index 00000000000..23ed2914d73 --- /dev/null +++ b/print/tex-leftidx-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= leftidx.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/leftidx +COMMENT= Documentation for tex-leftidx +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-leftidx-doc/PLIST b/print/tex-leftidx-doc/PLIST new file mode 100644 index 00000000000..3724518570d --- /dev/null +++ b/print/tex-leftidx-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/doc/latex/leftidx/README +share/texmf-dist/doc/latex/leftidx/leftidx.pdf diff --git a/print/tex-leftidx-doc/distinfo b/print/tex-leftidx-doc/distinfo new file mode 100644 index 00000000000..cc05bfa23a7 --- /dev/null +++ b/print/tex-leftidx-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-leftidx-15878/leftidx.doc.tar.xz) = f97a8125d47d4a84a61aba9f5f9ee6b65b0cfbcd +RMD160 (tex-leftidx-15878/leftidx.doc.tar.xz) = 478ed2debe646a05725644672d46f80086f53fc0 +Size (tex-leftidx-15878/leftidx.doc.tar.xz) = 50916 bytes diff --git a/print/tex-leftidx/DESCR b/print/tex-leftidx/DESCR new file mode 100644 index 00000000000..6d093a6fba0 --- /dev/null +++ b/print/tex-leftidx/DESCR @@ -0,0 +1,2 @@ +Left and right subscripts and superscripts are automatically +raised for better fitting to the symbol they belong to. diff --git a/print/tex-leftidx/Makefile b/print/tex-leftidx/Makefile new file mode 100644 index 00000000000..0960fc828b5 --- /dev/null +++ b/print/tex-leftidx/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= leftidx +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/leftidx +COMMENT= Left and right subscripts and superscripts in math mode +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-leftidx/PLIST b/print/tex-leftidx/PLIST new file mode 100644 index 00000000000..b7b94882821 --- /dev/null +++ b/print/tex-leftidx/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/leftidx/leftidx.sty diff --git a/print/tex-leftidx/distinfo b/print/tex-leftidx/distinfo new file mode 100644 index 00000000000..fe9ddd59499 --- /dev/null +++ b/print/tex-leftidx/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:16 markd Exp $ + +SHA1 (tex-leftidx-15878/leftidx.tar.xz) = 03d65bd8613e2dd21ada3dd25f6a98bb4607fb4b +RMD160 (tex-leftidx-15878/leftidx.tar.xz) = 891991ae9b30cba73347a7c22563c2ebe5c3ccdd +Size (tex-leftidx-15878/leftidx.tar.xz) = 928 bytes diff --git a/print/tex-lettrine-doc/DESCR b/print/tex-lettrine-doc/DESCR new file mode 100644 index 00000000000..160e72e043c --- /dev/null +++ b/print/tex-lettrine-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-lettrine. diff --git a/print/tex-lettrine-doc/Makefile b/print/tex-lettrine-doc/Makefile new file mode 100644 index 00000000000..0aaf59effaf --- /dev/null +++ b/print/tex-lettrine-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= lettrine.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.8 +TEXLIVE_REV= 36295 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/lettrine +COMMENT= Documentation for tex-lettrine +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-lettrine-doc/PLIST b/print/tex-lettrine-doc/PLIST new file mode 100644 index 00000000000..955d3d150f9 --- /dev/null +++ b/print/tex-lettrine-doc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/lettrine/README +share/texmf-dist/doc/latex/lettrine/W.eps +share/texmf-dist/doc/latex/lettrine/W.pdf +share/texmf-dist/doc/latex/lettrine/demo-de.pdf +share/texmf-dist/doc/latex/lettrine/demo-de.tex +share/texmf-dist/doc/latex/lettrine/demo.pdf +share/texmf-dist/doc/latex/lettrine/demo.tex +share/texmf-dist/doc/latex/lettrine/lettrine.pdf diff --git a/print/tex-lettrine-doc/distinfo b/print/tex-lettrine-doc/distinfo new file mode 100644 index 00000000000..8158d27650d --- /dev/null +++ b/print/tex-lettrine-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-lettrine-36295/lettrine.doc.tar.xz) = 0d9caaef6c748a508981340a7d1cd526f827dabe +RMD160 (tex-lettrine-36295/lettrine.doc.tar.xz) = a6e655689535cea22821a6013b387ac45e462aa9 +Size (tex-lettrine-36295/lettrine.doc.tar.xz) = 456308 bytes diff --git a/print/tex-lettrine/DESCR b/print/tex-lettrine/DESCR new file mode 100644 index 00000000000..c755735a53c --- /dev/null +++ b/print/tex-lettrine/DESCR @@ -0,0 +1,5 @@ +The lettrine package supports various dropped capitals styles, +typically those described in the French typographic books. In +particular, it has facilities for the paragraph text's left +edge to follow the outline of capitals that have a regular +shape (such as "A" and "V"). diff --git a/print/tex-lettrine/Makefile b/print/tex-lettrine/Makefile new file mode 100644 index 00000000000..67babbc6d38 --- /dev/null +++ b/print/tex-lettrine/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= lettrine +PKGNAME= tex-${DISTNAME}-1.8 +TEXLIVE_REV= 36295 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/lettrine +COMMENT= Typeset dropped capitals +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-lettrine/PLIST b/print/tex-lettrine/PLIST new file mode 100644 index 00000000000..d00af81b9d6 --- /dev/null +++ b/print/tex-lettrine/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $ +share/texmf-dist/tex/latex/lettrine/contrib/optfile.cfl +share/texmf-dist/tex/latex/lettrine/contrib/pacl.cfl +share/texmf-dist/tex/latex/lettrine/contrib/padl.cfl +share/texmf-dist/tex/latex/lettrine/contrib/pzc2.cfl +share/texmf-dist/tex/latex/lettrine/contrib/pzc3.cfl +share/texmf-dist/tex/latex/lettrine/lettrine.cfg +share/texmf-dist/tex/latex/lettrine/lettrine.sty diff --git a/print/tex-lettrine/distinfo b/print/tex-lettrine/distinfo new file mode 100644 index 00000000000..273c3aff728 --- /dev/null +++ b/print/tex-lettrine/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-lettrine-36295/lettrine.tar.xz) = 31b843e90589e4b4cb9f0f629f5dec1c652c46b7 +RMD160 (tex-lettrine-36295/lettrine.tar.xz) = 6c94fefbed7e6b45959e4161ac2edc089ea1111b +Size (tex-lettrine-36295/lettrine.tar.xz) = 5272 bytes diff --git a/print/tex-ltabptch-doc/DESCR b/print/tex-ltabptch-doc/DESCR new file mode 100644 index 00000000000..a894c1b091e --- /dev/null +++ b/print/tex-ltabptch-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-ltabptch. diff --git a/print/tex-ltabptch-doc/Makefile b/print/tex-ltabptch-doc/Makefile new file mode 100644 index 00000000000..fdc0d4711fb --- /dev/null +++ b/print/tex-ltabptch-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= ltabptch.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.74d +TEXLIVE_REV= 17533 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ltabptch +COMMENT= Documentation for tex-ltabptch +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ltabptch-doc/PLIST b/print/tex-ltabptch-doc/PLIST new file mode 100644 index 00000000000..d0e340038e1 --- /dev/null +++ b/print/tex-ltabptch-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/ltabptch/README +share/texmf-dist/doc/latex/ltabptch/ltabptch.pdf +share/texmf-dist/doc/latex/ltabptch/ltabptch.tex +share/texmf-dist/doc/latex/ltabptch/ltabtest.tex diff --git a/print/tex-ltabptch-doc/distinfo b/print/tex-ltabptch-doc/distinfo new file mode 100644 index 00000000000..20a7ab37d5b --- /dev/null +++ b/print/tex-ltabptch-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-ltabptch-17533/ltabptch.doc.tar.xz) = c4d73b9062d779ad4eed3898b6b0e60708b76cb7 +RMD160 (tex-ltabptch-17533/ltabptch.doc.tar.xz) = 3c6c8a95b2c94e9013eb9a620013cd42aea48a08 +Size (tex-ltabptch-17533/ltabptch.doc.tar.xz) = 267932 bytes diff --git a/print/tex-ltabptch/DESCR b/print/tex-ltabptch/DESCR new file mode 100644 index 00000000000..59d00786d92 --- /dev/null +++ b/print/tex-ltabptch/DESCR @@ -0,0 +1,2 @@ +A patch for LaTeX bugs tools/3180 and tools/3480. The patch +applies to version 4.11 of longtable. diff --git a/print/tex-ltabptch/Makefile b/print/tex-ltabptch/Makefile new file mode 100644 index 00000000000..3b586d70585 --- /dev/null +++ b/print/tex-ltabptch/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= ltabptch +PKGNAME= tex-${DISTNAME}-1.74d +TEXLIVE_REV= 17533 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ltabptch +COMMENT= Bug fix for longtable +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ltabptch/PLIST b/print/tex-ltabptch/PLIST new file mode 100644 index 00000000000..91e293b13cf --- /dev/null +++ b/print/tex-ltabptch/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/tex/latex/ltabptch/ltabptch.sty diff --git a/print/tex-ltabptch/distinfo b/print/tex-ltabptch/distinfo new file mode 100644 index 00000000000..f67eec0e976 --- /dev/null +++ b/print/tex-ltabptch/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-ltabptch-17533/ltabptch.tar.xz) = 69969b22f09d7bc2ab23dae860f84b52849329de +RMD160 (tex-ltabptch-17533/ltabptch.tar.xz) = de48555c13dfc4bad28952ab1fc934aaa8ac395d +Size (tex-ltabptch-17533/ltabptch.tar.xz) = 4688 bytes diff --git a/print/tex-mathcomp-doc/DESCR b/print/tex-mathcomp-doc/DESCR new file mode 100644 index 00000000000..bd5b93da4a5 --- /dev/null +++ b/print/tex-mathcomp-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-mathcomp. diff --git a/print/tex-mathcomp-doc/Makefile b/print/tex-mathcomp-doc/Makefile new file mode 100644 index 00000000000..15816d48938 --- /dev/null +++ b/print/tex-mathcomp-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= mathcomp.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.1f +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mathcomp +COMMENT= Documentation for tex-mathcomp +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mathcomp-doc/PLIST b/print/tex-mathcomp-doc/PLIST new file mode 100644 index 00000000000..c68353607db --- /dev/null +++ b/print/tex-mathcomp-doc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/mathcomp/mathcomp.pdf diff --git a/print/tex-mathcomp-doc/distinfo b/print/tex-mathcomp-doc/distinfo new file mode 100644 index 00000000000..d8b58e972b2 --- /dev/null +++ b/print/tex-mathcomp-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-mathcomp-15878/mathcomp.doc.tar.xz) = 83a14edcd87ed3a9fa1011277b2eb0ec98cd2238 +RMD160 (tex-mathcomp-15878/mathcomp.doc.tar.xz) = 1b7636d68f0651440f3384bee266862b5ba4547b +Size (tex-mathcomp-15878/mathcomp.doc.tar.xz) = 166132 bytes diff --git a/print/tex-mathcomp/DESCR b/print/tex-mathcomp/DESCR new file mode 100644 index 00000000000..233ee7700bb --- /dev/null +++ b/print/tex-mathcomp/DESCR @@ -0,0 +1,2 @@ +A package which provides access to some interesting characters +of the Text Companion fonts (TS1 encoding) in maths mode. diff --git a/print/tex-mathcomp/Makefile b/print/tex-mathcomp/Makefile new file mode 100644 index 00000000000..6164b5cb824 --- /dev/null +++ b/print/tex-mathcomp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= mathcomp +PKGNAME= tex-${DISTNAME}-0.1f +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mathcomp +COMMENT= Text symbols in maths mode +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mathcomp/PLIST b/print/tex-mathcomp/PLIST new file mode 100644 index 00000000000..dd15543e20d --- /dev/null +++ b/print/tex-mathcomp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/tex/latex/mathcomp/mathcomp.sty diff --git a/print/tex-mathcomp/distinfo b/print/tex-mathcomp/distinfo new file mode 100644 index 00000000000..09bd1ef20eb --- /dev/null +++ b/print/tex-mathcomp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-mathcomp-15878/mathcomp.tar.xz) = b090671e568d95cbb75900fd5b33b79f3239210f +RMD160 (tex-mathcomp-15878/mathcomp.tar.xz) = 1a827403a8ba2857f0a83c6690b0da164799a325 +Size (tex-mathcomp-15878/mathcomp.tar.xz) = 1148 bytes diff --git a/print/tex-mparhack-doc/DESCR b/print/tex-mparhack-doc/DESCR new file mode 100644 index 00000000000..86cc4650280 --- /dev/null +++ b/print/tex-mparhack-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-mparhack. diff --git a/print/tex-mparhack-doc/Makefile b/print/tex-mparhack-doc/Makefile new file mode 100644 index 00000000000..690fd874ed6 --- /dev/null +++ b/print/tex-mparhack-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= mparhack.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.4 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mparhack +COMMENT= Documentation for tex-mparhack +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mparhack-doc/PLIST b/print/tex-mparhack-doc/PLIST new file mode 100644 index 00000000000..546dace109b --- /dev/null +++ b/print/tex-mparhack-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/mparhack/README +share/texmf-dist/doc/latex/mparhack/mparhack.pdf diff --git a/print/tex-mparhack-doc/distinfo b/print/tex-mparhack-doc/distinfo new file mode 100644 index 00000000000..80c12fd036f --- /dev/null +++ b/print/tex-mparhack-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-mparhack-15878/mparhack.doc.tar.xz) = 037bc6e4f9cb15f6dbcdb8b6195858a9fecf9032 +RMD160 (tex-mparhack-15878/mparhack.doc.tar.xz) = 20c795fa55f4f730ee8875722145eade5a3f920a +Size (tex-mparhack-15878/mparhack.doc.tar.xz) = 58916 bytes diff --git a/print/tex-mparhack/DESCR b/print/tex-mparhack/DESCR new file mode 100644 index 00000000000..7cb1536c7d4 --- /dev/null +++ b/print/tex-mparhack/DESCR @@ -0,0 +1,2 @@ +Works around the LaTeX bug that marginpars will sometimes come +out at the wrong margin. diff --git a/print/tex-mparhack/Makefile b/print/tex-mparhack/Makefile new file mode 100644 index 00000000000..dde1a2acae5 --- /dev/null +++ b/print/tex-mparhack/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= mparhack +PKGNAME= tex-${DISTNAME}-1.4 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mparhack +COMMENT= Work around a LaTeX bug in marginpars +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mparhack/PLIST b/print/tex-mparhack/PLIST new file mode 100644 index 00000000000..7191ea3798e --- /dev/null +++ b/print/tex-mparhack/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/tex/latex/mparhack/mparhack.sty diff --git a/print/tex-mparhack/distinfo b/print/tex-mparhack/distinfo new file mode 100644 index 00000000000..323cf428762 --- /dev/null +++ b/print/tex-mparhack/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-mparhack-15878/mparhack.tar.xz) = b068486f06a0f5859ffdcb46aa013133925a2be3 +RMD160 (tex-mparhack-15878/mparhack.tar.xz) = d52037672595f1227e4b4a2734bc95b89c0f38fa +Size (tex-mparhack-15878/mparhack.tar.xz) = 2772 bytes diff --git a/print/tex-multibib-doc/DESCR b/print/tex-multibib-doc/DESCR new file mode 100644 index 00000000000..be36fc3de3b --- /dev/null +++ b/print/tex-multibib-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-multibib. diff --git a/print/tex-multibib-doc/Makefile b/print/tex-multibib-doc/Makefile new file mode 100644 index 00000000000..fbed18dc557 --- /dev/null +++ b/print/tex-multibib-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= multibib.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.4 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/multibib +COMMENT= Documentation for tex-multibib +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-multibib-doc/PLIST b/print/tex-multibib-doc/PLIST new file mode 100644 index 00000000000..73a5bac1224 --- /dev/null +++ b/print/tex-multibib-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/multibib/README +share/texmf-dist/doc/latex/multibib/bibtexall +share/texmf-dist/doc/latex/multibib/multibib.pdf diff --git a/print/tex-multibib-doc/distinfo b/print/tex-multibib-doc/distinfo new file mode 100644 index 00000000000..214b798463e --- /dev/null +++ b/print/tex-multibib-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-multibib-15878/multibib.doc.tar.xz) = ed41434c7fc7ef52572db733120f97e64ca9393e +RMD160 (tex-multibib-15878/multibib.doc.tar.xz) = 96f0fd5a6f3fa98f51fe0e45f2a02cd2c3fd34bf +Size (tex-multibib-15878/multibib.doc.tar.xz) = 188848 bytes diff --git a/print/tex-multibib/DESCR b/print/tex-multibib/DESCR new file mode 100644 index 00000000000..cc6652ed8ba --- /dev/null +++ b/print/tex-multibib/DESCR @@ -0,0 +1,6 @@ +The package the creation of references to multiple +bibliographies within one document. It thus provides +complementary functionality to packages like bibunits and +chapterbib, which allow the creation of one bibliography for +multiple, but different parts of the document. Multibib is +compatible with inlinebib, natbib, and koma-script. diff --git a/print/tex-multibib/Makefile b/print/tex-multibib/Makefile new file mode 100644 index 00000000000..c72cb95a05f --- /dev/null +++ b/print/tex-multibib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= multibib +PKGNAME= tex-${DISTNAME}-1.4 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/multibib +COMMENT= Multiple bibliographies within one document +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-multibib/PLIST b/print/tex-multibib/PLIST new file mode 100644 index 00000000000..8d91880ced7 --- /dev/null +++ b/print/tex-multibib/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/bibtex/bst/multibib/mbplain.bst +share/texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst +share/texmf-dist/makeindex/multibib/mbgglo.ist +share/texmf-dist/makeindex/multibib/mbgind.ist +share/texmf-dist/tex/latex/multibib/multibib.sty diff --git a/print/tex-multibib/distinfo b/print/tex-multibib/distinfo new file mode 100644 index 00000000000..59ee7b7acab --- /dev/null +++ b/print/tex-multibib/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-multibib-15878/multibib.tar.xz) = 27b319e065d5736351a3ab494a2d88c623b0ae2d +RMD160 (tex-multibib-15878/multibib.tar.xz) = 60e045ae222d7fdfbb2335c2e182ce9c1f7fd022 +Size (tex-multibib-15878/multibib.tar.xz) = 16552 bytes diff --git a/print/tex-onlyamsmath-doc/DESCR b/print/tex-onlyamsmath-doc/DESCR new file mode 100644 index 00000000000..5da6d78ae00 --- /dev/null +++ b/print/tex-onlyamsmath-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-onlyamsmath. diff --git a/print/tex-onlyamsmath-doc/Makefile b/print/tex-onlyamsmath-doc/Makefile new file mode 100644 index 00000000000..35521675de0 --- /dev/null +++ b/print/tex-onlyamsmath-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= onlyamsmath.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.10 +TEXLIVE_REV= 25006 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/onlyamsmath +COMMENT= Documentation for tex-onlyamsmath +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-onlyamsmath-doc/PLIST b/print/tex-onlyamsmath-doc/PLIST new file mode 100644 index 00000000000..0373034be65 --- /dev/null +++ b/print/tex-onlyamsmath-doc/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/doc/latex/onlyamsmath/ChangeLog +share/texmf-dist/doc/latex/onlyamsmath/Makefile +share/texmf-dist/doc/latex/onlyamsmath/README +share/texmf-dist/doc/latex/onlyamsmath/onlyamsmath-v.tex +share/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf +share/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex diff --git a/print/tex-onlyamsmath-doc/distinfo b/print/tex-onlyamsmath-doc/distinfo new file mode 100644 index 00000000000..06eac3ae913 --- /dev/null +++ b/print/tex-onlyamsmath-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-onlyamsmath-25006/onlyamsmath.doc.tar.xz) = 1f9ae922885dfbceccee5ec8ee8b959b971eb6ef +RMD160 (tex-onlyamsmath-25006/onlyamsmath.doc.tar.xz) = 7a783809ca95d00002e47a0802da8eb8130cb299 +Size (tex-onlyamsmath-25006/onlyamsmath.doc.tar.xz) = 212832 bytes diff --git a/print/tex-onlyamsmath/DESCR b/print/tex-onlyamsmath/DESCR new file mode 100644 index 00000000000..7e755f8bd3b --- /dev/null +++ b/print/tex-onlyamsmath/DESCR @@ -0,0 +1,4 @@ +This package inhibits the usage of plain TeX and (on demand) of +standard LaTeX mathematics environments. This is useful for +class writers who want to encourage their users to use the +environments provided by the amsmath package. diff --git a/print/tex-onlyamsmath/Makefile b/print/tex-onlyamsmath/Makefile new file mode 100644 index 00000000000..a511345ba72 --- /dev/null +++ b/print/tex-onlyamsmath/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= onlyamsmath +PKGNAME= tex-${DISTNAME}-0.10 +TEXLIVE_REV= 25006 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/onlyamsmath +COMMENT= Inhibit use of non-amsmath mathematics markup when using amsmath +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-onlyamsmath/PLIST b/print/tex-onlyamsmath/PLIST new file mode 100644 index 00000000000..85dca903d7a --- /dev/null +++ b/print/tex-onlyamsmath/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty diff --git a/print/tex-onlyamsmath/distinfo b/print/tex-onlyamsmath/distinfo new file mode 100644 index 00000000000..e5534452e03 --- /dev/null +++ b/print/tex-onlyamsmath/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-onlyamsmath-25006/onlyamsmath.tar.xz) = dd21210b573dbf6d3d74c31abc31385c65868d39 +RMD160 (tex-onlyamsmath-25006/onlyamsmath.tar.xz) = 54dfe8b8079f14d6a2f375c820519568295f8059 +Size (tex-onlyamsmath-25006/onlyamsmath.tar.xz) = 1368 bytes diff --git a/print/tex-pb-diagram-doc/DESCR b/print/tex-pb-diagram-doc/DESCR new file mode 100644 index 00000000000..90847d47671 --- /dev/null +++ b/print/tex-pb-diagram-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-pb-diagram. diff --git a/print/tex-pb-diagram-doc/Makefile b/print/tex-pb-diagram-doc/Makefile new file mode 100644 index 00000000000..125a6838d38 --- /dev/null +++ b/print/tex-pb-diagram-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= pb-diagram.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5.0 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pb-diagram +COMMENT= Documentation for tex-pb-diagram +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pb-diagram-doc/PLIST b/print/tex-pb-diagram-doc/PLIST new file mode 100644 index 00000000000..5520cb2d192 --- /dev/null +++ b/print/tex-pb-diagram-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/pb-diagram/COPYING +share/texmf-dist/doc/latex/pb-diagram/README +share/texmf-dist/doc/latex/pb-diagram/pb-examples.tex +share/texmf-dist/doc/latex/pb-diagram/pb-manual.pdf +share/texmf-dist/doc/latex/pb-diagram/pb-manual.tex diff --git a/print/tex-pb-diagram-doc/distinfo b/print/tex-pb-diagram-doc/distinfo new file mode 100644 index 00000000000..bb1410c4266 --- /dev/null +++ b/print/tex-pb-diagram-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-pb-diagram-15878/pb-diagram.doc.tar.xz) = fb2e35575e0d82f658ac55550245a040653a682e +RMD160 (tex-pb-diagram-15878/pb-diagram.doc.tar.xz) = ac87225161ca069d0c4f0f4ff6e509fea23c19bb +Size (tex-pb-diagram-15878/pb-diagram.doc.tar.xz) = 123548 bytes diff --git a/print/tex-pb-diagram/DESCR b/print/tex-pb-diagram/DESCR new file mode 100644 index 00000000000..4a38a8b7534 --- /dev/null +++ b/print/tex-pb-diagram/DESCR @@ -0,0 +1 @@ +A commutative diagram package using LAMSTeX or Xy-pic fonts. diff --git a/print/tex-pb-diagram/Makefile b/print/tex-pb-diagram/Makefile new file mode 100644 index 00000000000..874198ddcb9 --- /dev/null +++ b/print/tex-pb-diagram/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ + +DISTNAME= pb-diagram +PKGNAME= tex-${DISTNAME}-5.0 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pb-diagram +COMMENT= A commutative diagram package using LAMSTeX or Xy-pic fonts +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pb-diagram/PLIST b/print/tex-pb-diagram/PLIST new file mode 100644 index 00000000000..500dfc38771 --- /dev/null +++ b/print/tex-pb-diagram/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:17 markd Exp $ +share/texmf-dist/tex/latex/pb-diagram/lamsarrow.sty +share/texmf-dist/tex/latex/pb-diagram/pb-diagram.sty +share/texmf-dist/tex/latex/pb-diagram/pb-lams.sty +share/texmf-dist/tex/latex/pb-diagram/pb-xy.sty diff --git a/print/tex-pb-diagram/distinfo b/print/tex-pb-diagram/distinfo new file mode 100644 index 00000000000..d202e5d5c2e --- /dev/null +++ b/print/tex-pb-diagram/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:17 markd Exp $ + +SHA1 (tex-pb-diagram-15878/pb-diagram.tar.xz) = 9fc7431016a9c4c0194c69bae91b6211263ec523 +RMD160 (tex-pb-diagram-15878/pb-diagram.tar.xz) = 8f3db950b7ebe3909cdf2cfaedc299d3ddc293df +Size (tex-pb-diagram-15878/pb-diagram.tar.xz) = 15608 bytes diff --git a/print/tex-pict2e-doc/DESCR b/print/tex-pict2e-doc/DESCR new file mode 100644 index 00000000000..a2a94d52e52 --- /dev/null +++ b/print/tex-pict2e-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-pict2e. diff --git a/print/tex-pict2e-doc/Makefile b/print/tex-pict2e-doc/Makefile new file mode 100644 index 00000000000..99f65222328 --- /dev/null +++ b/print/tex-pict2e-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= pict2e.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.2z +TEXLIVE_REV= 32658 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pict2e +COMMENT= Documentation for tex-pict2e +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pict2e-doc/PLIST b/print/tex-pict2e-doc/PLIST new file mode 100644 index 00000000000..c8c93f9774e --- /dev/null +++ b/print/tex-pict2e-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/pict2e/README +share/texmf-dist/doc/latex/pict2e/manifest.txt +share/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf +share/texmf-dist/doc/latex/pict2e/pict2e.pdf diff --git a/print/tex-pict2e-doc/distinfo b/print/tex-pict2e-doc/distinfo new file mode 100644 index 00000000000..7d782c00b02 --- /dev/null +++ b/print/tex-pict2e-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-pict2e-32658/pict2e.doc.tar.xz) = 9b3b82e88d0591322a860eacbae1aa21c1bec05f +RMD160 (tex-pict2e-32658/pict2e.doc.tar.xz) = f419e1e9e06cb4b91ce654f4fc1d61122711bf69 +Size (tex-pict2e-32658/pict2e.doc.tar.xz) = 724624 bytes diff --git a/print/tex-pict2e/DESCR b/print/tex-pict2e/DESCR new file mode 100644 index 00000000000..8283c2533c8 --- /dev/null +++ b/print/tex-pict2e/DESCR @@ -0,0 +1,11 @@ +This package was described in the 2nd edition of 'LaTeX: A +Document Preparation System', but the LaTeX project team +declined to produce the package. For a long time, LaTeX has +included a 'pict2e package' that merely produced an apologetic +error message. The new package extends the existing LaTeX +picture environment, using the familiar technique (cf. the +graphics and color packages) of driver files (at present, +drivers for PostScript output from LaTeX, and for use with +PDFLaTeX are available). The package documentation has a fair +number of examples of use, showing where things are improved by +comparison with the LaTeX picture environment. diff --git a/print/tex-pict2e/Makefile b/print/tex-pict2e/Makefile new file mode 100644 index 00000000000..3d973253fce --- /dev/null +++ b/print/tex-pict2e/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= pict2e +PKGNAME= tex-${DISTNAME}-0.2z +TEXLIVE_REV= 32658 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pict2e +COMMENT= New implementation of picture commands +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pict2e/PLIST b/print/tex-pict2e/PLIST new file mode 100644 index 00000000000..750a349e961 --- /dev/null +++ b/print/tex-pict2e/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/latex/pict2e/p2e-dvipdfm.def +share/texmf-dist/tex/latex/pict2e/p2e-dvipdfmx.def +share/texmf-dist/tex/latex/pict2e/p2e-dvips.def +share/texmf-dist/tex/latex/pict2e/p2e-pctex32.def +share/texmf-dist/tex/latex/pict2e/p2e-pctexps.def +share/texmf-dist/tex/latex/pict2e/p2e-pdftex.def +share/texmf-dist/tex/latex/pict2e/p2e-textures.def +share/texmf-dist/tex/latex/pict2e/p2e-vtex.def +share/texmf-dist/tex/latex/pict2e/p2e-xetex.def +share/texmf-dist/tex/latex/pict2e/pict2e.cfg +share/texmf-dist/tex/latex/pict2e/pict2e.sty diff --git a/print/tex-pict2e/distinfo b/print/tex-pict2e/distinfo new file mode 100644 index 00000000000..1f43950748b --- /dev/null +++ b/print/tex-pict2e/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-pict2e-32658/pict2e.tar.xz) = a29283f437182d664498bf3416328440f1440356 +RMD160 (tex-pict2e-32658/pict2e.tar.xz) = b9bb4049ef983f77ec6922ec9c35a96c9dd88e12 +Size (tex-pict2e-32658/pict2e.tar.xz) = 7484 bytes diff --git a/print/tex-program-doc/DESCR b/print/tex-program-doc/DESCR new file mode 100644 index 00000000000..7b9470ae9bb --- /dev/null +++ b/print/tex-program-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-program. diff --git a/print/tex-program-doc/Makefile b/print/tex-program-doc/Makefile new file mode 100644 index 00000000000..a07d61dc7a3 --- /dev/null +++ b/print/tex-program-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= program.doc +PKGNAME= tex-${DISTNAME:S/./-/}-3.3.12 +TEXLIVE_REV= 20022 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/program +COMMENT= Documentation for tex-program +LICENSE= gnu-gpl-v3 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-program-doc/PLIST b/print/tex-program-doc/PLIST new file mode 100644 index 00000000000..771145456f6 --- /dev/null +++ b/print/tex-program-doc/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/program/README +share/texmf-dist/doc/latex/program/gpl-3.0.txt +share/texmf-dist/doc/latex/program/plink.tex +share/texmf-dist/doc/latex/program/program-demo.tex +share/texmf-dist/doc/latex/program/program-doc.pdf +share/texmf-dist/doc/latex/program/program-doc.tex diff --git a/print/tex-program-doc/distinfo b/print/tex-program-doc/distinfo new file mode 100644 index 00000000000..7e2dc2bd06a --- /dev/null +++ b/print/tex-program-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-program-20022/program.doc.tar.xz) = 87245de2d832c7b53e60c2aec094709adfe17d59 +RMD160 (tex-program-20022/program.doc.tar.xz) = f397c4386905be646794b6c1a197f639362e44a6 +Size (tex-program-20022/program.doc.tar.xz) = 292804 bytes diff --git a/print/tex-program/DESCR b/print/tex-program/DESCR new file mode 100644 index 00000000000..5895d317512 --- /dev/null +++ b/print/tex-program/DESCR @@ -0,0 +1,3 @@ +The main offering is a program environment; a programbox +environment is available for fragments that must not break with +the pages. diff --git a/print/tex-program/Makefile b/print/tex-program/Makefile new file mode 100644 index 00000000000..93ffb97e71c --- /dev/null +++ b/print/tex-program/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= program +PKGNAME= tex-${DISTNAME}-3.3.12 +TEXLIVE_REV= 20022 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/program +COMMENT= Typesetting programs and algorithms +LICENSE= gnu-gpl-v3 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-program/PLIST b/print/tex-program/PLIST new file mode 100644 index 00000000000..311db443420 --- /dev/null +++ b/print/tex-program/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/latex/program/program.sty diff --git a/print/tex-program/distinfo b/print/tex-program/distinfo new file mode 100644 index 00000000000..5a378f61a51 --- /dev/null +++ b/print/tex-program/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-program-20022/program.tar.xz) = c72d2d540b7ca226268950733b5e265eba7a35c2 +RMD160 (tex-program-20022/program.tar.xz) = 7e697dcd5465b03e59da69324fb5450f60c95f3e +Size (tex-program-20022/program.tar.xz) = 11724 bytes diff --git a/print/tex-rotfloat-doc/DESCR b/print/tex-rotfloat-doc/DESCR new file mode 100644 index 00000000000..fb82fea3982 --- /dev/null +++ b/print/tex-rotfloat-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-rotfloat. diff --git a/print/tex-rotfloat-doc/Makefile b/print/tex-rotfloat-doc/Makefile new file mode 100644 index 00000000000..2be23e22eba --- /dev/null +++ b/print/tex-rotfloat-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= rotfloat.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.2 +TEXLIVE_REV= 18292 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/rotfloat +COMMENT= Documentation for tex-rotfloat +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-rotfloat-doc/PLIST b/print/tex-rotfloat-doc/PLIST new file mode 100644 index 00000000000..5ff8ef92e61 --- /dev/null +++ b/print/tex-rotfloat-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/rotfloat/examples.tex +share/texmf-dist/doc/latex/rotfloat/rotfloat.pdf diff --git a/print/tex-rotfloat-doc/distinfo b/print/tex-rotfloat-doc/distinfo new file mode 100644 index 00000000000..d4d2dc7531d --- /dev/null +++ b/print/tex-rotfloat-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-rotfloat-18292/rotfloat.doc.tar.xz) = 1ec142c18be12fe34a1825b6073be5e4e69a1a87 +RMD160 (tex-rotfloat-18292/rotfloat.doc.tar.xz) = 108125bb3d799373c3e58f834ca22b8429fa449a +Size (tex-rotfloat-18292/rotfloat.doc.tar.xz) = 214740 bytes diff --git a/print/tex-rotfloat/DESCR b/print/tex-rotfloat/DESCR new file mode 100644 index 00000000000..2676557bea6 --- /dev/null +++ b/print/tex-rotfloat/DESCR @@ -0,0 +1,8 @@ +The float package provides commands to define new floats of +various styles (plain, boxed, ruled, and userdefined ones); the +rotating package provides new environments (sidewaysfigure and +sidewaystable) which are rotated by 90 or 270 degrees. But what +about new rotated floats, e.g. a rotated ruled one? This +package makes this possible; it builds a bridge between the two +packages and extends the commands from the float package to +define rotated versions of the new floats, too. diff --git a/print/tex-rotfloat/Makefile b/print/tex-rotfloat/Makefile new file mode 100644 index 00000000000..d1eb94b7b6b --- /dev/null +++ b/print/tex-rotfloat/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= rotfloat +PKGNAME= tex-${DISTNAME}-1.2 +TEXLIVE_REV= 18292 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/rotfloat +COMMENT= Rotate floats +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-rotfloat/PLIST b/print/tex-rotfloat/PLIST new file mode 100644 index 00000000000..4320bf509ea --- /dev/null +++ b/print/tex-rotfloat/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/latex/rotfloat/rotfloat.sty diff --git a/print/tex-rotfloat/distinfo b/print/tex-rotfloat/distinfo new file mode 100644 index 00000000000..f65d1910e4b --- /dev/null +++ b/print/tex-rotfloat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-rotfloat-18292/rotfloat.tar.xz) = 46149bb06e3cb4afaf1d4f94be7180e4120a2735 +RMD160 (tex-rotfloat-18292/rotfloat.tar.xz) = 1068064da6a9d9dc784935877671a1da95ed9eb4 +Size (tex-rotfloat-18292/rotfloat.tar.xz) = 1524 bytes diff --git a/print/tex-scale-doc/DESCR b/print/tex-scale-doc/DESCR new file mode 100644 index 00000000000..53c2253c11d --- /dev/null +++ b/print/tex-scale-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-scale. diff --git a/print/tex-scale-doc/Makefile b/print/tex-scale-doc/Makefile new file mode 100644 index 00000000000..8db3969786b --- /dev/null +++ b/print/tex-scale-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= scale.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.1.2 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/scale +COMMENT= Documentation for tex-scale +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-scale-doc/PLIST b/print/tex-scale-doc/PLIST new file mode 100644 index 00000000000..6d5ce9dcbbd --- /dev/null +++ b/print/tex-scale-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/scale/COPYING +share/texmf-dist/doc/latex/scale/README diff --git a/print/tex-scale-doc/distinfo b/print/tex-scale-doc/distinfo new file mode 100644 index 00000000000..c83782f6723 --- /dev/null +++ b/print/tex-scale-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-scale-15878/scale.doc.tar.xz) = f20071bc8f44747b76392a2f34f890dbed32f900 +RMD160 (tex-scale-15878/scale.doc.tar.xz) = 31d7099c1aabcc3db7e1ad680e0e4e8c2f7f8e42 +Size (tex-scale-15878/scale.doc.tar.xz) = 7160 bytes diff --git a/print/tex-scale/DESCR b/print/tex-scale/DESCR new file mode 100644 index 00000000000..f2b8eae7ada --- /dev/null +++ b/print/tex-scale/DESCR @@ -0,0 +1,4 @@ +A package to scale a document by sqrt(2) (or by \magstep{2}). +This is useful if you are preparing a document on, for example, +A5 paper and want to print on A4 paper to achieve a better +resolution. diff --git a/print/tex-scale/Makefile b/print/tex-scale/Makefile new file mode 100644 index 00000000000..9bfece4eada --- /dev/null +++ b/print/tex-scale/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= scale +PKGNAME= tex-${DISTNAME}-1.1.2 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/scale +COMMENT= Scale document by sqrt(2) or magstep(2) +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-scale/PLIST b/print/tex-scale/PLIST new file mode 100644 index 00000000000..cd0addd172c --- /dev/null +++ b/print/tex-scale/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/latex/scale/scale.sty diff --git a/print/tex-scale/distinfo b/print/tex-scale/distinfo new file mode 100644 index 00000000000..b314ad44970 --- /dev/null +++ b/print/tex-scale/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-scale-15878/scale.tar.xz) = 34e91e4f20b448bb01e15d9d5cc68989592005dd +RMD160 (tex-scale-15878/scale.tar.xz) = a1ba0f609d9aa2630091fb489c89551583f6b5ee +Size (tex-scale-15878/scale.tar.xz) = 1824 bytes diff --git a/print/tex-shapepar-doc/DESCR b/print/tex-shapepar-doc/DESCR new file mode 100644 index 00000000000..0d5abe47107 --- /dev/null +++ b/print/tex-shapepar-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-shapepar. diff --git a/print/tex-shapepar-doc/Makefile b/print/tex-shapepar-doc/Makefile new file mode 100644 index 00000000000..929162726a0 --- /dev/null +++ b/print/tex-shapepar-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= shapepar.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.2 +TEXLIVE_REV= 30708 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/shapepar +COMMENT= Documentation for tex-shapepar +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-shapepar-doc/PLIST b/print/tex-shapepar-doc/PLIST new file mode 100644 index 00000000000..77cc67ace34 --- /dev/null +++ b/print/tex-shapepar-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/generic/shapepar/README.shapepar +share/texmf-dist/doc/generic/shapepar/proshap.py +share/texmf-dist/doc/generic/shapepar/shapepar.ltx +share/texmf-dist/doc/generic/shapepar/shapepar.pdf diff --git a/print/tex-shapepar-doc/distinfo b/print/tex-shapepar-doc/distinfo new file mode 100644 index 00000000000..ccedc1288db --- /dev/null +++ b/print/tex-shapepar-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-shapepar-30708/shapepar.doc.tar.xz) = a734498fec83ca566767750e8b5b600791b64640 +RMD160 (tex-shapepar-30708/shapepar.doc.tar.xz) = 88cd33c4a3e1cf0244c27abfee4ed5b3a788dd47 +Size (tex-shapepar-30708/shapepar.doc.tar.xz) = 169108 bytes diff --git a/print/tex-shapepar/DESCR b/print/tex-shapepar/DESCR new file mode 100644 index 00000000000..dad3f62669e --- /dev/null +++ b/print/tex-shapepar/DESCR @@ -0,0 +1,13 @@ +\shapepar is a macro to typeset paragraphs in a specific shape. +The size is adjusted automatically so that the entire shape is +filled with text. There may not be displayed maths or +'\vadjust' material (no \vspace) in the argument of \shapepar. +The macros work for both LaTeX and plain TeX. For LaTeX, +specify \usepackage{shapepar}; for Plain, \input shapepar.sty. +\shapepar works in terms of user-defined shapes, though the +package does provide some predefined shapes: so you can form +any paragraph into the form of a heart by putting +\heartpar{sometext...} inside your document. The tedium of +creating these polygon definitions may be alleviated by using +the shapepatch extension to transfig which will convert xfig +output to \shapepar polygon form. diff --git a/print/tex-shapepar/Makefile b/print/tex-shapepar/Makefile new file mode 100644 index 00000000000..e43e22e0fe1 --- /dev/null +++ b/print/tex-shapepar/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= shapepar +PKGNAME= tex-${DISTNAME}-2.2 +TEXLIVE_REV= 30708 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/shapepar +COMMENT= A macro to typeset paragraphs in specific shapes +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-shapepar/PLIST b/print/tex-shapepar/PLIST new file mode 100644 index 00000000000..e3150d95e7a --- /dev/null +++ b/print/tex-shapepar/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/generic/shapepar/Canflagshape.def +share/texmf-dist/tex/generic/shapepar/TeXshape.def +share/texmf-dist/tex/generic/shapepar/candleshape.def +share/texmf-dist/tex/generic/shapepar/dropshape.def +share/texmf-dist/tex/generic/shapepar/shapepar.sty +share/texmf-dist/tex/generic/shapepar/triangleshapes.def diff --git a/print/tex-shapepar/distinfo b/print/tex-shapepar/distinfo new file mode 100644 index 00000000000..a7d5006f403 --- /dev/null +++ b/print/tex-shapepar/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-shapepar-30708/shapepar.tar.xz) = a2186ade3c99aca76ae87cd6df99d94ad308d560 +RMD160 (tex-shapepar-30708/shapepar.tar.xz) = 2a7c00262e02a1d36a91842248e21a7f473ed635 +Size (tex-shapepar-30708/shapepar.tar.xz) = 15960 bytes diff --git a/print/tex-showdim-doc/DESCR b/print/tex-showdim-doc/DESCR new file mode 100644 index 00000000000..3769376c8cf --- /dev/null +++ b/print/tex-showdim-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-showdim. diff --git a/print/tex-showdim-doc/Makefile b/print/tex-showdim-doc/Makefile new file mode 100644 index 00000000000..d3491aa9771 --- /dev/null +++ b/print/tex-showdim-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= showdim.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.2 +TEXLIVE_REV= 28918 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/showdim +COMMENT= Documentation for tex-showdim +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-showdim-doc/PLIST b/print/tex-showdim-doc/PLIST new file mode 100644 index 00000000000..89e5ac132bd --- /dev/null +++ b/print/tex-showdim-doc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/doc/latex/showdim/README diff --git a/print/tex-showdim-doc/distinfo b/print/tex-showdim-doc/distinfo new file mode 100644 index 00000000000..ff5008b0a3a --- /dev/null +++ b/print/tex-showdim-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-showdim-28918/showdim.doc.tar.xz) = 0bdfaf8480e5a78d9ad6d20709187f4d12cc92fc +RMD160 (tex-showdim-28918/showdim.doc.tar.xz) = 2f15d596f1269d6b0da0e86d06f88c5ae69a6a5d +Size (tex-showdim-28918/showdim.doc.tar.xz) = 928 bytes diff --git a/print/tex-showdim/DESCR b/print/tex-showdim/DESCR new file mode 100644 index 00000000000..dec12488d7c --- /dev/null +++ b/print/tex-showdim/DESCR @@ -0,0 +1,4 @@ +A package for LaTeX providing a number of commands for printing +the value of a TeX dimension. For example, +\tenthpt{\baselineskip} yields the current value of +\baselineskip rounded to the nearest tenth of a point. diff --git a/print/tex-showdim/Makefile b/print/tex-showdim/Makefile new file mode 100644 index 00000000000..6d9fceb0ee5 --- /dev/null +++ b/print/tex-showdim/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ + +DISTNAME= showdim +PKGNAME= tex-${DISTNAME}-1.2 +TEXLIVE_REV= 28918 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/showdim +COMMENT= Variants on printing dimensions +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-showdim/PLIST b/print/tex-showdim/PLIST new file mode 100644 index 00000000000..0a0c0d77e75 --- /dev/null +++ b/print/tex-showdim/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $ +share/texmf-dist/tex/latex/showdim/showdim.sty diff --git a/print/tex-showdim/distinfo b/print/tex-showdim/distinfo new file mode 100644 index 00000000000..18e6a6c3597 --- /dev/null +++ b/print/tex-showdim/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $ + +SHA1 (tex-showdim-28918/showdim.tar.xz) = 662b9587e32b7a557a2e512d1a6afb604c2fe06a +RMD160 (tex-showdim-28918/showdim.tar.xz) = 1d367ad068c6cae9120ae09d28788ccd32618dcc +Size (tex-showdim-28918/showdim.tar.xz) = 1636 bytes diff --git a/print/tex-showlabels-doc/DESCR b/print/tex-showlabels-doc/DESCR new file mode 100644 index 00000000000..cf52d7486ce --- /dev/null +++ b/print/tex-showlabels-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-showlabels. diff --git a/print/tex-showlabels-doc/Makefile b/print/tex-showlabels-doc/Makefile new file mode 100644 index 00000000000..7fd7aa243a7 --- /dev/null +++ b/print/tex-showlabels-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= showlabels.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.6.6 +TEXLIVE_REV= 32364 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/showlabels +COMMENT= Documentation for tex-showlabels +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-showlabels-doc/PLIST b/print/tex-showlabels-doc/PLIST new file mode 100644 index 00000000000..7efdeee3e10 --- /dev/null +++ b/print/tex-showlabels-doc/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/latex/showlabels/README +share/texmf-dist/doc/latex/showlabels/VERSION +share/texmf-dist/doc/latex/showlabels/lppl.txt +share/texmf-dist/doc/latex/showlabels/showlabels.html +share/texmf-dist/doc/latex/showlabels/showlabels.pdf +share/texmf-dist/doc/latex/showlabels/style.css diff --git a/print/tex-showlabels-doc/distinfo b/print/tex-showlabels-doc/distinfo new file mode 100644 index 00000000000..5dd14ffddc1 --- /dev/null +++ b/print/tex-showlabels-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-showlabels-32364/showlabels.doc.tar.xz) = 721179f722011afe584709bdeacf21e09c9ab442 +RMD160 (tex-showlabels-32364/showlabels.doc.tar.xz) = 7907585d743ff16976d9c8f20a629e49fa6fe5ef +Size (tex-showlabels-32364/showlabels.doc.tar.xz) = 159612 bytes diff --git a/print/tex-showlabels/DESCR b/print/tex-showlabels/DESCR new file mode 100644 index 00000000000..26e187b3b3a --- /dev/null +++ b/print/tex-showlabels/DESCR @@ -0,0 +1,6 @@ +This package helps you keep track of all the labels you define, +by putting the name of new labels into the margin whenever the +\label command is used. The package allows you to do the same +thing for other commands. The only one for which this is +obviously useful is the \cite command, but it's easy to do it +for others, such as the \ref or \begin commands. diff --git a/print/tex-showlabels/Makefile b/print/tex-showlabels/Makefile new file mode 100644 index 00000000000..9d41042665e --- /dev/null +++ b/print/tex-showlabels/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= showlabels +PKGNAME= tex-${DISTNAME}-1.6.6 +TEXLIVE_REV= 32364 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/showlabels +COMMENT= Show label commands in the margin +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-showlabels/PLIST b/print/tex-showlabels/PLIST new file mode 100644 index 00000000000..1fed2389606 --- /dev/null +++ b/print/tex-showlabels/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/showlabels/showlabels.sty diff --git a/print/tex-showlabels/distinfo b/print/tex-showlabels/distinfo new file mode 100644 index 00000000000..6c1b564b7e1 --- /dev/null +++ b/print/tex-showlabels/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-showlabels-32364/showlabels.tar.xz) = 5839a596b45307e1a25317aeb76a5ba5e7a1e2c8 +RMD160 (tex-showlabels-32364/showlabels.tar.xz) = e67b6fb7ef2bf56b2dcf467580ec7fe24105b9ab +Size (tex-showlabels-32364/showlabels.tar.xz) = 2816 bytes diff --git a/print/tex-sidecap-doc/DESCR b/print/tex-sidecap-doc/DESCR new file mode 100644 index 00000000000..369774f3279 --- /dev/null +++ b/print/tex-sidecap-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-sidecap. diff --git a/print/tex-sidecap-doc/Makefile b/print/tex-sidecap-doc/Makefile new file mode 100644 index 00000000000..0d3f6f6b565 --- /dev/null +++ b/print/tex-sidecap-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= sidecap.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.6f +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/sidecap +COMMENT= Documentation for tex-sidecap +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-sidecap-doc/PLIST b/print/tex-sidecap-doc/PLIST new file mode 100644 index 00000000000..8d82b82dbf5 --- /dev/null +++ b/print/tex-sidecap-doc/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/latex/sidecap/README +share/texmf-dist/doc/latex/sidecap/sc-test-common.tex +share/texmf-dist/doc/latex/sidecap/sc-test1.tex +share/texmf-dist/doc/latex/sidecap/sc-test2.tex +share/texmf-dist/doc/latex/sidecap/sc-test3.tex +share/texmf-dist/doc/latex/sidecap/sc-test4.tex +share/texmf-dist/doc/latex/sidecap/sc-test5.tex +share/texmf-dist/doc/latex/sidecap/sc-test6.tex +share/texmf-dist/doc/latex/sidecap/sidecap.pdf diff --git a/print/tex-sidecap-doc/distinfo b/print/tex-sidecap-doc/distinfo new file mode 100644 index 00000000000..1f61fec3d86 --- /dev/null +++ b/print/tex-sidecap-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-sidecap-15878/sidecap.doc.tar.xz) = c0616835e32c6148dcedf699492e827602aa2352 +RMD160 (tex-sidecap-15878/sidecap.doc.tar.xz) = 6b66d4b4400aa7854b20e166d4e5e986ee206814 +Size (tex-sidecap-15878/sidecap.doc.tar.xz) = 151356 bytes diff --git a/print/tex-sidecap/DESCR b/print/tex-sidecap/DESCR new file mode 100644 index 00000000000..93e7fbaf718 --- /dev/null +++ b/print/tex-sidecap/DESCR @@ -0,0 +1,3 @@ +Defines environments called SCfigure and SCtable (analogous to +figure and table) to typeset captions sideways. Options include +outercaption, innercaption, leftcaption and rightcaption. diff --git a/print/tex-sidecap/Makefile b/print/tex-sidecap/Makefile new file mode 100644 index 00000000000..86bfee01fde --- /dev/null +++ b/print/tex-sidecap/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= sidecap +PKGNAME= tex-${DISTNAME}-1.6f +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/sidecap +COMMENT= Typeset captions sideways +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-sidecap/PLIST b/print/tex-sidecap/PLIST new file mode 100644 index 00000000000..f94949c4738 --- /dev/null +++ b/print/tex-sidecap/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/sidecap/sidecap.sty diff --git a/print/tex-sidecap/distinfo b/print/tex-sidecap/distinfo new file mode 100644 index 00000000000..7b8397531f4 --- /dev/null +++ b/print/tex-sidecap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-sidecap-15878/sidecap.tar.xz) = 8f67b6a7e05bfa20c32a9c9fffec803bab6514d9 +RMD160 (tex-sidecap-15878/sidecap.tar.xz) = 65f2e9fccb0569cc72e80c8f0af8879e97009e6e +Size (tex-sidecap-15878/sidecap.tar.xz) = 3432 bytes diff --git a/print/tex-stdclsdv-doc/DESCR b/print/tex-stdclsdv-doc/DESCR new file mode 100644 index 00000000000..95c0f08e8f3 --- /dev/null +++ b/print/tex-stdclsdv-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-stdclsdv. diff --git a/print/tex-stdclsdv-doc/Makefile b/print/tex-stdclsdv-doc/Makefile new file mode 100644 index 00000000000..d0b45daa36e --- /dev/null +++ b/print/tex-stdclsdv-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= stdclsdv.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.1a +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/stdclsdv +COMMENT= Documentation for tex-stdclsdv +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-stdclsdv-doc/PLIST b/print/tex-stdclsdv-doc/PLIST new file mode 100644 index 00000000000..59dcaeaf996 --- /dev/null +++ b/print/tex-stdclsdv-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/latex/stdclsdv/README +share/texmf-dist/doc/latex/stdclsdv/stdclsdv.pdf diff --git a/print/tex-stdclsdv-doc/distinfo b/print/tex-stdclsdv-doc/distinfo new file mode 100644 index 00000000000..ac0b0526234 --- /dev/null +++ b/print/tex-stdclsdv-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-stdclsdv-15878/stdclsdv.doc.tar.xz) = 3ca89c765785df2dd5f6c24b2a03689ff1796e68 +RMD160 (tex-stdclsdv-15878/stdclsdv.doc.tar.xz) = 6b54b007cb09c1d4e40145ca25096ec02edbd346 +Size (tex-stdclsdv-15878/stdclsdv.doc.tar.xz) = 127964 bytes diff --git a/print/tex-stdclsdv/DESCR b/print/tex-stdclsdv/DESCR new file mode 100644 index 00000000000..9fdc18d1342 --- /dev/null +++ b/print/tex-stdclsdv/DESCR @@ -0,0 +1,4 @@ +The stdclsdv package is designed for package writers who need +to know what sectioning divsions are provided by the document's +class. It also provides a version of \CheckCommand that sets a +flag rather than printing a warning. diff --git a/print/tex-stdclsdv/Makefile b/print/tex-stdclsdv/Makefile new file mode 100644 index 00000000000..59e119d2e0b --- /dev/null +++ b/print/tex-stdclsdv/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= stdclsdv +PKGNAME= tex-${DISTNAME}-1.1a +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/stdclsdv +COMMENT= Provide sectioning information for package writers +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-stdclsdv/PLIST b/print/tex-stdclsdv/PLIST new file mode 100644 index 00000000000..ebc78f65614 --- /dev/null +++ b/print/tex-stdclsdv/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/stdclsdv/stdclsdv.sty diff --git a/print/tex-stdclsdv/distinfo b/print/tex-stdclsdv/distinfo new file mode 100644 index 00000000000..592928ec8bb --- /dev/null +++ b/print/tex-stdclsdv/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-stdclsdv-15878/stdclsdv.tar.xz) = 621fc7342809f554d2e9e3b95e3c9b176afbb1c4 +RMD160 (tex-stdclsdv-15878/stdclsdv.tar.xz) = 91538a93c73921c1bac926a89d360c83bd833f13 +Size (tex-stdclsdv-15878/stdclsdv.tar.xz) = 1488 bytes diff --git a/print/tex-textfit-doc/DESCR b/print/tex-textfit-doc/DESCR new file mode 100644 index 00000000000..29b8bfe158d --- /dev/null +++ b/print/tex-textfit-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-textfit. diff --git a/print/tex-textfit-doc/Makefile b/print/tex-textfit-doc/Makefile new file mode 100644 index 00000000000..e9d7dff4cc6 --- /dev/null +++ b/print/tex-textfit-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textfit.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5 +TEXLIVE_REV= 20591 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textfit +COMMENT= Documentation for tex-textfit +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textfit-doc/PLIST b/print/tex-textfit-doc/PLIST new file mode 100644 index 00000000000..8d31288408e --- /dev/null +++ b/print/tex-textfit-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/latex/textfit/README +share/texmf-dist/doc/latex/textfit/makefile +share/texmf-dist/doc/latex/textfit/manifest +share/texmf-dist/doc/latex/textfit/textfit.pdf diff --git a/print/tex-textfit-doc/distinfo b/print/tex-textfit-doc/distinfo new file mode 100644 index 00000000000..7e46f838a62 --- /dev/null +++ b/print/tex-textfit-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textfit-20591/textfit.doc.tar.xz) = 922c15a869167b9b6f0535a78cd886357c62e5f9 +RMD160 (tex-textfit-20591/textfit.doc.tar.xz) = 5e01636600af77b82642358715a94346b3928cfd +Size (tex-textfit-20591/textfit.doc.tar.xz) = 162372 bytes diff --git a/print/tex-textfit/DESCR b/print/tex-textfit/DESCR new file mode 100644 index 00000000000..f9dc1ba3aba --- /dev/null +++ b/print/tex-textfit/DESCR @@ -0,0 +1,6 @@ +Package to fit text to a given width or height by scaling the +font. For example: \scaletowidth{3in}{This}. (The job is done +by calculating a magstep and applying it to the current font; +thus "This" will be very tall, as well as very wide; to scale +in just one dimension, use the facilities of the graphicx +package.) diff --git a/print/tex-textfit/Makefile b/print/tex-textfit/Makefile new file mode 100644 index 00000000000..f1046d40a00 --- /dev/null +++ b/print/tex-textfit/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textfit +PKGNAME= tex-${DISTNAME}-5 +TEXLIVE_REV= 20591 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textfit +COMMENT= Fit text to a desired size +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textfit/PLIST b/print/tex-textfit/PLIST new file mode 100644 index 00000000000..81ebf7e8e13 --- /dev/null +++ b/print/tex-textfit/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/textfit/textfit.sty diff --git a/print/tex-textfit/distinfo b/print/tex-textfit/distinfo new file mode 100644 index 00000000000..ae337a2a1fb --- /dev/null +++ b/print/tex-textfit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textfit-20591/textfit.tar.xz) = 281b7284adb153f3f754bf56cb80615805ddd0cc +RMD160 (tex-textfit-20591/textfit.tar.xz) = dcc2c04b3cd617f41bc3e104a0dfeea949a56595 +Size (tex-textfit-20591/textfit.tar.xz) = 2196 bytes diff --git a/print/tex-textmerg-doc/DESCR b/print/tex-textmerg-doc/DESCR new file mode 100644 index 00000000000..922a5608652 --- /dev/null +++ b/print/tex-textmerg-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-textmerg. diff --git a/print/tex-textmerg-doc/Makefile b/print/tex-textmerg-doc/Makefile new file mode 100644 index 00000000000..1f3be0536ea --- /dev/null +++ b/print/tex-textmerg-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textmerg.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.01 +TEXLIVE_REV= 20677 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textmerg +COMMENT= Documentation for tex-textmerg +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textmerg-doc/PLIST b/print/tex-textmerg-doc/PLIST new file mode 100644 index 00000000000..19a548d567f --- /dev/null +++ b/print/tex-textmerg-doc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/generic/textmerg/results.dat +share/texmf-dist/doc/generic/textmerg/silly.dat +share/texmf-dist/doc/generic/textmerg/textmerg.pdf +share/texmf-dist/doc/generic/textmerg/textmerg.tex +share/texmf-dist/doc/generic/textmerg/tmexamp1.tex +share/texmf-dist/doc/generic/textmerg/tmexamp2.tex +share/texmf-dist/doc/generic/textmerg/tmexampp.tex diff --git a/print/tex-textmerg-doc/distinfo b/print/tex-textmerg-doc/distinfo new file mode 100644 index 00000000000..dd06ac3f4c6 --- /dev/null +++ b/print/tex-textmerg-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textmerg-20677/textmerg.doc.tar.xz) = 31c1e288a7ca37cb8fda06a406bc7bcf4f59ea31 +RMD160 (tex-textmerg-20677/textmerg.doc.tar.xz) = 75620faa9e9ed0409906a9cf4dbec558dcfab0a0 +Size (tex-textmerg-20677/textmerg.doc.tar.xz) = 253648 bytes diff --git a/print/tex-textmerg/DESCR b/print/tex-textmerg/DESCR new file mode 100644 index 00000000000..481b5d1eaa3 --- /dev/null +++ b/print/tex-textmerg/DESCR @@ -0,0 +1,3 @@ +Repetetively produce documents from a fixed part and a variable +part. Such an operation is commonly used as "mail merge" to +produce mail shots. diff --git a/print/tex-textmerg/Makefile b/print/tex-textmerg/Makefile new file mode 100644 index 00000000000..fe29c0f903b --- /dev/null +++ b/print/tex-textmerg/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textmerg +PKGNAME= tex-${DISTNAME}-2.01 +TEXLIVE_REV= 20677 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textmerg +COMMENT= Merge text in TeX and LaTeX +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textmerg/PLIST b/print/tex-textmerg/PLIST new file mode 100644 index 00000000000..24afe63b920 --- /dev/null +++ b/print/tex-textmerg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/generic/textmerg/textmerg.sty diff --git a/print/tex-textmerg/distinfo b/print/tex-textmerg/distinfo new file mode 100644 index 00000000000..b8420244573 --- /dev/null +++ b/print/tex-textmerg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textmerg-20677/textmerg.tar.xz) = cf187f8ef2bc9d5e8e8b0f31cc14b4e56faebf49 +RMD160 (tex-textmerg-20677/textmerg.tar.xz) = a01183c9ee13828b13f16c8d83535ca6430120aa +Size (tex-textmerg-20677/textmerg.tar.xz) = 1872 bytes diff --git a/print/tex-textpos-doc/DESCR b/print/tex-textpos-doc/DESCR new file mode 100644 index 00000000000..3165db3ea2a --- /dev/null +++ b/print/tex-textpos-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-textpos. diff --git a/print/tex-textpos-doc/Makefile b/print/tex-textpos-doc/Makefile new file mode 100644 index 00000000000..5e93571f544 --- /dev/null +++ b/print/tex-textpos-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textpos.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.7j +TEXLIVE_REV= 32571 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textpos +COMMENT= Documentation for tex-textpos +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textpos-doc/PLIST b/print/tex-textpos-doc/PLIST new file mode 100644 index 00000000000..e6baa84b744 --- /dev/null +++ b/print/tex-textpos-doc/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/doc/latex/textpos/LICENCE +share/texmf-dist/doc/latex/textpos/README +share/texmf-dist/doc/latex/textpos/VERSION-1.7j +share/texmf-dist/doc/latex/textpos/examples/README-examples +share/texmf-dist/doc/latex/textpos/examples/t1.tex +share/texmf-dist/doc/latex/textpos/examples/t2.tex +share/texmf-dist/doc/latex/textpos/examples/t3.tex +share/texmf-dist/doc/latex/textpos/examples/t4.tex +share/texmf-dist/doc/latex/textpos/examples/t5.tex +share/texmf-dist/doc/latex/textpos/examples/t6.tex +share/texmf-dist/doc/latex/textpos/examples/t7.tex +share/texmf-dist/doc/latex/textpos/examples/t8.tex +share/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf +share/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.tex +share/texmf-dist/doc/latex/textpos/textpos-example.tex +share/texmf-dist/doc/latex/textpos/textpos.html +share/texmf-dist/doc/latex/textpos/textpos.pdf diff --git a/print/tex-textpos-doc/distinfo b/print/tex-textpos-doc/distinfo new file mode 100644 index 00000000000..cc757517212 --- /dev/null +++ b/print/tex-textpos-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textpos-32571/textpos.doc.tar.xz) = 980be5a24d3bdda9cae9aff0df64c8f4df7fe0dc +RMD160 (tex-textpos-32571/textpos.doc.tar.xz) = cf78a4df7b137c7a8eac4c96c18f348d7cae8890 +Size (tex-textpos-32571/textpos.doc.tar.xz) = 290464 bytes diff --git a/print/tex-textpos/DESCR b/print/tex-textpos/DESCR new file mode 100644 index 00000000000..2221a2cc868 --- /dev/null +++ b/print/tex-textpos/DESCR @@ -0,0 +1,4 @@ +A package to facilitate placement of boxes at absolute +positions on the LaTeX page. There are several reasons why this +might be useful, an important one being to help the creation of +large-format conference posters. diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile new file mode 100644 index 00000000000..9369d4cd985 --- /dev/null +++ b/print/tex-textpos/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.21 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= textpos +PKGNAME= tex-${DISTNAME}-1.7j +TEXLIVE_REV= 32571 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/textpos +COMMENT= Place boxes at arbitrary positions on the LaTeX page +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textpos/PLIST b/print/tex-textpos/PLIST new file mode 100644 index 00000000000..06f9827ca2c --- /dev/null +++ b/print/tex-textpos/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.6 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/textpos/textpos.sty diff --git a/print/tex-textpos/distinfo b/print/tex-textpos/distinfo new file mode 100644 index 00000000000..3d99de62e2a --- /dev/null +++ b/print/tex-textpos/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.6 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-textpos-32571/textpos.tar.xz) = 4f543e2f9d257b182eb99c8fd44c4e92859d9eff +RMD160 (tex-textpos-32571/textpos.tar.xz) = 312547d67edc599420f96ddea3f72b00604c58d2 +Size (tex-textpos-32571/textpos.tar.xz) = 3700 bytes diff --git a/print/tex-totpages-doc/DESCR b/print/tex-totpages-doc/DESCR new file mode 100644 index 00000000000..b5205554113 --- /dev/null +++ b/print/tex-totpages-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-totpages. diff --git a/print/tex-totpages-doc/Makefile b/print/tex-totpages-doc/Makefile new file mode 100644 index 00000000000..b7259547160 --- /dev/null +++ b/print/tex-totpages-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:20 markd Exp $ + +DISTNAME= totpages.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.00 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/totpages +COMMENT= Documentation for tex-totpages +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-totpages-doc/PLIST b/print/tex-totpages-doc/PLIST new file mode 100644 index 00000000000..db3f373701a --- /dev/null +++ b/print/tex-totpages-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:20 markd Exp $ +share/texmf-dist/doc/latex/totpages/README +share/texmf-dist/doc/latex/totpages/totexmpl.tex +share/texmf-dist/doc/latex/totpages/totpages.pdf diff --git a/print/tex-totpages-doc/distinfo b/print/tex-totpages-doc/distinfo new file mode 100644 index 00000000000..9259e31bc19 --- /dev/null +++ b/print/tex-totpages-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:20 markd Exp $ + +SHA1 (tex-totpages-15878/totpages.doc.tar.xz) = c635d864ad34bd2ceeecb884f7e141947afb4192 +RMD160 (tex-totpages-15878/totpages.doc.tar.xz) = fbf9dba63d9f3d68c61b74b1ce7cc57317807711 +Size (tex-totpages-15878/totpages.doc.tar.xz) = 177296 bytes diff --git a/print/tex-totpages/DESCR b/print/tex-totpages/DESCR new file mode 100644 index 00000000000..8c0891dcb1e --- /dev/null +++ b/print/tex-totpages/DESCR @@ -0,0 +1,4 @@ +The package counts the actual pages in the document (as opposed +to reporting the number of the last page, as does lastpage). +The counter itself may be shipped out to the DVI file. The +package uses the everyshi package for its task. diff --git a/print/tex-totpages/Makefile b/print/tex-totpages/Makefile new file mode 100644 index 00000000000..01f1327e3df --- /dev/null +++ b/print/tex-totpages/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= totpages +PKGNAME= tex-${DISTNAME}-2.00 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/totpages +COMMENT= Count pages in a document, and report last page number +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-totpages/PLIST b/print/tex-totpages/PLIST new file mode 100644 index 00000000000..52aa61ea7d7 --- /dev/null +++ b/print/tex-totpages/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/totpages/totpages.sty diff --git a/print/tex-totpages/distinfo b/print/tex-totpages/distinfo new file mode 100644 index 00000000000..0d9fe5e5476 --- /dev/null +++ b/print/tex-totpages/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-totpages-15878/totpages.tar.xz) = 81d72ca8d946c2b54125e3fa474c492a8a8aace0 +RMD160 (tex-totpages-15878/totpages.tar.xz) = e12fd99461b4d1db3510edb2ffca3536ef9e254d +Size (tex-totpages-15878/totpages.tar.xz) = 3004 bytes diff --git a/print/tex-vmargin-doc/DESCR b/print/tex-vmargin-doc/DESCR new file mode 100644 index 00000000000..098609419e6 --- /dev/null +++ b/print/tex-vmargin-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-vmargin. diff --git a/print/tex-vmargin-doc/Makefile b/print/tex-vmargin-doc/Makefile new file mode 100644 index 00000000000..d8368e05353 --- /dev/null +++ b/print/tex-vmargin-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:20 markd Exp $ + +DISTNAME= vmargin.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.5 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/vmargin +COMMENT= Documentation for tex-vmargin +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-vmargin-doc/PLIST b/print/tex-vmargin-doc/PLIST new file mode 100644 index 00000000000..e5428ecbee8 --- /dev/null +++ b/print/tex-vmargin-doc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:20 markd Exp $ +share/texmf-dist/doc/latex/vmargin/vmargin.pdf diff --git a/print/tex-vmargin-doc/distinfo b/print/tex-vmargin-doc/distinfo new file mode 100644 index 00000000000..57fe2e34b38 --- /dev/null +++ b/print/tex-vmargin-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:20 markd Exp $ + +SHA1 (tex-vmargin-15878/vmargin.doc.tar.xz) = 696eebade67d2825550454e229fa53fcc624ed97 +RMD160 (tex-vmargin-15878/vmargin.doc.tar.xz) = 8e6e370ac7ba5d31df66762af5d497e149108f5e +Size (tex-vmargin-15878/vmargin.doc.tar.xz) = 155344 bytes diff --git a/print/tex-vmargin/DESCR b/print/tex-vmargin/DESCR new file mode 100644 index 00000000000..6dfc7fc5688 --- /dev/null +++ b/print/tex-vmargin/DESCR @@ -0,0 +1,8 @@ +Provides a macro to set various margins as well as dimensions +for header/footer and page dimensions. Most common paper sizes, +paper orientation, disabling of headers and footers, and two +sided printing are supported. The vmargin package does not rely +on other packages and was designed with speed and size in mind. +Its user interface might not be very fancy, but it's fast, +small, and gets the job done. If you are looking for something +more elaborate try the geometry package. diff --git a/print/tex-vmargin/Makefile b/print/tex-vmargin/Makefile new file mode 100644 index 00000000000..ae5e191e02c --- /dev/null +++ b/print/tex-vmargin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:20 markd Exp $ + +DISTNAME= vmargin +PKGNAME= tex-${DISTNAME}-2.5 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/vmargin +COMMENT= Set various page dimensions +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-vmargin/PLIST b/print/tex-vmargin/PLIST new file mode 100644 index 00000000000..d73e6722be9 --- /dev/null +++ b/print/tex-vmargin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:20 markd Exp $ +share/texmf-dist/tex/latex/vmargin/vmargin.sty diff --git a/print/tex-vmargin/distinfo b/print/tex-vmargin/distinfo new file mode 100644 index 00000000000..f5db486c554 --- /dev/null +++ b/print/tex-vmargin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:20 markd Exp $ + +SHA1 (tex-vmargin-15878/vmargin.tar.xz) = 485434597fdb70747a9236a2a61c98adead1aa80 +RMD160 (tex-vmargin-15878/vmargin.tar.xz) = de9c0fb6324abd982415bf82aac794aa0fc56dcd +Size (tex-vmargin-15878/vmargin.tar.xz) = 2832 bytes diff --git a/print/tex-was-doc/DESCR b/print/tex-was-doc/DESCR new file mode 100644 index 00000000000..b3308691786 --- /dev/null +++ b/print/tex-was-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-was. diff --git a/print/tex-was-doc/Makefile b/print/tex-was-doc/Makefile new file mode 100644 index 00000000000..e455a884b85 --- /dev/null +++ b/print/tex-was-doc/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:20 markd Exp $ + +DISTNAME= was.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2014 +TEXLIVE_REV= 21439 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/was +COMMENT= Documentation for tex-was + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-was-doc/PLIST b/print/tex-was-doc/PLIST new file mode 100644 index 00000000000..21ef111d1c1 --- /dev/null +++ b/print/tex-was-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:20 markd Exp $ +share/texmf-dist/doc/latex/was/fixmath.pdf +share/texmf-dist/doc/latex/was/gensymb.pdf +share/texmf-dist/doc/latex/was/icomma.pdf +share/texmf-dist/doc/latex/was/readme.1st +share/texmf-dist/doc/latex/was/upgreek.pdf diff --git a/print/tex-was-doc/distinfo b/print/tex-was-doc/distinfo new file mode 100644 index 00000000000..6ea03306a76 --- /dev/null +++ b/print/tex-was-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:20 markd Exp $ + +SHA1 (tex-was-21439/was.doc.tar.xz) = 042fedb7bd147e91da044a1ea3478931b38658e3 +RMD160 (tex-was-21439/was.doc.tar.xz) = 09671472037990d35c5b5e67a8fe97c37847a04d +Size (tex-was-21439/was.doc.tar.xz) = 578872 bytes diff --git a/print/tex-was/DESCR b/print/tex-was/DESCR new file mode 100644 index 00000000000..de72e207773 --- /dev/null +++ b/print/tex-was/DESCR @@ -0,0 +1,5 @@ +A bundle of packages that arise in the author's area of +interest: compliance of maths typesetting with ISO standards; +symbols that work in both maths and text modes; commas for both +decimal separator and maths; and upright Greek letters in +maths. diff --git a/print/tex-was/Makefile b/print/tex-was/Makefile new file mode 100644 index 00000000000..63a43a5b62e --- /dev/null +++ b/print/tex-was/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:20 markd Exp $ + +DISTNAME= was +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 21439 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/was +COMMENT= A collection of small packages by Walter Schmidt + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-was/PLIST b/print/tex-was/PLIST new file mode 100644 index 00000000000..64584a7ec0f --- /dev/null +++ b/print/tex-was/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:20 markd Exp $ +share/texmf-dist/tex/latex/was/fixmath.sty +share/texmf-dist/tex/latex/was/gensymb.sty +share/texmf-dist/tex/latex/was/icomma.sty +share/texmf-dist/tex/latex/was/upgreek.sty diff --git a/print/tex-was/distinfo b/print/tex-was/distinfo new file mode 100644 index 00000000000..082aacbe8c7 --- /dev/null +++ b/print/tex-was/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:20 markd Exp $ + +SHA1 (tex-was-21439/was.tar.xz) = a7c7c39339a0ba332ab06c9e2b55c2d1956d3899 +RMD160 (tex-was-21439/was.tar.xz) = ee27749411966a08651e39e4d98831663f1f1d4f +Size (tex-was-21439/was.tar.xz) = 3084 bytes |