summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/informationd.rs
blob: 340ade4766d3cbe70f9c6af3d902193072b3f8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
// 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
"#
    )
}

pub fn i0007d() {
    println!(
        r#"
I0007 -- Successfully corrected wrong line endings to LF resp. CRLF

pkgcheck successfully converted wrong line endings to LF line endings or
to CRLF line endings if it the file was a Windows text file.

Wrong line endings could be CR, CRLF or a mixture of line endings.
"#
    )
}