pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-soulpos{,-doc}: Add version 1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2de3d4da3ba
branches:  trunk
changeset: 398728:b2de3d4da3ba
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jul 29 10:59:34 2019 +0000

description:
tex-soulpos{,-doc}: Add version 1.1

The package combines the use of soul with the savepos mechanism
of current pdfTeX so that the user can create (almost)
arbitrary underlining and similar "decorations", including
rules, leaders and even pictures (pgf, pstricks, etc.). Unlike
soul underlines, which are built by repeating small elements,
here each chunk of text to be underlined is a single element.

diffstat:

 print/tex-soulpos-doc/DESCR    |   1 +
 print/tex-soulpos-doc/Makefile |  13 +++++++++++++
 print/tex-soulpos-doc/PLIST    |   4 ++++
 print/tex-soulpos-doc/distinfo |   6 ++++++
 print/tex-soulpos/DESCR        |   6 ++++++
 print/tex-soulpos/Makefile     |  15 +++++++++++++++
 print/tex-soulpos/PLIST        |   2 ++
 print/tex-soulpos/distinfo     |   6 ++++++
 8 files changed, 53 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos-doc/DESCR       Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-soulpos.
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos-doc/Makefile    Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/07/29 10:59:34 markd Exp $
+
+DISTNAME=      soulpos.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.1
+TEXLIVE_REV=   51479
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/soulpos
+COMMENT=       Documentation for tex-soulpos
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos-doc/PLIST       Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/29 10:59:34 markd Exp $
+share/texmf-dist/doc/latex/soulpos/README.md
+share/texmf-dist/doc/latex/soulpos/soulpos.pdf
+share/texmf-dist/doc/latex/soulpos/soulpos.tex
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos-doc/distinfo    Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/29 10:59:34 markd Exp $
+
+SHA1 (tex-soulpos-51479/soulpos.doc.tar.xz) = 6338ecf7f21eed85975edbbcff6d6c7b27c22453
+RMD160 (tex-soulpos-51479/soulpos.doc.tar.xz) = 873c8e047356212c743c5043b022e14b6050d119
+SHA512 (tex-soulpos-51479/soulpos.doc.tar.xz) = 9baf5e905e0bfbe0ddc956e419093518a3dc4a602d3e51bd6f9f0085a7ed92fc1efb194ed645c189e4beaf5b9a7900aa74625fdcc2ea314b274dea648b32ecd1
+Size (tex-soulpos-51479/soulpos.doc.tar.xz) = 164048 bytes
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos/DESCR   Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,6 @@
+The package combines the use of soul with the savepos mechanism
+of current pdfTeX so that the user can create (almost)
+arbitrary underlining and similar "decorations", including
+rules, leaders and even pictures (pgf, pstricks, etc.). Unlike
+soul underlines, which are built by repeating small elements,
+here each chunk of text to be underlined is a single element.
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos/Makefile        Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/07/29 10:59:34 markd Exp $
+
+DISTNAME=      soulpos
+PKGNAME=       tex-${DISTNAME}-1.1
+TEXLIVE_REV=   51479
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/soulpos
+COMMENT=       Fancy means of underlining
+LICENSE=       mit
+
+DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos/PLIST   Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/29 10:59:34 markd Exp $
+share/texmf-dist/tex/latex/soulpos/soulpos.sty
diff -r a70e03bdee27 -r b2de3d4da3ba print/tex-soulpos/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-soulpos/distinfo        Mon Jul 29 10:59:34 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/29 10:59:34 markd Exp $
+
+SHA1 (tex-soulpos-51479/soulpos.tar.xz) = fb80bec0f0d6419488d795faa77ad62b6f1a42ae
+RMD160 (tex-soulpos-51479/soulpos.tar.xz) = e0d24d6ea0d85b962f7a46d98e4b9824d5ff9f94
+SHA512 (tex-soulpos-51479/soulpos.tar.xz) = 2f0a15e324013f2be4a8728fe9ed629b20b26a66fe2cb0d2347e12013684a64f908f9f1161c8f4c64928ac23a9fccdcbe5b8dbe85b0a406c5c7f7979223301ab
+Size (tex-soulpos-51479/soulpos.tar.xz) = 3188 bytes



Home | Main Index | Thread Index | Old Index