head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.12.29.07.30.59;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.18.13.06.32;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.16.09.52.39;	author scheidell;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.00.38.05;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.27.22.30.32;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309612
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309612 | wen | 2012-12-29 06:46:19 +0000 (Sat, 29 Dec 2012) | 8 lines
## SVN ##
## SVN ## - Update to 0.92.3
## SVN ## - Add LICENSE
## SVN ## - Update COMMENT
## SVN ## - Pass maintainership to submitter
## SVN ##
## SVN ## PR:		174789
## SVN ## Submitted by:	nemysis <nemysis@@gmx.ch>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Antony Mawer <ports@@mawer.org>
# $FreeBSD: head/www/cntlm/Makefile 309612 2012-12-29 06:46:19Z wen $

PORTNAME=	cntlm
PORTVERSION=	0.92.3
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

MAINTAINER=	nemysis@@gmx.ch
COMMENT=	NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy

LICENSE=	GPLv2

USE_RC_SUBR=	cntlm
HAS_CONFIGURE=	yes
USE_GMAKE=	yes
ALL_TARGET=	cntlm

MAN1=		cntlm.1

post-patch:
	@@${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR=${PREFIX}|' \
		-e 's|-Wno-unused-but-set-variable -pedantic -O3||' \
		${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cntlm ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${PREFIX}/etc/cntlm.conf.sample
	${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${MAN1PREFIX}/man/man1

post-install:
	@@if [ ! -f ${PREFIX}/etc/cntlm.conf ]; then \
		${CP} -p ${PREFIX}/etc/cntlm.conf.sample ${PREFIX}/etc/cntlm.conf; \
	fi

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/cntlm/Makefile 306069 2012-10-18 13:06:32Z tabthorpe $
d5 1
a5 1
PORTVERSION=	0.92.2
d9 4
a12 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
d16 1
d18 1
a20 2
.include <bsd.port.pre.mk>

d22 3
a24 2
	@@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
	    ${WRKSRC}/Makefile
d29 1
a29 1
	${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${PREFIX}/man/man1
d33 1
a33 1
	    ${CP} -p ${PREFIX}/etc/cntlm.conf.sample ${PREFIX}/etc/cntlm.conf; \
d36 1
a36 1
.include <bsd.port.post.mk>
@


1.4
log
@SVN rev 306069 on 2012-10-18 13:06:32Z by tabthorpe

- Reassign to the heap at maintainer's request

Feature safe:	yes
Redports:	ignore
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@- Upgrade to 0.92.2
- Fix cntlm_config line in rc script

PR:		ports/168484
Submitted by:	Brandon Gooch <jamesbrandongooch@@gmail.com>
Approved by:	Antony Mawer <lists@@mawer.org> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:   cntlm
# Date created:        23 July 2009
# Whom:                Antony Mawer <ports@@mawer.org>
#
a2 1
#
d9 1
a9 1
MAINTAINER=	ports@@mawer.org
@


1.2
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	0.35.1
@


1.1
log
@Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

WWW: http://cntlm.sourceforge.net/

PR:		ports/137016
Submitted by:	Antony Mawer <ports at mawer.org>
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@

