summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/ls-R7
-rw-r--r--Master/tlpkg/texlive.tlpdb69
2 files changed, 55 insertions, 21 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index be53358e314..cc42617e912 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -17580,6 +17580,8 @@ folder_description.txt
./doc/latex/etdipa/Help:
etdipa_doc_DE.pdf
etdipa_doc_DE.tex
+etdipa_doc_EN.pdf
+etdipa_doc_EN.tex
files.txt
./doc/latex/etdipa/Images:
@@ -42342,6 +42344,7 @@ findhyph
fontools
fragmaster
gustprog
+hook-pre-commit-pkg
installfont
latex-git-log
latex-make
@@ -42749,6 +42752,10 @@ plmindex.zip
porzadki.pl
slim.zip
+./doc/support/hook-pre-commit-pkg:
+README
+pre-commit-latex
+
./doc/support/installfont:
LICENSE
README
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index cb46bb9010e..dd63c845d8b 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -24,11 +24,11 @@ depend container_split_doc_files/1
depend container_split_src_files/1
depend minrelease/2013
depend release/2014
-depend revision/36348
+depend revision/36355
name 00texlive.image
category TLCore
-revision 36348
+revision 36355
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
@@ -1404,6 +1404,7 @@ runfiles size=2650
tlpkg/tlpsrc/hletter.tlpsrc
tlpkg/tlpsrc/hobby.tlpsrc
tlpkg/tlpsrc/hobete.tlpsrc
+ tlpkg/tlpsrc/hook-pre-commit-pkg.tlpsrc
tlpkg/tlpsrc/horoscop.tlpsrc
tlpkg/tlpsrc/hpsdiss.tlpsrc
tlpkg/tlpsrc/hrefhide.tlpsrc
@@ -3093,7 +3094,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 36278
+revision 36350
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -41951,7 +41952,7 @@ depend xcite
name collection-binextra
category Collection
-revision 36299
+revision 36355
shortdesc TeX auxiliary programs
longdesc Various useful, but non-essential, support programs. Includes
longdesc programs and macros for DVI file manipulation, literate
@@ -41984,6 +41985,7 @@ depend dvipos
depend dvisvgm
depend findhyph
depend fragmaster
+depend hook-pre-commit-pkg
depend hyphenex
depend installfont
depend lacheck
@@ -69808,19 +69810,19 @@ catalogue-version v1.2
name etdipa
category Package
-revision 36284
+revision 36354
shortdesc Simple, lightweight template for scientific documents.
longdesc This package provides a complete working directory for the
longdesc scientific documentation of arbitrary projects. It was
longdesc originally developed to provide a template for Austrian
longdesc "Diplomarbeiten" or "Vorwissenschaftliche Arbeiten", which are
-longdesc scientfic projects of students at a secondary school. The
-longdesc current version v2.5 only contains a manual in German, but a
-longdesc translated version will be added in the next update.
-docfiles size=321
+longdesc scientfic projects of students at a secondary school.
+docfiles size=499
texmf-dist/doc/latex/etdipa/Data/folder_description.txt
- texmf-dist/doc/latex/etdipa/Help/etdipa_doc_DE.pdf details="Package documentation" language="de"
+ texmf-dist/doc/latex/etdipa/Help/etdipa_doc_DE.pdf details="Package documentation (German)" language="de"
texmf-dist/doc/latex/etdipa/Help/etdipa_doc_DE.tex
+ texmf-dist/doc/latex/etdipa/Help/etdipa_doc_EN.pdf details="Package documentation (English)" language="en"
+ texmf-dist/doc/latex/etdipa/Help/etdipa_doc_EN.tex
texmf-dist/doc/latex/etdipa/Help/files.txt
texmf-dist/doc/latex/etdipa/Images/ET_logo.jpg
texmf-dist/doc/latex/etdipa/Images/HTL-Allgemein.jpg
@@ -69840,9 +69842,9 @@ docfiles size=321
texmf-dist/doc/latex/etdipa/diplomarbeit.tex
texmf-dist/doc/latex/etdipa/etdipa.sty
catalogue-ctan /macros/latex/contrib/etdipa
-catalogue-date 2015-02-17 12:30:16 +0100
+catalogue-date 2015-02-22 16:17:29 +0100
catalogue-license lppl1.3
-catalogue-version 2.5
+catalogue-version 2.6
name etex
category Package
@@ -87559,6 +87561,31 @@ catalogue-ctan /macros/latex/contrib/beamer-contrib/hobete
catalogue-date 2014-02-26 23:03:13 +0100
catalogue-license lppl
+name hook-pre-commit-pkg
+category Package
+revision 36355
+shortdesc Pre-commit git hook for LaTeX package developpers.
+longdesc This package provides a pre-commit git hook to check basic
+longdesc LaTeX syntax for the use of package developers. It is installed
+longdesc by copying it into the .git/.hooks file. It then checks the
+longdesc following file types: .sty, .dtx, .bbx, .cbx, and .lbx. List of
+longdesc performed checks: Each line must be terminated by a %, without
+longdesc a space before it. Empty lines are allowed, but not lines with
+longdesc nothing but spaces in them. \begin{macro} and \end{macro} must
+longdesc be paired. \begin{macrocode} and \end{macrocode} must be
+longdesc paired. \begin{macro} must have a second argument. One space
+longdesc must be printed between % and \begin{macro} or \end{macro}. %
+longdesc must be the first character in the line. Four spaces must be
+longdesc printed between % and \begin{macrocode} or \end{macrocode}. \cs
+longdesc argument must not start with a backslash.
+docfiles size=4
+ texmf-dist/doc/support/hook-pre-commit-pkg/README details="Readme"
+ texmf-dist/doc/support/hook-pre-commit-pkg/pre-commit-latex
+catalogue-ctan /support/hook-pre-commit-pkg
+catalogue-date 2015-02-22 10:38:47 +0100
+catalogue-license gpl3
+catalogue-version 1.1.0
+
name horoscop
category Package
revision 30530
@@ -107085,7 +107112,7 @@ binfiles arch=x86_64-solaris size=1
name latexmk
category Package
-revision 36039
+revision 36353
shortdesc Fully automated LaTeX document generation.
longdesc Latexmk completely automates the process of generating a LaTeX
longdesc document. Given the source files for a document, latexmk issues
@@ -107097,7 +107124,7 @@ longdesc files), and reruns LaTeX, etc., whenever a source file has
longdesc changed. Thus a previewer can offer a display of the document's
longdesc latest state.
depend latexmk.ARCH
-docfiles size=181
+docfiles size=185
texmf-dist/doc/man/man1/latexmk.1
texmf-dist/doc/man/man1/latexmk.man1.pdf
texmf-dist/doc/support/latexmk/CHANGES
@@ -107135,12 +107162,12 @@ docfiles size=181
texmf-dist/doc/support/latexmk/latexmk.txt details="Manual page, text format"
srcfiles size=1
texmf-dist/source/support/latexmk/latexmk.bat
-runfiles size=83
+runfiles size=86
texmf-dist/scripts/latexmk/latexmk.pl
catalogue-ctan /support/latexmk
-catalogue-date 2015-01-12 16:18:56 +0100
-catalogue-license gpl
-catalogue-version 4.42
+catalogue-date 2015-02-22 07:47:38 +0100
+catalogue-license gpl2
+catalogue-version 4.43a
name latexmk.alpha-linux
category Package
@@ -182461,7 +182488,7 @@ docfiles size=321
name texlive-docindex
category TLCore
-revision 36327
+revision 36350
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
@@ -182601,7 +182628,7 @@ docfiles size=413
name texlive-scripts
category TLCore
-revision 36278
+revision 36350
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
@@ -182833,7 +182860,7 @@ docfiles size=239
name texlive.infra
category TLCore
-revision 36286
+revision 36352
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get the TeX Live
longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus