pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-setproctitle Import py27-setproctitle-1.1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d5f49168764
branches: trunk
changeset: 632564:4d5f49168764
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 31 14:03:03 2014 +0000
description:
Import py27-setproctitle-1.1.8 as sysutils/py-setproctitle.
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.
diffstat:
sysutils/py-setproctitle/DESCR | 7 +++++++
sysutils/py-setproctitle/Makefile | 14 ++++++++++++++
sysutils/py-setproctitle/PLIST | 3 +++
sysutils/py-setproctitle/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r e3f108a8b9df -r 4d5f49168764 sysutils/py-setproctitle/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-setproctitle/DESCR Mon Mar 31 14:03:03 2014 +0000
@@ -0,0 +1,7 @@
+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.
diff -r e3f108a8b9df -r 4d5f49168764 sysutils/py-setproctitle/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-setproctitle/Makefile Mon Mar 31 14:03:03 2014 +0000
@@ -0,0 +1,14 @@
+# $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@localhost
+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"
diff -r e3f108a8b9df -r 4d5f49168764 sysutils/py-setproctitle/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-setproctitle/PLIST Mon Mar 31 14:03:03 2014 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/03/31 14:03:03 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/setproctitle.so
diff -r e3f108a8b9df -r 4d5f49168764 sysutils/py-setproctitle/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-setproctitle/distinfo Mon Mar 31 14:03:03 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/31 14:03:03 wiz Exp $
+
+SHA1 (setproctitle-1.1.8.tar.gz) = a23463feac8d99b5504efc22f0ca2cfe2c145930
+RMD160 (setproctitle-1.1.8.tar.gz) = 001dbb048258c6ac2e4a5c309c9e8a9ebcea083e
+Size (setproctitle-1.1.8.tar.gz) = 23208 bytes
Home |
Main Index |
Thread Index |
Old Index