summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/informationd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/pkgcheck/src/messages/informationd.rs')
-rw-r--r--support/pkgcheck/src/messages/informationd.rs77
1 files changed, 77 insertions, 0 deletions
diff --git a/support/pkgcheck/src/messages/informationd.rs b/support/pkgcheck/src/messages/informationd.rs
new file mode 100644
index 0000000000..d4e3ea43b3
--- /dev/null
+++ b/support/pkgcheck/src/messages/informationd.rs
@@ -0,0 +1,77 @@
+// This file is generated by a Perl script. The source is
+// in the docs/ directory of the repository.
+
+pub fn i0001d() {
+ println!(
+ r#"
+I0001 -- Successfully converted from CRLF to LF
+
+Just an information that pkgcheck has successfully converted a file from
+CRLF to LF line endings
+"#
+ )
+}
+
+pub fn i0002d() {
+ println!(
+ r#"
+I0002 -- Checking package files in directory
+
+Just an information that pkgcheck starts checking the package files in
+the unzipped directory trees
+"#
+ )
+}
+
+pub fn i0003d() {
+ println!(
+ r#"
+I0003 -- Checking TDS zip archive
+
+Just an information that pkgcheck starts checking the TDS zip archive
+"#
+ )
+}
+
+pub fn i0004d() {
+ println!(
+ r#"
+I0004 -- Correcting line endings for file
+
+The file had CRLF line ending and will be corrected to have LF (Unix
+like) line endings.
+
+For more details refer to:
+http://mirror.ctan.org/help/ctan/CTAN-upload-addendum.html#crlf
+"#
+ )
+}
+
+pub fn i0005d() {
+ println!(
+ r#"
+I0005 -- Corrections permissions for file or directory
+
+pkgcheck corrects wrong permsissions for package files and directories.
+It runs the chmod command in verbose mode.
+
+For more details refer to:
+http://mirror.ctan.org/help/ctan/CTAN-upload-addendum.html#filepermissions
+"#
+ )
+}
+
+pub fn i0006d() {
+ println!(
+ r#"
+I0006 -- Files having one of the following file name endings are regarded as temporary
+
+Option --show-temp-endings was used, and pkgcheck prints a list of
+temporary file endings and their meanings.
+
+For more details refer to:
+http://mirror.ctan.org/help/ctan/CTAN-upload-addendum.html#noauxfiles
+"#
+ )
+}
+