diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:39:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:39:29 +0000 |
commit | a78043458c2a4865726a2f66b9d84a540019e233 (patch) | |
tree | 19f6a0dbfc1fc2a5efcc7cc1e0fe9bbbb4a6bdf2 | |
parent | dc43c99810bcaaacee679377d15202314c1cb375 (diff) | |
download | pkgsrc-a78043458c2a4865726a2f66b9d84a540019e233.tar.gz |
Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.
Based on pkgsrc-wip package.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index bbadd44be01..7679134bb67 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7642 2004/11/01 20:45:15 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7643 2004/11/01 21:39:29 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5005,3 +5005,4 @@ Changes to the packages collection and infrastructure in 2004: Updated automake to 1.9.3 [wiz 2004-11-01] Added pear-Mail_Mime-1.2.1 [jdolecek 2004-11-01] Added pear-Net_URL-1.0.10 [jdolecek 2004-11-01] + Added pear-Net_Socket-1.0.1 [jdolecek 2004-11-01] diff --git a/net/Makefile b/net/Makefile index ba002b07ffd..0484b38cb0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.507 2004/11/01 20:45:16 jdolecek Exp $ +# $NetBSD: Makefile,v 1.508 2004/11/01 21:39:29 jdolecek Exp $ # COMMENT= Networking tools @@ -256,6 +256,7 @@ SUBDIR+= p5-ispman SUBDIR+= pchar SUBDIR+= pconsole SUBDIR+= pear-Net_DIME +SUBDIR+= pear-Net_Socket SUBDIR+= pear-Net_URL SUBDIR+= pen SUBDIR+= pfnet |