Port details |
- slock Simple X screen locker
- 1.5_1 x11 =5 1.5_1Version of this port present on the latest quarterly branch.
- Maintainer: pkubaj@FreeBSD.org
- Port Added: 2007-02-18 00:46:14
- Last Update: 2024-01-11 10:31:03
- Commit Hash: e762d07
- People watching this port, also watch:: thunderbird, gtk2, vlc, hicolor-icon-theme, vim
- License: MIT
- WWW:
- https://tools.suckless.org/slock
- Description:
- Simple screen locker utility for X
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/slock/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/slock
- pkg install slock
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: slock
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704531989
SHA256 (slock-1.5.tar.gz) = aee1e3fbf6a277fb625a3838073b979b6483e7baca4ce82f56de1ff192db0e4d
SIZE (slock-1.5.tar.gz) = 6898
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_slock
- USES:
- cpe xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_1 11 Jan 2024 10:31:03 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate the use of MANPREFIX for x11*
While here move some manpages to share/man |
1.5_1 10 Jan 2024 09:47:00 |
Piotr Kubaj (pkubaj) |
x11/slock: take maintainership |
1.5_1 09 Jan 2024 12:47:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
1.5 06 Jan 2024 09:44:46 |
Muhammad Moinur Rahman (bofh) |
x11/slock: Update version 1.4=>1.5
- Return to pool as maintainer domain bsdforge.com has expired
Changelog: https://tools.suckless.org/slock/
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4_2 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4_2 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
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. |
1.4_2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.4_1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
1.4 24 Feb 2017 17:14:38 |
krion |
Update x11/slock to 1.4
PR: 217270
Submitted by: pkubaj@anongoth.pl
Approved by: mat (mentor), maintainer
Differential Revision: https://reviews.freebsd.org/D9783 |
1.3 26 Feb 2016 18:08:30 |
jgh |
- set maintainer
PR: 207517
Submitted by: portmaster@bsdforge.com (maintainer) |
1.3 25 Feb 2016 10:13:29 |
rakuco |
Update to 1.3.
PR: 207289
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
1.2_1 08 Apr 2015 19:17:48 |
amdmi3 |
- Add CPE info
- Pet portlint
- Add permissions to pkg-plist |
1.2 12 Jan 2015 16:17:15 |
vanilla |
Upgrade to 1.2. |
1.1_1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.1_1 10 Oct 2013 08:42:51 |
gahr |
- Bump PORTREVISION
Suggested by: bapt |
1.1 10 Oct 2013 08:18:55 |
gahr |
- Take maintainership [1]
- Add PAM support ("slock" service)
Approved by: bapt (former maintainer) [1] |
1.1 23 Sep 2013 06:20:08 |
bapt |
Use stage |
1.1 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1 07 Nov 2012 07:58:16 |
bapt |
Update to 1.1
PR: ports/173250
Submitted by: David Demelier <demelier.david@gmail.com>
Feature safe: yes |
1.0 09 Mar 2012 14:05:46 |
bapt |
- update to 1.0
Feature safe: yes |
0.9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.9 28 Jul 2010 17:31:01 |
bapt |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
0.9 09 Jul 2010 13:43:09 |
sylvio |
- Fix MASTER_SITE
- Add license
- Pass maintainership to submitter.
PR: ports/148467
Submitted by: Bapt <baptiste.daroussin@gmail.com> |
0.9 11 Jul 2009 15:52:03 |
miwi |
- Drop maintainership |
0.9 25 Mar 2009 18:08:45 |
miwi |
- Mark MAKE_JOBS_SAFE for parallel building. |
0.9 07 Sep 2008 11:32:10 |
miwi |
- Update to 0.9
- Update MASTER_SITES/WWW
- Take maintainership |
0.8_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.8_1 20 Apr 2008 22:27:05 |
miwi |
- Fix build after xorg cleanup
Submitted by: pointyhat |
0.8 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [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) |
0.8 14 Apr 2008 11:08:22 |
sat |
- Update to 0.8
PR: ports/121767
Submitted by: Daniel Roethlisberger <daniel@roe.ch> |
0.7 14 Dec 2007 21:47:27 |
sat |
- Update to 0.7 |
0.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6 07 Mar 2007 13:12:27 |
sat |
- Update to 0.6 |
0.5 05 Mar 2007 19:41:20 |
sat |
- Update to 0.5 |
0.4 21 Feb 2007 05:55:05 |
sat |
- use_xlib
Reported by: pointyhat via kris |
0.4 18 Feb 2007 00:45:34 |
sat |
Add port x11/slock:
Simple X screen locker
WWW: http://www.suckless.org/wiki/tools/xlib |