Commit 1fc8d442 authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/alfio: Remove expired port

2026-03-31 sysutils/alfio: Upstream abandoned the project and does not distribute it anymore
parent 63f2cfa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5218,3 +5218,4 @@ www/glassfish4|www/glassfish|2026-03-31|Has expired: Very old version reached Eo
devel/qjson||2026-03-31|Has expired: Deprecated upstream, not used by anything
multimedia/gstreamer1-vaapi||2026-03-31|Has expired: Project discontinued
databases/postgresql-cstore_fdw||2026-03-31|Has expired: Columnar storage is now part of databases/pg_citus. Please migrate
sysutils/alfio||2026-03-31|Has expired: Upstream abandoned the project and does not distribute it anymore
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
    SUBDIR += ah-tty
    SUBDIR += aimage
    SUBDIR += aird
    SUBDIR += alfio
    SUBDIR += alloy
    SUBDIR += am-utils
    SUBDIR += amazon-ssm-agent

sysutils/alfio/Makefile

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
PORTNAME=	alfio
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3
DISTVERSIONSUFFIX=	-bis
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	salvadore@FreeBSD.org
COMMENT=	Services manager to choose which services start at boot time
WWW=		https://github.com/lsalvadore/alfio

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Upstream abandoned the project and does not distribute it anymore
EXPIRATION_DATE=	2026-03-31

USE_GITHUB=	yes
GH_ACCOUNT=	lsalvadore

NO_ARCH=	yes
NO_BUILD=	yes

PLIST_FILES=	etc/rc.d/alfio \
		share/man/man8/alfio.8.gz

do-patch:
	${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/alfio
	${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/alfio.8

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/alfio ${STAGEDIR}${PREFIX}/etc/rc.d
	${INSTALL_MAN}	${WRKSRC}/alfio.8 ${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>

sysutils/alfio/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1650211903
SHA256 (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 8a9a13fa62e4a01bec3ba2dc3fc151bda9efd69fedda552676657410855a58b8
SIZE (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 3287

sysutils/alfio/pkg-descr

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
Alfio is a service that lets you choose which services start at boot
time by using profiles.

For example, if you have a laptop, you might be interested in creating
a profile for when you have access to an internet connection and one
for when you don't. You also might need less services when you boot
your laptop on battery, then decide to save power.
In some situation you might like to connect through DHCP while in
others you need a static IP.
Or you might want to test on your machine how different services
interact with each other without messing with your safe
configuration.

Read the man page (man alfio) to learn how to use it.