pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 18 03:38:29 UTC 2022

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-testhyphens: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-testhyphens-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.844 -r1.845 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-testhyphens/DESCR \
    pkgsrc/print/tex-testhyphens/Makefile pkgsrc/print/tex-testhyphens/PLIST \
    pkgsrc/print/tex-testhyphens/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-testhyphens-doc/DESCR \
    pkgsrc/print/tex-testhyphens-doc/Makefile \
    pkgsrc/print/tex-testhyphens-doc/PLIST \
    pkgsrc/print/tex-testhyphens-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.844 pkgsrc/print/Makefile:1.845
--- pkgsrc/print/Makefile:1.844 Mon Apr 18 03:35:47 2022
+++ pkgsrc/print/Makefile       Mon Apr 18 03:38:28 2022
@@ -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

Added files:

Index: pkgsrc/print/tex-testhyphens/DESCR
diff -u /dev/null pkgsrc/print/tex-testhyphens/DESCR:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens/DESCR  Mon Apr 18 03:38:28 2022
@@ -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.
Index: pkgsrc/print/tex-testhyphens/Makefile
diff -u /dev/null pkgsrc/print/tex-testhyphens/Makefile:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens/Makefile       Mon Apr 18 03:38:28 2022
@@ -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"
Index: pkgsrc/print/tex-testhyphens/PLIST
diff -u /dev/null pkgsrc/print/tex-testhyphens/PLIST:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens/PLIST  Mon Apr 18 03:38:28 2022
@@ -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
Index: pkgsrc/print/tex-testhyphens/distinfo
diff -u /dev/null pkgsrc/print/tex-testhyphens/distinfo:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens/distinfo       Mon Apr 18 03:38:28 2022
@@ -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

Index: pkgsrc/print/tex-testhyphens-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-testhyphens-doc/DESCR:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens-doc/DESCR      Mon Apr 18 03:38:28 2022
@@ -0,0 +1 @@
+Documentation for tex-testhyphens.
Index: pkgsrc/print/tex-testhyphens-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-testhyphens-doc/Makefile:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens-doc/Makefile   Mon Apr 18 03:38:28 2022
@@ -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"
Index: pkgsrc/print/tex-testhyphens-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-testhyphens-doc/PLIST:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens-doc/PLIST      Mon Apr 18 03:38:28 2022
@@ -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
Index: pkgsrc/print/tex-testhyphens-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-testhyphens-doc/distinfo:1.1
--- /dev/null   Mon Apr 18 03:38:29 2022
+++ pkgsrc/print/tex-testhyphens-doc/distinfo   Mon Apr 18 03:38:28 2022
@@ -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



Home | Main Index | Thread Index | Old Index