pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-prelim2e{,-doc}: Add version 2.00



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d270237628b3
branches:  trunk
changeset: 377218:d270237628b3
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:30:14 2022 +0000

description:
tex-prelim2e{,-doc}: Add version 2.00

Puts text below the normal page content (the default text marks
the document as draft and puts a timestamp on it). Can be used
together with e.g. the vrsion, rcs and rcsinfo packages. Uses
the everyshi package and can use the scrtime package from the
koma-script bundle.

diffstat:

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

diffs (97 lines):

diff -r d59bd64a4689 -r d270237628b3 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:26:44 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:30:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.841 2022/04/18 03:26:44 markd Exp $
+# $NetBSD: Makefile,v 1.842 2022/04/18 03:30:14 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1289,6 +1289,8 @@
 SUBDIR+=       tex-polytable
 SUBDIR+=       tex-polytable-doc
 SUBDIR+=       tex-powerdot
+SUBDIR+=       tex-prelim2e
+SUBDIR+=       tex-prelim2e-doc
 SUBDIR+=       tex-preprint
 SUBDIR+=       tex-preprint-doc
 SUBDIR+=       tex-present
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e-doc/DESCR      Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-prelim2e.
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e-doc/Makefile   Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:30:14 markd Exp $
+
+DISTNAME=      prelim2e.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.00
+TEXLIVE_REV=   57000
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/prelim2e
+COMMENT=       Documentation for tex-prelim2e
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e-doc/PLIST      Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:30:14 markd Exp $
+share/texmf-dist/doc/latex/prelim2e/README.md
+share/texmf-dist/doc/latex/prelim2e/prelim2e.pdf
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e-doc/distinfo   Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:30:14 markd Exp $
+
+BLAKE2s (prelim2e.doc.r57000.tar.xz) = 2d91d8b36ff49cd7044bd755699cbb265b634cb791b022926b3f824419539d94
+SHA512 (prelim2e.doc.r57000.tar.xz) = 196640bfbf73f3f269f5b27f024f4c1e677b61b6cc452d796f025196786c166f60bd2f41ad83ac6cc6b9eca56778a07b77af05fc68f05330f14c92cf391bbbc2
+Size (prelim2e.doc.r57000.tar.xz) = 427020 bytes
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e/DESCR  Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,5 @@
+Puts text below the normal page content (the default text marks
+the document as draft and puts a timestamp on it). Can be used
+together with e.g. the vrsion, rcs and rcsinfo packages. Uses
+the everyshi package and can use the scrtime package from the
+koma-script bundle.
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e/Makefile       Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:30:14 markd Exp $
+
+DISTNAME=      prelim2e
+PKGNAME=       tex-${DISTNAME}-2.00
+TEXLIVE_REV=   57000
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/prelim2e
+COMMENT=       Allows the marking of preliminary versions of a document
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e/PLIST  Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:30:14 markd Exp $
+share/texmf-dist/tex/latex/prelim2e/prelim2e.sty
diff -r d59bd64a4689 -r d270237628b3 print/tex-prelim2e/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-prelim2e/distinfo       Mon Apr 18 03:30:14 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:30:14 markd Exp $
+
+BLAKE2s (prelim2e.r57000.tar.xz) = ca3b1e116bea4e7689bc50e21243368b2275f835b2c1cbb1194b5823dbae4ece
+SHA512 (prelim2e.r57000.tar.xz) = 9f9fa79056db5be108c3b34b2ad61d964ba35fc1b6f7e9375c9e2ccbf66cd2028ef9e6689751c90c9ca236719ed1a001ae26753305fa3454bd88650cb12ae82c
+Size (prelim2e.r57000.tar.xz) = 1904 bytes



Home | Main Index | Thread Index | Old Index