aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-26 12:51:54 +0000
committerRene Ladan <rene@FreeBSD.org>2021-06-26 12:52:00 +0000
commit71e3941538b7029202598516b1cd5ffdc1e18e98 (patch)
treefe5f9294a87044169aa049d58bcef044d9b1ec4e
parentcea0a44f07cf81bf8450b7885611775813b1a786 (diff)
downloadports-71e3941538b7029202598516b1cd5ffdc1e18e98.tar.gz
ports-71e3941538b7029202598516b1cd5ffdc1e18e98.zip
*/*: Remove expired ports:
2021-06-23 net/panoptis: Unmaintained upstream
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/panoptis/Makefile35
-rw-r--r--net/panoptis/distinfo2
-rw-r--r--net/panoptis/files/patch-panoptis-timeslot.cpp11
-rw-r--r--net/panoptis/pkg-descr13
6 files changed, 1 insertions, 62 deletions
diff --git a/MOVED b/MOVED
index 5f2c2648612e..dfe9da838f98 100644
--- a/MOVED
+++ b/MOVED
@@ -16439,3 +16439,4 @@ www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10
www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10
devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream
sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid
+net/panoptis||2021-06-26|Has expired: Unmaintained upstream
diff --git a/net/Makefile b/net/Makefile
index c22f7ca9308f..b92f919e88f5 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -903,7 +903,6 @@
SUBDIR += pacemaker2
SUBDIR += packetdrill
SUBDIR += packter-agent
- SUBDIR += panoptis
SUBDIR += parpd
SUBDIR += pathneck
SUBDIR += pbnc
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile
deleted file mode 100644
index b7e2203ca933..000000000000
--- a/net/panoptis/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
-
-PORTNAME= panoptis
-PORTVERSION= 0.1.4
-PORTREVISION= 5
-CATEGORIES= net security
-MASTER_SITES= SF
-
-MAINTAINER= sbz@FreeBSD.org
-COMMENT= Detect and block DoS/DDoS attacks
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Unmaintained upstream, uses EOL Python 2.7
-EXPIRATION_DATE=2021-06-23
-
-LIB_DEPENDS= libccgnu2.so:devel/commoncpp
-
-GNU_CONFIGURE= yes
-USES= python shebangfix
-SHEBANG_FILES= panoptis/*.py
-PLIST_FILES= bin/panoptis \
- bin/mail.py \
- bin/pview.py \
- bin/speed.py
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis \
- ${STAGEDIR}${PREFIX}/bin/panoptis
-.for f in mail.py pview.py speed.py
- ${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${STAGEDIR}${PREFIX}/bin/${f}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net/panoptis/distinfo b/net/panoptis/distinfo
deleted file mode 100644
index ade2e1ea93ae..000000000000
--- a/net/panoptis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (panoptis-0.1.4.tar.gz) = bc63090f9749c5ff7f7ebdd83274596c1452cb82a0449adbe299f77da45affe1
-SIZE (panoptis-0.1.4.tar.gz) = 418829
diff --git a/net/panoptis/files/patch-panoptis-timeslot.cpp b/net/panoptis/files/patch-panoptis-timeslot.cpp
deleted file mode 100644
index b10fd8c8e997..000000000000
--- a/net/panoptis/files/patch-panoptis-timeslot.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- panoptis/timeslot.cpp.orig Tue Nov 28 13:58:22 2006
-+++ panoptis/timeslot.cpp Tue Nov 28 13:58:33 2006
-@@ -109,7 +109,7 @@
- continue;
-
- // Create a new Distribution object
-- IfPair *ifpair = new IfPair((uint16_t)input, (uint16_t)output);
-+ IfPair *ifpair = new IfPair((uint16_t&)input, (uint16_t&)output);
- if (!ifpair){
- perror("new");
- exit(errno);
diff --git a/net/panoptis/pkg-descr b/net/panoptis/pkg-descr
deleted file mode 100644
index 8b771c2ff237..000000000000
--- a/net/panoptis/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Panoptis is a project started some time ago,
-with the aim to stop the Denial of Service
-and Distributed Denial of Service attacks that
-have been torturing the Internet for the last
-few years.
-It is based on real-time processing of Cisco (R)
-NetFlow (TM) data, since this seems to be the
-most efficient approach as it is router-centric,
-allowing for automated central response without
-intervention from the affected organizations'
-network administrators.
-
-WWW: http://panoptis.sourceforge.net/