diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-05 13:27:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-05 13:27:52 +0000 |
commit | 817ec905dfe0cd4b0eb58e1a86cf4817ce953a4a (patch) | |
tree | 74c388bcc8b1986b77fe7495ebb7328fe9ca6764 /print/tex-booktabs | |
parent | 5ca8bbe947f9b312786460f460c40b8742f49a69 (diff) | |
download | pkgsrc-817ec905dfe0cd4b0eb58e1a86cf4817ce953a4a.tar.gz |
Import tex-booktabs-1.61803 as print/tex-booktabs.
The package enhances the quality of tables in LaTeX, providing extra
commands as well as behind-the-scenes optimisation. Guidelines are given
as to what constitutes a good table in this context. From version 1.61,
the package offers longtable compatibility.
Diffstat (limited to 'print/tex-booktabs')
-rw-r--r-- | print/tex-booktabs/DESCR | 4 | ||||
-rw-r--r-- | print/tex-booktabs/Makefile | 14 | ||||
-rw-r--r-- | print/tex-booktabs/PLIST | 2 | ||||
-rw-r--r-- | print/tex-booktabs/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-booktabs/DESCR b/print/tex-booktabs/DESCR new file mode 100644 index 00000000000..31e67c8d1c7 --- /dev/null +++ b/print/tex-booktabs/DESCR @@ -0,0 +1,4 @@ +The package enhances the quality of tables in LaTeX, providing extra +commands as well as behind-the-scenes optimisation. Guidelines are given +as to what constitutes a good table in this context. From version 1.61, +the package offers longtable compatibility. diff --git a/print/tex-booktabs/Makefile b/print/tex-booktabs/Makefile new file mode 100644 index 00000000000..f392e20447a --- /dev/null +++ b/print/tex-booktabs/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 13:27:52 minskim Exp $ + +DISTNAME= booktabs +PKGNAME= tex-${DISTNAME}-1.61803 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Publication quality tables in LaTeX + +CONFLICTS= teTeX-texmf<3.0nb33 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-booktabs/PLIST b/print/tex-booktabs/PLIST new file mode 100644 index 00000000000..af8eb3fda8d --- /dev/null +++ b/print/tex-booktabs/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/05 13:27:52 minskim Exp $ +share/texmf-dist/tex/latex/booktabs/booktabs.sty diff --git a/print/tex-booktabs/distinfo b/print/tex-booktabs/distinfo new file mode 100644 index 00000000000..47f65f9e0d6 --- /dev/null +++ b/print/tex-booktabs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/05 13:27:52 minskim Exp $ + +SHA1 (tex-booktabs-15878/booktabs.tar.xz) = eddeb5798f1b2ac20fa22d19ef973635092af971 +RMD160 (tex-booktabs-15878/booktabs.tar.xz) = 94e672e8a8813e3348e1ced6c2f23c0af49be25a +Size (tex-booktabs-15878/booktabs.tar.xz) = 2400 bytes |