notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
wf-config Library for managing configuration files, written for wayfire
0.8.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.8.0Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-07-28 00:49:35
Last Update: 2024-03-02 07:39:37
Commit Hash: 1c2c4dc
License: MIT
WWW:
https://wayfire.org/
Description:
A library for managing configuration files, written for wayfire.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wf-config-0.8.0/catalog.mk
  3. /usr/local/share/licenses/wf-config-0.8.0/LICENSE
  4. /usr/local/share/licenses/wf-config-0.8.0/MIT
  5. include/wayfire/config/compound-option.hpp
  6. include/wayfire/config/config-manager.hpp
  7. include/wayfire/config/file.hpp
  8. include/wayfire/config/option-types.hpp
  9. include/wayfire/config/option-wrapper.hpp
  10. include/wayfire/config/option.hpp
  11. include/wayfire/config/section.hpp
  12. include/wayfire/config/types.hpp
  13. include/wayfire/config/xml.hpp
  14. include/wayfire/util/duration.hpp
  15. include/wayfire/util/log.hpp
  16. include/wayfire/util/stringify.hpp
  17. lib/libwf-config.so
  18. lib/libwf-config.so.0.8.0
  19. lib/libwf-config.so.1
  20. libdata/pkgconfig/wf-config.pc
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • wf-config>0:devel/wf-config
To install the port:
cd /usr/ports/devel/wf-config/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/wf-config
  • pkg install wf-config
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wf-config
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1691507819 SHA256 (WayfireWM-wf-config-v0.8.0_GH0.tar.gz) = 5b69ab8886e2b0e9c5bffa65c5c676c2848fbcc0e67201886a5f2fdd354e25fb SIZE (WayfireWM-wf-config-v0.8.0_GH0.tar.gz) = 48539

Packages (timestamps in pop-ups are UTC):
wf-config
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.00.8.00.6.00.8.00.8.0-0.6.0-
FreeBSD:13:quarterly0.8.00.8.00.7.1_20.8.00.8.00.8.00.8.00.8.0
FreeBSD:14:latest0.8.00.8.00.7.1_20.8.00.8.00.7.1_2-0.7.1_2
FreeBSD:14:quarterly0.8.00.8.0-0.8.00.8.00.8.00.8.00.8.0
FreeBSD:15:latest0.8.00.8.0n/a0.8.0n/a0.8.00.8.00.8.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. evdev-proto>0 : devel/evdev-proto
  3. wayland-protocols>0 : graphics/wayland-protocols
  4. glm>0 : math/glm
  5. meson : devel/meson
  6. ninja : devel/ninja
  7. pkgconf>=1.3.0_1 : devel/pkgconf
Test dependencies:
  1. doctest>0 : devel/doctest
Runtime dependencies:
  1. glm>0 : math/glm
Library dependencies:
  1. libevdev.so : devel/libevdev
  2. libxml2.so : textproc/libxml2
This port is required by:
for Build
  1. x11/wf-shell
  2. x11-wm/wayfire
for Libraries
  1. x11/wcm
  2. x11/wf-shell
  3. x11-wm/wayfire
  4. x11-wm/wayfire-plugins-extra

Configuration Options:
No options to configure
Options name:
devel_wf-config
USES:
compiler:c++17-lang gnome meson pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/WayfireWM/wf-config/tar.gz/v0.8.0?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.0
02 Mar 2024 07:39:37
commit hash: 1c2c4dc64903208e224de97c261d36175ade2b3ecommit hash: 1c2c4dc64903208e224de97c261d36175ade2b3ecommit hash: 1c2c4dc64903208e224de97c261d36175ade2b3ecommit hash: 1c2c4dc64903208e224de97c261d36175ade2b3e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/wf-config: unbreak build after b35bdcd8fa50

meson.build:16:6: ERROR: Dependency "glm" not found, tried pkgconfig

Reported by:	pkg-fallout
0.8.0
07 Oct 2023 14:44:03
commit hash: 56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1commit hash: 56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1commit hash: 56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1commit hash: 56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/wf-config: update to 0.8.0

Changes:	https://github.com/WayfireWM/wf-config/releases/tag/v0.8.0
Reported by:	GitHub (watch releases)
0.7.1_2
20 Mar 2023 19:25:44
commit hash: 396083d3ac176e1ebfd2148e151fdfa195dacfbccommit hash: 396083d3ac176e1ebfd2148e151fdfa195dacfbccommit hash: 396083d3ac176e1ebfd2148e151fdfa195dacfbccommit hash: 396083d3ac176e1ebfd2148e151fdfa195dacfbc files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/wf-config: track doctest dependency

Run-time dependency doctest found: YES 2.4.8

PR:		270361
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.7.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.7.1_2
10 Apr 2022 19:11:41
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
0.7.1_1
26 Mar 2022 08:27:27
commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
0.7.1
21 Apr 2021 10:44:43
commit hash: 71b123afd5a59621e77e7a012f7fdcd0ed2f25a4commit hash: 71b123afd5a59621e77e7a012f7fdcd0ed2f25a4commit hash: 71b123afd5a59621e77e7a012f7fdcd0ed2f25a4commit hash: 71b123afd5a59621e77e7a012f7fdcd0ed2f25a4 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-wm/wayfire: update to 0.7.1

Changes:	https://github.com/WayfireWM/wayfire/compare/v0.7.0...v0.7.1
Changes:	https://github.com/WayfireWM/wf-config/compare/v0.7.0...v0.7.1
Reported by:	GitHub (watch releases)
0.7.0_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.7.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.7.0_1
12 Mar 2021 15:55:03
Revision:568184Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update math/glm to 0.9.9.8
0.7.0
29 Jan 2021 19:23:32
Revision:563237Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.7.0

