View | Details | Raw Unified | Return to bug 88223
Collapse All | Expand All

(-)Makefile (-9 / +8 lines)
Lines 5-23 Link Here
5
# $FreeBSD: ports/net/ipsorc/Makefile,v 1.12 2004/02/04 05:08:08 marcus Exp $
5
# $FreeBSD: ports/net/ipsorc/Makefile,v 1.12 2004/02/04 05:08:08 marcus Exp $
6
#
6
#
7
7
8
PORTNAME=	ipsorc
8
PORTNAME=		ipsorc
9
PORTVERSION=	1.7.5
9
PORTVERSION=	1.7.5
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	net security
11
CATEGORIES=		net security
12
MASTER_SITES=	http://www.informony.com/ipsorc/ \
12
MASTER_SITES=	http://ipv42.net/distfiles/ipsorc/ \
13
		http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ \
13
				http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/
14
		http://www.l0t3k.net/tools/PacketGenerator/
15
14
16
MAINTAINER=	ecu@ipv42.net
15
MAINTAINER=		ecu@ipv42.net
17
COMMENT=	A tool to create and send IP packets with a graphical GTK front-end
16
COMMENT=		A tool to create and send IP packets with a graphical GTK front-end
18
17
19
USE_GNOME=	gtk12
18
USE_GNOME=		gtk12
20
USE_BZIP2=	yes
19
USE_BZIP2=		yes
21
20
22
post-patch:
21
post-patch:
23
	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
22
	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
(-)pkg-descr (-7 / +5 lines)
Lines 1-8 Link Here
1
IP Sorcery (ajs023@motorola.com) is a program that can generate IP packets
1
IP Sorcery is a network troubleshooting and firewall testing tool. 
2
(TCP, UDP, ICMP), with total control to fields, bits and data. It can work
2
The prorgram works by generating custom "packets" and sending them 
3
whitin the command line or a graphical frond-end written in GTK.
3
to a target host. Thus testing the authenticity of firewall rules 
4
IP Sorcery is useful to test program, firewalls, routers, etc.
4
and host verification. It also has a graphical user interface.
5
5
6
WWW: http://www.legions.org/~phric/ipsorcery.html
6
WWW: http://www.mimisbrunnr.net/~case/ipsorcery.html
7
8
--Nicolas Jombart <ecu@ipv42.net>

Return to bug 88223