summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
commit7409a9c4237fa770ca6940514c32cf00f8b65857 (patch)
treeaed89a49d2899faa5689dc7bd27659e4c3f3cbba
parentBuild IM with all possible features by default to reduce complaints to (diff)
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts
Notes
Notes: svn path=/head/; revision=87066
-rw-r--r--net-mgmt/angst/Makefile3
-rw-r--r--net-mgmt/ettercap/Makefile3
-rw-r--r--net/angst/Makefile3
-rw-r--r--net/ettercap/Makefile3
-rw-r--r--security/apg/Makefile4
-rw-r--r--security/crack/Makefile4
-rw-r--r--security/fragroute/Makefile4
-rw-r--r--security/outguess/Makefile4
-rw-r--r--security/siphon/Makefile4
-rw-r--r--sysutils/task/Makefile3
-rw-r--r--sysutils/whowatch/Makefile4
11 files changed, 28 insertions, 11 deletions
diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile
index d456632015f6..1defe64ab007 100644
--- a/net-mgmt/angst/Makefile
+++ b/net-mgmt/angst/Makefile
@@ -9,7 +9,8 @@
PORTNAME= angst
PORTVERSION= 0.4b
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/angst:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index dea3f5c97b1e..5e3bd97529be 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -8,7 +8,8 @@
PORTNAME= ettercap
PORTVERSION= 0.6.7
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= greid@FreeBSD.org
diff --git a/net/angst/Makefile b/net/angst/Makefile
index d456632015f6..1defe64ab007 100644
--- a/net/angst/Makefile
+++ b/net/angst/Makefile
@@ -9,7 +9,8 @@
PORTNAME= angst
PORTVERSION= 0.4b
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/angst:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile
index dea3f5c97b1e..5e3bd97529be 100644
--- a/net/ettercap/Makefile
+++ b/net/ettercap/Makefile
@@ -8,7 +8,8 @@
PORTNAME= ettercap
PORTVERSION= 0.6.7
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= greid@FreeBSD.org
diff --git a/security/apg/Makefile b/security/apg/Makefile
index 0f87ac7904e4..24b7dca42c8f 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -8,7 +8,9 @@
PORTNAME= apg
PORTVERSION= 2.1.0
CATEGORIES= security
-MASTER_SITES= http://www.adel.nursat.kz/apg/download/
+MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/misc
MAINTAINER= roam@FreeBSD.org
COMMENT= "An automated password generator"
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 375e610a257b..e982e1cdfa43 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -11,7 +11,9 @@ PORTNAME= crack
PORTVERSION= 5.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \
- ftp://ftp.cert.dfn.de/pub/tools/password/Crack/
+ ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= Crackers/crack
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile
index a55564686ec4..08997f9e74b7 100644
--- a/security/fragroute/Makefile
+++ b/security/fragroute/Makefile
@@ -9,7 +9,9 @@ PORTNAME= fragroute
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= security net
-MASTER_SITES= http://monkey.org/~dugsong/fragroute/
+MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= dominic.marks@btinternet.com
COMMENT= A tool for intercepting, modifying and rewriting egress traffic
diff --git a/security/outguess/Makefile b/security/outguess/Makefile
index 48fdc14ca37c..62223fcc3a0a 100644
--- a/security/outguess/Makefile
+++ b/security/outguess/Makefile
@@ -14,7 +14,9 @@ MASTER_SITES= http://www.outguess.org/ \
http://www.internet2.edu/~shalunov/mirror/ \
http://cimarron.river.com/mirrors/www.outguess.org/ \
http://munitions.vipul.net/software/steganography/ \
- http://the25200-1.gw.connect.com.au/security/steganography/
+ http://the25200-1.gw.connect.com.au/security/steganography/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= crypt/stego
MAINTAINER= trevor@FreeBSD.org
COMMENT= Steganographic tool
diff --git a/security/siphon/Makefile b/security/siphon/Makefile
index 5d1a3f9c27c2..e38ddd169698 100644
--- a/security/siphon/Makefile
+++ b/security/siphon/Makefile
@@ -9,7 +9,9 @@ PORTNAME= siphon
PORTVERSION= 0.666
CATEGORIES= security
MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \
- ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/
+ ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/utilities
# http://www.subterrain.net/projects/siphon/
DISTFILES= siphon-v.666.tar.gz siphon-report.pl
EXTRACT_ONLY= siphon-v.666.tar.gz
diff --git a/sysutils/task/Makefile b/sysutils/task/Makefile
index 57654037937f..fc86d9f20798 100644
--- a/sysutils/task/Makefile
+++ b/sysutils/task/Makefile
@@ -8,7 +8,8 @@
PORTNAME= task
PORTVERSION= 1.50
CATEGORIES= sysutils security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:UNIX/utilities:}
MASTER_SITE_SUBDIR=sleuthkit
MAINTAINER= jan@atstake.com
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 41fa270bdf87..7d45bf45eee8 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -8,7 +8,9 @@
PORTNAME= whowatch
PORTVERSION= 1.4
CATEGORIES= sysutils
-MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
+MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/IDS
MAINTAINER= dannyboy@FreeBSD.org
COMMENT= Displays information in real time about users currently logged on