From 923d8f1205c8f4039bec5562be2a5ae30bcea680 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 20 Sep 2016 12:50:00 +0000 Subject: Add tex-tap 0.77 TeX macros for typesetting complex tables --- print/tex-tap-doc/DESCR | 1 + print/tex-tap-doc/Makefile | 13 +++++++++++++ print/tex-tap-doc/PLIST | 27 +++++++++++++++++++++++++++ print/tex-tap-doc/distinfo | 6 ++++++ print/tex-tap/DESCR | 5 +++++ print/tex-tap/Makefile | 15 +++++++++++++++ print/tex-tap/PLIST | 2 ++ print/tex-tap/distinfo | 6 ++++++ 8 files changed, 75 insertions(+) create mode 100644 print/tex-tap-doc/DESCR create mode 100644 print/tex-tap-doc/Makefile create mode 100644 print/tex-tap-doc/PLIST create mode 100644 print/tex-tap-doc/distinfo create mode 100644 print/tex-tap/DESCR create mode 100644 print/tex-tap/Makefile create mode 100644 print/tex-tap/PLIST create mode 100644 print/tex-tap/distinfo diff --git a/print/tex-tap-doc/DESCR b/print/tex-tap-doc/DESCR new file mode 100644 index 00000000000..e89163daa80 --- /dev/null +++ b/print/tex-tap-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-tap. diff --git a/print/tex-tap-doc/Makefile b/print/tex-tap-doc/Makefile new file mode 100644 index 00000000000..81137cb6987 --- /dev/null +++ b/print/tex-tap-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/09/20 12:50:00 markd Exp $ + +DISTNAME= tap.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.77 +TEXLIVE_REV= 31731 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tap +COMMENT= Documentation for tex-tap +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-tap-doc/PLIST b/print/tex-tap-doc/PLIST new file mode 100644 index 00000000000..904689126d7 --- /dev/null +++ b/print/tex-tap-doc/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/20 12:50:00 markd Exp $ +share/texmf-dist/doc/generic/tap/0README.TAP +share/texmf-dist/doc/generic/tap/0tapdoc.inf +share/texmf-dist/doc/generic/tap/circ.eps +share/texmf-dist/doc/generic/tap/circmag.eps +share/texmf-dist/doc/generic/tap/epsfx.tex +share/texmf-dist/doc/generic/tap/tapanch.100 +share/texmf-dist/doc/generic/tap/tapanch.mp +share/texmf-dist/doc/generic/tap/tapcv/sampdos/0sampdos.inf +share/texmf-dist/doc/generic/tap/tapcv/sampdos/post1.tex +share/texmf-dist/doc/generic/tap/tapcv/sampdos/post2.tex +share/texmf-dist/doc/generic/tap/tapcv/sampdos/prea1.tex +share/texmf-dist/doc/generic/tap/tapcv/sampdos/prea2.tex +share/texmf-dist/doc/generic/tap/tapcv/sampdos/prea3.tex +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv0.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv1.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv2.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv3.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv4.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv5.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tapcv6.raw +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tcv.bat +share/texmf-dist/doc/generic/tap/tapcv/sampdos/tcv_.bat +share/texmf-dist/doc/generic/tap/tapcv/tapcv.awk +share/texmf-dist/doc/generic/tap/tapdoc.tex +share/texmf-dist/doc/generic/tap/tapxamp1.tex +share/texmf-dist/doc/generic/tap/tapxamp2.tex diff --git a/print/tex-tap-doc/distinfo b/print/tex-tap-doc/distinfo new file mode 100644 index 00000000000..7cc9436733b --- /dev/null +++ b/print/tex-tap-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/20 12:50:00 markd Exp $ + +SHA1 (tex-tap-31731/tap.doc.tar.xz) = 30afbea4582244de8c4975b2bae393c38d9a0bcb +RMD160 (tex-tap-31731/tap.doc.tar.xz) = 04d5c21bb46b7707387dc302f401131eb9863933 +SHA512 (tex-tap-31731/tap.doc.tar.xz) = 25eefa0abcae0582bf18a14d4e48b557f12d94c6d76eb697a897a3faca913b415415e294c6e859eb43f41bbff3725bc32b5ba81767366bdf0904f7f8b571d3d8 +Size (tex-tap-31731/tap.doc.tar.xz) = 27736 bytes diff --git a/print/tex-tap/DESCR b/print/tex-tap/DESCR new file mode 100644 index 00000000000..7b34b7bd5aa --- /dev/null +++ b/print/tex-tap/DESCR @@ -0,0 +1,5 @@ +The package offers a simple notation for pretty complex tables +(to Michael J. Ferguson's credit). With PostScript, the package +allows shaded/coloured tables, diagonal rules, etc. The package +is supposed to work with both Plain and LaTeX. An AWK converter +from ASCII semigraphic tables to TAP notation is included. diff --git a/print/tex-tap/Makefile b/print/tex-tap/Makefile new file mode 100644 index 00000000000..882ac47ad9b --- /dev/null +++ b/print/tex-tap/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/09/20 12:50:00 markd Exp $ + +DISTNAME= tap +PKGNAME= tex-${DISTNAME}-0.77 +TEXLIVE_REV= 31731 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tap +COMMENT= TeX macros for typesetting complex tables +LICENSE= public-domain + +CONFLICTS+= teTeX-texmf<=3.0nb56 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-tap/PLIST b/print/tex-tap/PLIST new file mode 100644 index 00000000000..89c0ef0fc60 --- /dev/null +++ b/print/tex-tap/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/20 12:50:00 markd Exp $ +share/texmf-dist/tex/generic/tap/tap.tex diff --git a/print/tex-tap/distinfo b/print/tex-tap/distinfo new file mode 100644 index 00000000000..68b06ca77fe --- /dev/null +++ b/print/tex-tap/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/20 12:50:00 markd Exp $ + +SHA1 (tex-tap-31731/tap.tar.xz) = b4a574ecad53e81e2f2fcf3c4f93c7bc0244ba80 +RMD160 (tex-tap-31731/tap.tar.xz) = 6907142b2bc1fc3e957c9234fa262d9acbac3e97 +SHA512 (tex-tap-31731/tap.tar.xz) = e2d5ee9dcf918894d0286f99e89a8ba44d3af3980a67b34d69a9daea0f5299ccfe5f4e918f370bff119be3bd1ff037a92ce47f671540c60decaa19fd6076fabe +Size (tex-tap-31731/tap.tar.xz) = 10668 bytes -- cgit v1.2.3