pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-quran-de{,-doc}: Add version 0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/633de6b3dc77
branches: trunk
changeset: 377298:633de6b3dc77
user: markd <markd%pkgsrc.org@localhost>
date: Tue Apr 19 03:01:32 2022 +0000
description:
tex-quran-de{,-doc}: Add version 0.2
The package is prepared for typesetting some German
translations of the Holy Quran. It adds three more German
translations to the quran package.
diffstat:
print/Makefile | 4 +++-
print/tex-quran-de-doc/DESCR | 1 +
print/tex-quran-de-doc/Makefile | 13 +++++++++++++
print/tex-quran-de-doc/PLIST | 7 +++++++
print/tex-quran-de-doc/distinfo | 5 +++++
print/tex-quran-de/DESCR | 3 +++
print/tex-quran-de/Makefile | 15 +++++++++++++++
print/tex-quran-de/PLIST | 5 +++++
print/tex-quran-de/distinfo | 5 +++++
9 files changed, 57 insertions(+), 1 deletions(-)
diffs (104 lines):
diff -r fceaa0aa5dce -r 633de6b3dc77 print/Makefile
--- a/print/Makefile Tue Apr 19 02:57:16 2022 +0000
+++ b/print/Makefile Tue Apr 19 03:01:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.857 2022/04/19 02:57:16 markd Exp $
+# $NetBSD: Makefile,v 1.858 2022/04/19 03:01:32 markd Exp $
#
COMMENT= Desktop publishing
@@ -1359,6 +1359,8 @@
SUBDIR+= tex-quoting
SUBDIR+= tex-quoting-doc
SUBDIR+= tex-quran
+SUBDIR+= tex-quran-de
+SUBDIR+= tex-quran-de-doc
SUBDIR+= tex-quran-doc
SUBDIR+= tex-r_und_s
SUBDIR+= tex-r_und_s-doc
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de-doc/DESCR Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-quran-de.
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de-doc/Makefile Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:01:33 markd Exp $
+
+DISTNAME= quran-de.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.2
+TEXLIVE_REV= 54191
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/quran-de
+COMMENT= Documentation for tex-quran-de
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de-doc/PLIST Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:01:33 markd Exp $
+share/texmf-dist/doc/xelatex/quran-de/README
+share/texmf-dist/doc/xelatex/quran-de/quran-de-doc.pdf
+share/texmf-dist/doc/xelatex/quran-de/quran-de-doc.tex
+share/texmf-dist/doc/xelatex/quran-de/quran-de-test.pdf
+share/texmf-dist/doc/xelatex/quran-de/quran-de-test.tex
+share/texmf-dist/doc/xelatex/quran-de/quran.png
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de-doc/distinfo Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:01:33 markd Exp $
+
+BLAKE2s (quran-de.doc.r54191.tar.xz) = 8dcdd73f85944bf03c81c3288a7e0de07a1fc34a63de20e1294f7cc5f30b638d
+SHA512 (quran-de.doc.r54191.tar.xz) = 4a371576e7754789ec67cde04f533ade561d770cbf410e31c8fdb737d127dd36e0f8f6a233512b147ffd5692acecc43e1977c76efe04b1a65de3c6297038a954
+Size (quran-de.doc.r54191.tar.xz) = 129972 bytes
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de/DESCR Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,3 @@
+The package is prepared for typesetting some German
+translations of the Holy Quran. It adds three more German
+translations to the quran package.
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de/Makefile Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:01:32 markd Exp $
+
+DISTNAME= quran-de
+PKGNAME= tex-${DISTNAME}-0.2
+TEXLIVE_REV= 54191
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/quran-de
+COMMENT= German translations to the quran package
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-quran-[0-9]*:../../print/tex-quran
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de/PLIST Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:01:32 markd Exp $
+share/texmf-dist/tex/xelatex/quran-de/quran-de.sty
+share/texmf-dist/tex/xelatex/quran-de/qurantext-deii.translation.def
+share/texmf-dist/tex/xelatex/quran-de/qurantext-deiii.translation.def
+share/texmf-dist/tex/xelatex/quran-de/qurantext-deiv.translation.def
diff -r fceaa0aa5dce -r 633de6b3dc77 print/tex-quran-de/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-quran-de/distinfo Tue Apr 19 03:01:32 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:01:32 markd Exp $
+
+BLAKE2s (quran-de.r54191.tar.xz) = 26364c3fb5137768b481ed9277c78cc0b0ab76fda7c847f38722b5a1a5e4a657
+SHA512 (quran-de.r54191.tar.xz) = d969c3fd171102e4c47bf4eca383a22498fb6e95a5f8be288a137e12e1c92adda9e92587c402ccf87fcb116597c6074e64eb70b8249b208e7d1bd684d6ffd6d3
+Size (quran-de.r54191.tar.xz) = 620164 bytes
Home |
Main Index |
Thread Index |
Old Index