head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.10
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.9
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	v1998_06_14:1.1.1.1
	ALEXLH:1.1.1;
locks; strict;
comment	@# @;


1.17
date	2013.03.04.16.08.05;	author svnexp;	state dead;
branches;
next	1.16;

1.16
date	2013.01.27.07.43.24;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2006.07.15.22.34.38;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2006.06.13.06.22.29;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2006.06.12.14.07.27;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2003.02.21.13.26.56;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2000.09.22.01.59.01;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2000.04.21.08.19.05;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.09.18.30.34;	author cpiazza;	state Exp;
branches;
next	1.7;

1.7
date	2000.02.07.22.17.56;	author billf;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.06.21.55.42;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2000.01.02.23.17.47;	author dirk;	state Exp;
branches;
next	1.4;

1.4
date	99.11.07.22.25.39;	author dirk;	state Exp;
branches;
next	1.3;

1.3
date	99.08.31.01.51.49;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.08.01.03.08.28;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.06.06.17.49.44;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.06.17.49.44;	author steve;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313385
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	sslproxy
# Date created:		11 February 1999
# Whom:			Alex Le Heux
#
# $FreeBSD: head/security/sslproxy/Makefile 311051 2013-01-27 07:31:03Z tabthorpe $
#

PORTNAME=	sslproxy
PORTVERSION=	20000129
CATEGORIES=	security
MASTER_SITES=	http://mirror2.unixfreunde.de/	\
		http://freebsd.unixfreunde.de/sources/
DISTNAME=	sslproxy.2000_Jan_29

MAINTAINER=	alexlh@@funk.org
COMMENT=	Proxies non-SSL request over an SSL connection

PORTDOCS=	README.txt dummyCert.pem

PLIST_FILES=	bin/sslproxy

USE_OPENSSL=	YES

DEPRECATED=	Abandoned upstream
EXPIRATION_DATE=	2013-02-28

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/sslproxy
	${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/dummyCert.pem \
			${PREFIX}/share/doc/sslproxy
.endif

.include <bsd.port.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311051
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/sslproxy/Makefile 300897 2012-07-14 14:29:18Z beat $
d24 3
@


1.14
log
@Use PLIST_FILES instead of PLIST.

Pointy hat to:		miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Add plist in makefile

Approved by:	krion (mentor)
@
text
@d20 1
a20 1
PLIST=		bin/sslproxy
@


1.12
log
@Update MASTER_SITES

PR:		ports/97808
Approved by:	krion (mentor)
@
text
@d20 2
@


1.11
log
@De-pkg-comment.
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.obdev.at/pub/Products/sslproxy/
d18 2
@


1.10
log
@Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.9 2000/04/21 08:19:05 mharo Exp $
d15 1
@


1.9
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.8 2000/04/09 18:30:34 cpiazza Exp $
d16 1
a16 1
USE_OPENSSL=	RSA
@


1.8
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.7 2000/02/07 22:17:56 billf Exp $
d9 1
a9 1
PORTVERSION= 	20000129
@


1.7
log
@Add a patch that stops sslproxy from leaving zombies all over the place.

Submitted by:	rwatson

Upgrade to sslproxy.2000_Jan_29, with appropriate changes.
@
text
@a1 1
# Version required:	2000_Jan_29
d5 1
a5 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.6 2000/02/06 21:55:42 kris Exp $
d8 2
a9 2
DISTNAME=	sslproxy.2000_Jan_29
PKGNAME=	sslproxy-20000129
d12 1
@


1.6
log
@USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)

Assisted by:    Jim Bloom <bloom@@acm.org>
@
text
@d2 1
a2 1
# Version required:	1998_Jun_14
d6 1
a6 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.5 2000/01/02 23:17:47 dirk Exp $
d9 2
a10 2
DISTNAME=	sslproxy.1998_Jun_14
PKGNAME=	sslproxy-19980614
@


1.5
log
@Remove dependencies to header files in ${PREFIX} to avoid problems
if openssl is in the base system already.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.4 1999/11/07 22:25:39 dirk Exp $
d16 1
a16 7
LIB_DEPENDS=	crypto.1:${PORTSDIR}/security/openssl \
		ssl.1:${PORTSDIR}/security/openssl

.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
LIB_DEPENDS=	rsaref.2:${PORTSDIR}/security/rsaref
MAKE_ENV+=	EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
.endif
@


1.4
log
@Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/sslproxy/Makefile,v 1.3 1999/08/31 01:51:49 peter Exp $
a15 1
BUILD_DEPENDS=	${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d17 2
a18 1
RUN_DEPENDS=	${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
@


1.2
log
@Find the ssl header files correctly and fix this so it will work if
USA_RESIDENT=YES.

PR:		12795
Submitted by:	Palle Girgensohn <girgen@@partitur.se>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/06/06 17:49:44 steve Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d19 5
d26 5
@


1.1.1.1
log
@Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection.

PR:		11723
Submitted by:	Alex Le Heux <alexlh@@funk.org>
@
text
@@
