Commit f3edbb64 authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/hploscripts: Remove expired port

2024-06-03 sysutils/hploscripts: Abandonware, outdated version
parent f6f02d71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3299,3 +3299,4 @@ www/goose||2024-06-11|Has expired: Abandonware, last update in 2003 and upstream
www/larbin||2024-06-11|Has expired: Abandonware, obsolete web crawler
audio/rebot3||2024-06-11|Has expired: Depends on legacy service/protocol that's requires registration
net/nepenthes||2024-06-11|Has expired: Abandonware, last update in 2008 and upstream is gone
sysutils/hploscripts||2024-06-11|Has expired: Abandonware, outdated version
+0 −1
Original line number Diff line number Diff line
@@ -565,7 +565,6 @@
    SUBDIR += hostctl
    SUBDIR += hourglass
    SUBDIR += hpacucli
    SUBDIR += hploscripts
    SUBDIR += hptcli
    SUBDIR += hs-cputype
    SUBDIR += hstr

sysutils/hploscripts/Makefile

deleted100644 → 0
+0 −40
Original line number Diff line number Diff line
PORTNAME=	hploscripts
PORTVERSION=	3.0
PORTREVISION=	2
CATEGORIES=	sysutils perl5
MASTER_SITES=	LOCAL/ehaupt

MAINTAINER=	ports@FreeBSD.org
COMMENT=	HP Lights-Out management perl scripts

DEPRECATED=	Abandonware, outdated version
EXPIRATION_DATE=2024-06-03

BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.19:security/p5-IO-Socket-SSL
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		shebangfix perl5
NO_BUILD=	yes
NO_ARCH=	yes
SHEBANG_FILES=	locfg.pl

PORTDOCS=	iLO_perl_xml.pdf linux-LOsamplescripts.txt

OPTIONS_DEFINE=	DOCS

do-install:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/hponcfg_reformat.xsl ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/locfg.pl ${STAGEDIR}${PREFIX}/bin/locfg

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/iLO_perl_xml.pdf ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/linux-LOsamplescripts3.00.0-2.txt \
		${STAGEDIR}${DOCSDIR}/linux-LOsamplescripts.txt

do-test:
	@${PERL} -c ${WRKSRC}/locfg.pl

.include <bsd.port.mk>

sysutils/hploscripts/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (hploscripts-3.0.tar.gz) = 2a1ef4c9f771380fa353237ca3772624a326eba46f2dcf3542123fbcc3bec554
SIZE (hploscripts-3.0.tar.gz) = 38468
+0 −11
Original line number Diff line number Diff line
--- ./locfg.pl.orig	2012-04-18 09:45:56.000000000 +0200
+++ ./locfg.pl	2012-04-18 09:46:13.000000000 +0200
@@ -143,7 +143,7 @@
         $ln =~ s/\r|\n//g;
 
         # Find LOGIN tag.
-        if ((($ln =~ ?<[ 	]*LOGIN[ 	]?) || ($ln =~ ?<[ 	]*LOGIN$?)) && ($pword) && ($uname)) {
+        if ((($ln =~m ?<[ 	]*LOGIN[ 	]?) || ($ln =~m ?<[ 	]*LOGIN$?)) && ($pword) && ($uname)) {
            while( !($ln =~ m/\>/i) ) {
               $ln = <F>;
            }
Loading