33 Commits

Author SHA1 Message Date
Jan Beich
a3743ec0a5 accessibility/feedbackd: simplify MESON_ARGS after 5cf2c031f53e 2025-11-24 23:02:44 +01:00
Jan Beich
0c10a68fe5 accessibility/feedbackd: update to 0.7.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.6.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.7.0
Reported by:	Repology
2025-03-17 18:43:50 +01:00
Jan Beich
53d193e0ad accessibility/feedbackd: update to 0.5.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.5.0
2024-10-17 20:28:55 +02:00
Jan Beich
8241496df9 accessibility/feedbackd: update to 0.4.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.4.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.4.1
2024-10-17 20:28:53 +02:00
Jan Beich
78118c4ab1 accessibility/feedbackd: update to 0.3.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.3.0
2024-10-17 20:28:51 +02:00
Jan Beich
e356208823 accessibility/feedbackd: update to 0.2.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.2.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.2.1
2024-10-17 20:28:49 +02:00
Jan Beich
6533c0070f accessibility/feedbackd: update to 0.1.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.1.1
2024-10-17 20:28:48 +02:00
Jan Beich
f1c6ea552e accessibility/feedbackd: skip building tests 2024-10-17 20:28:46 +02:00
Jan Beich
26ebcdf99d accessibility/feedbackd: unbreak build after 89965357906b
/usr/local/bin/glib-compile-resources ../subprojects/gmobile/data/gmobile.gresources.xml --sourcedir ../subprojects/gmobile/data --c-name gm --internal --generate --target subprojects/gmobile/data/gm-resources.c --manual-register --dependency-file subprojects/gmobile/data/gm-resources.c.d
json-glib-format: file:///wrkdirs/usr/ports/accessibility/feedbackd/work/feedbackd-v0.1.0/subprojects/gmobile/data/devices/display-panels/fairphone,fp4.json: error parsing file: <data>:12:1: Parse error: scanner: unterminated string constant

(json-glib-format:24182): GLib-CRITICAL **: 01:08:27.552: g_close(fd:-1) failed with EBADF. This is not a valid file descriptor
../subprojects/gmobile/data/gmobile.gresources.xml: Child process exited with code 1.

Reported by:	pkg-fallout
2024-10-17 20:28:44 +02:00
Jan Beich
7ec938517a accessibility/feedbackd: update bundled gmobile to 0.0.6
Changes:	https://gitlab.gnome.org/World/Phosh/gmobile/-/compare/ff85498...v0.0.6
2024-03-08 15:40:31 +01:00
Muhammad Moinur Rahman
9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00
Jan Beich
2a10a2ca06 accessibility/feedbackd: shorten GL_TUPLE 2023-08-12 11:53:19 +09:00
Jan Beich
0b9703e281 accessibility/feedbackd: drop GL_TAGNAME 2023-07-12 21:42:13 +00:00
Felix Palmen
7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00
Jan Beich
a688cf0186 accessibility/feedbackd: update to 0.1.0
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.2
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.3
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.1.0
Reported by:	GitLab (notify releases)
2023-03-01 20:22:49 +00:00
Jan Beich
04a6bfcea4 accessibility/feedbackd: update to 0.0.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/compare/2e08160...v0.0.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.1
Reported by:	GitLab (notify releases)
2022-11-11 13:29:35 +00:00
Stefan Eßer
fb16dfecae 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
d9b0d9ac4e framework: switch tree to using vala.mk
PR:		249940
2022-08-26 19:02:25 +02:00
Jan Beich
7a8e92af5a accessibility/feedbackd: update to s20220720
Changes:	74b178a...2e08160
2022-08-13 00:55:05 +00:00
Jan Beich
bf7024e3c6 accessibility/feedbackd: update to s20220208
Changes:	b2a8061...74b178a
2022-02-11 13:46:52 +00:00
Jan Beich
0e8058baab accessibility/feedbackd: update to s20211029
Changes:	8e9bbd9...b2a8061
2021-12-23 01:08:20 +00:00
Jan Beich
a5c5c459e3 accessibility/feedbackd: update to s20211019
Changes:	587cbf3...8e9bbd9d4c
2021-10-21 00:18:48 +00:00
Jan Beich
1409f059d6 accessibility/feedbackd: update to s20210809
Changes:	1ed04e4...587cbf3
2021-09-09 00:45:43 +00:00
Jan Beich
dc0540aca1 accessibility/feedbackd: update to s20210723
Changes:	aac3306...1ed04e4
2021-07-26 11:12:18 +00:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
2021-04-09 20:44:23 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
2f128f838d accessibility/feedbackd: update to s20210125
Changes:	9e2c13a...aac3306
2021-01-29 21:39:46 +00:00
Niclas Zeising
a8d9df7e30 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.
2020-09-28 19:59:57 +00:00
Jan Beich
e673a0434b Drop glib < 2.60 workaround after r549741
PR:		247278
2020-09-24 00:57:06 +00:00
Jan Beich
c7cde5cd47 accessibility/feedbackd: drop libgudev workaround after r544690 2020-08-11 18:29:58 +00:00
Jan Beich
9ec84d8eb5 accessibility/feedbackd: add new port
feedbackd provides a DBus daemon (feedbackd) to act on events to provide
haptic, visual and audio feedback. It offers a library (libfeedback) and
GObject introspection bindings to ease using it from applications.

https://source.puri.sm/Librem5/feedbackd
2020-08-11 05:21:36 +00:00