From 61038c6949f446bb38c64bffd820353a1aeb3cf7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 24 Nov 2019 21:38:59 +0000 Subject: pdfcolmk split from oberdiek (24nov19) git-svn-id: svn://tug.org/texlive/trunk@52912 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pdfcolmk/README.md | 14 +++++++++++++ Master/texmf-dist/tex/latex/pdfcolmk/pdfcolmk.sty | 24 +++++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/pdfcolmk.tlpsrc | 0 5 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/pdfcolmk/README.md create mode 100644 Master/texmf-dist/tex/latex/pdfcolmk/pdfcolmk.sty create mode 100644 Master/tlpkg/tlpsrc/pdfcolmk.tlpsrc diff --git a/Master/texmf-dist/doc/latex/pdfcolmk/README.md b/Master/texmf-dist/doc/latex/pdfcolmk/README.md new file mode 100644 index 00000000000..2377abfd299 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfcolmk/README.md @@ -0,0 +1,14 @@ +# pdfcolmk + +legacy stub for pdfcolmk package + + +This package does nothing at all. + +The original documented source is available at + +https://github.com/ho-tex/old-source + +Please report any issues to + +https://github.com/ho-tex/pdfcolmk/issues diff --git a/Master/texmf-dist/tex/latex/pdfcolmk/pdfcolmk.sty b/Master/texmf-dist/tex/latex/pdfcolmk/pdfcolmk.sty new file mode 100644 index 00000000000..1dc259b5f11 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pdfcolmk/pdfcolmk.sty @@ -0,0 +1,24 @@ +% pdfcolmk +% +% Copyright 2019 Oberdiek Package Support Group +% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. + +\ProvidesPackage{pdfcolmk}% + [2019/11/24 v2.0 Color support for pdfTeX via marks] + +% This is a legacy stub for the original pdfcolmk package +% which provided color stack support for pdftex prior to +% release 1.40 (which was released in 2007) + +% This package does nothing at all. + +% The original documented source is available at +% https://github.com/ho-tex/old-source + +% Please report any issues to +% https://github.com/ho-tex/pdfcolmk/issues + diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3f2565c056d..f0ef7d4e07b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -524,7 +524,7 @@ my @TLP_working = qw( patch patchcmd patgen2-tutorial path pauldoc pawpict pax pbibtex-base pbox pb-diagram pbsheet pdf14 - pdf-trans pdfarticle pdfbook2 pdfcomment pdfcprot pdfcrop pdfjam + pdf-trans pdfarticle pdfbook2 pdfcolmk pdfcomment pdfcprot pdfcrop pdfjam pdflatexpicscale pdfmarginpar pdfoverlay pdfpagediff pdfpages pdfpc-movie pdfprivacy pdfreview pdfscreen pdfslide pdfsync diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 14917420d07..595520355e9 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -875,6 +875,7 @@ depend pax depend pbox depend pbsheet depend pdf14 +depend pdfcolmk depend pdfcomment depend pdfcprot depend pdfmarginpar diff --git a/Master/tlpkg/tlpsrc/pdfcolmk.tlpsrc b/Master/tlpkg/tlpsrc/pdfcolmk.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3