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:           Tue Apr 19 03:01:33 UTC 2022

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-quran-de: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-quran-de-doc: DESCR Makefile PLIST distinfo

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


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

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

Modified files:

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.857 pkgsrc/print/Makefile:1.858
--- pkgsrc/print/Makefile:1.857 Tue Apr 19 02:57:16 2022
+++ pkgsrc/print/Makefile       Tue Apr 19 03:01:32 2022
@@ -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-qtree
 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

Added files:

Index: pkgsrc/print/tex-quran-de/DESCR
diff -u /dev/null pkgsrc/print/tex-quran-de/DESCR:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de/DESCR     Tue Apr 19 03:01:32 2022
@@ -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.
Index: pkgsrc/print/tex-quran-de/Makefile
diff -u /dev/null pkgsrc/print/tex-quran-de/Makefile:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de/Makefile  Tue Apr 19 03:01:32 2022
@@ -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"
Index: pkgsrc/print/tex-quran-de/PLIST
diff -u /dev/null pkgsrc/print/tex-quran-de/PLIST:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de/PLIST     Tue Apr 19 03:01:32 2022
@@ -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
Index: pkgsrc/print/tex-quran-de/distinfo
diff -u /dev/null pkgsrc/print/tex-quran-de/distinfo:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de/distinfo  Tue Apr 19 03:01:32 2022
@@ -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

Index: pkgsrc/print/tex-quran-de-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-quran-de-doc/DESCR:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de-doc/DESCR Tue Apr 19 03:01:33 2022
@@ -0,0 +1 @@
+Documentation for tex-quran-de.
Index: pkgsrc/print/tex-quran-de-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-quran-de-doc/Makefile:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de-doc/Makefile      Tue Apr 19 03:01:33 2022
@@ -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"
Index: pkgsrc/print/tex-quran-de-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-quran-de-doc/PLIST:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de-doc/PLIST Tue Apr 19 03:01:33 2022
@@ -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
Index: pkgsrc/print/tex-quran-de-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-quran-de-doc/distinfo:1.1
--- /dev/null   Tue Apr 19 03:01:33 2022
+++ pkgsrc/print/tex-quran-de-doc/distinfo      Tue Apr 19 03:01:33 2022
@@ -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



Home | Main Index | Thread Index | Old Index