diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-05-16 12:07:49 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-05-16 12:07:49 +0200 |
commit | 5f7650ff5be04faadfc4ebbf38b5ecd5220dbcea (patch) | |
tree | e404a5182638bee1605aa225e1e33d8f86ad8952 | |
parent | misc/compat13x: Add libdialog.so.9 (diff) |
sysutils/slst: Remove expired port
2025-05-15 sysutils/slst: No source. Source went missing in 2018.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/slst/Makefile | 22 | ||||
-rw-r--r-- | sysutils/slst/distinfo | 2 | ||||
-rw-r--r-- | sysutils/slst/files/patch-Makefile | 24 | ||||
-rw-r--r-- | sysutils/slst/pkg-descr | 4 |
6 files changed, 1 insertions, 53 deletions
@@ -4406,3 +4406,4 @@ databases/puppetdb7||2025-05-10|Has expired: Reached EOL devel/leatherman||2025-05-10|Has expired: Project got archived databases/puppetdb-terminus7||2025-05-10|Has expired: Reached EOL games/exult-devel||2025-05-12|exult-devel has been removed, encouraging users to use exult instead +sysutils/slst||2025-05-16|Has expired: No source. Source went missing in 2018 diff --git a/sysutils/Makefile b/sysutils/Makefile index e06279047c15..5e782c86f6ef 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1288,7 +1288,6 @@ SUBDIR += skopeo SUBDIR += slack SUBDIR += sleuthkit - SUBDIR += slst SUBDIR += slurm-wlm SUBDIR += smart SUBDIR += smartmontools diff --git a/sysutils/slst/Makefile b/sysutils/slst/Makefile deleted file mode 100644 index 1c9b493aef2a..000000000000 --- a/sysutils/slst/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= slst -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://www.vanheusden.com/slst/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generates syslog statistics to detect tendencies and unexpected change -WWW= http://www.vanheusden.com/slst/ - -DEPRECATED= No source. Source went missing in 2018. -EXPIRATION_DATE=2025-05-15 - -USES= ncurses tar:tgz -ALL_TARGET= all - -PLIST_FILES= bin/slst - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slst - -.include <bsd.port.mk> diff --git a/sysutils/slst/distinfo b/sysutils/slst/distinfo deleted file mode 100644 index 4e2cae3dc7c6..000000000000 --- a/sysutils/slst/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (slst-0.2.tgz) = 13b5036dd89eb25759f9cac7b6223cf08c108934ede1f9066a6483f09a18c492 -SIZE (slst-0.2.tgz) = 5746 diff --git a/sysutils/slst/files/patch-Makefile b/sysutils/slst/files/patch-Makefile deleted file mode 100644 index 1f00f213bbba..000000000000 --- a/sysutils/slst/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2003-12-12 03:31:50.000000000 +0800 -+++ Makefile 2013-11-16 12:33:55.000000000 +0800 -@@ -1,8 +1,8 @@ --CC=gcc -+#CC=gcc - --CXXFLAGS=-Wall -O2 --CFLAGS=-Wall -O2 --LDFLAGS=-lstdc++ -+#CXXFLAGS=-Wall -O2 -+#CFLAGS=-Wall -O2 -+LDFLAGS+=-lstdc++ - VERSION=0.2 - - OBJS=slst.o error.o utils.o intcnt.o array.o -@@ -14,7 +14,7 @@ slst: $(OBJS) - # strip slst - - install: slst -- cp slst /usr/bin -+ ${INSTALL} -m 755 slst $(DESTDIR)$(PREFIX)/bin - - clean: - rm -f $(OBJS) slst core diff --git a/sysutils/slst/pkg-descr b/sysutils/slst/pkg-descr deleted file mode 100644 index 19f20f4c05e7..000000000000 --- a/sysutils/slst/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -slst generates statistics from the output of syslog. - -With slst one can find tendencies and unexpected changes in the behaviour of -the running processes. |