aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-07-31 20:03:47 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-31 20:03:47 +0000
commitd9dfd13dae584726655a527fbdfcde472fa117c8 (patch)
tree1fd36b6b9e32883908527a648967a5cf508c1554
parentd3d5c7de66ff06128ac738155ca32ac2e0d2816d (diff)
benchmarks/py-naarad: Remove expired port
2026-07-30 benchmarks/py-naarad: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account.
-rw-r--r--MOVED1
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/py-naarad/Makefile35
-rw-r--r--benchmarks/py-naarad/distinfo2
-rw-r--r--benchmarks/py-naarad/files/patch-2to39
-rw-r--r--benchmarks/py-naarad/pkg-descr2
6 files changed, 1 insertions, 49 deletions
diff --git a/MOVED b/MOVED
index bdd21015756f..f92be69e2f51 100644
--- a/MOVED
+++ b/MOVED
@@ -5517,3 +5517,4 @@ benchmarks/py-zopkio||2026-07-28|Has expired: Upstream last activity was in 2016
archivers/quazip@qt5||2026-07-29|Unflavorize, remove Qt5 flavor
archivers/quazip@qt6|archivers/quazip|2026-07-29|Unflavorize
graphics/libkdcraw-qt5||2026-07-30|Removed: the last consumer has been switched to Qt6-based libkdcraw
+benchmarks/py-naarad||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 99a3334bbe45..7448d44704d1 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -80,7 +80,6 @@
SUBDIR += py-asv-runner
SUBDIR += py-locust
SUBDIR += py-locust-cloud
- SUBDIR += py-naarad
SUBDIR += py-reframe-hpc
SUBDIR += py-throughpy
SUBDIR += raidtest
diff --git a/benchmarks/py-naarad/Makefile b/benchmarks/py-naarad/Makefile
deleted file mode 100644
index 24d72235b158..000000000000
--- a/benchmarks/py-naarad/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= naarad
-PORTVERSION= 1.0.15
-PORTREVISION= 7
-DISTVERSIONPREFIX= v
-CATEGORIES= benchmarks python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Framework for performance analysis
-WWW= https://github.com/LinkedInAttic/naarad
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account.
-EXPIRATION_DATE= 2026-07-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol@${PY_FLAVOR} \
- bash:shells/bash \
- gawk:lang/gawk
-
-USES= shebangfix python
-
-SHEBANG_LANG= gawk
-SHEBANG_FILES= bin/naarad_metric_collector.sh bin/PrintGCStats
-
-USE_PYTHON= autoplist concurrent distutils
-USE_GITHUB= yes
-GH_ACCOUNT= linkedin
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/benchmarks/py-naarad/distinfo b/benchmarks/py-naarad/distinfo
deleted file mode 100644
index c82972989a10..000000000000
--- a/benchmarks/py-naarad/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (linkedin-naarad-v1.0.15_GH0.tar.gz) = e943f3f3973bd25bd058a3ca49a1efe1d69a6bc9ae38227c2779002e89f0dfec
-SIZE (linkedin-naarad-v1.0.15_GH0.tar.gz) = 4295132
diff --git a/benchmarks/py-naarad/files/patch-2to3 b/benchmarks/py-naarad/files/patch-2to3
deleted file mode 100644
index 51ee552bbb8b..000000000000
--- a/benchmarks/py-naarad/files/patch-2to3
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/naarad/run_steps/local_cmd.py.orig 2015-04-23 21:55:51 UTC
-+++ src/naarad/run_steps/local_cmd.py
-@@ -82,5 +82,5 @@ class Local_Cmd(Run_Step):
- if self.process.poll() is None:
- self.process.kill()
- logger.warning('Waited %d seconds for run_step to terminate. Killing now....', CONSTANTS.SECONDS_TO_KILL_AFTER_SIGTERM)
-- except OSError, e:
-+ except OSError as e:
- logger.error('Error while trying to kill the subprocess: %s', e)
diff --git a/benchmarks/py-naarad/pkg-descr b/benchmarks/py-naarad/pkg-descr
deleted file mode 100644
index 2ed2d62f195f..000000000000
--- a/benchmarks/py-naarad/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Naarad is a framework for performance analysis & rating of sharded &
-stateful services.