aboutsummaryrefslogtreecommitdiff
path: root/x11/i3lock
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Add a patch:Baptiste Daroussin2013-03-202-6/+42
| | | | | | | | - stop using mlock as it requires root credential - call ev_loop_fork so that forking actually works with kqueue Notes: svn path=/head/; revision=314748
* - Update xcb-util to 0.3.9Renato Botelho2012-12-101-2/+3
| | | | | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports Notes: svn path=/head/; revision=308628
* - Update to 2.4.1Dennis Herrmann2012-06-062-4/+3
| | | | Notes: svn path=/head/; revision=298615
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.4Dennis Herrmann2012-04-083-9/+34
| | | | | | | | | PR: ports/166736 Submitted by: Baptiste Daroussin <bapt@freebsd.org> Feature safe: yes Notes: svn path=/head/; revision=294380
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Add Backup mirrorDennis Herrmann2009-05-243-4/+7
| | | | | | | - Update pkg-descr Notes: svn path=/head/; revision=234482
* i3lock improves slock by making it fork() and therefore combinable withDennis Herrmann2009-05-223-0/+44
commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you have entered a password when resuming from suspend, at least sometimes. i3lock was forked from slock-0.9 Notes: svn path=/head/; revision=234387