From 10b0d2ae791ff3d0be1018559aa21dc7581ede6c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Jul 2014 23:05:53 +0000 Subject: lualibs (26jul14) git-svn-id: svn://tug.org/texlive/trunk@34736 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/luatex/lualibs/Makefile | 7 +++++++ Master/texmf-dist/source/luatex/lualibs/lualibs.dtx | 18 +++++++++--------- Master/texmf-dist/source/luatex/lualibs/whatsnew.lua | 1 - 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/luatex/lualibs/Makefile b/Master/texmf-dist/source/luatex/lualibs/Makefile index a50c63d48b8..5e0fd6135ad 100644 --- a/Master/texmf-dist/source/luatex/lualibs/Makefile +++ b/Master/texmf-dist/source/luatex/lualibs/Makefile @@ -34,6 +34,7 @@ DISTDIR = ./lualibs TEXMFROOT = ./texmf CTAN_ZIP = $(NAME).zip +CTAN_ZIPSIG = $(CTAN_ZIP).asc TDS_ZIP = $(NAME).tds.zip ZIPS = $(CTAN_ZIP) $(TDS_ZIP) @@ -46,6 +47,7 @@ all: $(GENERATED) $(DOC_TEX) doc: $(COMPILED) unpack: $(UNPACKED) ctan: check $(CTAN_ZIP) +sign: $(CTAN_ZIPSIG) tds: $(TDS_ZIP) world: all ctan @@ -83,6 +85,11 @@ $(CTAN_ZIP): $(ALL_FILES) $(TDS_ZIP) $(make-ctandir) @zip -r -9 $@ $(DISTDIR) $(TDS_ZIP) >/dev/null +$(CTAN_ZIPSIG): $(CTAN_ZIP) + @echo "Signing package $(CTAN_ZIP)" + @$(RM) -- $@ + @gpg --batch --armor --detach-sign "$(CTAN_ZIP)" + define run-install @mkdir -p $(RUNDIR) && cp $(RUNFILES) $(RUNDIR) @mkdir -p $(DOCDIR) && cp $(DOCFILES) $(DOCDIR) diff --git a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx index be4a57b423c..8d43a34aab8 100644 --- a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx +++ b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx @@ -34,7 +34,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: lualibs 2014/05/05 v2.1 Lua additional functions.} +\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.} \Msg{************************************************************************} \keepsilent @@ -101,7 +101,7 @@ and the derived file lualibs.lua. %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{lualibs.drv} - [2014/05/05 v2.1 Lua Libraries.] + [2014/07/26 v2.2 Lua Libraries.] \documentclass{ltxdoc} \usepackage{fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -202,7 +202,7 @@ and the derived file lualibs.lua. % \GetFileInfo{lualibs.drv} % % \title{The \identifier{lualibs} package} -% \date{2014/05/05 v2.1} +% \date{2014/07/26 v2.2} % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ % Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}} % @@ -417,8 +417,8 @@ lualibs = lualibs or { } lualibs.module_info = { name = "lualibs", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua standard libraries.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -572,8 +572,8 @@ local loadmodule = lualibs.loadmodule local lualibs_basic_module = { name = "lualibs-basic", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua libraries -- basic collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -654,8 +654,8 @@ lualibs = lualibs or { } local lualibs_extended_module = { name = "lualibs-extended", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua libraries -- extended collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", diff --git a/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua b/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua index 0c0ca9bd44d..e9cc3789630 100644 --- a/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua +++ b/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua @@ -67,7 +67,6 @@ local filenames = { ["util"] = { "deb", "dim", - "env", "jsn", "lua", "prs", -- cgit v1.2.3