aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-03-31 18:36:01 +0000
committerRene Ladan <rene@FreeBSD.org>2026-03-31 18:36:01 +0000
commit1fc8d442801fbf881173724bc34fca3c906def49 (patch)
tree46eda0fdcba1934da6da2fadc531730453c6b96b
parent63f2cfa2094fabc9af452b1c86b128fd1ff3724a (diff)
sysutils/alfio: Remove expired port
2026-03-31 sysutils/alfio: Upstream abandoned the project and does not distribute it anymore
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/alfio/Makefile35
-rw-r--r--sysutils/alfio/distinfo3
-rw-r--r--sysutils/alfio/pkg-descr14
5 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index a1ae133b3465..fdddd88b27c5 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index acc5dea1bba6..fda7ebe8d3a7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -27,7 +27,6 @@
SUBDIR += ah-tty
SUBDIR += aimage
SUBDIR += aird
- SUBDIR += alfio
SUBDIR += alloy
SUBDIR += am-utils
SUBDIR += amazon-ssm-agent
diff --git a/sysutils/alfio/Makefile b/sysutils/alfio/Makefile
deleted file mode 100644
index dcfbce57fbf1..000000000000
--- a/sysutils/alfio/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-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>
diff --git a/sysutils/alfio/distinfo b/sysutils/alfio/distinfo
deleted file mode 100644
index 3b3c76ff0f77..000000000000
--- a/sysutils/alfio/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1650211903
-SHA256 (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 8a9a13fa62e4a01bec3ba2dc3fc151bda9efd69fedda552676657410855a58b8
-SIZE (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 3287
diff --git a/sysutils/alfio/pkg-descr b/sysutils/alfio/pkg-descr
deleted file mode 100644
index eee3bf5f0893..000000000000
--- a/sysutils/alfio/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-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.