diff options
author | wxs <wxs@FreeBSD.org> | 2012-12-12 21:40:54 +0000 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-12-12 21:40:54 +0000 |
commit | 7c0a0b3cc7138a7b5c7719304f35234274e090b3 (patch) | |
tree | 3dcca0861a1d92b0fceba8e3a32333956a55f9a8 | |
parent | 2fb23ec2c9d5041df008b3f9e8898fbb9f9053ce (diff) | |
download | FreeBSD-ports-7c0a0b3cc7138a7b5c7719304f35234274e090b3.zip FreeBSD-ports-7c0a0b3cc7138a7b5c7719304f35234274e090b3.tar.gz |
Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
-rw-r--r-- | net-mgmt/nstreams/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/pancho/Makefile | 9 | ||||
-rw-r--r-- | net/hping-devel/Makefile | 8 | ||||
-rw-r--r-- | net/hping/Makefile | 4 | ||||
-rw-r--r-- | net/ipsorc/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-Divert/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-RawSock/Makefile | 6 | ||||
-rw-r--r-- | security/osiris/Makefile | 5 | ||||
-rw-r--r-- | security/subweb/Makefile | 7 | ||||
-rw-r--r-- | sysutils/ccze/Makefile | 7 | ||||
-rw-r--r-- | sysutils/sec/Makefile | 1 |
11 files changed, 13 insertions, 55 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index feb17b7..ec552ea 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 48892f9..02d73f5 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 65b802a..7eb5462 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 7e01f85..eab4551 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 5872dc7..ac7de9f 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 5448280..f1ef850 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 12da0db..31b2e2f 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 a0a8f37..fc285bb 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 bd29ad5..492aa84 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 9726c35..3a9a3a0 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 983d3b8..be6e029 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -1,4 +1,3 @@ -# Created by: Nicolas Jombart <ecu@200ok.org> # $FreeBSD$ PORTNAME= sec |