head	1.22;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.15
	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.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.07.27.11.39.54;	author ehaupt;	state Exp;
branches;
next	1.20;

1.20
date	2009.08.22.00.35.01;	author amdmi3;	state Exp;
branches;
next	1.19;

1.19
date	2009.03.27.09.53.31;	author ehaupt;	state Exp;
branches;
next	1.18;

1.18
date	2008.03.13.15.21.46;	author ehaupt;	state Exp;
branches;
next	1.17;

1.17
date	2007.10.04.06.00.23;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2007.08.09.08.36.25;	author ehaupt;	state Exp;
branches;
next	1.15;

1.15
date	2007.03.21.14.05.10;	author ehaupt;	state Exp;
branches;
next	1.14;

1.14
date	2006.06.16.10.45.53;	author ehaupt;	state Exp;
branches;
next	1.13;

1.13
date	2006.03.19.21.34.56;	author ehaupt;	state Exp;
branches;
next	1.12;

1.12
date	2006.03.15.10.41.42;	author ehaupt;	state Exp;
branches;
next	1.11;

1.11
date	2006.02.19.11.39.11;	author ehaupt;	state Exp;
branches;
next	1.10;

1.10
date	2005.10.06.11.57.06;	author ehaupt;	state Exp;
branches;
next	1.9;

1.9
date	2005.08.29.12.56.54;	author sem;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.13.21.31.40;	author niels;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.13.14.39.54;	author simon;	state Exp;
branches;
next	1.6;

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

1.5
date	2004.10.12.17.42.54;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.22.23.41.26;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.54;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.24.16.23.56;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.05.22.03.17;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for:		proxytunnel
# Date created:					Sun Nov 25 15:16:44 BRST 2001
# Whom:						Hammurabi Mendes <hmendes@@brturbo.com>
#
# $FreeBSD: head/security/proxytunnel/Makefile 301603 2012-07-27 11:39:54Z ehaupt $
#

PORTNAME=	proxytunnel
PORTVERSION=	1.9.0
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20source%20tarballs/${PORTNAME}%20${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Connects stdin and stdout to an origin server through an HTTPS proxy

USE_GMAKE=	yes
USE_PKGCONFIG=	build
MAKE_JOBS_SAFE=	yes

ALL_TARGET=	${PORTNAME}

MAN1=		proxytunnel.1
PLIST_FILES=	bin/proxytunnel

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.21
log
@SVN rev 301603 on 2012-07-27 11:39:54Z by ehaupt

Use the new USE_PKGCONFIG macro
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d18 1
a18 1
USE_GNOME=	pkgconfig
@


1.19
log
@Mark MAKE_JOBS_SAFE
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.18
log
@Update to 1.9.0
@
text
@d20 1
@


1.17
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d9 1
a9 2
PORTVERSION=	1.7.2
DISTVERSIONSUFFIX=	.${SVNREV}
d19 1
a19 1
USE_GETOPT_LONG=yes
a20 1
MAKE_ENV+=	CC="${CC}" LDFLAGS="${LDFLAGS}"
d23 1
a24 10
PORTDOCS=	CHANGES CREDITS README

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
CFLAGS+=	-DUSE_SSL -DHAVE_SETPROCTITLE -DSPT_TYPE=1 -DREV=${SVNREV}
CFLAGS+=	-DHAVE_GETOPT_LONG

SVNREV=		161

post-patch:
	@@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE}
d27 2
a28 8
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
@


1.16
log
@Update to 1.7.2
@
text
@d30 1
a33 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
CFLAGS+=	-DHAVE_GETOPT_LONG
.endif

d47 1
a47 1
.include <bsd.port.post.mk>
@


1.15
log
@Update to 1.7.0
@
text
@d9 2
a10 1
PORTVERSION=	1.7.0
a21 2
CFLAGS+=	-DUSE_SSL -DHAVE_SETPROCTITLE -DSPT_TYPE=1

a22 1

d28 5
@


1.14
log
@Update to 1.6.3
@
text
@d9 1
a9 1
PORTVERSION=	1.6.3
@


1.13
log
@Fix SSL support.

Notified by:	Nagilum <nagilum@@nagilum.org>
@
text
@d9 1
a9 2
PORTVERSION=	1.6.0
PORTREVISION=	1
d18 1
d21 4
a29 2
CFLAGS+=	-DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=1

@


1.12
log
@Update to 1.6.0

PR:		94106
@
text
@d10 1
d26 8
d35 1
a35 1
	@@${REINPLACE_CMD} -e '/^CFLAGS*/d; /^CC*/d' ${WRKSRC}/Makefile
d47 1
a47 1
.include <bsd.port.mk>
@


1.11
log
@Remove deprecated USE_REINPLACE
@
text
@d9 1
a9 1
PORTVERSION=	1.5.0
@


1.10
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a18 1
USE_REINPLACE=	yes
@


1.9
log
@- Update to 1.5.0
- Reformat pkg-descr
- Pass maintainership to submitter

PR:		ports/85002
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d15 1
a15 1
MAINTAINER=	ehaupt@@critical.ch
@


1.8
log
@Upgrade to version 1.2.3 which contains a fix for the reported
format string issue.

Approved by:	nectar (mentor)
@
text
@d2 2
a3 2
# Date created:			Sun Nov 25 15:16:44 BRST 2001
# Whom:			Hammurabi Mendes <hmendes@@brturbo.com>
d9 1
a9 1
PORTVERSION=	1.2.3
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 3
a21 1
USE_GETOPT_LONG=yes
d26 3
d30 7
a36 4
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
@


1.7
log
@Mark DEPRECATED and set 1 month expiration date due to unresolved
security issues and no maintainer.

VuXML:		http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html
Approved by:	erwin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
a17 3
DEPRECATED=	http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html
EXPIRATION_DATE=2005-02-13

a19 1
NO_WRKSUBDIR=	yes
@


1.6
log
@Reset undeliverable maintainer email address:

<hmendes@@brturbo.com>: host mx.brturbo.com[200.199.201.144] said: 550 User
    unknown: hmendes@@brturbo.com
@
text
@d18 3
@


1.5
log
@- Update to 1.1.3
- Add USE_GETOPT_LONG
- Replace pkg-plist with PLIST_FILES and PORTDOCS

PR:		71742
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	hmendes@@brturbo.com
@


1.4
log
@- Update to version 1.1.2

PR:		ports/62646
Submitted by:	Alex Kapranoff <kappa@@web.1tv.ru>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
d19 2
d22 2
a23 1
DOC_FILES=	CHANGES CREDITS README
d29 1
a29 3
.for doc in ${DOC_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.6
a17 1
WRKSRC=		${WRKDIR}/${PORTNAME}
d20 1
a20 1
DOC_FILES=	CHANGES CREDITS LICENSE.txt README
@


1.2
log
@Update maintainer address

Submitted by:	maintainer
@
text
@d16 1
@


1.1
log
@New port proxytunnel version 1.0.6: Connects stdin and stdout to
an origin server through an HTTPS proxy

Submitted by:	Hammurabi Mendes <hmendes_br@@yahoo.com>
@
text
@d3 1
a3 1
# Whom:			Hammurabi Mendes <hmendes_br@@yahoo.com>
d15 1
a15 1
MAINTAINER=	hmendes_br@@yahoo.com
@

