From 84d8b510ac289af0a43bfa9e110844af27a90196 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Apr 2006 09:03:08 -0500 Subject: initial commit from stable 0.3 --- chat-libs/tls/BUILD | 3 +++ chat-libs/tls/DEPENDS | 1 + chat-libs/tls/DETAILS | 14 ++++++++++++++ chat-libs/tls/HISTORY | 19 +++++++++++++++++++ chat-libs/tls/INSTALL | 3 +++ 5 files changed, 40 insertions(+) create mode 100755 chat-libs/tls/BUILD create mode 100755 chat-libs/tls/DEPENDS create mode 100755 chat-libs/tls/DETAILS create mode 100644 chat-libs/tls/HISTORY create mode 100755 chat-libs/tls/INSTALL (limited to 'chat-libs/tls') diff --git a/chat-libs/tls/BUILD b/chat-libs/tls/BUILD new file mode 100755 index 0000000000..76cd38b689 --- /dev/null +++ b/chat-libs/tls/BUILD @@ -0,0 +1,3 @@ + sedit "s/tclPort.h/tcl.h/" strncasecmp.c && + ./configure --with-ssl-dir=/usr --prefix=/usr $OPTS && + make diff --git a/chat-libs/tls/DEPENDS b/chat-libs/tls/DEPENDS new file mode 100755 index 0000000000..a70b5cf9e7 --- /dev/null +++ b/chat-libs/tls/DEPENDS @@ -0,0 +1 @@ +depends openssl diff --git a/chat-libs/tls/DETAILS b/chat-libs/tls/DETAILS new file mode 100755 index 0000000000..a7419b559b --- /dev/null +++ b/chat-libs/tls/DETAILS @@ -0,0 +1,14 @@ + SPELL=tls + VERSION=1.4.1 + SOURCE=tls$VERSION-src.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}1.4 + SOURCE_URL[0]=$SOURCEFORGE_URL/tls/$SOURCE + WEB_SITE=http://tls.sourceforge.net/ + MD5[0]=1b3a9bf31b9dc268c448e8bf60da6c7a + BUILD_API=2 + ENTERED=20031126 + UPDATED=20041108 + SHORT="TLS is an OpenSSL / RSA-bsafe Tcl extension" +cat << EOF +TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS). +EOF diff --git a/chat-libs/tls/HISTORY b/chat-libs/tls/HISTORY new file mode 100644 index 0000000000..b3e35eabf4 --- /dev/null +++ b/chat-libs/tls/HISTORY @@ -0,0 +1,19 @@ +2006-02-03 Eric Sandall + * INSTALL: Fails to install with multiple jobs (Bug #10488) + +2004-11-25 George Sherwood + * DETAILS: Add BUILD_API=2 + +2004-11-08 Arjan Bouter + * BUILD_API=2 conversion + * BUILD: added a mkdir to fix a bug in make install + +2004-10-07 George Sherwood + * DETAILS: Downgraded to version 1.4.1 until 1.5 works + +2004-08-11 George Sherwood + * DETAILS: Updated to version 1.5.0 + +2003-11-26 Ladislav Hagara + * DETAILS, BUILD, DEPENDS, HISTORY: created spell, version 1.4.1 + diff --git a/chat-libs/tls/INSTALL b/chat-libs/tls/INSTALL new file mode 100755 index 0000000000..5df51feebc --- /dev/null +++ b/chat-libs/tls/INSTALL @@ -0,0 +1,3 @@ +make_single && +mkdir -p $INSTALL_ROOT/usr/lib/$SPELL-$VERSION && +default_install -- cgit v1.2.3