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.

non port: deskutils/ydotool/Makefile

Number of commits found: 14

Wednesday, 1 Feb 2023
11:14 Fernando Apesteguía (fernape) search for other commits by this committer
deskutils/ydotool: update to 1.0.4

Reported by:	portscout
commit hash: b753d25cb08a14d3b5a03fbe6f867de73336f5a7 commit hash: b753d25cb08a14d3b5a03fbe6f867de73336f5a7 commit hash: b753d25cb08a14d3b5a03fbe6f867de73336f5a7 commit hash: b753d25cb08a14d3b5a03fbe6f867de73336f5a7 b753d25
Saturday, 14 Jan 2023
17:27 Fernando Apesteguía (fernape) search for other commits by this committer
deskutils/ydotool: update to 1.0.3

Reported by:	portscout
commit hash: dde3b2b456c3a4bdd217d0bf3684231cc3724a0a commit hash: dde3b2b456c3a4bdd217d0bf3684231cc3724a0a commit hash: dde3b2b456c3a4bdd217d0bf3684231cc3724a0a commit hash: dde3b2b456c3a4bdd217d0bf3684231cc3724a0a dde3b2b
Wednesday, 7 Sep 2022
21:10 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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 2d34c2b
Tuesday, 22 Feb 2022
17:29 Jan Beich (jbeich) search for other commits by this committer
deskutils/ydotool: drop unused dependencies after 776f54e2056e

 $ poudriere testport -j 122amd64 deskutils/ydotool
[...]
 =>> Checking shared library dependencies
- 0x0000000000000001 NEEDED               Shared library:
[libboost_program_options.so.1.72.0]
- 0x0000000000000001 NEEDED               Shared library: [libc++.so.1]
  0x0000000000000001 NEEDED               Shared library: [libc.so.7]
- 0x0000000000000001 NEEDED               Shared library: [libcxxrt.so.1]
- 0x0000000000000001 NEEDED               Shared library: [libdl.so.1]
  0x0000000000000001 NEEDED               Shared library: [libepoll-shim.so.0]
- 0x0000000000000001 NEEDED               Shared library: [libevdevPlus.so.0]
- 0x0000000000000001 NEEDED               Shared library: [libgcc_s.so.1]
- 0x0000000000000001 NEEDED               Shared library: [libm.so.5]
- 0x0000000000000001 NEEDED               Shared library: [libthr.so.3]
- 0x0000000000000001 NEEDED               Shared library: [libuInputPlus.so.0]
- 0x0000000000000001 NEEDED               Shared library: [libydotool.so.0]
commit hash: b4e3f88719cc755a1be4002f3905f2cadd626221 commit hash: b4e3f88719cc755a1be4002f3905f2cadd626221 commit hash: b4e3f88719cc755a1be4002f3905f2cadd626221 commit hash: b4e3f88719cc755a1be4002f3905f2cadd626221 b4e3f88
16:59 Fernando Apesteguía (fernape) search for other commits by this committer
deskutils/ydotool: Fix LICENSE

* New LICENSE is AGPLv3
* Drop USE_LDCONFIG

Reported by:	jbeich@
Fixes:		776f54e2056e
commit hash: e3170c88e713d20c0ce00059b4e3802b94d0736c commit hash: e3170c88e713d20c0ce00059b4e3802b94d0736c commit hash: e3170c88e713d20c0ce00059b4e3802b94d0736c commit hash: e3170c88e713d20c0ce00059b4e3802b94d0736c e3170c8
15:57 Fernando Apesteguía (fernape) search for other commits by this committer
deskutils/ydotool: update to 1.0.1

 * Add sdoc build dependency
 * The project does not ship a .so anymore
 * Pet linters

Reported by:	portscout
commit hash: 776f54e2056ee75596d983f36fc3091abd8ba306 commit hash: 776f54e2056ee75596d983f36fc3091abd8ba306 commit hash: 776f54e2056ee75596d983f36fc3091abd8ba306 commit hash: 776f54e2056ee75596d983f36fc3091abd8ba306 776f54e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 9 Feb 2021
09:02 bapt search for other commits by this committer
Drop maintainership
Original commitRevision:564777 
Monday, 28 Sep 2020
19:59 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.
Original commitRevision:550443 
Sunday, 19 Apr 2020
04:45 linimon search for other commits by this committer
Fix build on GCC-based systems by adding c++11-lang to USES:

 
/wrkdirs/usr/ports/deskutils/ydotool/work/ydotool-0.1.8/Library/../CommonIncludes.hpp:22:18:
error: thread: No such file or directory

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:532070 
Saturday, 18 Apr 2020
08:22 bapt search for other commits by this committer
Lowercase the port category and package name
Original commitRevision:532003 
Friday, 17 Apr 2020
16:39 bapt search for other commits by this committer
New port deskutils/ydotool

Generic command-line automation tool (no X!)

Allows to emulate keyboard input or mouse activity

WWW: https://github.com/ReimuNotMoe/ydotool

For now no rc script provided for ydotoold until I figure out a sane way to
handle it in a generic way
Original commitRevision:531951 

Number of commits found: 14