aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/skippy-xd
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
* Add the patch file forgotten in the earlier commit (r482283).Alexey Dokuchaev2018-10-171-0/+30
| | | | Notes: svn path=/head/; revision=482287
* Resurrect `x11-wm/skippy-xd', a full-screen Expose-style standalone taskAlexey Dokuchaev2018-10-174-0/+73
| | | | | | | | | switcher for X11. It is now being hosted on GitHub as a fork from the original 0.5.0 release (2004), initially maintained by Nick Watts (2011) and now by Richard Grenville (2013). Assume maintainership. Notes: svn path=/head/; revision=482283
* 2012-10-20 x11-wm/wmcp: No more public distfilesBaptiste Daroussin2012-10-256-114/+0
| | | | | | | | | | | | | | | | | | 2012-10-20 x11-wm/skippy-xd: Abandonware, upstream disappeared 2012-10-20 x11-wm/skippy: Abandonware, upstream disappeared 2012-10-20 x11-wm/matchbox: Abandonware, upstream disappeared 2012-10-20 x11-wm/e16utils: No more public distfiles 2012-10-20 x11-wm/blwm: Abandonware, upstream disappeared 2012-10-20 x11-wm/badwm: Development ceased 2012-10-20 x11-wm/amaterus: Abandonware, upstream disappeared 2012-10-20 x11-wm/ahwm: Abandoned upstream Remove some obsolete wm Feature safe: yes Notes: svn path=/head/; revision=306388
* Deprecate a bunch of abandonware or alikeBaptiste Daroussin2012-09-201-0/+3
| | | | Notes: svn path=/head/; revision=304588
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-2/+2
| | | | | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in. Notes: svn path=/head/; revision=301357
* - Fix runtime crash on amd64Roman Bogorodskiy2011-12-131-2/+11
| | | | | | | | | | | - Bump PORTREVISION PR: 163193 Submitted by: Vincent Hoffman-Kazlauskas <vince@unsane.co.uk> Feature safe: yes Notes: svn path=/head/; revision=287303
* Fix master_siteBaptiste Daroussin2011-08-021-1/+1
| | | | Notes: svn path=/head/; revision=278813
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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 support for XFree8-4.Florent Thoumie2008-03-071-7/+1
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+3
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149470
* - Reset MAINTAINER to ports@FreeBSD.orgMichael Johnson2005-03-201-1/+1
| | | | Notes: svn path=/head/; revision=131680
* Add skippy-xdMichael Johnson2005-01-126-0/+107
Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and XFixes extensions to provide you with 'live' versions of the windows. Skippy-XD is best described as a full-screen task-switcher for X11. It tries to provide an alternative when taskbars or regular task-switchers aren't the most efficient way of switching tasks (like when you have a lot of applications open) When activated (currently only through a hotkey), it will arrange and scale snapshots of all windows on the current desktop and it'll let you pick a window using a mouse or a keyboard. Yes, this is also what expocity and Apple's Expose. PR: ports/66921 Notes: svn path=/head/; revision=126201