Port details |
- alfio Services manager to choose which services start at boot time
- 0.3_1 sysutils =2 0.3_1Version of this port present on the latest quarterly branch.
- Maintainer: salvadore@FreeBSD.org
- Port Added: 2019-11-09 10:18:40
- Last Update: 2024-01-10 15:29:49
- Commit Hash: e4610fc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/lsalvadore/alfio
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/alfio/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/alfio
- pkg install alfio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: alfio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650211903
SHA256 (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 8a9a13fa62e4a01bec3ba2dc3fc151bda9efd69fedda552676657410855a58b8
SIZE (lsalvadore-alfio-v0.3-bis_GH0.tar.gz) = 3287
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_alfio
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3 19 Apr 2022 15:47:14 |
Lorenzo Salvadore (salvadore) |
sysutils/alfio: Update to v0.3-bis and adopt again
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) |
0.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3 21 Jun 2020 15:36:35 |
salvadore |
Drop ports maintainership
Approved by: gerald (mentor) |
0.3 20 Jan 2020 17:55:05 |
tcberner |
sysutils/alfio: Update to 0.3
PR: 243452
Submitted by: salvadore (maintainer) |
0.2_1 31 Dec 2019 13:02:43 |
meta |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore |
0.2_1 25 Nov 2019 17:57:07 |
0mp |
Clean up
- 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 |
0.2 13 Nov 2019 16:36:37 |
kai |
sysutils/alfio: Set correct MAINTAINER address
PR: 241898
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) |
0.2 09 Nov 2019 10:18:34 |
tcberner |
New port -- sysutils/alfio: services manager to choose which service start at
boot time
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> |