OSDN Git Service

Added msys-cygutils.xml
[mingw/mingw-dist.git] / msys / msys-crypt.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3   <package-collection subsystem="msys">
4     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
5     <package name="msys-crypt">
6       <description lang="en" title="crypt: tools for DES encryption">
7         <paragraph>crypt provides a library implementing the standard
8           encryption functions crypt(), encrypt(), and setkey(). Many
9           programs, such as perl, rely on the presence of these functions;
10           as the functions are not provided by the MSYS runtime, this
11           additional library fulfils those needs.
12         </paragraph>
13         <paragraph>crypt also provides a command-line tool for exercising
14           those functions. `crypt cleartext' generates an encrypted version
15           of the cleartext using a random salt. `crypt salt cleartext'
16           encrypts cleartext using the specified salt. Salt is a two-character
17           string which also appears as the first two characters of the
18           encrypted cleartext.
19         </paragraph>
20         <paragraph>The msys-crypt package provides the command-line utility
21           crypt and related documentation. The associated msys-libcrypt
22           package provides the runtime library and related development files.
23         </paragraph>
24       </description>
25       <component class="bin">
26         <!-- Note that the crypt utility is linked against the static
27              version of libcrypt.a, so there is no -dll dependency here. -->
28         <release tarname="crypt-1.1_1-2-msys-1.0.11-bin.tar.lzma" />
29         <release tarname="crypt-1.1_1-3-msys-1.0.13-bin.tar.lzma" />
30         <requires eq="msys-core-*-msys-*-bin.tar" />
31       </component>
32       <component class="doc">
33         <release tarname="crypt-1.1_1-2-msys-1.0.11-doc.tar.lzma" />
34         <release tarname="crypt-1.1_1-3-msys-1.0.13-doc.tar.lzma" />
35       </component>
36       <component class="lic">
37         <release tarname="crypt-1.1_1-2-msys-1.0.11-lic.tar.lzma" />
38         <release tarname="crypt-1.1_1-3-msys-1.0.13-lic.tar.lzma" />
39       </component>
40       <licence tarname="crypt-%-msys-%-lic.tar" />
41       <source tarname="crypt-%-msys-%-src.tar" />
42     </package>
43     <package name="msys-libcrypt">
44       <description lang="en" title="libcrypt: runtime library for crypt">
45         <paragraph>crypt provides a library implementing the standard
46           encryption functions crypt(), encrypt(), and setkey(). Many
47           programs, such as perl, rely on the presence of these functions;
48           as the functions are not provided by the MSYS runtime, this
49           additional library fulfils those needs.
50         </paragraph>
51         <paragraph>crypt also provides a command-line tool for exercising
52           those functions. `crypt cleartext' generates an encrypted version
53           of the cleartext using a random salt. `crypt salt cleartext'
54           encrypts cleartext using the specified salt. Salt is a two-character
55           string which also appears as the first two characters of the
56           encrypted cleartext.
57         </paragraph>
58         <paragraph>The msys-libcrypt package provides the libcrypt runtime
59           library and related development files. The associated msys-crypt
60           package provides the command-line utility crypt and related
61           documentation.
62         </paragraph>
63       </description>
64       <component class="dll">
65         <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma" />
66         <release tarname="libcrypt-1.1_1-3-msys-1.0.13-dll-0.tar.lzma" />
67         <requires eq="msys-core-*-msys-*-bin.tar" />
68       </component>
69       <component class="dev">
70         <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dev.tar.lzma" />
71         <release tarname="libcrypt-1.1_1-3-msys-1.0.13-dev.tar.lzma" />
72       </component>
73       <licence tarname="crypt-%-msys-%-lic.tar" />
74       <source tarname="crypt-%-msys-%-src.tar" />
75     </package>
76   </package-collection>
77 </software-distribution>
78