summaryrefslogtreecommitdiff
path: root/x11/slock
AgeCommit message (Collapse)AuthorFilesLines
2015-01-09Fix dependencies.joerg1-1/+2
2015-01-06Update 1.0 to 1.2 based on PR pkg/49063 by Leonardo Taccari.mef3-17/+25
(pkgsrc) - Instead of using do-* in Makefile adjust config.mk and use the official Makefile like other suckless.org packages (e.g. x11/dmenu). - Do not install README: the only useful information for the user was: Simply invoke the 'slock' command. To get out of it, enter your password. The user can read that in x11/slock/DESCR by pkg_info slock. (upstream) * slock-1.2: - Colors are now specified via config.h - Minor bug fixes * slock-1.1: - Eckhards dualcolor patch - Minor bug fixes
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-23Upgrade slock to 1.0reed2-9/+10
Add license and change homepage. No changes file included in source distribution. Changes can be seen at http://hg.suckless.org/slock/ (see changelog for last few versions). One important fix is: added XRaiseWindow workaround when new clients are launched See http://secunia.com/advisories/48700/ for the security issue.
2010-04-05Build fix: treat DragonFly as other BSDs.asau1-2/+2
From Alexander Polakov, PR pkg/43118
2009-07-07user-destdir supportjoerg1-5/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-02-11New package.reed4-0/+48
Based on package from pkgsrc-wip, but updated. I changed the maintainer because I didn't hear back about my changes. From description: Simple screen locker for X. It blanks the screen and hides the pointer. To unlock, type in your password and press Enter. The Escape key resets input and it beeps on wrong password.