texlive[69878] branches/branch2023.final/Master/texmf-dist: arara

commits+karl at tug.org commits+karl at tug.org
Wed Feb 14 22:41:50 CET 2024


Revision: 69878
          https://tug.org/svn/texlive?view=revision&revision=69878
Author:   karl
Date:     2024-02-14 22:41:49 +0100 (Wed, 14 Feb 2024)
Log Message:
-----------
arara (branch) (12feb24)

Modified Paths:
--------------
    branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.1
    branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.man1.pdf
    branches/branch2023.final/Master/texmf-dist/doc/support/arara/README.md
    branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-manual.pdf
    branches/branch2023.final/Master/texmf-dist/doc/support/arara/resources/version.txt
    branches/branch2023.final/Master/texmf-dist/scripts/arara/arara.jar

Added Paths:
-----------
    branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
    branches/branch2023.final/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml
    branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip

Removed Paths:
-------------
    branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.2-docsrc.zip
    branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.2-src.zip

Modified: branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.1
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.1	2024-02-14 21:41:21 UTC (rev 69877)
+++ branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.1	2024-02-14 21:41:49 UTC (rev 69878)
@@ -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: branches/branch2023.final/Master/texmf-dist/doc/man/man1/arara.man1.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2023.final/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/support/arara/README.md	2024-02-14 21:41:21 UTC (rev 69877)
+++ branches/branch2023.final/Master/texmf-dist/doc/support/arara/README.md	2024-02-14 21:41:49 UTC (rev 69878)
@@ -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: branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.2-docsrc.zip
===================================================================
(Binary files differ)

Added: branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
===================================================================
(Binary files differ)

Index: branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip	2024-02-14 21:41:21 UTC (rev 69877)
+++ branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip	2024-02-14 21:41:49 UTC (rev 69878)

Property changes on: branches/branch2023.final/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: branches/branch2023.final/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2023.final/Master/texmf-dist/doc/support/arara/resources/version.txt
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/support/arara/resources/version.txt	2024-02-14 21:41:21 UTC (rev 69877)
+++ branches/branch2023.final/Master/texmf-dist/doc/support/arara/resources/version.txt	2024-02-14 21:41:49 UTC (rev 69878)
@@ -1 +1 @@
-7.1.2
\ No newline at end of file
+7.1.3
\ No newline at end of file

Modified: branches/branch2023.final/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)

Added: branches/branch2023.final/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml
===================================================================
--- branches/branch2023.final/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml	                        (rev 0)
+++ branches/branch2023.final/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml	2024-02-14 21:41:49 UTC (rev 69878)
@@ -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: branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.2-src.zip
===================================================================
(Binary files differ)

Added: branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
===================================================================
(Binary files differ)

Index: branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
===================================================================
--- branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip	2024-02-14 21:41:21 UTC (rev 69877)
+++ branches/branch2023.final/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip	2024-02-14 21:41:49 UTC (rev 69878)

Property changes on: branches/branch2023.final/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


More information about the tex-live-commits mailing list.