diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-19 14:36:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-19 14:36:00 +0000 |
commit | cad15ff1f73f4037c59d104cd346a8ee2991b8f1 (patch) | |
tree | dbc5ce9bc485c4c7def1c600026cd91f78ed31ec /print/tex-background | |
parent | 55397341cbf772432dfffe54e0767531f2aeca5c (diff) | |
download | pkgsrc-cad15ff1f73f4037c59d104cd346a8ee2991b8f1.tar.gz |
Add two new tex packages.
Diffstat (limited to 'print/tex-background')
-rw-r--r-- | print/tex-background/DESCR | 6 | ||||
-rw-r--r-- | print/tex-background/Makefile | 16 | ||||
-rw-r--r-- | print/tex-background/PLIST | 2 | ||||
-rw-r--r-- | print/tex-background/distinfo | 6 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/tex-background/DESCR b/print/tex-background/DESCR new file mode 100644 index 00000000000..7fc31186c67 --- /dev/null +++ b/print/tex-background/DESCR @@ -0,0 +1,6 @@ +The package offers the placement of background material on the +pages of a document. The user can control many aspects +(contents, position, color, opacity) of the background material +that will be displayed; all placement and attribute settings +are controlled by setting key values. The package makes use of +the everypage package, and uses pgf/tikz for attribute control. diff --git a/print/tex-background/Makefile b/print/tex-background/Makefile new file mode 100644 index 00000000000..3ce3258363f --- /dev/null +++ b/print/tex-background/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/09/19 14:36:00 wiz Exp $ + +DISTNAME= background +PKGNAME= tex-${DISTNAME}-2.1 +TEXLIVE_REV= 33100 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/background +COMMENT= Placement of background material on pages of a document +LICENSE= lppl-1.3c + +DEPENDS+= tex-everypage-[0-9]*:../../print/tex-everypage +DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-background/PLIST b/print/tex-background/PLIST new file mode 100644 index 00000000000..b121c659656 --- /dev/null +++ b/print/tex-background/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/19 14:36:00 wiz Exp $ +share/texmf-dist/tex/latex/background/background.sty diff --git a/print/tex-background/distinfo b/print/tex-background/distinfo new file mode 100644 index 00000000000..612588df5fd --- /dev/null +++ b/print/tex-background/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/19 14:36:00 wiz Exp $ + +SHA1 (tex-background-33100/background.tar.xz) = 030817b7ad22d64dd01f5716fda8eec2aec5a0ad +RMD160 (tex-background-33100/background.tar.xz) = 9c90d6fb49d0a01147567b6974c71dc15c84c120 +SHA512 (tex-background-33100/background.tar.xz) = 06f4e6f27f138d41c27e7b92bb9a67bf6332851db1dfb1cd2c92d25e81e7e5feffb2b6f2b14b559d9d39ac6f35a85a343e535cc6e5fe8e2c0eb36c6435999dd9 +Size (tex-background-33100/background.tar.xz) = 2080 bytes |