pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-termcal{,-doc}: Add version 1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d4c6cae1dd8
branches:  trunk
changeset: 377300:3d4c6cae1dd8
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 19 03:07:31 2022 +0000

description:
tex-termcal{,-doc}: Add version 1.8

This package is intended to print a term calendar for use in
planning a class. It has a flexible mechanism for specifying
which days of the week are to be included and for inserting
text either regularly on the same day each week, or on selected
days, or for a series of consecutive days. It also has a
flexible mechanism for specifing class and nonclass days. Text
may be inserted into consecutive days so that it automatically
flows around nonclass days.

diffstat:

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

diffs (103 lines):

diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/Makefile
--- a/print/Makefile    Tue Apr 19 03:04:19 2022 +0000
+++ b/print/Makefile    Tue Apr 19 03:07:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.859 2022/04/19 03:04:19 markd Exp $
+# $NetBSD: Makefile,v 1.860 2022/04/19 03:07:31 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1524,6 +1524,8 @@
 SUBDIR+=       tex-templates-sommer-doc
 SUBDIR+=       tex-tensind
 SUBDIR+=       tex-tensind-doc
+SUBDIR+=       tex-termcal
+SUBDIR+=       tex-termcal-doc
 SUBDIR+=       tex-testhyphens
 SUBDIR+=       tex-testhyphens-doc
 SUBDIR+=       tex-tex
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal-doc/DESCR       Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-termcal.
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal-doc/Makefile    Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:07:31 markd Exp $
+
+DISTNAME=      termcal.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.8
+TEXLIVE_REV=   22514
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/termcal
+COMMENT=       Documentation for tex-termcal
+LICENSE=       lppl-1.0
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal-doc/PLIST       Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:07:31 markd Exp $
+share/texmf-dist/doc/latex/termcal/Contents
+share/texmf-dist/doc/latex/termcal/README
+share/texmf-dist/doc/latex/termcal/termcal.pdf
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal-doc/distinfo    Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:07:31 markd Exp $
+
+BLAKE2s (termcal.doc.r22514.tar.xz) = ac0cf72b093c717a3b9b0972131092a35e23e8d71053e9c763d58fddffbb9f26
+SHA512 (termcal.doc.r22514.tar.xz) = 44f54dedd59afad78eea60ccfd43805dca1a4dc87a3d827e0fda26db15505dec18d91cf0629ec937dcf3eb14d1244f80559a0fa1ef09b30288bf687099fcec1f
+Size (termcal.doc.r22514.tar.xz) = 75500 bytes
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal/DESCR   Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,8 @@
+This package is intended to print a term calendar for use in
+planning a class. It has a flexible mechanism for specifying
+which days of the week are to be included and for inserting
+text either regularly on the same day each week, or on selected
+days, or for a series of consecutive days. It also has a
+flexible mechanism for specifing class and nonclass days. Text
+may be inserted into consecutive days so that it automatically
+flows around nonclass days.
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal/Makefile        Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/19 03:07:31 markd Exp $
+
+DISTNAME=      termcal
+PKGNAME=       tex-${DISTNAME}-1.8
+TEXLIVE_REV=   22514
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/termcal
+COMMENT=       Print a class calendar
+LICENSE=       lppl-1.0
+
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal/PLIST   Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/19 03:07:31 markd Exp $
+share/texmf-dist/tex/latex/termcal/termcal.sty
diff -r c3eb8673ebf5 -r 3d4c6cae1dd8 print/tex-termcal/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-termcal/distinfo        Tue Apr 19 03:07:31 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/19 03:07:31 markd Exp $
+
+BLAKE2s (termcal.r22514.tar.xz) = 0b9c6f07ffa1f63fc1b885f98ae025ce51825f4ff6960edecd0304930f897aed
+SHA512 (termcal.r22514.tar.xz) = f28ee31f06cf2b3119df8010aa6a8312d5365452e19c3a278db7bee3bdeafe9ae0d3b07decdf1a104d8eb763abc5e02ff0e6c7030dce924596ac89d8e9508e13
+Size (termcal.r22514.tar.xz) = 2616 bytes



Home | Main Index | Thread Index | Old Index