6d3ec77ad0
The library allows a process to change its title (as displayed by system tools such as ps and top). Changing the title is mostly useful in multi-process systems, for example when a master process is forked: changing the children's title allows to identify the task each process is busy with. The technique is used by PostgreSQL and the OpenSSH Server for example.
14 lines
466 B
Makefile
14 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/03/31 14:03:03 wiz Exp $
|
|
|
|
DISTNAME= setproctitle-1.1.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://pypi.python.org/packages/source/s/setproctitle/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/setproctitle
|
|
COMMENT= Python library to allow customization of the process title
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|