summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-23 23:47:34 +0000
committerKarl Berry <karl@freefriends.org>2019-08-23 23:47:34 +0000
commitced8d28157a47e44041f3d056c9600cf158f176c (patch)
treeab0a3486e05559c5159605983073146aba1f8215 /Master
parentbbed3d7c3f9fe94ee6e609e703386eab311d94d1 (diff)
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@51945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/ls-R19
-rw-r--r--Master/tlpkg/texlive.tlpdb170
2 files changed, 179 insertions, 10 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index dee0b91d306..5ed3c00a6ea 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -49937,6 +49937,7 @@ bibtexperllibs
bundledoc
checkcites
classpack
+clojure-pamphlet
cluttex
convbkmk
crossrefware
@@ -50339,6 +50340,11 @@ prepost.xml
readme.xml
test.sh
+./doc/support/clojure-pamphlet:
+README
+clojure-pamphlet_guide.pdf
+pamphletangler.1
+
./doc/support/cluttex:
CHANGELOG.md
COPYING
@@ -172773,6 +172779,7 @@ checkcites
checklistings
chktex
cjk-gs-integrate
+clojure-pamphlet
cloze
cluttex
context
@@ -173035,6 +173042,9 @@ deweb.pl
./scripts/cjk-gs-integrate:
cjk-gs-integrate.pl
+./scripts/clojure-pamphlet:
+pamphletangler
+
./scripts/cloze:
cloze.lua
@@ -184928,6 +184938,7 @@ arara
bib2gls
bibtexperllibs
classpack
+clojure-pamphlet
dosepsbin
gitfile-info
latex-make
@@ -185172,6 +185183,10 @@ release-synopsis.t
classpack.dtx
classpack.ins
+./source/support/clojure-pamphlet:
+clojure-pamphlet.dtx
+clojure-pamphlet.ins
+
./source/support/dosepsbin:
configure
configure.ac
@@ -194156,6 +194171,7 @@ clefval
cleveref
clipboard
clock
+clojure-pamphlet
clrdblpg
clrscode
clrscode3e
@@ -200542,6 +200558,9 @@ clipboard.sty
clock.sty
clock.tex
+./tex/latex/clojure-pamphlet:
+clojure-pamphlet.sty
+
./tex/latex/clrdblpg:
clrdblpg.sty
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index cc9201afc96..dc6b175e929 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2019
-depend revision/51937
+depend revision/51944
name 00texlive.image
category TLCore
-revision 51936
+revision 51944
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -40,7 +40,7 @@ longdesc IgnorePatterns in the check_files routine in tlmgr.pl augment
longdesc this list. Those are not included in the source/ tarball. For
longdesc information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
-runfiles size=4948
+runfiles size=4949
.mkisofsrc
autorun.inf
texmf-dist/README
@@ -952,6 +952,7 @@ runfiles size=4948
tlpkg/tlpsrc/cleveref.tlpsrc
tlpkg/tlpsrc/clipboard.tlpsrc
tlpkg/tlpsrc/clock.tlpsrc
+ tlpkg/tlpsrc/clojure-pamphlet.tlpsrc
tlpkg/tlpsrc/cloze.tlpsrc
tlpkg/tlpsrc/clrdblpg.tlpsrc
tlpkg/tlpsrc/clrscode.tlpsrc
@@ -26443,13 +26444,13 @@ catalogue-version 0.1
name beebe
category Package
-revision 51929
+revision 51943
catalogue biblio
shortdesc A collection of bibliographies
longdesc A collection of BibTeX bibliographies on TeX-related topics
longdesc (including, for example, spell-checking and SGML). Each
longdesc includes a LaTeX wrapper file to typeset the bibliography.
-runfiles size=2405
+runfiles size=2406
texmf-dist/bibtex/bib/beebe/epodd.bib
texmf-dist/bibtex/bib/beebe/font.bib
texmf-dist/bibtex/bib/beebe/printing-history.bib
@@ -47450,6 +47451,154 @@ catalogue-date 2016-06-24 19:18:15 +0200
catalogue-license other-free
catalogue-topics date-time
+name clojure-pamphlet
+category Package
+revision 51944
+shortdesc A simple literate programming tool based on clojure's pamphlet system
+longdesc The Clojure pamphlet system is a system based on the Clojure
+longdesc literate system. In the Clojure's pamphlet system you have your
+longdesc main LaTeX file, which can be compiled regularly. This file
+longdesc contains documentation and source code (just like in other
+longdesc forms of literate programming). These code snippets are wrapped
+longdesc in the chunk environment, hence they can be recognized by the
+longdesc tangler in order to extract them. Chunks can be included inside
+longdesc each other by the getchunk command (which will be typesetted
+longdesc acordingly). Finally, the LaTeX file will be run through the
+longdesc tangler to get the desired chunk of code.
+depend clojure-pamphlet.ARCH
+docfiles size=50
+ texmf-dist/doc/support/clojure-pamphlet/README details="Readme"
+ texmf-dist/doc/support/clojure-pamphlet/clojure-pamphlet_guide.pdf
+ texmf-dist/doc/support/clojure-pamphlet/pamphletangler.1
+srcfiles size=4
+ texmf-dist/source/support/clojure-pamphlet/clojure-pamphlet.dtx
+ texmf-dist/source/support/clojure-pamphlet/clojure-pamphlet.ins
+runfiles size=3
+ texmf-dist/scripts/clojure-pamphlet/pamphletangler
+ texmf-dist/tex/latex/clojure-pamphlet/clojure-pamphlet.sty
+catalogue-contact-bugs https://gitlab.com/elancha/clojure-pamphlet/issues
+catalogue-contact-development https://gitlab.com/elancha/clojure-pamphlet/merge_requests
+catalogue-contact-home https://gitlab.com/elancha/clojure-pamphlet
+catalogue-contact-repository https://gitlab.com/elancha/clojure-pamphlet
+catalogue-contact-support https://gitlab.com/elancha/clojure-pamphlet/merge_requests
+catalogue-ctan /web/clojure-pamphlet
+catalogue-date 2019-08-23 05:47:31 +0200
+catalogue-license gpl3+
+catalogue-topics litprog litprog-tools
+catalogue-version 1.2
+
+name clojure-pamphlet.aarch64-linux
+category Package
+revision 51944
+shortdesc aarch64-linux files of clojure-pamphlet
+binfiles arch=aarch64-linux size=1
+ bin/aarch64-linux/pamphletangler
+
+name clojure-pamphlet.amd64-freebsd
+category Package
+revision 51944
+shortdesc amd64-freebsd files of clojure-pamphlet
+binfiles arch=amd64-freebsd size=1
+ bin/amd64-freebsd/pamphletangler
+
+name clojure-pamphlet.amd64-netbsd
+category Package
+revision 51944
+shortdesc amd64-netbsd files of clojure-pamphlet
+binfiles arch=amd64-netbsd size=1
+ bin/amd64-netbsd/pamphletangler
+
+name clojure-pamphlet.armhf-linux
+category Package
+revision 51944
+shortdesc armhf-linux files of clojure-pamphlet
+binfiles arch=armhf-linux size=1
+ bin/armhf-linux/pamphletangler
+
+name clojure-pamphlet.i386-cygwin
+category Package
+revision 51944
+shortdesc i386-cygwin files of clojure-pamphlet
+binfiles arch=i386-cygwin size=1
+ bin/i386-cygwin/pamphletangler
+
+name clojure-pamphlet.i386-freebsd
+category Package
+revision 51944
+shortdesc i386-freebsd files of clojure-pamphlet
+binfiles arch=i386-freebsd size=1
+ bin/i386-freebsd/pamphletangler
+
+name clojure-pamphlet.i386-linux
+category Package
+revision 51944
+shortdesc i386-linux files of clojure-pamphlet
+binfiles arch=i386-linux size=1
+ bin/i386-linux/pamphletangler
+
+name clojure-pamphlet.i386-netbsd
+category Package
+revision 51944
+shortdesc i386-netbsd files of clojure-pamphlet
+binfiles arch=i386-netbsd size=1
+ bin/i386-netbsd/pamphletangler
+
+name clojure-pamphlet.i386-solaris
+category Package
+revision 51944
+shortdesc i386-solaris files of clojure-pamphlet
+binfiles arch=i386-solaris size=1
+ bin/i386-solaris/pamphletangler
+
+name clojure-pamphlet.win32
+category Package
+revision 51944
+shortdesc win32 files of clojure-pamphlet
+binfiles arch=win32 size=1
+ bin/win32/pamphletangler.exe
+
+name clojure-pamphlet.x86_64-cygwin
+category Package
+revision 51944
+shortdesc x86_64-cygwin files of clojure-pamphlet
+binfiles arch=x86_64-cygwin size=1
+ bin/x86_64-cygwin/pamphletangler
+
+name clojure-pamphlet.x86_64-darwin
+category Package
+revision 51944
+shortdesc x86_64-darwin files of clojure-pamphlet
+binfiles arch=x86_64-darwin size=1
+ bin/x86_64-darwin/pamphletangler
+
+name clojure-pamphlet.x86_64-darwinlegacy
+category Package
+revision 51944
+shortdesc x86_64-darwinlegacy files of clojure-pamphlet
+binfiles arch=x86_64-darwinlegacy size=1
+ bin/x86_64-darwinlegacy/pamphletangler
+
+name clojure-pamphlet.x86_64-linux
+category Package
+revision 51944
+shortdesc x86_64-linux files of clojure-pamphlet
+binfiles arch=x86_64-linux size=1
+ bin/x86_64-linux/pamphletangler
+
+name clojure-pamphlet.x86_64-linuxmusl
+category Package
+revision 51944
+shortdesc x86_64-linuxmusl files of clojure-pamphlet
+binfiles arch=x86_64-linuxmusl size=1
+ bin/x86_64-linuxmusl/pamphletangler
+
+name clojure-pamphlet.x86_64-solaris
+category Package
+revision 51944
+shortdesc x86_64-solaris files of clojure-pamphlet
+binfiles arch=x86_64-solaris size=1
+ bin/x86_64-solaris/pamphletangler
+
name cloze
category Package
revision 41531
@@ -53919,7 +54068,7 @@ depend zootaxa-bst
name collection-binextra
category Collection
-revision 51464
+revision 51944
shortdesc TeX auxiliary programs
longdesc Various useful, but non-essential, support programs. Includes
longdesc programs and macros for DVI file manipulation, literate
@@ -53934,6 +54083,7 @@ depend bibtexu
depend bundledoc
depend checklistings
depend chktex
+depend clojure-pamphlet
depend cluttex
depend ctan-o-mat
depend ctan_chk
@@ -255834,7 +255984,7 @@ catalogue-version 0.1
name texinfo
category Package
-revision 51922
+revision 51939
shortdesc Texinfo documentation system
longdesc Texinfo is the preferred format for documentation in the GNU
longdesc project; the format may be used to produce online or printed
@@ -255936,7 +256086,7 @@ docfiles size=572
name texlive-docindex
category TLCore
-revision 51932
+revision 51939
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script
@@ -256454,7 +256604,7 @@ binfiles arch=i386-solaris size=90
name texlive.infra.win32
category TLCore
-revision 51563
+revision 51942
shortdesc win32 files of texlive.infra
binfiles arch=win32 size=874
bin/win32/runscript.dll
@@ -263162,7 +263312,7 @@ binfiles arch=x86_64-solaris size=1
name tlgs.win32
category TLCore
-revision 51080
+revision 51941
catalogue ghostscript
shortdesc Freely available PostScript interpreter
longdesc Ghostscript is a freely available PostScript interpreter which