diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-31 00:37:37 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-31 00:37:37 +0000 |
commit | bbd3b63a6d2aaf6f589d0d23afa75d08f62c151d (patch) | |
tree | 354b65fac9364b6b2575664fc56e5ba6b2288308 /net/ipsorc | |
parent | 42491809064094d450dc07d2dc38e920455edef2 (diff) | |
download | FreeBSD-ports-bbd3b63a6d2aaf6f589d0d23afa75d08f62c151d.zip FreeBSD-ports-bbd3b63a6d2aaf6f589d0d23afa75d08f62c151d.tar.gz |
Change MASTER_SITES
Fix pkg-descr
PR: 88223
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Diffstat (limited to 'net/ipsorc')
-rw-r--r-- | net/ipsorc/Makefile | 5 | ||||
-rw-r--r-- | net/ipsorc/pkg-descr | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index 88b89d2..ed7a6c6 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -9,9 +9,8 @@ PORTNAME= ipsorc PORTVERSION= 1.7.5 PORTREVISION= 1 CATEGORIES= net security -MASTER_SITES= http://www.informony.com/ipsorc/ \ - http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ \ - http://www.l0t3k.net/tools/PacketGenerator/ +MASTER_SITES= http://ipv42.net/distfiles/ipsorc/ \ + http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ MAINTAINER= ecu@ipv42.net COMMENT= A tool to create and send IP packets with a graphical GTK front-end diff --git a/net/ipsorc/pkg-descr b/net/ipsorc/pkg-descr index 0773c92..ad49f4a 100644 --- a/net/ipsorc/pkg-descr +++ b/net/ipsorc/pkg-descr @@ -1,8 +1,6 @@ -IP Sorcery (ajs023@motorola.com) is a program that can generate IP packets -(TCP, UDP, ICMP), with total control to fields, bits and data. It can work -whitin the command line or a graphical frond-end written in GTK. -IP Sorcery is useful to test program, firewalls, routers, etc. +IP Sorcery is a network troubleshooting and firewall testing tool. +The prorgram works by generating custom "packets" and sending them +to a target host. Thus testing the authenticity of firewall rules +and host verification. It also has a graphical user interface. -WWW: http://www.legions.org/~phric/ipsorcery.html - ---Nicolas Jombart <ecu@ipv42.net> +WWW: http://www.mimisbrunnr.net/~case/ipsorcery.html |