summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-18 04:33:20 +0000
committermarkd <markd@pkgsrc.org>2022-04-18 04:33:20 +0000
commitf83b96c3df2c583d215e264ab597ca10e2cdbc74 (patch)
treed49ed98bc3ea0eb48813e28782c01d61c9497cec /print
parentdba2701fe24a1494b7e5c92cbe74c235e1b91748 (diff)
downloadpkgsrc-f83b96c3df2c583d215e264ab597ca10e2cdbc74.tar.gz
tex-context-layout{,-doc}: Add versio 20070627
Draws a representation of the layout of the current page and displays the sizes of the widths and heights of the margins, header, footer and text body.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile4
-rw-r--r--print/tex-context-layout-doc/DESCR1
-rw-r--r--print/tex-context-layout-doc/Makefile13
-rw-r--r--print/tex-context-layout-doc/PLIST3
-rw-r--r--print/tex-context-layout-doc/distinfo5
-rw-r--r--print/tex-context-layout/DESCR3
-rw-r--r--print/tex-context-layout/Makefile15
-rw-r--r--print/tex-context-layout/PLIST2
-rw-r--r--print/tex-context-layout/distinfo5
9 files changed, 50 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index f65b30ad8cd..682085261aa 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.851 2022/04/18 04:30:24 markd Exp $
+# $NetBSD: Makefile,v 1.852 2022/04/18 04:33:20 markd Exp $
#
COMMENT= Desktop publishing
@@ -524,6 +524,8 @@ SUBDIR+= tex-context-handlecsv
SUBDIR+= tex-context-handlecsv-doc
SUBDIR+= tex-context-inifile
SUBDIR+= tex-context-inifile-doc
+SUBDIR+= tex-context-layout
+SUBDIR+= tex-context-layout-doc
SUBDIR+= tex-context-letter
SUBDIR+= tex-context-letter-doc
SUBDIR+= tex-context-lettrine
diff --git a/print/tex-context-layout-doc/DESCR b/print/tex-context-layout-doc/DESCR
new file mode 100644
index 00000000000..30bf6a71f39
--- /dev/null
+++ b/print/tex-context-layout-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-context-layout.
diff --git a/print/tex-context-layout-doc/Makefile b/print/tex-context-layout-doc/Makefile
new file mode 100644
index 00000000000..c43ddd8ad19
--- /dev/null
+++ b/print/tex-context-layout-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:33:21 markd Exp $
+
+DISTNAME= context-layout.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-20070627
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://ctan.org/pkg/context-layout
+COMMENT= Documentation for tex-context-layout
+LICENSE= gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-context-layout-doc/PLIST b/print/tex-context-layout-doc/PLIST
new file mode 100644
index 00000000000..e43cc497117
--- /dev/null
+++ b/print/tex-context-layout-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:33:21 markd Exp $
+share/texmf-dist/doc/context/third/layout/VERSION
+share/texmf-dist/doc/context/third/layout/t-layout.pdf
diff --git a/print/tex-context-layout-doc/distinfo b/print/tex-context-layout-doc/distinfo
new file mode 100644
index 00000000000..89d2aba3067
--- /dev/null
+++ b/print/tex-context-layout-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:33:21 markd Exp $
+
+BLAKE2s (context-layout.doc.r47085.tar.xz) = bdb18940c2f9608492f5495ead27fea3dc630222993aa5f4b06a820d5d6b967e
+SHA512 (context-layout.doc.r47085.tar.xz) = 4ecf7bfe5fbc78453cc116cf7a657f4b6ac7fc21ca7dd6da5beb0ea1af0c1fd48d6a74ab516213f49d1e29cb8bd47fbcc94145157472e3ea22b291f494fc3d1f
+Size (context-layout.doc.r47085.tar.xz) = 211432 bytes
diff --git a/print/tex-context-layout/DESCR b/print/tex-context-layout/DESCR
new file mode 100644
index 00000000000..eaa9cd7f23f
--- /dev/null
+++ b/print/tex-context-layout/DESCR
@@ -0,0 +1,3 @@
+Draws a representation of the layout of the current page and
+displays the sizes of the widths and heights of the margins,
+header, footer and text body.
diff --git a/print/tex-context-layout/Makefile b/print/tex-context-layout/Makefile
new file mode 100644
index 00000000000..61fc3f1bd91
--- /dev/null
+++ b/print/tex-context-layout/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:33:20 markd Exp $
+
+DISTNAME= context-layout
+PKGNAME= tex-${DISTNAME}-20070627
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://ctan.org/pkg/context-layout
+COMMENT= Show ConTeXt layouts
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= tex-context-[0-9]*:../../print/tex-context
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-context-layout/PLIST b/print/tex-context-layout/PLIST
new file mode 100644
index 00000000000..9743a7fa5b7
--- /dev/null
+++ b/print/tex-context-layout/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:33:20 markd Exp $
+share/texmf-dist/tex/context/third/layout/t-layout.tex
diff --git a/print/tex-context-layout/distinfo b/print/tex-context-layout/distinfo
new file mode 100644
index 00000000000..f27705e7e31
--- /dev/null
+++ b/print/tex-context-layout/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:33:20 markd Exp $
+
+BLAKE2s (context-layout.r47085.tar.xz) = 0ca4317991fc043e427eda072baad8be2ad6106bad80bcad72807b53a8c6454a
+SHA512 (context-layout.r47085.tar.xz) = 6cad00783d0bc91000ca0e0c8350fe2a2e99f7fefccd375d5bb2f1a144fc04a59f83122dcd490fc0596b1dc9fd0c0a779bfa35932362927ed50ed8df39ec359e
+Size (context-layout.r47085.tar.xz) = 3996 bytes