Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-dashrule{,-doc}: Add version 1.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2cad738e2d4
branches: trunk
changeset: 432424:d2cad738e2d4
user: markd <markd%pkgsrc.org@localhost>
date: Fri May 22 03:21:39 2020 +0000
description:
tex-dashrule{,-doc}: Add version 1.3
The dashrule package makes it easy to draw a huge variety of
dashed rules (i.e., lines) in LaTeX. dashrule provides a
command, \hdashrule, which is a cross between LaTeX's \rule and
PostScript's setdash command. \hdashrule draws horizontally
dashed rules using the same syntax as \rule, but with an
additional, setdash-like parameter that specifies the pattern
of dash segments and the space between those segments. Because
dashrule's rules are constructed internally using \rule (as
opposed to, e.g., PostScript \specials) they are fully
compatible with every LaTeX back-end processor.
diffstat:
print/tex-dashrule-doc/DESCR | 1 +
print/tex-dashrule-doc/Makefile | 13 +++++++++++++
print/tex-dashrule-doc/PLIST | 3 +++
print/tex-dashrule-doc/distinfo | 6 ++++++
print/tex-dashrule/DESCR | 10 ++++++++++
print/tex-dashrule/Makefile | 15 +++++++++++++++
print/tex-dashrule/PLIST | 2 ++
print/tex-dashrule/distinfo | 6 ++++++
8 files changed, 56 insertions(+), 0 deletions(-)
diffs (88 lines):
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule-doc/DESCR Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-dashrule.
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule-doc/Makefile Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:21:40 markd Exp $
+
+DISTNAME= dashrule.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.3
+TEXLIVE_REV= 29579
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/dashrule
+COMMENT= Documentation for tex-dashrule
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule-doc/PLIST Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:21:40 markd Exp $
+share/texmf-dist/doc/latex/dashrule/README
+share/texmf-dist/doc/latex/dashrule/dashrule.pdf
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule-doc/distinfo Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:21:40 markd Exp $
+
+SHA1 (dashrule.doc.r29579.tar.xz) = a5033b080c35ed68985d7f1e742b81cce46f5e15
+RMD160 (dashrule.doc.r29579.tar.xz) = a5f846461ac43ef58918883e83e0a807cf2fcacb
+SHA512 (dashrule.doc.r29579.tar.xz) = f45e0785d7c6522683e724ca27f7505e3da6bf5923d5a8c71a75ef8c67ffba8a4e4711b91b64f25dca95566448cbf74b5937dcecc73f5ec0aeff7ace8d0e4c1f
+Size (dashrule.doc.r29579.tar.xz) = 230940 bytes
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule/DESCR Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,10 @@
+The dashrule package makes it easy to draw a huge variety of
+dashed rules (i.e., lines) in LaTeX. dashrule provides a
+command, \hdashrule, which is a cross between LaTeX's \rule and
+PostScript's setdash command. \hdashrule draws horizontally
+dashed rules using the same syntax as \rule, but with an
+additional, setdash-like parameter that specifies the pattern
+of dash segments and the space between those segments. Because
+dashrule's rules are constructed internally using \rule (as
+opposed to, e.g., PostScript \specials) they are fully
+compatible with every LaTeX back-end processor.
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule/Makefile Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:21:39 markd Exp $
+
+DISTNAME= dashrule
+PKGNAME= tex-${DISTNAME}-1.3
+TEXLIVE_REV= 29579
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/dashrule
+COMMENT= Draw dashed rules
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule/PLIST Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:21:39 markd Exp $
+share/texmf-dist/tex/latex/dashrule/dashrule.sty
diff -r 07eecc82a057 -r d2cad738e2d4 print/tex-dashrule/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dashrule/distinfo Fri May 22 03:21:39 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:21:39 markd Exp $
+
+SHA1 (dashrule.r29579.tar.xz) = 66e7939f289acc79557928532115cea0dbbb894c
+RMD160 (dashrule.r29579.tar.xz) = df3e3cf02ecd0cde77a785bbc672665f148422f2
+SHA512 (dashrule.r29579.tar.xz) = 4b1b993e9044eb2ed4bf6bde0c114b0cd1fe7daed38f8bc5d3e25a2705d55cb41b8a372cce84b0d61093044d970003a4317de98cb468978c8cb1a8315f980940
+Size (dashrule.r29579.tar.xz) = 1488 bytes
Home |
Main Index |
Thread Index |
Old Index