pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-context-layout{,-doc}: Add versio 20070627
details: https://anonhg.NetBSD.org/pkgsrc/rev/46163f048769
branches: trunk
changeset: 377232:46163f048769
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 18 04:33:20 2022 +0000
description:
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:
print/Makefile | 4 +++-
print/tex-context-layout-doc/DESCR | 1 +
print/tex-context-layout-doc/Makefile | 13 +++++++++++++
print/tex-context-layout-doc/PLIST | 3 +++
print/tex-context-layout-doc/distinfo | 5 +++++
print/tex-context-layout/DESCR | 3 +++
print/tex-context-layout/Makefile | 15 +++++++++++++++
print/tex-context-layout/PLIST | 2 ++
print/tex-context-layout/distinfo | 5 +++++
9 files changed, 50 insertions(+), 1 deletions(-)
diffs (97 lines):
diff -r 4f3c406ecbd6 -r 46163f048769 print/Makefile
--- a/print/Makefile Mon Apr 18 04:30:24 2022 +0000
+++ b/print/Makefile Mon Apr 18 04:33:20 2022 +0000
@@ -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-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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout-doc/DESCR Mon Apr 18 04:33:20 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-context-layout.
diff -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout-doc/Makefile Mon Apr 18 04:33:20 2022 +0000
@@ -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@localhost
+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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout-doc/PLIST Mon Apr 18 04:33:20 2022 +0000
@@ -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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout-doc/distinfo Mon Apr 18 04:33:20 2022 +0000
@@ -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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout/DESCR Mon Apr 18 04:33:20 2022 +0000
@@ -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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout/Makefile Mon Apr 18 04:33:20 2022 +0000
@@ -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@localhost
+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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout/PLIST Mon Apr 18 04:33:20 2022 +0000
@@ -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 -r 4f3c406ecbd6 -r 46163f048769 print/tex-context-layout/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-layout/distinfo Mon Apr 18 04:33:20 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index