head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	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.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2013.02.18.21.46.33;	author svnexp;	state Exp;
branches;
next	1.10;

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

1.9
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2010.07.15.12.22.23;	author jadawin;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.11.19.44.22;	author beech;	state Exp;
branches;
next	1.6;

1.6
date	2008.10.16.21.35.40;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.05.10.19.53;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.31.14.09.53;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.05.09.18.30;	author linimon;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312526
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Ports collection makefile for:        ipguard
# Date created:                         6 Oct 2008
# Whom:                                 SeaD
#
# $FreeBSD: head/security/ipguard/Makefile 312526 2013-02-18 21:13:02Z dinoex $
#

PORTNAME=	ipguard
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	security net
MASTER_SITES=	http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/

MAINTAINER=	sead@@deep.perm.ru
COMMENT=	Tool designed to protect LAN IP address space by ARP spoofing

LIB_DEPENDS=	net:${PORTSDIR}/net/libnet

USE_RC_SUBR=	${PORTNAME}
MAN8=		${PORTNAME}.8
PORTDOCS=	COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
PLIST_FILES=	sbin/ipguard

post-install:
.if !defined(NOPORTDOCS)
	@@${INSTALL} -d ${DOCSDIR}
	@@cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/ipguard/Makefile 301684 2012-07-29 11:17:02Z cs $
d10 1
d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
@


1.9
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update 1.04

PR:		ports/148514
Submitted by:	SeaD <sead _AT_ deep.perm.ru>
@
text
@d14 1
a14 1
COMMENT=	Tool designed to protect LAN IP adress space by ARP spoofing
@


1.7
log
@- Update to 1.02
- Change to PORTDOCS and remove pkg-plist

PR:		ports/129545
Submitted by:	SeaD <sead@@deep.perm.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.02
@


1.6
log
@- File was rerolled to fix some spelling
- Add rc script
- Pass maintainership to submitter

PR:		127940
Submitted by:	SeaD <sead@@deep.perm.ru>
@
text
@d9 1
a9 2
PORTVERSION=	1.00
PORTREVISION=	1
d20 2
a21 1
DOCS=		COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
d24 3
a26 5
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for doc in ${DOCS}
	@@${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
.endfor
@


1.5
log
@- Update to 1.00

PR:		127873
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d1 2
a2 2
# New ports collection makefile for:    ipguard
# Date created:                         2 Sep 2005
d10 1
d12 1
a12 1
MASTER_SITES=	http://ipguard.deep.perm.ru/files/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 1
a17 1
BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
d19 3
a21 21
MAN8=		ipguard.8

ETHERS?=	/etc/ethers

MAKE_ARGS+=	ETHERS=${ETHERS}

SUB_FILES=	pkg-message
SUB_LIST=	ETHERS=${ETHERS}

LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config

post-patch:
	@@${REINPLACE_CMD} -Ee \
		's|libnet-config|${LIBNET_CONFIG}|; \
		 s|^(INCLUDES=).*|\1`${LIBNET_CONFIG} --cflags`|' \
		${WRKSRC}/${MAKEFILE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ipguard ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/doc/ipguard.8 ${MANPREFIX}/man/man8
	${INSTALL_SCRIPT} ${WRKSRC}/doc/ipguard.sh.sample ${PREFIX}/etc/rc.d
d24 6
a29 1
	@@${CAT} ${PKGMESSAGE}
@


1.4
log
@- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	0.04
PORTREVISION=	2
d16 1
a16 1
BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
d27 1
a27 1
LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet10-config
@


1.3
log
@Reset inactive maintainer who has not responded to email.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
BUILD_DEPENDS=	libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
d27 8
a34 1
PKGMESSAGE=	${WRKDIR}/pkg-message
@


1.2
log
@libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	sead@@mail.ru
@


1.1
log
@ipguard listens network for ARP packets. All permitted MAC/IP pairs
listed in 'ethers' file. If it recieves one with MAC/IP pair, which is
not listed in 'ethers' file, it will send ARP reply with configured
fake address. This will prevent not permitted host to work properly
in this ethernet segment. Especially Windows(TM) hosts.

PR:		ports/84627, ports/85671
Submitted by:	SeaD <sead@@mail.ru>
@
text
@d10 1
d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
@

