diff options
author | joerg <joerg> | 2015-06-14 14:20:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-14 14:20:11 +0000 |
commit | 575eee1378f5f378b155aa7e4c5ab7cdfee28b27 (patch) | |
tree | 583c5374f98778850052d73d5c40a0f542560341 /print/tex-pbox | |
parent | 8b5ddc7a4646477fd98941e216b681c6459d82f1 (diff) | |
download | pkgsrc-575eee1378f5f378b155aa7e4c5ab7cdfee28b27.tar.gz |
Add tex-pbox-1.2:
This package provides a variable-width \parbox and some convenient
length commands. The \pbox command is equivalent to the \parbox
command, only the width specified is merely the maximum width; the
\pbox tries to fit itself tightly around the specified text.
Diffstat (limited to 'print/tex-pbox')
-rw-r--r-- | print/tex-pbox/DESCR | 4 | ||||
-rw-r--r-- | print/tex-pbox/Makefile | 19 | ||||
-rw-r--r-- | print/tex-pbox/PLIST | 2 | ||||
-rw-r--r-- | print/tex-pbox/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/tex-pbox/DESCR b/print/tex-pbox/DESCR new file mode 100644 index 00000000000..9c0b12e65dd --- /dev/null +++ b/print/tex-pbox/DESCR @@ -0,0 +1,4 @@ +This package provides a variable-width \parbox and some convenient +length commands. The \pbox command is equivalent to the \parbox +command, only the width specified is merely the maximum width; the +\pbox tries to fit itself tightly around the specified text. diff --git a/print/tex-pbox/Makefile b/print/tex-pbox/Makefile new file mode 100644 index 00000000000..246bb789908 --- /dev/null +++ b/print/tex-pbox/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2015/06/14 14:20:11 joerg Exp $ + +DISTNAME= pbox +PKGNAME= tex-${DISTNAME}-1.2 +EXTRACT_SUFX= .tar.xz +TEXLIVE_USE_CTAN= yes + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= A variable-width pbox +LICENSE= gnu-gpl-v3 + +INSTALLATION_DIRS= share/texmf-dist/tex/latex/pbox + +do-install: + ${INSTALL_DATA} ${WRKSRC}/tex/latex/pbox/pbox.sty \ + ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/pbox + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pbox/PLIST b/print/tex-pbox/PLIST new file mode 100644 index 00000000000..479d37e7cac --- /dev/null +++ b/print/tex-pbox/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/06/14 14:20:11 joerg Exp $ +share/texmf-dist/tex/latex/pbox/pbox.sty diff --git a/print/tex-pbox/distinfo b/print/tex-pbox/distinfo new file mode 100644 index 00000000000..31f8397ddf7 --- /dev/null +++ b/print/tex-pbox/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/06/14 14:20:11 joerg Exp $ + +SHA1 (tex-pbox-1.2/pbox.tar.xz) = 91cdd29e43bf2fe49f378916ad09aaae5a23eae8 +RMD160 (tex-pbox-1.2/pbox.tar.xz) = 38dabd87314b9b84f195bdccfa9809a063403096 +Size (tex-pbox-1.2/pbox.tar.xz) = 1364 bytes |