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:07:31 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.859 -r1.860 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-termcal/DESCR \
    pkgsrc/print/tex-termcal/Makefile pkgsrc/print/tex-termcal/PLIST \
    pkgsrc/print/tex-termcal/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-termcal-doc/DESCR \
    pkgsrc/print/tex-termcal-doc/Makefile pkgsrc/print/tex-termcal-doc/PLIST \
    pkgsrc/print/tex-termcal-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.859 pkgsrc/print/Makefile:1.860
--- pkgsrc/print/Makefile:1.859 Tue Apr 19 03:04:19 2022
+++ pkgsrc/print/Makefile       Tue Apr 19 03:07:31 2022
@@ -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-fenn-doc
 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

Added files:

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

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



Home | Main Index | Thread Index | Old Index