aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ydotool
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/ydotool: update to 1.0.4Fernando Apesteguía2023-02-012-4/+4
| | | | Reported by: portscout
* deskutils/ydotool: update to 1.0.3Fernando Apesteguía2023-01-142-5/+4
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-161-2/+2
| | | | | | | | | | | 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
* deskutils/ydotool: drop unused dependencies after 776f54e2056eJan Beich2022-02-221-4/+1
| | | | | | | | | | | | | | | | | | $ 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]
* deskutils/ydotool: Fix LICENSEFernando Apesteguía2022-02-221-3/+2
| | | | | | | | * New LICENSE is AGPLv3 * Drop USE_LDCONFIG Reported by: jbeich@ Fixes: 776f54e2056e
* deskutils/ydotool: update to 1.0.1Fernando Apesteguía2022-02-223-55/+14
| | | | | | | | * Add sdoc build dependency * The project does not ship a .so anymore * Pet linters Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop maintainershipBaptiste Daroussin2021-02-091-1/+1
| | | | Notes: svn path=/head/; revision=564777
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Fix build on GCC-based systems by adding c++11-lang to USES:Mark Linimon2020-04-191-1/+1
| | | | | | | | | /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) Notes: svn path=/head/; revision=532070
* Lowercase the port category and package nameBaptiste Daroussin2020-04-181-2/+3
| | | | Notes: svn path=/head/; revision=532003
* New port deskutils/ydotoolBaptiste Daroussin2020-04-174-0/+85
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 Notes: svn path=/head/; revision=531951