aboutsummaryrefslogtreecommitdiff
path: root/x11/keyboardcast
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508914
* - Switch port to new GitHub homeDmitry Marakasov2016-06-242-5/+11
| | | | | | | | | | - While here, add LICENSE PR: 210428 Submitted by: eimar.koort@gmail.com (maintainer) Notes: svn path=/head/; revision=417437
* Cleanup plistAntoine Brodin2014-11-241-1/+0
| | | | Notes: svn path=/head/; revision=373367
* - Fix build on 10.xDmitry Marakasov2013-12-253-14/+27
| | | | | | | | | | | - Support staging - Respect CC, CFLAGS and PREFIX PR: 185018 Submitted by: Eimar Koort <eimar.koort@gmail.com> (maintainer) Notes: svn path=/head/; revision=337411
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Add additional master siteWen Heping2013-01-281-6/+3
| | | | | | | | | | | While here: - Trim Makefile headers PR: 175651 Submitted by: Eimar Koort <eimar.koort@gmail.com> (maintainer) Notes: svn path=/head/; revision=311123
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* The purpose of keyboardcast is to allow you to send keystrokes to multiplePhilip M. Gollucci2010-09-237-0/+100
X windows at once. This allows you, for example, to control a number of terminals connected to different but similar hosts for purposes of mass- administration. You can also select non-terminals. If you come up with a reasonable use for this ability I'd be interested in hearing about it. The program can select windows to send to either by matching their titles (using a substring) or by clicking on them (in a method similar to GIMP's screenshot feature). The program also features the ability to spawn off multiple instances of gnome-terminal executing a single command on multiple arguments (for example executing 'ssh' on several hosts). The gnome-terminals are invoked with the profile 'keyboardcast' if it exists (so, for example, your font size can be smaller). WWW: https://launchpad.net/keyboardcast PR: ports/142744 Submitted by: eimar.koort Notes: svn path=/head/; revision=261679