head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.05.19.44.02;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.02.06.16.35;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.01.08.51.50;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.01.08.05.56;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.30.21.47.33;	author sem;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ftpsesame
# Date created:				1 May 2006
# Whom:					Sergey Matveychuk <sem@@FreeBSD.org>
#
# $FreeBSD: head/ftp/ftpsesame/Makefile 302141 2012-08-05 23:19:36Z dougb $
#

PORTNAME=	ftpsesame
PORTVERSION=	0.95
CATEGORIES=	ftp
MASTER_SITES=	http://www.sentia.org/downloads/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sem

MAINTAINER=	sem@@FreeBSD.org
COMMENT=	Helper for pf firewall to pass FTP protocol

MAN8=		ftpsesame.8
PLIST_FILES=	bin/ftpsesame
USE_RC_SUBR=	ftpsesame

MAKE_ARGS=	PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}

.include <bsd.port.mk>
@


1.6
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d20 1
a20 1
USE_RC_SUBR=	ftpsesame.sh
@


1.4
log
@- Works only on 6.0+

Reported by:	kris via pointyhat
@
text
@d24 1
a24 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600034
IGNORE=		need BIOCLOCK and BIOCSETWF ioctls (FreeBSD 6.0+)
.endif

.include <bsd.port.post.mk>
@


1.3
log
@- Reword COMMENT to fix my nightly english.
@
text
@d26 2
a27 2
.if ${OSVERSION} < 502106
IGNORE=		there is no pf(4) in the base system
@


1.2
log
@- Add a startup script
- Add MASTER_SITE_LOCAL as a second masete site
- Fix IGNORE message to satisfy portlint
@
text
@d16 1
a16 1
COMMENT=	Helper for the FTP protocol to get through your pf firewall
@


1.1
log
@ftpsesame helps the FTP protocol get through your pf firewall.
It does this by passively analysing FTP control connections
and adding rules into a pf anchor when an FTP data connection
is about to commence.

WWW: http://www.sentia.org/projects/ftpsesame/
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.sentia.org/downloads/
d16 1
a16 1
COMMENT=	Helper for the FTP protocol get through your pf firewall
d20 1
d27 1
a27 1
IGNORE=		There is no pf(4) in the base system
@

