pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-schulmathematik{,-doc}: Add version 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3eb8673ebf5
branches:  trunk
changeset: 377299:c3eb8673ebf5
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 19 03:04:19 2022 +0000

description:
tex-schulmathematik{,-doc}: Add version 1.2

The schulmathematik bundle provides two LaTeX packages and six
document classes for German-speaking teachers of mathematics
and physics.

diffstat:

 print/Makefile                         |   4 +++-
 print/tex-schulmathematik-doc/DESCR    |   1 +
 print/tex-schulmathematik-doc/Makefile |  13 +++++++++++++
 print/tex-schulmathematik-doc/PLIST    |   4 ++++
 print/tex-schulmathematik-doc/distinfo |   5 +++++
 print/tex-schulmathematik/DESCR        |   3 +++
 print/tex-schulmathematik/Makefile     |  13 +++++++++++++
 print/tex-schulmathematik/PLIST        |   9 +++++++++
 print/tex-schulmathematik/distinfo     |   5 +++++
 9 files changed, 56 insertions(+), 1 deletions(-)

diffs (103 lines):

diff -r 633de6b3dc77 -r c3eb8673ebf5 print/Makefile
--- a/print/Makefile    Tue Apr 19 03:01:32 2022 +0000
+++ b/print/Makefile    Tue Apr 19 03:04:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.858 2022/04/19 03:01:32 markd Exp $
+# $NetBSD: Makefile,v 1.859 2022/04/19 03:04:19 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1407,6 +1407,8 @@
 SUBDIR+=       tex-scale-doc
 SUBDIR+=       tex-scalerel
 SUBDIR+=       tex-scalerel-doc
+SUBDIR+=       tex-schulmathematik
+SUBDIR+=       tex-schulmathematik-doc
 SUBDIR+=       tex-schulschriften
 SUBDIR+=       tex-schulschriften-doc
 SUBDIR+=       tex-schwalbe-chess
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik-doc/DESCR       Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-schulmathematik.
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik-doc/Makefile    Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:04:19 markd Exp $
+
+DISTNAME=      schulmathematik.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.2
+TEXLIVE_REV=   61719
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/schulmathematik
+COMMENT=       Documentation for tex-schulmathematik
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik-doc/PLIST       Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:04:19 markd Exp $
+share/texmf-dist/doc/latex/schulmathematik/README
+share/texmf-dist/doc/latex/schulmathematik/schulmathematik.pdf
+share/texmf-dist/doc/latex/schulmathematik/schulmathematik.tex
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik-doc/distinfo    Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:04:19 markd Exp $
+
+BLAKE2s (schulmathematik.doc.r61719.tar.xz) = 28e7d1d0c50d4aa328d0a30f4743c7f0ac4b58bd53dc64ab25791d819ec660d9
+SHA512 (schulmathematik.doc.r61719.tar.xz) = aaa4efc0f5c8bc41e446a657a73726700da79962ef6ea61a7537b2d5b7b27de39719e375f0ee110e3e1291848e8c03d03b49f335aa9ab8c9d91fe0731f4be6cc
+Size (schulmathematik.doc.r61719.tar.xz) = 217660 bytes
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik/DESCR   Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,3 @@
+The schulmathematik bundle provides two LaTeX packages and six
+document classes for German-speaking teachers of mathematics
+and physics.
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik/Makefile        Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:04:19 markd Exp $
+
+DISTNAME=      schulmathematik
+PKGNAME=       tex-${DISTNAME}-1.2
+TEXLIVE_REV=   61719
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/schulmathematik
+COMMENT=       Commands, document classes for German-speaking teachers of maths and physics
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik/PLIST   Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:04:19 markd Exp $
+share/texmf-dist/tex/latex/schulmathematik/schulma-ab.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma-gutachten.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma-klausur.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma-komp.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma-mdlprf.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
+share/texmf-dist/tex/latex/schulmathematik/schulma-praes.cls
+share/texmf-dist/tex/latex/schulmathematik/schulma.sty
diff -r 633de6b3dc77 -r c3eb8673ebf5 print/tex-schulmathematik/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-schulmathematik/distinfo        Tue Apr 19 03:04:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:04:19 markd Exp $
+
+BLAKE2s (schulmathematik.r61719.tar.xz) = e72adaeec2262fde758234c6a8e4a142b5980f0dc10fa2bd339dff520e324c3d
+SHA512 (schulmathematik.r61719.tar.xz) = 8597b417f703de8aa5353d9ba604559a01890e9745a0c59b6b4e52ff4744d559b1639ddcd55bd2d03a5b35c2006ff10cc278a0ed52315b49142b2ff172183b64
+Size (schulmathematik.r61719.tar.xz) = 11584 bytes



Home | Main Index | Thread Index | Old Index