1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Activate xlock after a user-defined time of inactivity.

This commit is contained in:
Satoshi Asami 1996-08-16 07:54:28 +00:00
parent 048f78ea8f
commit cc6ac5bcec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3612
6 changed files with 79 additions and 0 deletions

20
x11/xautolock/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Port makefile for: oneko
# Version required: 1pl10
# Date created: 20 Jul 1996
# Whom: Eric Blood <eblood@cs.unr.edu>
#
# $Id$
#
DISTNAME= xautolock-1pl10
PKGNAME= xautolock-1.10
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
DISTFILES= xautolock.pl10.tz
MAINTAINER= eblood@cs.unr.edu
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xautolock.pl10
.include <bsd.port.mk>

1
x11/xautolock/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xautolock.pl10.tz) = eac946325729f6b773e21618704ab5db

View File

@ -0,0 +1,47 @@
*** xautolock.c.orig Sat Jul 20 17:32:41 1996
--- xautolock.c Sat Jul 20 17:56:41 1996
***************
*** 196,201 ****
--- 196,203 ----
* with vroot.h, because it needs to know the real root window.
*/
+ #include <sys/param.h>
+
#if defined(hpux) || defined (__hpux)
#ifndef _HPUX_SOURCE
#define _HPUX_SOURCE
***************
*** 235,241 ****
--- 237,247 ----
#endif /* !NOSTDHDRS */
#if !defined (apollo) && !defined (VMS)
+
+ #if !defined (BSD)
#include <malloc.h>
+ #endif /* !BSD */
+
#include <unistd.h>
#endif /* !apollo && !VMS */
***************
*** 1587,1593 ****
#else /* VMS */
if (locker_pid)
{
! #if !defined (UTEKV) && !defined (SYSV) && !defined(SVR4)
union wait status; /* childs process status */
#else /* !UTEKV && !SYSV && !SVR4 */
int status; /* childs process status */
--- 1593,1602 ----
#else /* VMS */
if (locker_pid)
{
!
! #if defined (BSD)
! int status;
! #elif !defined (UTEKV) && !defined (SYSV) && !defined(SVR4)
union wait status; /* childs process status */
#else /* !UTEKV && !SYSV && !SVR4 */
int status; /* childs process status */

View File

@ -0,0 +1 @@
Used to activate xlock after a user defined time of inactivity.

8
x11/xautolock/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Xautolock monitors console activity under the X window system, and
fires up a program of your choice if nothing happens during a
user configurable period of time. You can use this to automatically
start up a screen locker in case you tend to forget to do so manually
before having a coffee break.
Eric Blood
eblood@cs.unr.edu

2
x11/xautolock/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/xautolock
man/man1/xautolock.1.gz