head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.09.14.23.14.38;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2003.09.28.13.30.44;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.13.01.19.12;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove security/pf and security/authpf ports. They were only useful on
  FreeBSD 5.0 - 5.2.1.

Requested by:	mlaier (maintainer) via linimon
@
text
@--- Makefile.orig	Sat Sep 27 13:16:29 2003
+++ Makefile	Sat Sep 27 13:17:04 2003
@@@@ -3,17 +3,10 @@@@
 #
 
 .if !make(install)
-SUBDIR= libpcap
+SUBDIR= libpcap pfctl
 .endif
 
-SUBDIR+= pfctl authpf ftp-proxy man pf pflog pfsync
+SUBDIR+= authpf
 
 .include "include/mk/util.mk"
-
-.if (ALTQ_SUPPORT) && (${ALTQ_SUPPORT} == "yes")
-SUBDIR+= pfaltq
-.endif
-
-SUBDIR+= pflogd tcpdump
-
 .include <bsd.subdir.mk>
@


1.2
log
@Update port: security/authpf - OpenBSD 3.4 authpf

	Port update after API change of PFIL_HOOKS in -current.
	This depends on security/pf to be updated as well.

PR:		ports/57306
Submitted by:	Max Laier <max@@love2party.net>
@
text
@@


1.1
log
@Add authpf 1.0, authentification shell for pf gateways. This port depends
on security/pf first.

PR:		52123
Submitted by:	Max Laier <max@@love2party.net>
@
text
@d1 22
a22 27
*** ./authpf/Makefile				Thu Apr 17 04:17:07 2003
--- ./authpf/Makefile				Fri May  9 17:07:32 2003
***************
*** 3,15 ****
  PROG=	authpf
  MAN=	authpf.8
  BINOWN= root
! BINGRP= wheel
  BINMODE= 6555
! .if defined(PREFIX) && !empty(PREFIX)
! BINDIR= ${PREFIX}/libexec
! .else
! BINDIR= /usr/libexec
! .endif
  SRCS=	authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
  SRCS+=	pfctl_radix.c
  #CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror
--- 3,11 ----
  PROG=	authpf
  MAN=	authpf.8
  BINOWN= root
! BINGRP= authpf
  BINMODE= 6555
! BINDIR= ${PREFIX}/sbin
  SRCS=	authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
  SRCS+=	pfctl_radix.c
  #CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror
@

