pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-testhyphens{,-doc}: Add version 0.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/1739c796466d
branches: trunk
changeset: 377221:1739c796466d
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 18 03:38:28 2022 +0000
description:
tex-testhyphens{,-doc}: Add version 0.7
The package may be used for testing hyphenation patterns or for
controlling that specific words are hyphenated as expected.
This package implements some old TUGboat code to adapt it to
LaTeX with some enhancements. It differs form \showhyphens,
because it typesets its output on the document's output file.
It also works with xelatex, where \showhyphens requires a
workaround.
diffstat:
print/Makefile | 4 +++-
print/tex-testhyphens-doc/DESCR | 1 +
print/tex-testhyphens-doc/Makefile | 13 +++++++++++++
print/tex-testhyphens-doc/PLIST | 4 ++++
print/tex-testhyphens-doc/distinfo | 5 +++++
print/tex-testhyphens/DESCR | 7 +++++++
print/tex-testhyphens/Makefile | 13 +++++++++++++
print/tex-testhyphens/PLIST | 2 ++
print/tex-testhyphens/distinfo | 5 +++++
9 files changed, 53 insertions(+), 1 deletions(-)
diffs (100 lines):
diff -r 51fd6f29ccc1 -r 1739c796466d print/Makefile
--- a/print/Makefile Mon Apr 18 03:35:47 2022 +0000
+++ b/print/Makefile Mon Apr 18 03:38:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.844 2022/04/18 03:35:47 markd Exp $
+# $NetBSD: Makefile,v 1.845 2022/04/18 03:38:28 markd Exp $
#
COMMENT= Desktop publishing
@@ -1496,6 +1496,8 @@
SUBDIR+= tex-templates-sommer-doc
SUBDIR+= tex-tensind
SUBDIR+= tex-tensind-doc
+SUBDIR+= tex-testhyphens
+SUBDIR+= tex-testhyphens-doc
SUBDIR+= tex-tex
SUBDIR+= tex-tex-font-errors-cheatsheet-doc
SUBDIR+= tex-tex-ini-files
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens-doc/DESCR Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-testhyphens.
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens-doc/Makefile Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:38:28 markd Exp $
+
+DISTNAME= testhyphens.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.7
+TEXLIVE_REV= 38928
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/testhyphens
+COMMENT= Documentation for tex-testhyphens
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens-doc/PLIST Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:38:28 markd Exp $
+share/texmf-dist/doc/latex/testhyphens/README
+share/texmf-dist/doc/latex/testhyphens/manifest.txt
+share/texmf-dist/doc/latex/testhyphens/testhyphens.pdf
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens-doc/distinfo Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:38:28 markd Exp $
+
+BLAKE2s (testhyphens.doc.r38928.tar.xz) = 5788511ba44533ac2fef3ff71832aa45ac171af8699c18f292c0b67dfb42839d
+SHA512 (testhyphens.doc.r38928.tar.xz) = 44cc1d9afa4e12ef2dc1f7be2d7718fa33b80e5ee16c7396053690bfea6246f444b50cb044d314ec677436a3559ff1ba9fa227acb446db37bacaa2829c309b2b
+Size (testhyphens.doc.r38928.tar.xz) = 383684 bytes
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens/DESCR Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,7 @@
+The package may be used for testing hyphenation patterns or for
+controlling that specific words are hyphenated as expected.
+This package implements some old TUGboat code to adapt it to
+LaTeX with some enhancements. It differs form \showhyphens,
+because it typesets its output on the document's output file.
+It also works with xelatex, where \showhyphens requires a
+workaround.
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens/Makefile Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:38:28 markd Exp $
+
+DISTNAME= testhyphens
+PKGNAME= tex-${DISTNAME}-0.7
+TEXLIVE_REV= 38928
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/testhyphens
+COMMENT= Testing hyphenation patterns
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens/PLIST Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:38:28 markd Exp $
+share/texmf-dist/tex/latex/testhyphens/testhyphens.sty
diff -r 51fd6f29ccc1 -r 1739c796466d print/tex-testhyphens/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-testhyphens/distinfo Mon Apr 18 03:38:28 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:38:28 markd Exp $
+
+BLAKE2s (testhyphens.r38928.tar.xz) = 767b83c52c644560b80c8459ff38ef774d77047c36fedab350b025f4599e0a0d
+SHA512 (testhyphens.r38928.tar.xz) = c16a9299721c571ce9bdc91e4ed4cc54c973b43fed5189d2f377b2a9143d94d3eeba6bd6b728e3df92a5436b3e2c5e07a21d4a6af0210bf87784d40d96caa42c
+Size (testhyphens.r38928.tar.xz) = 2044 bytes
Home |
Main Index |
Thread Index |
Old Index