sysutils/slst: Remove expired port

2025-05-15 sysutils/slst: No source. Source went missing in 2018.
This commit is contained in:
Rene Ladan 2025-05-16 12:07:49 +02:00
parent 6d4a135697
commit 5f7650ff5b
6 changed files with 1 additions and 53 deletions

1
MOVED
View File

@ -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

View File

@ -1288,7 +1288,6 @@
SUBDIR += skopeo
SUBDIR += slack
SUBDIR += sleuthkit
SUBDIR += slst
SUBDIR += slurm-wlm
SUBDIR += smart
SUBDIR += smartmontools

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (slst-0.2.tgz) = 13b5036dd89eb25759f9cac7b6223cf08c108934ede1f9066a6483f09a18c492
SIZE (slst-0.2.tgz) = 5746

View File

@ -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

View File

@ -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.