summaryrefslogtreecommitdiffstats
path: root/chat-libs/tls
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /chat-libs/tls
initial commit from stable 0.3
Diffstat (limited to 'chat-libs/tls')
-rwxr-xr-xchat-libs/tls/BUILD3
-rwxr-xr-xchat-libs/tls/DEPENDS1
-rwxr-xr-xchat-libs/tls/DETAILS14
-rw-r--r--chat-libs/tls/HISTORY19
-rwxr-xr-xchat-libs/tls/INSTALL3
5 files changed, 40 insertions, 0 deletions
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 <eric@sandall.us>
+ * INSTALL: Fails to install with multiple jobs (Bug #10488)
+
+2004-11-25 George Sherwood <george@beernabeer.com>
+ * DETAILS: Add BUILD_API=2
+
+2004-11-08 Arjan Bouter <abouter@sourcemage.org>
+ * BUILD_API=2 conversion
+ * BUILD: added a mkdir to fix a bug in make install
+
+2004-10-07 George Sherwood <george@beernabeer.com>
+ * DETAILS: Downgraded to version 1.4.1 until 1.5 works
+
+2004-08-11 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.5.0
+
+2003-11-26 Ladislav Hagara <hgr@vabo.cz>
+ * 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