pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add php-pcntl - PHP process control function extension.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a9072b43b1e
branches: trunk
changeset: 494399:3a9072b43b1e
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Mon May 23 21:45:21 2005 +0000
description:
Add php-pcntl - PHP process control function extension.
diffstat:
devel/Makefile | 3 ++-
devel/php-pcntl/DESCR | 8 ++++++++
devel/php-pcntl/Makefile | 12 ++++++++++++
doc/CHANGES | 4 +++-
4 files changed, 25 insertions(+), 2 deletions(-)
diffs (60 lines):
diff -r cdb14cd01379 -r 3a9072b43b1e devel/Makefile
--- a/devel/Makefile Mon May 23 21:42:55 2005 +0000
+++ b/devel/Makefile Mon May 23 21:45:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.640 2005/05/19 17:27:13 reed Exp $
+# $NetBSD: Makefile,v 1.641 2005/05/23 21:47:38 jdolecek Exp $
#
COMMENT= Development utilities
@@ -481,6 +481,7 @@
SUBDIR+= php-gettext
SUBDIR+= php-gmp
SUBDIR+= php-posix
+SUBDIR+= php-pcntl
SUBDIR+= php-shmop
SUBDIR+= php-sysvsem
SUBDIR+= php-sysvshm
diff -r cdb14cd01379 -r 3a9072b43b1e devel/php-pcntl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-pcntl/DESCR Mon May 23 21:45:21 2005 +0000
@@ -0,0 +1,8 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides support for Process Control functions.
+
+Process Control support in PHP implements the Unix style of process
+creation, program execution, signal handling and process termination.
+Process Control should not be enabled within a webserver environment
+and unexpected results may happen if any Process Control functions
+are used within a webserver environment.
diff -r cdb14cd01379 -r 3a9072b43b1e devel/php-pcntl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-pcntl/Makefile Mon May 23 21:45:21 2005 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 21:45:21 jdolecek Exp $
+
+MODNAME= pcntl
+CATEGORIES+= devel
+PKGREVISION= # empty
+COMMENT= PHP extension for Process Control functions
+
+
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cdb14cd01379 -r 3a9072b43b1e doc/CHANGES
--- a/doc/CHANGES Mon May 23 21:42:55 2005 +0000
+++ b/doc/CHANGES Mon May 23 21:45:21 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10171 2005/05/23 21:33:22 seb Exp $
+$NetBSD: CHANGES,v 1.10172 2005/05/23 21:47:38 jdolecek Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -2565,3 +2565,5 @@
Updated xlockmore to 5.17 [hubertf 2005-05-23]
Updated csound4 to 4.23.13.0 [ben 2005-05-23]
Updated xmlstarlet to 1.0.1 [seb 2005-05-23]
+ Added php-pcntl-5.0.4 [jdolecek 2005-05-23]
+ Added php-pcntl-4.3.11 [jdolecek 2005-05-23]
Home |
Main Index |
Thread Index |
Old Index