diff options
author | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
commit | 7a804cf1de8dd38777136926367ddde38dc79263 (patch) | |
tree | c3d86dfeba8c362262bb36740a568aa639871e5d /print/tex-textpos | |
parent | 15b139d37965abe75d942ebb7e3f12753fb6c251 (diff) | |
download | pkgsrc-7a804cf1de8dd38777136926367ddde38dc79263.tar.gz |
Add additional tex packages from bibtexextra, latexextra, mathextra and
pictures texlive collections.
Diffstat (limited to 'print/tex-textpos')
-rw-r--r-- | print/tex-textpos/DESCR | 4 | ||||
-rw-r--r-- | print/tex-textpos/Makefile | 13 | ||||
-rw-r--r-- | print/tex-textpos/PLIST | 2 | ||||
-rw-r--r-- | print/tex-textpos/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
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 |