diff options
author | peter <peter@pkgsrc.org> | 2005-01-22 19:46:11 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-22 19:46:11 +0000 |
commit | b80949d2ecc0e93ebd923c60105165697fd7edf0 (patch) | |
tree | e1e804440135e8953820a2bef25a01c292014c3f /security | |
parent | c8461a6dd747bc781129a48983c9cdafe53e688f (diff) | |
download | pkgsrc-b80949d2ecc0e93ebd923c60105165697fd7edf0.tar.gz |
Reimported as security/tcl-tls.
Diffstat (limited to 'security')
-rw-r--r-- | security/tls/DESCR | 4 | ||||
-rw-r--r-- | security/tls/Makefile | 22 | ||||
-rw-r--r-- | security/tls/PLIST | 6 | ||||
-rw-r--r-- | security/tls/buildlink3.mk | 18 | ||||
-rw-r--r-- | security/tls/distinfo | 7 | ||||
-rw-r--r-- | security/tls/patches/patch-aa | 12 | ||||
-rw-r--r-- | security/tls/patches/patch-ab | 12 | ||||
-rw-r--r-- | security/tls/patches/patch-ac | 12 |
8 files changed, 0 insertions, 93 deletions
diff --git a/security/tls/DESCR b/security/tls/DESCR deleted file mode 100644 index e5334f0036a..00000000000 --- a/security/tls/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel. - -Both client and server-side sockets are possible, and this code should work -on any platform as it uses a generic mechanism for layering on SSL and Tcl. diff --git a/security/tls/Makefile b/security/tls/Makefile deleted file mode 100644 index 4d98ca9ea7f..00000000000 --- a/security/tls/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ -# - -DISTNAME= tls1.5.0-src -PKGNAME= tls-1.5.0 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tls/} - -MAINTAINER= peter@pointless.nl -HOMEPAGE= http://www.tcl.tk/ -COMMENT= TLS (aka SSL) Channel for the Tcl language - -WRKSRC= ${WRKDIR}/tls1.5 - -USE_BUILDLINK3= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q} - -.include "../../lang/tcl/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/tls/PLIST b/security/tls/PLIST deleted file mode 100644 index d8254e215d4..00000000000 --- a/security/tls/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ -include/tls.h -lib/libtls150.so -lib/tls1.50/pkgIndex.tcl -lib/tls1.50/tls.tcl -@dirrm lib/tls1.50 diff --git a/security/tls/buildlink3.mk b/security/tls/buildlink3.mk deleted file mode 100644 index 17a71e3f26d..00000000000 --- a/security/tls/buildlink3.mk +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -TLS_BUILDLINK3_MK:= ${TLS_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= tls -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntls} -BUILDLINK_PACKAGES+= tls - -.if !empty(TLS_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.tls+= tls>=1.5.0 -BUILDLINK_PKGSRCDIR.tls?= ../../security/tls -.endif # TLS_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/security/tls/distinfo b/security/tls/distinfo deleted file mode 100644 index 34a627c768a..00000000000 --- a/security/tls/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ - -SHA1 (tls1.5.0-src.tar.gz) = 66611f384f4b1c5e126ac8fc1cd03040bbe8ac16 -Size (tls1.5.0-src.tar.gz) = 113600 bytes -SHA1 (patch-aa) = 0d2637038ce203dabdc4c4e9ea36d09a99978d15 -SHA1 (patch-ab) = 36b1d12c31b1b05268bff378795a51c0750c61bd -SHA1 (patch-ac) = 350f1b3fc999c27522b2e17e6ba65072095e9b45 diff --git a/security/tls/patches/patch-aa b/security/tls/patches/patch-aa deleted file mode 100644 index fdceaf1daa0..00000000000 --- a/security/tls/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ - ---- configure.in.orig 2000-08-18 21:09:22.000000000 +0200 -+++ configure.in -@@ -299,6 +299,7 @@ SHLIB_LD=${TCL_SHLIB_LD} - STLIB_LD=${TCL_STLIB_LD} - SHLIB_CFLAGS=${TCL_SHLIB_CFLAGS} - -+AC_SUBST(TCL_CC) - AC_SUBST(CFLAGS_DEBUG) - AC_SUBST(CFLAGS_OPTIMIZE) - AC_SUBST(STLIB_LD) diff --git a/security/tls/patches/patch-ab b/security/tls/patches/patch-ab deleted file mode 100644 index c591f26e577..00000000000 --- a/security/tls/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ - ---- Makefile.in.orig 2000-08-23 19:35:24.000000000 +0200 -+++ Makefile.in -@@ -120,6 +120,7 @@ POST_UNINSTALL = : - PACKAGE = @PACKAGE@ - VERSION = @VERSION@ - CC = @CC@ -+TCL_CC = @TCL_CC@ - CFLAGS_DEBUG = @CFLAGS_DEBUG@ - CFLAGS_DEFAULT = @CFLAGS_DEFAULT@ - CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ diff --git a/security/tls/patches/patch-ac b/security/tls/patches/patch-ac deleted file mode 100644 index a93b006bb0d..00000000000 --- a/security/tls/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2005/01/22 13:21:43 peter Exp $ - ---- configure.orig 2002-02-04 23:46:09.000000000 +0100 -+++ configure 2005-01-20 20:26:28.000000000 +0100 -@@ -2053,6 +2053,7 @@ - s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g - s%@TCL_INCLUDES@%$TCL_INCLUDES%g - s%@CLEANFILES@%$CLEANFILES%g -+s%@TCL_CC@%$TCL_CC%g - s%@CFLAGS_DEBUG@%$CFLAGS_DEBUG%g - s%@CFLAGS_OPTIMIZE@%$CFLAGS_OPTIMIZE%g - s%@STLIB_LD@%$STLIB_LD%g |