pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics tex-qrcode{,-doc}: add version 1.51
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f95809c250f
branches: trunk
changeset: 446677:3f95809c250f
user: markd <markd%pkgsrc.org@localhost>
date: Fri Feb 12 02:52:06 2021 +0000
description:
tex-qrcode{,-doc}: add version 1.51
>From Mike M. Volokhov in pkgsrc/wip
The package generates QR (Quick Response) codes in LaTeX,
without the need for PSTricks or any other graphical package.
diffstat:
graphics/tex-qrcode-doc/DESCR | 1 +
graphics/tex-qrcode-doc/Makefile | 13 +++++++++++++
graphics/tex-qrcode-doc/PLIST | 3 +++
graphics/tex-qrcode-doc/distinfo | 6 ++++++
graphics/tex-qrcode/DESCR | 2 ++
graphics/tex-qrcode/Makefile | 16 ++++++++++++++++
graphics/tex-qrcode/PLIST | 2 ++
graphics/tex-qrcode/distinfo | 6 ++++++
8 files changed, 49 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode-doc/DESCR Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-qrcode.
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode-doc/Makefile Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/12 02:52:06 markd Exp $
+
+DISTNAME= qrcode.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.51
+TEXLIVE_REV= 36065
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/qrcode
+COMMENT= Documentation for tex-qrcode
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode-doc/PLIST Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/12 02:52:06 markd Exp $
+share/texmf-dist/doc/latex/qrcode/README
+share/texmf-dist/doc/latex/qrcode/qrcode.pdf
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode-doc/distinfo Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/12 02:52:06 markd Exp $
+
+SHA1 (qrcode.doc.r36065.tar.xz) = 9d7575fbc8b71a4674b3d4adfeaac69a382ad535
+RMD160 (qrcode.doc.r36065.tar.xz) = 1b5718c27a063b79a1c45bc0fefa0230e412efd4
+SHA512 (qrcode.doc.r36065.tar.xz) = 406d1cf238b397412a57ed695a39af0ef32de007b94e8650cf591c63882d05d7df18061fbd2b350347c052091202a38de1ceef19f61fa58de38c2e73de6b01b2
+Size (qrcode.doc.r36065.tar.xz) = 245688 bytes
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode/DESCR Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,2 @@
+The package generates QR (Quick Response) codes in LaTeX,
+without the need for PSTricks or any other graphical package.
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode/Makefile Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/02/12 02:52:06 markd Exp $
+
+DISTNAME= qrcode
+PKGNAME= tex-${DISTNAME}-1.51
+TEXLIVE_REV= 36065
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/qrcode
+COMMENT= Generate QR codes in LaTeX
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
+DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode/PLIST Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/12 02:52:06 markd Exp $
+share/texmf-dist/tex/latex/qrcode/qrcode.sty
diff -r 26c8167a7c71 -r 3f95809c250f graphics/tex-qrcode/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-qrcode/distinfo Fri Feb 12 02:52:06 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/12 02:52:06 markd Exp $
+
+SHA1 (qrcode.r36065.tar.xz) = f01bec045549a30d6a9b62acabaa1bd920c3718c
+RMD160 (qrcode.r36065.tar.xz) = 13ec7e910ec67d44e7359fe910c58b7bf3457d7e
+SHA512 (qrcode.r36065.tar.xz) = 65ecc00d46d06f8a36cb1f170c12692cf7ef8c0cf9e68bbdc6a7da6b0a7f5fcda6a2e065b8a474609556518ab07c2d12f19a9fdaa0b6339aba94cf35184e26f9
+Size (qrcode.r36065.tar.xz) = 19636 bytes
Home |
Main Index |
Thread Index |
Old Index