aboutsummaryrefslogtreecommitdiffstats
path: root/x11/swarp
Commit message (Collapse)AuthorAgeFilesLines
* update pkg-descr WWW, old link returns 404joneum2017-10-191-1/+1
| | | | | | | PR: 223064 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12722
* Reassign maintainership of x11/swarptobik2017-08-111-1/+1
| | | | | | PR: 221392 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: Mason Loring Bliss <mason@blisses.org> (maintainer, implicit)
* x11/swarp: Pass maintainership to Mason Loring Blisstz2016-11-231-1/+1
| | | | | | PR: 214745 Submitted by: Mason Loring Bliss <mason@blisses.org> Approved by: mentors (implicit)
* - Switch to options helpersamdmi32015-09-021-5/+1
|
* - Stage supportantoine2014-01-051-3/+4
| | | | - Add missing OPTIONS_DEFINE
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* For some of the unmaintained ports in the x11 category convert them to OptionsNGeadler2013-03-261-6/+4
| | | | While here, trim the headers
* - Remove DEPRECATEDmiwi2011-03-252-10/+9
| | | | | | | | | - Update MASTER_SITES and WWW: line - Add LICENSE - Pet Portlint PR: 155841 Submitted by: Ports Fury
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Deprecate unmaintained ports from x11 where upstream disapear and/orbapt2011-03-121-0/+3
| | | | where no distfiles can be found and are not used by maintained ports
* Drop Maintainershiparved2010-08-091-1/+1
| | | | | PR: 149436 Submitted by: old maintainer
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Simple pointer warp is a generic pointer warping utility for X11.miwi2008-01-213-0/+45
It allows you to place the pointer to arbitrary x/y coordinates, for instance from within scripts. It is especially useful in conjunction with scripted window managers such as wmii. WWW: http://www.suckless.org/wiki/tools/xlib PR: ports/119694 Submitted by: Daniel Roethlisberger <daniel at roe.ch>