XML catalogue of packages which are available for installation, using the mingw-get installer.
修订版 | 3e7597618682f70d9451be5a4ed0ab43e2e8e9de (tree) |
---|---|
时间 | 2010-05-06 15:01:04 |
作者 | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Add msys-crypt.xml
@@ -0,0 +1,71 @@ | ||
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 | + <affiliate group="MSYS Developer Toolkit" /> | |
7 | + <description lang="en" title="crypt: tools for DES encryption" /> | |
8 | + <paragraph>crypt provides a library implementing the standard | |
9 | +encryption functions crypt(), encrypt(), and setkey(). Many programs, | |
10 | +such as perl, rely on the presence of these functions; as the functions | |
11 | +are not provided by the MSYS runtime, this additional library fulfils | |
12 | +those needs.</paragragh> | |
13 | + <paragraph>crypt also provides a command-line tool for exercising | |
14 | +those functions. `crypt cleartext' generates an encrypted version of the | |
15 | +cleartext using a random salt. `crypt salt cleartext' encrypts cleartext | |
16 | +using the specified salt. Salt is a two-character string which also appears as the first two | |
17 | +characters of the encrypted cleartext.</paragraph> | |
18 | + <paragraph>The msys-crypt package provides the command-line | |
19 | +utility crypt and related documentation. The associated msys-libcrypt | |
20 | +package provides the runtime library and related development files.</paragraph> | |
21 | + </description> | |
22 | + <component class="bin"> | |
23 | + <!-- Note that the crypt utility is linked against the static | |
24 | + version of libcrypt.a, so there is no -dll dependency here. --> | |
25 | + <release tarname="crypt-1.1_1-2-msys-1.0.11-bin.tar.lzma" /> | |
26 | + <release tarname="crypt-1.1_1-3-msys-1.0.13-bin.tar.lzma" /> | |
27 | + <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
28 | + </component> | |
29 | + <component class="doc"> | |
30 | + <release tarname="crypt-1.1_1-2-msys-1.0.11-doc.tar.lzma" /> | |
31 | + <release tarname="crypt-1.1_1-3-msys-1.0.13-doc.tar.lzma" /> | |
32 | + </component> | |
33 | + <component class="lic"> | |
34 | + <release tarname="crypt-1.1_1-2-msys-1.0.11-lic.tar.lzma" /> | |
35 | + <release tarname="crypt-1.1_1-3-msys-1.0.13-lic.tar.lzma" /> | |
36 | + </component> | |
37 | + <licence tarname="crypt-%-msys-%-lic.tar" /> | |
38 | + <source tarname="crypt-%-msys-%-src.tar" /> | |
39 | + </package> | |
40 | + <package name="msys-libcrypt"> | |
41 | + <affiliate group="MSYS Developer Toolkit" /> | |
42 | + <description lang="en" title="libcrypt: runtime library for crypt" /> | |
43 | + <paragraph>crypt provides a library implementing the standard | |
44 | +encryption functions crypt(), encrypt(), and setkey(). Many programs, | |
45 | +such as perl, rely on the presence of these functions; as the functions | |
46 | +are not provided by the MSYS runtime, this additional library fulfils | |
47 | +those needs.</paragragh> | |
48 | + <paragraph>crypt also provides a command-line tool for exercising | |
49 | +those functions. `crypt cleartext' generates an encrypted version of the | |
50 | +cleartext using a random salt. `crypt salt cleartext' encrypts cleartext | |
51 | +using the specified salt. Salt is a two-character string which also appears as the first two | |
52 | +characters of the encrypted cleartext.</paragraph> | |
53 | + <paragraph>The msys-libcrypt package provides the libcrypt runtime | |
54 | +library and related development files. The associated msys-crypt package | |
55 | +provides the command-line utility crypt and related documentation.</paragraph> | |
56 | + </description> | |
57 | + <component class="dll"> | |
58 | + <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma" /> | |
59 | + <release tarname="libcrypt-1.1_1-3-msys-1.0.13-dll-0.tar.lzma" /> | |
60 | + <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
61 | + </component> | |
62 | + <component class="dev"> | |
63 | + <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dev.tar.lzma" /> | |
64 | + <release tarname="libcrypt-1.1_1-3-msys-1.0.13-dev.tar.lzma" /> | |
65 | + </component> | |
66 | + <licence tarname="crypt-%-msys-%-lic.tar" /> | |
67 | + <source tarname="crypt-%-msys-%-src.tar" /> | |
68 | + </package> | |
69 | + </package-collection> | |
70 | +</software-distribution> | |
71 | + |