texlive[69831] Master: arara (14feb24)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 14 00:46:22 CET 2024
Revision: 69831
https://tug.org/svn/texlive?view=revision&revision=69831
Author: karl
Date: 2024-02-14 00:46:22 +0100 (Wed, 14 Feb 2024)
Log Message:
-----------
arara (14feb24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/man/man1/arara.1
trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
trunk/Master/texmf-dist/doc/support/arara/README.md
trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
trunk/Master/texmf-dist/scripts/arara/arara.jar
trunk/Master/tlpkg/bin/tlpkg-ctan-check
Added Paths:
-----------
trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml
trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/support/arara/arara-7.1.2-docsrc.zip
trunk/Master/texmf-dist/source/support/arara/arara-7.1.2-src.zip
Modified: trunk/Master/texmf-dist/doc/man/man1/arara.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/arara.1 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/texmf-dist/doc/man/man1/arara.1 2024-02-13 23:46:22 UTC (rev 69831)
@@ -1,4 +1,4 @@
-.TH ARARA 1 "01 October 2023" "v7.1.2"
+.TH ARARA 1 "13 February 2024" "v7.1.3"
.SH NAME
arara \- a TeX automation tool based on rules and directives.
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/README.md 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/texmf-dist/doc/support/arara/README.md 2024-02-13 23:46:22 UTC (rev 69831)
@@ -1,6 +1,6 @@
![arara](https://i.stack.imgur.com/hjUsN.png)
-# arara v7.1.2
+# arara v7.1.3
![Language: Kotlin](https://img.shields.io/badge/Language-Kotlin-blue.svg?style=flat-square)
![Minimum JRE: 8.0](https://img.shields.io/badge/Minimum_JRE-8-blue.svg?style=flat-square)
Deleted: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.2-docsrc.zip
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip 2024-02-13 23:46:22 UTC (rev 69831)
Property changes on: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/resources/version.txt 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/texmf-dist/doc/support/arara/resources/version.txt 2024-02-13 23:46:22 UTC (rev 69831)
@@ -1 +1 @@
-7.1.2
\ No newline at end of file
+7.1.3
\ No newline at end of file
Modified: trunk/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml (rev 0)
+++ trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml 2024-02-13 23:46:22 UTC (rev 69831)
@@ -0,0 +1,25 @@
+!config
+# Arara, the cool TeX automation tool
+# Copyright (c) 2024, Island of TeX
+# All rights reserved.
+#
+# This rule is part of arara.
+identifier: rmdir
+name: Remove subdirectory
+authors:
+- hackbaellchen
+- Island of TeX
+commands:
+- name: Remove subdirectory
+ command: >
+ @{
+ toFile(target[0]).removeDirectory();
+ return true;
+ }
+arguments:
+- identifier: target
+ flag: >
+ @{
+ return parameters.target;
+ }
+ required: true
Deleted: trunk/Master/texmf-dist/source/support/arara/arara-7.1.2-src.zip
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
===================================================================
--- trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip 2024-02-13 23:46:22 UTC (rev 69831)
Property changes on: trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2024-02-13 02:23:53 UTC (rev 69830)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2024-02-13 23:46:22 UTC (rev 69831)
@@ -1224,6 +1224,11 @@
# Compares director to binary.
next if $basefile eq "optexcount";
+ # Files we have edited in TL, will probably never be updated
+ # upstream (authors won't make new releases, though they've agreed
+ # to the changes), and aren't worth bothering CTAN about.
+ next if $basefile =~ /^(culmus.map|ebong.py)$/;
+
# Wrong README gets compared.
next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,;
More information about the tex-live-commits
mailing list.