Port details |
- etc_os-release Operating system identification file
- 0.1_3 sysutils
=4 Version of this port present on the latest quarterly branch. - Maintainer: tcberner@FreeBSD.org
 - Port Added: 2019-04-28 19:23:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: desktop-file-utils, libraw, font-misc-meltho, py39-pycparser, libinotify
- Also Listed In: gnome kde
- License: not specified in port
- Description:
- This package installs /usr/local/etc/os-release file which contains version and
other information about installed operating system.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- etc_os-release>0:sysutils/etc_os-release
- To install the port:
- cd /usr/ports/sysutils/etc_os-release/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/etc_os-release
- pkg install etc_os-release
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: etc_os-release
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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_etc_os-release
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.1_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.1_3 08 Aug 2021 14:55:35
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/etc_os-release: Add NO_ARCH
Approved by: portmgr (blanket) |
0.1_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1_3 01 Jun 2020 18:23:31
  |
lwhsu  |
Fallback to uname(1) if freebsd-version(1) is not found
Differential Revision: https://reviews.freebsd.org/D24994 |
0.1_2 23 Nov 2019 20:19:22
  |
tcberner  |
sysutils/etc-os-release: use the one provided by base if the system is new
enough
PR: 238953
Reviewed by: zeising
Differential Revision: https://reviews.freebsd.org/D22488 |
0.1_2 01 May 2019 08:57:27
  |
tcberner  |
sysutils/etc_os-release: fix typo
PR: 237674
Reported by: se,sunpoet,andrew@ugh.net.au |
0.1_1 28 Apr 2019 19:44:50
  |
tcberner  |
sysutils/etc_os-release: fix mixup between VERSION_ID and ID |
0.1 28 Apr 2019 19:22:21
  |
tcberner  |
New port: sysutils/etc_os-release
Modern Linux systems provide /etc/os-release containing information
about the installed operating system. For example Qt reads said file
to get that information.
For more information on the file, see:
https://www.freedesktop.org/software/systemd/man/os-release.html
Reviewed by: adridg, danfe, kwm
Differential Revision: https://reviews.freebsd.org/D19866 |