No changes have been done since v0.3: the new version has been created
only because the GitHub repository had been deleted, destroying v0.3 and
removing the authoritative download site.
Now the repository has been recreated and v0.3-bis has been released,
which is a copy of v0.3.
PR: 263225
Reported by: Yonas Yanfa <yonas.yanfa@gmail.com>
Approved by: gerald (mentor)
- Set NO_ARCH as this port is installing only a manual page and an rc
service script.
- Do not run gzip on the manpage explicitly. It is done automatically by
the framework.
Approved by: portmgr blanket
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.
WWW: https://sourceforge.net/projects/alfio
PR: 239015
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>