diff options
author | markd <markd@pkgsrc.org> | 2020-05-22 03:23:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-22 03:23:56 +0000 |
commit | 989582cfcdb0813d58ac11771633b85f5ea78f3b (patch) | |
tree | 07381fb07f721fc77b69bf72c03135c8cf44210d /print | |
parent | 579a293dc8c7c27130d0e93771de447cbcbd34a4 (diff) | |
download | pkgsrc-989582cfcdb0813d58ac11771633b85f5ea78f3b.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/tex-quoting-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-quoting-doc/Makefile | 13 | ||||
-rw-r--r-- | print/tex-quoting-doc/PLIST | 3 | ||||
-rw-r--r-- | print/tex-quoting-doc/distinfo | 6 | ||||
-rw-r--r-- | print/tex-quoting/DESCR | 7 | ||||
-rw-r--r-- | print/tex-quoting/Makefile | 16 | ||||
-rw-r--r-- | print/tex-quoting/PLIST | 2 | ||||
-rw-r--r-- | print/tex-quoting/distinfo | 6 |
8 files changed, 54 insertions, 0 deletions
diff --git a/print/tex-quoting-doc/DESCR b/print/tex-quoting-doc/DESCR new file mode 100644 index 00000000000..8aa0ef11ebf --- /dev/null +++ b/print/tex-quoting-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-quoting. diff --git a/print/tex-quoting-doc/Makefile b/print/tex-quoting-doc/Makefile new file mode 100644 index 00000000000..7903d2e5bb4 --- /dev/null +++ b/print/tex-quoting-doc/Makefile @@ -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 +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 --git a/print/tex-quoting-doc/PLIST b/print/tex-quoting-doc/PLIST new file mode 100644 index 00000000000..ba8c0b50e45 --- /dev/null +++ b/print/tex-quoting-doc/PLIST @@ -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 --git a/print/tex-quoting-doc/distinfo b/print/tex-quoting-doc/distinfo new file mode 100644 index 00000000000..407d504c047 --- /dev/null +++ b/print/tex-quoting-doc/distinfo @@ -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 --git a/print/tex-quoting/DESCR b/print/tex-quoting/DESCR new file mode 100644 index 00000000000..921006c4b4a --- /dev/null +++ b/print/tex-quoting/DESCR @@ -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 --git a/print/tex-quoting/Makefile b/print/tex-quoting/Makefile new file mode 100644 index 00000000000..a67f6a609ea --- /dev/null +++ b/print/tex-quoting/Makefile @@ -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 +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 --git a/print/tex-quoting/PLIST b/print/tex-quoting/PLIST new file mode 100644 index 00000000000..790427e1eea --- /dev/null +++ b/print/tex-quoting/PLIST @@ -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 --git a/print/tex-quoting/distinfo b/print/tex-quoting/distinfo new file mode 100644 index 00000000000..3f77e49bf83 --- /dev/null +++ b/print/tex-quoting/distinfo @@ -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 |