aboutsummaryrefslogtreecommitdiff
path: root/x11/metalock
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-1/+1
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-2/+2
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Cleanup plistAntoine Brodin2014-11-241-3/+0
| | | | Notes: svn path=/head/; revision=373367
* Allow staging as a regular userAntoine Brodin2014-09-182-6/+4
| | | | Notes: svn path=/head/; revision=368530
* x11/metalock: Mark jobs unsafeJohn Marino2014-08-081-1/+3
| | | | Notes: svn path=/head/; revision=364388
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Support stagedir.Vanilla I. Shu2014-01-112-2/+28
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339414
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* 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
* Convert to new options framework left unconverted ports in x* categoriesBaptiste Daroussin2013-03-221-11/+7
| | | | Notes: svn path=/head/; revision=314894
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Get rid of USE_* variablesAlex Kozlov2012-04-121-10/+8
| | | | | | | Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer), eadler (mentor) Notes: svn path=/head/; revision=294686
* Metalock is an enhanced screen locker for the X11 windowing system. It isCarlo Strub2012-04-074-0/+89
designed to be used with a background screen daemon, such as xidle. Current features include: - Support for pixmap (image) xpm background and login box. - It gives visual feedback as you type the password (Shows username and * for each character of password typed.) - Bind arbitrary commands to key combinations (allows tasks such as pause/un-pause music without unlocking the screen) - Optional XFT support for anti-aliased fonts. (This is optional in case greater security is desired) - Optional Imlib2 support for use of png or jpg formats, which are more appropriate for photos or high-color images than xpm. - Portable to most UNIX-like operating systems, developed on FreeBSD. WWW: http://chiselapp.com/user/beyert/repository/metalock/ PR: ports/166326 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: wen@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=294329