pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add pear-Net_Socket 1.0.1 - PHP classes to provide Net...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9930ec34e20d
branches:  trunk
changeset: 482705:9930ec34e20d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 21:39:29 2004 +0000

description:
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.

diffstat:

 doc/CHANGES  |  3 ++-
 net/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r deefad6bb231 -r 9930ec34e20d doc/CHANGES
--- a/doc/CHANGES       Mon Nov 01 21:36:44 2004 +0000
+++ b/doc/CHANGES       Mon Nov 01 21:39:29 2004 +0000
@@ -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 @@
        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 -r deefad6bb231 -r 9930ec34e20d net/Makefile
--- a/net/Makefile      Mon Nov 01 21:36:44 2004 +0000
+++ b/net/Makefile      Mon Nov 01 21:39:29 2004 +0000
@@ -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+=       pchar
 SUBDIR+=       pconsole
 SUBDIR+=       pear-Net_DIME
+SUBDIR+=       pear-Net_Socket
 SUBDIR+=       pear-Net_URL
 SUBDIR+=       pen
 SUBDIR+=       pfnet



Home | Main Index | Thread Index | Old Index