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