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-openssl.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-openssl">
|
---|
10 | <affiliate group="MinGW Developer Toolkit" />
|
---|
11 | <description lang="en" title="Open source crypto toolkit for TLS/SSL" >
|
---|
12 | <paragraph>openssl is a collaborative effort to develop a robust,
|
---|
13 | commercial-grade, fully featured, and Open Source toolkit
|
---|
14 | implementing the Secure Sockets Layer (SSL v2/v3) and Transport
|
---|
15 | Layer Security (TLS v1) protocols as well as a full-strength
|
---|
16 | general purpose cryptography library. The project is managed by
|
---|
17 | a worldwide community of volunteers that use the Internet to
|
---|
18 | communicate, plan, and develop the OpenSSL toolkit and its
|
---|
19 | related documentation.
|
---|
20 | </paragraph>
|
---|
21 | <paragraph>The msys-openssl package provides the documentation
|
---|
22 | for the openssl library, a few pre-defined certificates, and
|
---|
23 | several useful utilities. The associated msys-libopenssl package
|
---|
24 | provides the runtime library and related development files.
|
---|
25 | </paragraph>
|
---|
26 | </description>
|
---|
27 |
|
---|
28 | <licence tarname="openssl-%-msys-%-lic.tar.%" />
|
---|
29 | <source tarname="openssl-%-msys-%-src.tar.%" />
|
---|
30 |
|
---|
31 | <component class="bin">
|
---|
32 | <!-- Every MSYS package requires msys-core-bin. This dependency
|
---|
33 | is not explicitly stated here; rather, it is implicitly satisfied
|
---|
34 | as a prerequisite of the matching DLL for this package itself,
|
---|
35 | which is specified for each of the following releases.
|
---|
36 | -->
|
---|
37 | <release tarname="openssl-1.0.0-1-msys-1.0.13-bin.tar.lzma" >
|
---|
38 | <requires eq="msys-libopenssl-%-msys-%-dll-100.tar" />
|
---|
39 | </release>
|
---|
40 | </component>
|
---|
41 |
|
---|
42 | <component class="doc">
|
---|
43 | <release tarname="openssl-1.0.0-1-msys-1.0.13-doc.tar.lzma" />
|
---|
44 | </component>
|
---|
45 |
|
---|
46 | <component class="lic">
|
---|
47 | <release tarname="openssl-1.0.0-1-msys-1.0.13-lic.tar.lzma" />
|
---|
48 | </component>
|
---|
49 | </package>
|
---|
50 |
|
---|
51 | <package name="msys-libopenssl">
|
---|
52 | <affiliate group="MinGW Developer Toolkit" />
|
---|
53 | <description lang="en" title="Open source crypto toolkit for TLS/SSL" >
|
---|
54 | <paragraph>openssl is a collaborative effort to develop a robust,
|
---|
55 | commercial-grade, fully featured, and Open Source toolkit
|
---|
56 | implementing the Secure Sockets Layer (SSL v2/v3) and Transport
|
---|
57 | Layer Security (TLS v1) protocols as well as a full-strength
|
---|
58 | general purpose cryptography library. The project is managed by
|
---|
59 | a worldwide community of volunteers that use the Internet to
|
---|
60 | communicate, plan, and develop the OpenSSL toolkit and its
|
---|
61 | related documentation.
|
---|
62 | </paragraph>
|
---|
63 | <paragraph>The msys-libopenssl package provides the runtime library
|
---|
64 | and related development files. The associated msys-openssl package
|
---|
65 | provides the documentation for the openssl library, a few
|
---|
66 | pre-defined certificates, and several useful utilities.
|
---|
67 | </paragraph>
|
---|
68 | </description>
|
---|
69 |
|
---|
70 | <licence tarname="openssl-%-msys-%-lic.tar.%" />
|
---|
71 | <source tarname="openssl-%-msys-%-src.tar.%" />
|
---|
72 |
|
---|
73 | <component class="dll">
|
---|
74 | <release tarname="libopenssl-1.0.0-1-msys-1.0.13-dll-100.tar.lzma" />
|
---|
75 |
|
---|
76 | <!-- Every MSYS DLL package requires msys-core-bin -->
|
---|
77 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
78 | </component>
|
---|
79 |
|
---|
80 | <component class="dev">
|
---|
81 | <release tarname="libopenssl-1.0.0-1-msys-1.0.13-dev.tar.lzma" >
|
---|
82 | <requires eq="msys-libopenssl-%-msys-%-dll-100.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: -->
|
---|