From 7e6dfba7c3ee9ca5564cafa6592246c918ca886e Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 26 Jul 2005 18:47:06 +0000 Subject: TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to use your favourite FTP client with any TLS/SSL-enabled FTP server. WWW: http://tlswrap.sunsite.dk/ PR: ports/84028 Submitted by: Daniel J. O'Connor Thanks to: novel --- security/Makefile | 1 + security/tlswrap/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ security/tlswrap/distinfo | 2 ++ security/tlswrap/pkg-descr | 4 ++++ 4 files changed, 49 insertions(+) create mode 100644 security/tlswrap/Makefile create mode 100644 security/tlswrap/distinfo create mode 100644 security/tlswrap/pkg-descr (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 6a95bfa8a42..cb2f846c797 100644 --- a/security/Makefile +++ b/security/Makefile @@ -515,6 +515,7 @@ SUBDIR += tinc SUBDIR += tinyca SUBDIR += tinysu + SUBDIR += tlswrap SUBDIR += tor SUBDIR += trinokiller SUBDIR += tripwire diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile new file mode 100644 index 00000000000..f3d8713a7c7 --- /dev/null +++ b/security/tlswrap/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: tlswrap +# Date created: 25 July 2005 +# Whom: Daniel O'Connor +# +# $FreeBSD$ +# + +PORTNAME= tlswrap +PORTVERSION= 1.0.2 +CATEGORIES= security +MASTER_SITES= http://tlswrap.sunsite.dk/ +DISTNAME= ${PORTNAME}-1.02 + +MAINTAINER= darius@dons.net.au +COMMENT= An FTP proxy that wraps data and control with TLS/SSL + +GNU_CONFIGURE= yes +USE_OPENSSL= yes +USE_REINPLACE= yes + +PLIST_FILES= bin/tlswrap +PORTDOCS= README + +.include + +post-configure: +.if ( ${OSVERSION} < 500000 ) + @${REINPLACE_CMD} -E 's,#define socklen_t size_t,,g' \ + ${WRKSRC}/conf.h +.endif + +post-patch: + @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ + ${WRKSRC}/Makefile.in + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include diff --git a/security/tlswrap/distinfo b/security/tlswrap/distinfo new file mode 100644 index 00000000000..f148de64974 --- /dev/null +++ b/security/tlswrap/distinfo @@ -0,0 +1,2 @@ +MD5 (tlswrap-1.02.tar.gz) = fa9e503a861a7519a8f485bad77e2cc7 +SIZE (tlswrap-1.02.tar.gz) = 137602 diff --git a/security/tlswrap/pkg-descr b/security/tlswrap/pkg-descr new file mode 100644 index 00000000000..ba430d28638 --- /dev/null +++ b/security/tlswrap/pkg-descr @@ -0,0 +1,4 @@ +TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to +use your favourite FTP client with any TLS/SSL-enabled FTP server. + +WWW: http://tlswrap.sunsite.dk/ -- cgit