Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-quoting{,-doc}: Add version 0.1c



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75482fa33aa8
branches:  trunk
changeset: 432426:75482fa33aa8
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri May 22 03:23:56 2020 +0000

description:
tex-quoting{,-doc}: Add version 0.1c

As an alternative to the LaTeX standard environments quotation
and quote, the package provides a consolidated environment for
displayed text. First-line indentation may be activated by
adding a blank line before the quoting environment. A key-value
interface (using kvoptions) allows the user to configure font
properties and spacing and to control orphans within and after
the environment.

diffstat:

 print/tex-quoting-doc/DESCR    |   1 +
 print/tex-quoting-doc/Makefile |  13 +++++++++++++
 print/tex-quoting-doc/PLIST    |   3 +++
 print/tex-quoting-doc/distinfo |   6 ++++++
 print/tex-quoting/DESCR        |   7 +++++++
 print/tex-quoting/Makefile     |  16 ++++++++++++++++
 print/tex-quoting/PLIST        |   2 ++
 print/tex-quoting/distinfo     |   6 ++++++
 8 files changed, 54 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting-doc/DESCR       Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-quoting.
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting-doc/Makefile    Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:23:57 markd Exp $
+
+DISTNAME=      quoting.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.1c
+TEXLIVE_REV=   32818
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/quoting
+COMMENT=       Documentation for tex-quoting
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting-doc/PLIST       Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:23:57 markd Exp $
+share/texmf-dist/doc/latex/quoting/README
+share/texmf-dist/doc/latex/quoting/quoting.pdf
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting-doc/distinfo    Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:23:57 markd Exp $
+
+SHA1 (quoting.doc.r32818.tar.xz) = 65da61ef01b9bf00d84a8914194bc47d17b3864b
+RMD160 (quoting.doc.r32818.tar.xz) = 7ac15e25650fa95c7f4840b43a4a223c873276ad
+SHA512 (quoting.doc.r32818.tar.xz) = b3990965effff7529a7c18cdd3a08af337be3766ffe535feaf54db504a47b0f054af41511a635c3e70c34d3025df419af702d319240ee673f7462d2cf4ccbbc2
+Size (quoting.doc.r32818.tar.xz) = 307136 bytes
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting/DESCR   Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,7 @@
+As an alternative to the LaTeX standard environments quotation
+and quote, the package provides a consolidated environment for
+displayed text. First-line indentation may be activated by
+adding a blank line before the quoting environment. A key-value
+interface (using kvoptions) allows the user to configure font
+properties and spacing and to control orphans within and after
+the environment.
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting/Makefile        Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:23:56 markd Exp $
+
+DISTNAME=      quoting
+PKGNAME=       tex-${DISTNAME}-0.1c
+TEXLIVE_REV=   32818
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/quoting
+COMMENT=       Consolidated environment for displayed text
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting/PLIST   Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:23:56 markd Exp $
+share/texmf-dist/tex/latex/quoting/quoting.sty
diff -r 376e62dee43d -r 75482fa33aa8 print/tex-quoting/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quoting/distinfo        Fri May 22 03:23:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:23:56 markd Exp $
+
+SHA1 (quoting.r32818.tar.xz) = 13e5cacc50084463fd359e848a8e038c90cb757f
+RMD160 (quoting.r32818.tar.xz) = f90f31075d5d3a8fd727e61e26e93823fb652aea
+SHA512 (quoting.r32818.tar.xz) = 44a9c726a5a9158fcd13fd93785101d2a9a940f34da3d52efd5be1a0467cd76aeaf4706b945a8de0b4e0b4a90740567cfad87f08aaa92e7d4eeae8eb9f7bbc73
+Size (quoting.r32818.tar.xz) = 1832 bytes



Home | Main Index | Thread Index | Old Index