pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-hardwrap{,-doc}: Add version 0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/690cfdd69859
branches:  trunk
changeset: 377213:690cfdd69859
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:15:08 2022 +0000

description:
tex-hardwrap{,-doc}: Add version 0.2

The package facilitates wrapping text to a specific character
width, breaking lines by words rather than, as done by TeX, by
characters. The primary use for these facilities is to aid the
generation of messages sent to the log file or console output
to display messages to the user. Package authors may also find
this useful when writing out arbitary text to an external file.

diffstat:

 print/Makefile                  |   4 +++-
 print/tex-hardwrap-doc/DESCR    |   1 +
 print/tex-hardwrap-doc/Makefile |  13 +++++++++++++
 print/tex-hardwrap-doc/PLIST    |   3 +++
 print/tex-hardwrap-doc/distinfo |   5 +++++
 print/tex-hardwrap/DESCR        |   6 ++++++
 print/tex-hardwrap/Makefile     |  13 +++++++++++++
 print/tex-hardwrap/PLIST        |   2 ++
 print/tex-hardwrap/distinfo     |   5 +++++
 9 files changed, 51 insertions(+), 1 deletions(-)

diffs (98 lines):

diff -r 9cb1b653199b -r 690cfdd69859 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:12:39 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:15:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.836 2022/04/18 03:12:39 markd Exp $
+# $NetBSD: Makefile,v 1.837 2022/04/18 03:15:08 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -808,6 +808,8 @@
 SUBDIR+=       tex-hanging
 SUBDIR+=       tex-hanging-doc
 SUBDIR+=       tex-happy4th-doc
+SUBDIR+=       tex-hardwrap
+SUBDIR+=       tex-hardwrap-doc
 SUBDIR+=       tex-harvard
 SUBDIR+=       tex-harvard-doc
 SUBDIR+=       tex-hausarbeit-jura
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap-doc/DESCR      Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-hardwrap.
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap-doc/Makefile   Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:15:09 markd Exp $
+
+DISTNAME=      hardwrap.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.2
+TEXLIVE_REV=   21396
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/hardwrap
+COMMENT=       Documentation for tex-hardwrap
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap-doc/PLIST      Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:15:09 markd Exp $
+share/texmf-dist/doc/latex/hardwrap/README
+share/texmf-dist/doc/latex/hardwrap/hardwrap.pdf
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap-doc/distinfo   Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:15:09 markd Exp $
+
+BLAKE2s (hardwrap.doc.r21396.tar.xz) = b172b214b4f2ccf14ec06d0fd848e49f8bc63df845f409a73dda2ea1f66a922c
+SHA512 (hardwrap.doc.r21396.tar.xz) = 6dbb83fc5d4b82d11bc8d97d0ded3bcfe583c2b21ec2a260000b6bfb0bdea9c10df834735ffdcddfa9785b7c86b53920a20146d020b0435b8dc04610f05b9b16
+Size (hardwrap.doc.r21396.tar.xz) = 120084 bytes
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap/DESCR  Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,6 @@
+The package facilitates wrapping text to a specific character
+width, breaking lines by words rather than, as done by TeX, by
+characters. The primary use for these facilities is to aid the
+generation of messages sent to the log file or console output
+to display messages to the user. Package authors may also find
+this useful when writing out arbitary text to an external file.
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap/Makefile       Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:15:08 markd Exp $
+
+DISTNAME=      hardwrap
+PKGNAME=       tex-${DISTNAME}-0.2
+TEXLIVE_REV=   21396
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/hardwrap
+COMMENT=       Hard wrap text to a certain character length
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap/PLIST  Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:15:08 markd Exp $
+share/texmf-dist/tex/latex/hardwrap/hardwrap.sty
diff -r 9cb1b653199b -r 690cfdd69859 print/tex-hardwrap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hardwrap/distinfo       Mon Apr 18 03:15:08 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:15:08 markd Exp $
+
+BLAKE2s (hardwrap.r21396.tar.xz) = 4d6e4629d78fdc0aca911635ba7c5e24b554ca64883c860044378303625d086e
+SHA512 (hardwrap.r21396.tar.xz) = eeb0f1da2161dae80d292db7b3289a307d892b8967ecf16021b8ed73c5fe724d914dda356bb8fbb48786760698e0060b39349b51886e13289524ed9d45463106
+Size (hardwrap.r21396.tar.xz) = 2732 bytes



Home | Main Index | Thread Index | Old Index