summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-10-23 10:24:57 +0000
committermarkd <markd@pkgsrc.org>2017-10-23 10:24:57 +0000
commit94352c5cac6ba0917a36441306a87e46f4db36a5 (patch)
treefb7e8621415f49f69f1237ff00287cd97759c582 /print
parente797a366a7fce121af78a2445ee3c20a2e3eb4e1 (diff)
downloadpkgsrc-94352c5cac6ba0917a36441306a87e46f4db36a5.tar.gz
tex-makecell{,-doc}: import version 0.1e
This package supports common layouts for tabular column heads in whole documents, based on one-column tabular environment. In addition, it can create multi-lined tabular cells. The Package also offers: a macro which changes the vertical space around all the cells in a tabular environment (similar to the function of the tabls package, but using the facilities of the array) macros for multirow cells, which use the facilities of the multirow package; macros to number rows in tables, or to skip cells; diagonally divided cells; horizontal lines in tabular environments with defined thickness.
Diffstat (limited to 'print')
-rw-r--r--print/tex-makecell-doc/DESCR1
-rw-r--r--print/tex-makecell-doc/Makefile13
-rw-r--r--print/tex-makecell-doc/PLIST5
-rw-r--r--print/tex-makecell-doc/distinfo6
-rw-r--r--print/tex-makecell/DESCR10
-rw-r--r--print/tex-makecell/Makefile15
-rw-r--r--print/tex-makecell/PLIST2
-rw-r--r--print/tex-makecell/distinfo6
8 files changed, 58 insertions, 0 deletions
diff --git a/print/tex-makecell-doc/DESCR b/print/tex-makecell-doc/DESCR
new file mode 100644
index 00000000000..95df0feae09
--- /dev/null
+++ b/print/tex-makecell-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-makecell.
diff --git a/print/tex-makecell-doc/Makefile b/print/tex-makecell-doc/Makefile
new file mode 100644
index 00000000000..9614854d097
--- /dev/null
+++ b/print/tex-makecell-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 10:24:57 markd Exp $
+
+DISTNAME= makecell.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.1e
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/makecell
+COMMENT= Documentation for tex-makecell
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-makecell-doc/PLIST b/print/tex-makecell-doc/PLIST
new file mode 100644
index 00000000000..4849aed7bf4
--- /dev/null
+++ b/print/tex-makecell-doc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 10:24:57 markd Exp $
+share/texmf-dist/doc/latex/makecell/README
+share/texmf-dist/doc/latex/makecell/makecell-rus.pdf
+share/texmf-dist/doc/latex/makecell/makecell-rus.tex
+share/texmf-dist/doc/latex/makecell/makecell.pdf
diff --git a/print/tex-makecell-doc/distinfo b/print/tex-makecell-doc/distinfo
new file mode 100644
index 00000000000..44f2a93b8dc
--- /dev/null
+++ b/print/tex-makecell-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 10:24:57 markd Exp $
+
+SHA1 (tex-makecell-15878/makecell.doc.tar.xz) = af7e919f23650396235d0ad1c254f41bcb04eb52
+RMD160 (tex-makecell-15878/makecell.doc.tar.xz) = 6ff65089a14da0867a519ee94c8c4c967fcab8d2
+SHA512 (tex-makecell-15878/makecell.doc.tar.xz) = e9abcf651a41802400442c1daad57deeea62ffd196148584b25030825138efaa52b898dc99c3c17c42068d5a2b8a61227bc3c08560e3589ac8971df8fa95ae30
+Size (tex-makecell-15878/makecell.doc.tar.xz) = 690224 bytes
diff --git a/print/tex-makecell/DESCR b/print/tex-makecell/DESCR
new file mode 100644
index 00000000000..021f91a37ff
--- /dev/null
+++ b/print/tex-makecell/DESCR
@@ -0,0 +1,10 @@
+This package supports common layouts for tabular column heads
+in whole documents, based on one-column tabular environment. In
+addition, it can create multi-lined tabular cells. The Package
+also offers: a macro which changes the vertical space around
+all the cells in a tabular environment (similar to the function
+of the tabls package, but using the facilities of the array)
+macros for multirow cells, which use the facilities of the
+multirow package; macros to number rows in tables, or to skip
+cells; diagonally divided cells; horizontal lines in tabular
+environments with defined thickness.
diff --git a/print/tex-makecell/Makefile b/print/tex-makecell/Makefile
new file mode 100644
index 00000000000..eacfec55f3b
--- /dev/null
+++ b/print/tex-makecell/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 10:24:57 markd Exp $
+
+DISTNAME= makecell
+PKGNAME= tex-${DISTNAME}-0.1e
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/makecell
+COMMENT= Tabular column heads and multilined cells
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-makecell/PLIST b/print/tex-makecell/PLIST
new file mode 100644
index 00000000000..e53caafdb61
--- /dev/null
+++ b/print/tex-makecell/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 10:24:57 markd Exp $
+share/texmf-dist/tex/latex/makecell/makecell.sty
diff --git a/print/tex-makecell/distinfo b/print/tex-makecell/distinfo
new file mode 100644
index 00000000000..5192311d86f
--- /dev/null
+++ b/print/tex-makecell/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 10:24:57 markd Exp $
+
+SHA1 (tex-makecell-15878/makecell.tar.xz) = fde399f41cd1964f564017fe11abd1e3eb316acb
+RMD160 (tex-makecell-15878/makecell.tar.xz) = 2e7425d5e14861ce6151baedc132b5e81bb4eed8
+SHA512 (tex-makecell-15878/makecell.tar.xz) = 33ace2ccee3c20da99c02f38ce4006888c518f54bfa40ab8ca224d598775a3605928550cb62bea7eb29ddf9c89da8ea540919c80ea3f348d276092f8a39f380f
+Size (tex-makecell-15878/makecell.tar.xz) = 4460 bytes