pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-keycommand{, -doc}: Added version 3.1415



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b2aac9d7e2a
branches:  trunk
changeset: 329219:0b2aac9d7e2a
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 02 02:45:45 2019 +0000

description:
tex-keycommand{,-doc}: Added version 3.1415

The package (which requires e-TeX) provides a natural way to
define commands with optional keys. The package provides
\newkeycommand, \renewkeycommand, \providekeycommand,
\newkeyenvironment and \renewkeyenvironment, together with
\keycmd for a more advanced interface. The package is based on
kvsetkeys by Heiko Oberdiek.

diffstat:

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

diffs (86 lines):

diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand-doc/DESCR    Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-keycommand.
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand-doc/Makefile Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/02/02 02:45:45 markd Exp $
+
+DISTNAME=      keycommand.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-3.1415
+TEXLIVE_REV=   18042
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/keycommand
+COMMENT=       Documentation for tex-keycommand
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand-doc/PLIST    Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/02 02:45:45 markd Exp $
+share/texmf-dist/doc/latex/keycommand/README
+share/texmf-dist/doc/latex/keycommand/keycommand-example.pdf
+share/texmf-dist/doc/latex/keycommand/keycommand-example.tex
+share/texmf-dist/doc/latex/keycommand/keycommand.pdf
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand-doc/distinfo Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/02 02:45:45 markd Exp $
+
+SHA1 (tex-keycommand-18042/keycommand.doc.tar.xz) = f6de03925604843897e5acd135ec064a566d6b76
+RMD160 (tex-keycommand-18042/keycommand.doc.tar.xz) = dee014019fa1c67bfb709ba859c53988cb6bcbd1
+SHA512 (tex-keycommand-18042/keycommand.doc.tar.xz) = 5e384278dccaab65989918ef9027f0c7c82449ba47cd4f031fb66c8a107c7906e398260cec18f25ab0272c56a76566189c0fecd05c41920f68bcf4ffb124938a
+Size (tex-keycommand-18042/keycommand.doc.tar.xz) = 343972 bytes
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand/DESCR        Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,6 @@
+The package (which requires e-TeX) provides a natural way to
+define commands with optional keys. The package provides
+\newkeycommand, \renewkeycommand, \providekeycommand,
+\newkeyenvironment and \renewkeyenvironment, together with
+\keycmd for a more advanced interface. The package is based on
+kvsetkeys by Heiko Oberdiek.
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand/Makefile     Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/02/02 02:45:45 markd Exp $
+
+DISTNAME=      keycommand
+PKGNAME=       tex-${DISTNAME}-3.1415
+TEXLIVE_REV=   18042
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/keycommand
+COMMENT=       Simple creation of commands with key-value arguments
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand/PLIST        Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/02 02:45:45 markd Exp $
+share/texmf-dist/tex/latex/keycommand/keycommand.sty
diff -r b426a244a249 -r 0b2aac9d7e2a print/tex-keycommand/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-keycommand/distinfo     Sat Feb 02 02:45:45 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/02 02:45:45 markd Exp $
+
+SHA1 (tex-keycommand-18042/keycommand.tar.xz) = 56004c3a2962497df1614695e5f6d0aaf9656141
+RMD160 (tex-keycommand-18042/keycommand.tar.xz) = f297e5b95de5ab015cb3081f9873ade2eef0554a
+SHA512 (tex-keycommand-18042/keycommand.tar.xz) = b521d46425102c3b7bb30df43f2bfa5178376a104aab10bd6a7010db591401df252e90b5a56408975d0fc37cf593df2eaa50412db1ecb3ef5d12b4940b1c45e2
+Size (tex-keycommand-18042/keycommand.tar.xz) = 4900 bytes



Home | Main Index | Thread Index | Old Index