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:15:09 UTC 2022
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-hardwrap: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-hardwrap-doc: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.836 -r1.837 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hardwrap/DESCR \
pkgsrc/print/tex-hardwrap/Makefile pkgsrc/print/tex-hardwrap/PLIST \
pkgsrc/print/tex-hardwrap/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hardwrap-doc/DESCR \
pkgsrc/print/tex-hardwrap-doc/Makefile \
pkgsrc/print/tex-hardwrap-doc/PLIST \
pkgsrc/print/tex-hardwrap-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.836 pkgsrc/print/Makefile:1.837
--- pkgsrc/print/Makefile:1.836 Mon Apr 18 03:12:39 2022
+++ pkgsrc/print/Makefile Mon Apr 18 03:15:08 2022
@@ -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-hang-doc
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
Added files:
Index: pkgsrc/print/tex-hardwrap/DESCR
diff -u /dev/null pkgsrc/print/tex-hardwrap/DESCR:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap/DESCR Mon Apr 18 03:15:08 2022
@@ -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.
Index: pkgsrc/print/tex-hardwrap/Makefile
diff -u /dev/null pkgsrc/print/tex-hardwrap/Makefile:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap/Makefile Mon Apr 18 03:15:08 2022
@@ -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"
Index: pkgsrc/print/tex-hardwrap/PLIST
diff -u /dev/null pkgsrc/print/tex-hardwrap/PLIST:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap/PLIST Mon Apr 18 03:15:08 2022
@@ -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
Index: pkgsrc/print/tex-hardwrap/distinfo
diff -u /dev/null pkgsrc/print/tex-hardwrap/distinfo:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap/distinfo Mon Apr 18 03:15:08 2022
@@ -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
Index: pkgsrc/print/tex-hardwrap-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-hardwrap-doc/DESCR:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap-doc/DESCR Mon Apr 18 03:15:09 2022
@@ -0,0 +1 @@
+Documentation for tex-hardwrap.
Index: pkgsrc/print/tex-hardwrap-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-hardwrap-doc/Makefile:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap-doc/Makefile Mon Apr 18 03:15:09 2022
@@ -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"
Index: pkgsrc/print/tex-hardwrap-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-hardwrap-doc/PLIST:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap-doc/PLIST Mon Apr 18 03:15:09 2022
@@ -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
Index: pkgsrc/print/tex-hardwrap-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-hardwrap-doc/distinfo:1.1
--- /dev/null Mon Apr 18 03:15:09 2022
+++ pkgsrc/print/tex-hardwrap-doc/distinfo Mon Apr 18 03:15:09 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index