pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb  2 02:45:45 UTC 2019

Added Files:
        pkgsrc/print/tex-keycommand: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-keycommand-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-keycommand/DESCR \
    pkgsrc/print/tex-keycommand/Makefile pkgsrc/print/tex-keycommand/PLIST \
    pkgsrc/print/tex-keycommand/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-keycommand-doc/DESCR \
    pkgsrc/print/tex-keycommand-doc/Makefile \
    pkgsrc/print/tex-keycommand-doc/PLIST \
    pkgsrc/print/tex-keycommand-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-keycommand/DESCR
diff -u /dev/null pkgsrc/print/tex-keycommand/DESCR:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand/DESCR   Sat Feb  2 02:45:45 2019
@@ -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.
Index: pkgsrc/print/tex-keycommand/Makefile
diff -u /dev/null pkgsrc/print/tex-keycommand/Makefile:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand/Makefile        Sat Feb  2 02:45:45 2019
@@ -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"
Index: pkgsrc/print/tex-keycommand/PLIST
diff -u /dev/null pkgsrc/print/tex-keycommand/PLIST:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand/PLIST   Sat Feb  2 02:45:45 2019
@@ -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
Index: pkgsrc/print/tex-keycommand/distinfo
diff -u /dev/null pkgsrc/print/tex-keycommand/distinfo:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand/distinfo        Sat Feb  2 02:45:45 2019
@@ -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

Index: pkgsrc/print/tex-keycommand-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-keycommand-doc/DESCR:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand-doc/DESCR       Sat Feb  2 02:45:45 2019
@@ -0,0 +1 @@
+Documentation for tex-keycommand.
Index: pkgsrc/print/tex-keycommand-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-keycommand-doc/Makefile:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand-doc/Makefile    Sat Feb  2 02:45:45 2019
@@ -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"
Index: pkgsrc/print/tex-keycommand-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-keycommand-doc/PLIST:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand-doc/PLIST       Sat Feb  2 02:45:45 2019
@@ -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
Index: pkgsrc/print/tex-keycommand-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-keycommand-doc/distinfo:1.1
--- /dev/null   Sat Feb  2 02:45:45 2019
+++ pkgsrc/print/tex-keycommand-doc/distinfo    Sat Feb  2 02:45:45 2019
@@ -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



Home | Main Index | Thread Index | Old Index