aboutsummaryrefslogtreecommitdiff
path: root/x11/swarp
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-0/+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
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* update pkg-descr WWW, old link returns 404Jochen Neumeister2017-10-181-1/+1
| | | | | | | | | | PR: 223064 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12722 Notes: svn path=/head/; revision=452385
* Reassign maintainership of x11/swarpTobias Kortkamp2017-08-101-1/+1
| | | | | | | | | PR: 221392 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: Mason Loring Bliss <mason@blisses.org> (maintainer, implicit) Notes: svn path=/head/; revision=447717
* x11/swarp: Pass maintainership to Mason Loring BlissTorsten Zuehlsdorff2016-11-231-1/+1
| | | | | | | | | PR: 214745 Submitted by: Mason Loring Bliss <mason@blisses.org> Approved by: mentors (implicit) Notes: svn path=/head/; revision=426939
* - Switch to options helpersDmitry Marakasov2015-09-021-5/+1
| | | | Notes: svn path=/head/; revision=395808
* - Stage supportAntoine Brodin2014-01-051-3/+4
| | | | | | | - Add missing OPTIONS_DEFINE Notes: svn path=/head/; revision=338761
* 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
* For some of the unmaintained ports in the x11 category convert them to OptionsNGEitan Adler2013-03-251-6/+4
| | | | | | | While here, trim the headers Notes: svn path=/head/; revision=315242
* - Remove DEPRECATEDMartin Wilke2011-03-252-10/+9
| | | | | | | | | | | | - Update MASTER_SITES and WWW: line - Add LICENSE - Pet Portlint PR: 155841 Submitted by: Ports Fury Notes: svn path=/head/; revision=271692
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Deprecate unmaintained ports from x11 where upstream disapear and/orBaptiste Daroussin2011-03-111-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270709
* Drop MaintainershipTilman Keskinoz2010-08-091-1/+1
| | | | | | | | PR: 149436 Submitted by: old maintainer Notes: svn path=/head/; revision=259008
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* Simple pointer warp is a generic pointer warping utility for X11.Martin Wilke2008-01-203-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> Notes: svn path=/head/; revision=205944