Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/4-stable/doc/convtext.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9256 - (hide annotations) (download) (as text)
Wed May 19 14:44:16 2021 UTC (2 years, 10 months ago) by nmaya
File MIME type: application/x-msdos-program
File size: 2583 byte(s)
PuTTY private key format version 3 (PPK3) に対応した。

Argon2 の復号に The reference C implementation of Argon2 (https://github.com/P-H-C/phc-winner-argon2) を使用する。
1 doda 6645 set TOSJIS=perl ..\installer\2sjis.pl
2 doda 6650 set ZLIBCP=perl ..\installer\copy-zliblicense.pl
3 doda 6645 set REF_E=en\html\reference
4     set REF_J=ja\html\reference
5     %TOSJIS% -i ..\libs\oniguruma\COPYING -o %REF_E%\Oniguruma-LICENSE.txt -l unix
6     %TOSJIS% -i ..\libs\oniguruma\COPYING -o %REF_J%\Oniguruma-LICENSE.txt -l unix
7 maya 6928 %TOSJIS% -i ..\libs\oniguruma\doc\RE -o %REF_E%\RE.txt -l unix
8     %TOSJIS% -i ..\libs\oniguruma\doc\RE.ja -o %REF_J%\RE.txt -c utf8 -l unix
9 doda 6645 %TOSJIS% -i ..\libs\openssl\LICENSE -o %REF_E%\OpenSSL-LICENSE.txt -l unix
10     %TOSJIS% -i ..\libs\openssl\LICENSE -o %REF_J%\OpenSSL-LICENSE.txt -l unix
11     %TOSJIS% -i ..\libs\putty\LICENCE -o %REF_E%\PuTTY-LICENSE.txt -l crlf
12     %TOSJIS% -i ..\libs\putty\LICENCE -o %REF_J%\PuTTY-LICENSE.txt -l crlf
13     %TOSJIS% -i ..\libs\SFMT\LICENSE.txt -o %REF_E%\SFMT-LICENSE.txt -l unix
14     %TOSJIS% -i ..\libs\SFMT\LICENSE.txt -o %REF_J%\SFMT-LICENSE.txt -l unix
15     %TOSJIS% -i ..\cygterm\COPYING -o %REF_E%\CygTerm+-LICENSE.txt -l unix
16     %TOSJIS% -i ..\cygterm\COPYING -o %REF_J%\CygTerm+-LICENSE.txt -l unix
17 doda 6650 %ZLIBCP% -i ..\libs\zlib\README -o %REF_E%\zlib-LICENSE.txt -l unix
18     %ZLIBCP% -i ..\libs\zlib\README -o %REF_J%\zlib-LICENSE.txt -l unix
19 nmaya 9256 %ZLIBCP% -i ..\libs\argon2\LICENSE -o %REF_E%\argon2-LICENSE.txt -l unix
20     %ZLIBCP% -i ..\libs\argon2\LICENSE -o %REF_J%\argon2-LICENSE.txt -l unix
21 zmatsuo 7456
22 maya 7753 perl -C0 -pe "s/^\xef\xbb\xbf//" ja/html/reference/build_with_cmake.md | perl Markdown_1.0.1/Markdown.pl > ja/html/reference/build_with_cmake_utf8.html
23 zmatsuo 7456 %TOSJIS% -i ja/html/reference/build_with_cmake_utf8.html -o ja/html/reference/build_with_cmake.html -c utf8
24 maya 7753 perl -C0 -pe "s/^\xef\xbb\xbf//" en/html/reference/build_with_cmake.md | perl Markdown_1.0.1/Markdown.pl > en/html/reference/build_with_cmake_utf8.html
25 zmatsuo 7538 %TOSJIS% -i en/html/reference/build_with_cmake_utf8.html -o en/html/reference/build_with_cmake.html -c utf8
26 zmatsuo 7565
27 maya 7753 perl -C0 -pe "s/^\xef\xbb\xbf//" ja/html/reference/build_library_with_cmake.md | perl Markdown_1.0.1/Markdown.pl > ja/html/reference/build_library_with_cmake_utf8.html
28 zmatsuo 7565 %TOSJIS% -i ja/html/reference/build_library_with_cmake_utf8.html -o ja/html/reference/build_library_with_cmake.html -c utf8
29 maya 7753 perl -C0 -pe "s/^\xef\xbb\xbf//" en/html/reference/build_library_with_cmake.md | perl Markdown_1.0.1/Markdown.pl > en/html/reference/build_library_with_cmake_utf8.html
30 zmatsuo 7565 %TOSJIS% -i en/html/reference/build_library_with_cmake_utf8.html -o en/html/reference/build_library_with_cmake.html -c utf8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26