1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

This extension allows changing the current process' name on Linux and *BSD

systems. This is useful when using pcntl_fork() to identify running
processes in process list

WWW:	http://www.pecl.php.net/package/proctitle/

PR:		ports/143014
Submitted by:	Florian Smeets <flo at kasimir.com>
This commit is contained in:
Martin Wilke 2010-01-25 08:49:07 +00:00
parent 63f28e0666
commit b4b4314e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248509
4 changed files with 31 additions and 0 deletions

View File

@ -594,6 +594,7 @@
SUBDIR += pear-Log
SUBDIR += pear-Translation2
SUBDIR += pecl-fileinfo
SUBDIR += pecl-proctitle
SUBDIR += penv
SUBDIR += perf
SUBDIR += personality

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: pecl-proctitle
# Date created: 2010-01-20
# Whom: Florian Smeets <flo@kasimir.com>
#
# $FreeBSD$
#
PORTNAME= proctitle
PORTVERSION= 0.1.1
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@kasimir.com
COMMENT= A PECL extension that allows changing the current process' name
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/proctitle-0.1.1.tgz) = 274eb72584b7fc617f191473bcd2ee14
SHA256 (PECL/proctitle-0.1.1.tgz) = d4f0df3c752382fc5be01e0df97bd2de543a8260f58435b8f8a4f41b096fe95e
SIZE (PECL/proctitle-0.1.1.tgz) = 4474

View File

@ -0,0 +1,5 @@
This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running
processes in process list
WWW: http://www.pecl.php.net/package/proctitle/