Commit 7f262487 authored by Rene Ladan's avatar Rene Ladan
Browse files

net-mgmt/hastmon: Remove expired port

2025-12-31 net-mgmt/hastmon: broken, dead upstream
parent 6067166f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4983,3 +4983,4 @@ archivers/py-borgbackup12|archivers/py-borgbackup|2025-12-31|Has expired: Likely
devel/fastcrc||2025-12-31|Has expired: dead upstream
graphics/osgearth||2025-12-31|Has expired: fails to build
security/nextcloud-passman||2025-12-31|Has expired: Upstream unmaintained
net-mgmt/hastmon||2025-12-31|Has expired: broken, dead upstream
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@
    SUBDIR += grok_exporter
    SUBDIR += gsnmp
    SUBDIR += guifi-snpservices
    SUBDIR += hastmon
    SUBDIR += icinga-ipl-i18n
    SUBDIR += icinga-php-library
    SUBDIR += icinga-php-thirdparty

net-mgmt/hastmon/Makefile

deleted100644 → 0
+0 −49
Original line number Diff line number Diff line
PORTNAME=	hastmon
PORTVERSION=	0.3.4
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Cluster monitoring daemon
WWW=		http://hastmon.googlecode.com/

LICENSE=	BSD2CLAUSE

BROKEN=		cc: error: no such file or directory: *.o
DEPRECATED=	broken, dead upstream
EXPIRATION_DATE=	2025-12-31

BUILD_DEPENDS=	mk-configure>=0.20:devel/mk-configure

USE_GITHUB=	yes
GH_ACCOUNT=	trociny

USES=		ssl
MKCMAKE?=	${LOCALBASE}/bin/mkcmake
INSTALL_TARGET=	installdirs install
MAKE_ARGS=	MANDIR=${PREFIX}/share/man

PORTDOCS=	ChangeLog COPYRIGHT README

OPTIONS_DEFINE=	DOCS

post-patch:
	${REINPLACE_CMD} \
		-e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \
		-e "s|\(-DHAVE_CRYPTO\)|-I${OPENSSLINC} \1|g" \
		${WRKSRC}/hastmon/Makefile \
		${WRKSRC}/hastmonctl/Makefile

do-build:
	${SETENV} ${MKCMAKE_ENV} ${MKCMAKE} -C ${WRKSRC}

do-install:
	${SETENV} ${MKCMAKE_ENV} DESTDIR=${STAGEDIR} \
		${MKCMAKE} -C ${WRKSRC} ${INSTALL_TARGET} ${MAKE_ARGS}

	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>

net-mgmt/hastmon/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1583683933
SHA256 (trociny-hastmon-0.3.4_GH0.tar.gz) = e2985070ea0cecfd1fd1040d947d282e1edfaea6219e5f5fe56a1f3139fc27c1
SIZE (trociny-hastmon-0.3.4_GH0.tar.gz) = 78292

net-mgmt/hastmon/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
hastmon is a monitoring daemon that allows a couple of hosts to run a
service providing automatic failover. Those machines will be called a
cluster and each machine is one cluster node. hastmon is designed for
clusters that work in Primary-Secondary configuration, which means
that only one of the cluster nodes can be active at any given time.
Loading