summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-18 03:38:28 +0000
committermarkd <markd@pkgsrc.org>2022-04-18 03:38:28 +0000
commit4a02263741a21e23857362b1d757a27869f6950c (patch)
tree27f8ff7ab6e155c0b9d0bff0362efba85bffaa6b /print
parentbce90d6538af18696b71dfcf264c242a4e8af23b (diff)
downloadpkgsrc-4a02263741a21e23857362b1d757a27869f6950c.tar.gz
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 (limited to 'print')
-rw-r--r--print/Makefile4
-rw-r--r--print/tex-testhyphens-doc/DESCR1
-rw-r--r--print/tex-testhyphens-doc/Makefile13
-rw-r--r--print/tex-testhyphens-doc/PLIST4
-rw-r--r--print/tex-testhyphens-doc/distinfo5
-rw-r--r--print/tex-testhyphens/DESCR7
-rw-r--r--print/tex-testhyphens/Makefile13
-rw-r--r--print/tex-testhyphens/PLIST2
-rw-r--r--print/tex-testhyphens/distinfo5
9 files changed, 53 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index 488745904b8..355a9784070 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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-fenn-doc
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 --git a/print/tex-testhyphens-doc/DESCR b/print/tex-testhyphens-doc/DESCR
new file mode 100644
index 00000000000..f97272f6ca9
--- /dev/null
+++ b/print/tex-testhyphens-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-testhyphens.
diff --git a/print/tex-testhyphens-doc/Makefile b/print/tex-testhyphens-doc/Makefile
new file mode 100644
index 00000000000..c74662c7b4f
--- /dev/null
+++ b/print/tex-testhyphens-doc/Makefile
@@ -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
+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 --git a/print/tex-testhyphens-doc/PLIST b/print/tex-testhyphens-doc/PLIST
new file mode 100644
index 00000000000..ccb692f39af
--- /dev/null
+++ b/print/tex-testhyphens-doc/PLIST
@@ -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 --git a/print/tex-testhyphens-doc/distinfo b/print/tex-testhyphens-doc/distinfo
new file mode 100644
index 00000000000..ff2151f7530
--- /dev/null
+++ b/print/tex-testhyphens-doc/distinfo
@@ -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 --git a/print/tex-testhyphens/DESCR b/print/tex-testhyphens/DESCR
new file mode 100644
index 00000000000..1d124ae8f30
--- /dev/null
+++ b/print/tex-testhyphens/DESCR
@@ -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 --git a/print/tex-testhyphens/Makefile b/print/tex-testhyphens/Makefile
new file mode 100644
index 00000000000..6b19031c189
--- /dev/null
+++ b/print/tex-testhyphens/Makefile
@@ -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
+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 --git a/print/tex-testhyphens/PLIST b/print/tex-testhyphens/PLIST
new file mode 100644
index 00000000000..6f9a20f849d
--- /dev/null
+++ b/print/tex-testhyphens/PLIST
@@ -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 --git a/print/tex-testhyphens/distinfo b/print/tex-testhyphens/distinfo
new file mode 100644
index 00000000000..71757b2f4f4
--- /dev/null
+++ b/print/tex-testhyphens/distinfo
@@ -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