This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] gnutls/libgnutls26/gnutls-devel/gnutls-doc: Library implementing TLS 1.0 and SSL 3.0 protocols


Hi

I would like to adopt and maintain the 'gnutls/libgnutls26/gnutls-devel/gnutls-doc' packages
from Gerrit P.Haase.


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./gnutls-devel/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (development)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Devel Libs Net
requires: cygwin libgnutls26 liblzo2-devel libopencdk-devel libtasn1-devel
external-source: gnutls

-------------------------------------------------------------------------------------------
./gnutls-doc/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (documentation)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Doc Libs Net
requires: cygwin
external-source: gnutls

-------------------------------------------------------------------------------------------
./libgnutls26/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (runtime)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Libs Net
requires: cygwin libgcrypt liblzo2_2 libopencdk10 libreadline6 libtasn1_3 zlib
external-source: gnutls


-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (utilities)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Libs Net
requires: cygwin libgnutls26



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p gnutls/libgnutls26 gnutls/gnutls-devel gnutls/gnutls-doc

cd gnutls
wget http://volkerzell.de/cygwin/ITP/gnutls/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1.tar.bz2

cd libgnutls26
wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/libgnutls26-2.2.2-1.tar.bz2

cd ../gnutls-devel
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/gnutls-devel-2.2.2-1.tar.bz2

cd ../gnutls-doc
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/gnutls-doc-2.2.2-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]