aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/nstreams/Makefile6
-rw-r--r--net-mgmt/pancho/Makefile9
-rw-r--r--net/hping-devel/Makefile8
-rw-r--r--net/hping/Makefile4
-rw-r--r--net/ipsorc/Makefile9
-rw-r--r--net/p5-Net-Divert/Makefile6
-rw-r--r--net/p5-Net-RawSock/Makefile6
-rw-r--r--security/osiris/Makefile5
-rw-r--r--security/subweb/Makefile7
-rw-r--r--sysutils/ccze/Makefile7
-rw-r--r--sysutils/sec/Makefile1
11 files changed, 13 insertions, 55 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile
index feb17b73bc0c..ec552eaef824 100644
--- a/net-mgmt/nstreams/Makefile
+++ b/net-mgmt/nstreams/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nstreams
-# Date created: 22 September 1999
# Whom: darius@dons.net.au
-#
# $FreeBSD$
-#
PORTNAME= nstreams
PORTVERSION= 1.0.4
@@ -11,7 +7,7 @@ CATEGORIES= net-mgmt
MASTER_SITES= http://www.hsc.fr/ressources/outils/nstreams/download/ \
http://falafel.200ok.org/distfiles/nstreams/
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Analyses network traffic and produces ipfw rules to allow it
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile
index 48892f9f0203..02d73f50d9e3 100644
--- a/net-mgmt/pancho/Makefile
+++ b/net-mgmt/pancho/Makefile
@@ -1,18 +1,13 @@
-# New ports collection makefile for: pancho
-# Date created: november 2nd, 2001
-# Whom: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
-#
# $FreeBSD$
-#
PORTNAME= pancho
PORTVERSION= 9.3.9
CATEGORIES= net-mgmt
MASTER_SITES= http://www.pancho.org/archives/pancho/ \
- http://ipv42.net/distfiles/pancho/
+ http://200ok.org/distfiles/pancho/
DISTNAME= pancho-v${PORTVERSION}
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Network devices management tool using TFTP and SNMP
RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
diff --git a/net/hping-devel/Makefile b/net/hping-devel/Makefile
index 65b802a99286..7eb54620ef7b 100644
--- a/net/hping-devel/Makefile
+++ b/net/hping-devel/Makefile
@@ -1,18 +1,14 @@
-# New ports collection makefile for: hping-devel
-# Date Created: 2005/10/31
-# Whom: Nicolas Jombart <ecu@ipv42.net>
-#
# $FreeBSD$
PORTNAME= hping
PORTVERSION= 3.0.20051105
CATEGORIES= net security
MASTER_SITES= http://www.hping.org/ \
- http://ipv42.net/distfiles/hping/
+ http://200ok.org/distfiles/hping/
PKGNAMESUFFIX= -devel
DISTNAME= hping3-20051105
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Network auditing tool
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84
diff --git a/net/hping/Makefile b/net/hping/Makefile
index 7e01f85d23db..eab4551136d6 100644
--- a/net/hping/Makefile
+++ b/net/hping/Makefile
@@ -10,10 +10,10 @@ PORTVERSION= 2.0.0r3
PORTEPOCH= 1
CATEGORIES= net security
MASTER_SITES= http://www.hping.org/ \
- http://ipv42.net/distfiles/hping/
+ http://200ok.org/distfiles/hping/
DISTNAME= hping2.0.0-rc3
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Network auditing tool
CONFLICTS= hping-devel-[0-9]*
diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile
index 5872dc7b4d50..ac7de9f4bb8f 100644
--- a/net/ipsorc/Makefile
+++ b/net/ipsorc/Makefile
@@ -1,18 +1,13 @@
-# New ports collection makefile for: ipsorc
-# Date created: 02 December, 2001
-# Whom: Nicolas.Jombart@hsc-labs.com
-#
# $FreeBSD$
-#
PORTNAME= ipsorc
PORTVERSION= 1.7.5
PORTREVISION= 4
CATEGORIES= net security
-MASTER_SITES= http://ipv42.net/distfiles/ipsorc/ \
+MASTER_SITES= http://200ok.org/distfiles/ipsorc/ \
http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= A tool to create and send IP packets with a graphical GTK front-end
USE_GNOME= gtk12
diff --git a/net/p5-Net-Divert/Makefile b/net/p5-Net-Divert/Makefile
index 5448280895f0..f1ef8504d69c 100644
--- a/net/p5-Net-Divert/Makefile
+++ b/net/p5-Net-Divert/Makefile
@@ -1,7 +1,3 @@
-# New ports collection makefile for: p5-Net-Divert
-# Date created: January 30, 2003
-# Whom: Nicolas Jombart
-#
# $FreeBSD$
PORTNAME= Net-Divert
@@ -12,7 +8,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= A module to deal with divert(4) sockets
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-RawSock/Makefile b/net/p5-Net-RawSock/Makefile
index 12da0db3c598..31b2e2f0936a 100644
--- a/net/p5-Net-RawSock/Makefile
+++ b/net/p5-Net-RawSock/Makefile
@@ -1,7 +1,3 @@
-# New ports collection makefile for: p5-Net-Divert
-# Date created: January 30, 2003
-# Whom: Nicolas Jombart
-#
# $FreeBSD$
PORTNAME= Net-RawSock
@@ -10,7 +6,7 @@ CATEGORIES= net perl5
MASTER_SITES= http://www.hsc.fr/ressources/outils/rawsock/download/
PKGNAMEPREFIX= p5-
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Net::RawSock provides a base function to send raw IP packets from Perl
PERL_CONFIGURE= yes
diff --git a/security/osiris/Makefile b/security/osiris/Makefile
index a0a8f37be639..fc285bbfb7ae 100644
--- a/security/osiris/Makefile
+++ b/security/osiris/Makefile
@@ -1,9 +1,4 @@
-# New ports collection Makefile for: osiris
-# Date created: 10, February 2003
-# Whom: Nicolas Jombart <ecu@ipv42.net>
-#
# $FreeBSD$
-#
PORTNAME= osiris
PORTVERSION= 4.2.3
diff --git a/security/subweb/Makefile b/security/subweb/Makefile
index bd29ad55739e..492aa8441846 100644
--- a/security/subweb/Makefile
+++ b/security/subweb/Makefile
@@ -1,16 +1,11 @@
-# New ports collection makefile for: subweb
-# Date created: december 30, 2001
-# Whom: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
-#
# $FreeBSD$
-#
PORTNAME= subweb
PORTVERSION= 1.0
CATEGORIES= security www
MASTER_SITES= http://www.hsc.fr/ressources/outils/subweb/download/
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
NO_BUILD= YES
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile
index 9726c35e4f05..3a9a3a0a98c5 100644
--- a/sysutils/ccze/Makefile
+++ b/sysutils/ccze/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: ccze
-# Date Created: 2nd june 2003
-# Whom: Nicolas Jombart <ecu@ipv42.net>
-#
# $FreeBSD$
-# ex:ts=8
PORTNAME= ccze
PORTVERSION= 0.2.1
@@ -12,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://falafel.200ok.org/distfiles/ccze/ \
http://200ok.org/distfiles/ccze/
-MAINTAINER= ecu@ipv42.net
+MAINTAINER= ecu@200ok.org
COMMENT= Fast log colorizer
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile
index 983d3b86ebc2..be6e02947804 100644
--- a/sysutils/sec/Makefile
+++ b/sysutils/sec/Makefile
@@ -1,4 +1,3 @@
-# Created by: Nicolas Jombart <ecu@200ok.org>
# $FreeBSD$
PORTNAME= sec