Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -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.

View File

@@ -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
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"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2014/03/31 14:03:03 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/setproctitle.so

View File

@@ -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