Commit 5f7650ff authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/slst: Remove expired port

2025-05-15 sysutils/slst: No source. Source went missing in 2018.
parent 6d4a1356
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,6 @@
    SUBDIR += skopeo
    SUBDIR += slack
    SUBDIR += sleuthkit
    SUBDIR += slst
    SUBDIR += slurm-wlm
    SUBDIR += smart
    SUBDIR += smartmontools

sysutils/slst/Makefile

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
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>

sysutils/slst/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (slst-0.2.tgz) = 13b5036dd89eb25759f9cac7b6223cf08c108934ede1f9066a6483f09a18c492
SIZE (slst-0.2.tgz) = 5746
+0 −24
Original line number Diff line number Diff line
--- 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
Loading