Changes:	https://github.com/WayfireWM/wayfire/compare/0.6.0...v0.7.0
Changes:	https://github.com/WayfireWM/wayfire-plugins-extra/compare/v0.6.0...v0.7.0
Changes:	https://github.com/WayfireWM/wf-config/compare/0.6.0...v0.7.0
Changes:	https://github.com/WayfireWM/wf-shell/compare/v0.6.1...v0.7.0
Changes:	https://github.com/WayfireWM/wcm/compare/0.6.0...v0.7.0
Reported by:	GitHub (watch releases)
0.6.0
08 Nov 2020 17:59:48
Revision:554641Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.6.0

Changes:	https://github.com/WayfireWM/wayfire/compare/0.5.0...0.6.0
Changes:	https://github.com/WayfireWM/wf-config/compare/0.5.0...0.6.0
Changes:	https://github.com/WayfireWM/wf-shell/compare/0.5.0...0.6.0
Reported by:	GitHub (watch releases)
0.5.0_1
28 Sep 2020 19:59:57
Revision:550443Original commit files touched by this commit
zeising search for other commits by this committer
Bump portrevision for devel/evdev-proto

Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
0.5.0
04 Aug 2020 20:35:10
Revision:544185Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.5.0

Changes:	https://github.com/WayfireWM/wayfire/compare/0.4.0...0.5.0
Changes:	https://github.com/WayfireWM/wf-config/compare/0.4.1...0.5.0
Changes:	https://github.com/WayfireWM/wf-shell/compare/0.4.0...0.5.0
Changes:	https://github.com/WayfireWM/wcm/compare/v0.4.0...v0.5.0
Reported by:	GitHub (watch releases)
0.4.1
22 Jun 2020 12:10:26
Revision:539805Original commit files touched by this commit
jbeich search for other commits by this committer
devel/wf-config: update to 0.4.1

Changes:	https://github.com/WayfireWM/wf-config/compare/0.4.0...0.4.1
Reported by:	Repology
0.4.0
22 Mar 2020 10:45:11
Revision:528912Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.4.0

Changes:	https://github.com/WayfireWM/wayfire/compare/0.3.1...0.4.0
Changes:	https://github.com/WayfireWM/wf-shell/compare/0.3...0.4.0
Changes:	https://github.com/WayfireWM/wf-config/compare/0.3...0.4.0
Changes:	https://github.com/WayfireWM/wcm/compare/v0.3.1...v0.4.0
Reported by:	GitHub (watch releases), portscout
0.3_2
22 Jan 2020 20:16:25
Revision:523838Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: update to 0.10.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.10.0
Changes:	https://github.com/swaywm/wlroots/compare/0.9.1...0.10.0
Reported by:	GitHub (watch releases)
MFH:		2020Q1 (required by sway 1.4)
0.3_1
31 Dec 2019 21:11:41
Revision:521656Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: update to 0.9.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.9.0
Reported by:	GitHub (watch releases)
0.3
08 Oct 2019 01:32:49
Revision:514022Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: refresh distfiles

=======================<phase: fetch          >============================
===>  License MIT accepted by the user
=> WayfireWM-wf-config-0.3_GH0.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch
https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz
fetch:
https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz:
size unknown
fetch:
https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz:
size of remote file is not known
WayfireWM-wf-config-0.3_GH0.tar.gz                       0  B    0  Bps
=> Fetched file size mismatch (expected 9307, actual 9308)
=> Trying next site
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/WayfireWM-wf-config-0.3_GH0.tar.gz
fetch:
http://distcache.FreeBSD.org/ports-distfiles/WayfireWM-wf-config-0.3_GH0.tar.gz:
Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1

Changes:	https://github.com/WayfireWM/wayfire/compare/7dc4c6c...0.3.0
Changes:	https://github.com/WayfireWM/wf-config/compare/62cba68...0.3
Reported by:	pkg-fallout
0.3
07 Oct 2019 20:36:10
Revision:513997Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.3.0

Changes:	https://github.com/WayfireWM/wayfire/compare/612d74a...0.3.0
Changes:	https://github.com/WayfireWM/wf-shell/compare/513c22f...0.3
Changes:	https://github.com/WayfireWM/wf-config/compare/21e9ee9...0.3
Reported by:	GitHub (watch releases)
0.1.13_2
07 Oct 2019 20:35:57
Revision:513996Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: update to 0.8.1

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.8.1
Reported by:	GitHub (watch releases)
0.1.13_1
07 Oct 2019 13:38:08
Revision:513946Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: update to 0.8.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.8.0
Reported by:	GitHub (watch releases)
0.1.13
06 Oct 2019 04:24:58
Revision:513865Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: update to 0.2.145

Changes:	https://github.com/WayfireWM/wayfire/compare/v0.2...612d74a
Changes:	https://github.com/WayfireWM/wf-shell/compare/efe1fd4...513c22f
Changes:	https://github.com/WayfireWM/wf-config/compare/f9c97d0...21e9ee9
0.1.10_1
27 Aug 2019 13:05:53
Revision:510012Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: update to 0.7.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.7.0
Reported by:	GitHub (watch releases)
0.1.10
28 Jul 2019 00:48:49
Revision:507480Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/wayfire: add new port

Wayfire is a wayland compositor based on wlroots. It aims to create a
customizable, extendable and lightweight environment without
sacrificing its appearance.

https://wayfire.org/

Number of commits found: 26