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


1.10
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.07.12.05.48.17;	author sbz;	state Exp;
branches;
next	1.8;

1.8
date	2011.03.18.10.04.52;	author sbz;	state Exp;
branches;
next	1.7;

1.7
date	2011.02.27.13.09.23;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.35.02;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.12.15.18.18;	author yzlin;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.07.11.20.21;	author yzlin;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.09.09.18.07;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.09.21.41.07;	author miwi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-PF
# Date created:		2009-02-07
# Whom:			Sofian Brabez <sbrabez@@gmail.com>
#
# $FreeBSD: head/security/py-PF/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	PF
PORTVERSION=	0.0.6
CATEGORIES=	security python
MASTER_SITES=	SF/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	A pure-Python module for managing OpenBSD Packet Filter

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}_${PORTNAME}

SUB_FILES=	pkg-message

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.9
log
@- Update to 0.0.6

Approved by:	miwi@@ (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.5
a27 3
post-patch:
	@@${REINPLACE_CMD} -e 's#"0.0.4"#"0.0.5"#g' ${WRKSRC}/setup.py

@


1.7
log
@- Update to 0.0.5

PR:		155025
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	sbrabez@@gmail.com
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 1
PORTVERSION=	0.0.4
d14 1
d19 3
d28 3
@


1.5
log
@- Fix fetch error

Approved by:	rafan (co-mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	../project/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME}
@


1.4
log
@- Update to 0.0.4

PR:		137262
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
Approved by:	rafan (co-mentor)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}${PORTNAME:L}
@


1.3
log
@- Update to 0.0.3

PR:		134235
Submitted by:	Sofian Brabez <sbrabez@@gmail.com> (maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.0.3
@


1.2
log
@- Remove PKGMESSAGE

Reported by:	pav
Approved by:	maintainer via irc
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
@


1.1
log
@py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aims
to combine the flexibility of PF's C API and the power of Python, making it
easier to manage PF data and to integrate firewalling capabilities in more
complex applications.

WWW:	http://www.kernel-panic.it/software/py-pf/

PR:		ports/131463
Submitted by:	Sofian Brabez <sbrabez at gmail.com>
@
text
@a22 1
PKGMESSAGE=	${WRKDIR}/pkg-message
@

