git: 71e3941538b7 - main - */*: Remove expired ports:
Rene Ladan
rene at FreeBSD.org
Sat Jun 26 12:52:20 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71e3941538b7029202598516b1cd5ffdc1e18e98
commit 71e3941538b7029202598516b1cd5ffdc1e18e98
Author: Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-06-26 12:51:54 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-06-26 12:52:00 +0000
*/*: Remove expired ports:
2021-06-23 net/panoptis: Unmaintained upstream
---
MOVED | 1 +
net/Makefile | 1 -
net/panoptis/Makefile | 35 --------------------------
net/panoptis/distinfo | 2 --
net/panoptis/files/patch-panoptis-timeslot.cpp | 11 --------
net/panoptis/pkg-descr | 13 ----------
6 files changed, 1 insertion(+), 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 at FreeBSD.org>
-
-PORTNAME= panoptis
-PORTVERSION= 0.1.4
-PORTREVISION= 5
-CATEGORIES= net security
-MASTER_SITES= SF
-
-MAINTAINER= sbz at 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/
More information about the dev-commits-ports-all
mailing list