diff options
author | jdolecek <jdolecek> | 2004-10-02 10:14:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-02 10:14:03 +0000 |
commit | ed0f0c7b0b5cbd31f1f850b8e3b778c27f73835c (patch) | |
tree | 9b41210177de83ff6d99263c348f31de1b5c9bbe | |
parent | d722591701276a983d9943d8054cbf297b300dc6 (diff) | |
download | pkgsrc-ed0f0c7b0b5cbd31f1f850b8e3b778c27f73835c.tar.gz |
Add php4 module shmop, offering simplified interface to SysV shared memory
for PHP
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index b71a72b4ec6..8a1e7232b23 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.537 2004/10/01 12:44:43 rh Exp $ +# $NetBSD: Makefile,v 1.538 2004/10/02 10:14:03 jdolecek Exp $ # COMMENT= Development utilities @@ -409,6 +409,7 @@ SUBDIR+= pedisassem SUBDIR+= php4-gettext SUBDIR+= php4-gmp SUBDIR+= php4-posix +SUBDIR+= php4-shmop SUBDIR+= php4-sysvsem SUBDIR+= php4-sysvshm SUBDIR+= physfs diff --git a/doc/CHANGES b/doc/CHANGES index 6b70aec8dbf..985a36a041c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7316 2004/10/02 09:04:04 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7317 2004/10/02 10:14:03 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4516,3 +4516,4 @@ Changes to the packages collection and infrastructure in 2004: Added metacam-1.2 [simonb 2004-10-02] Added gsmc-1.1 [dmcmahill 2004-10-02] Updated oraedit to 0.1.4 [jdolecek 2004-10-02] + Added php4-shmop-4.3.9 [jdolecek 2004-10-02] |