[Midnightbsd-cvs] mports [21211] trunk/net: add pear net socket

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 22:12:10 EDT 2016


Revision: 21211
          http://svnweb.midnightbsd.org/mports/?rev=21211
Author:   laffer1
Date:     2016-03-15 22:12:09 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add pear net socket

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/pear-Net_Socket/
    trunk/net/pear-Net_Socket/Makefile
    trunk/net/pear-Net_Socket/distinfo
    trunk/net/pear-Net_Socket/pkg-descr
    trunk/net/pear-Net_URL/
    trunk/net/pear-Net_URL/Makefile
    trunk/net/pear-Net_URL/distinfo
    trunk/net/pear-Net_URL/pkg-descr

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2016-03-15 22:14:09 UTC (rev 21210)
+++ trunk/net/Makefile	2016-03-16 02:12:09 UTC (rev 21211)
@@ -92,6 +92,7 @@
 SUBDIR += p5-URI
 SUBDIR += p5-XML-RPC
 SUBDIR += p5-perl-ldap
+SUBDIR += pear-Net_Socket
 SUBDIR += pear-Net_URL
 SUBDIR += pear-Net_URL2
 SUBDIR += php55-ldap

Added: trunk/net/pear-Net_Socket/Makefile
===================================================================
--- trunk/net/pear-Net_Socket/Makefile	                        (rev 0)
+++ trunk/net/pear-Net_Socket/Makefile	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,16 @@
+# Created by: Thierry Thomas (<thierry at pompo.net>)
+# $FreeBSD: head/net/pear-Net_Socket/Makefile 402439 2015-11-26 12:04:00Z miwi $
+# $MidnightBSD$
+
+PORTNAME=	Net_Socket
+PORTVERSION=	1.0.14
+CATEGORIES=	net www
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	PEAR Network Socket Interface
+
+LICENSE=	php
+
+USES=	pear
+
+.include <bsd.port.mk>


Property changes on: trunk/net/pear-Net_Socket/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/pear-Net_Socket/distinfo
===================================================================
--- trunk/net/pear-Net_Socket/distinfo	                        (rev 0)
+++ trunk/net/pear-Net_Socket/distinfo	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Net_Socket-1.0.14.tgz) = 651541aeefe829eecc84ce4cb929d9a15e2ce92d2a74d5389d1cddb3d4f22f00
+SIZE (PEAR/Net_Socket-1.0.14.tgz) = 5600


Property changes on: trunk/net/pear-Net_Socket/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/pear-Net_Socket/pkg-descr
===================================================================
--- trunk/net/pear-Net_Socket/pkg-descr	                        (rev 0)
+++ trunk/net/pear-Net_Socket/pkg-descr	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,7 @@
+Net_Socket is a PEAR class interface to TCP sockets.
+
+It provides blocking and non-blocking operation, with different reading
+and writing modes (byte-wise, block-wise, line-wise and special formats
+like network byte-order ip addresses).
+
+WWW: http://pear.php.net/package/Net_Socket/


Property changes on: trunk/net/pear-Net_Socket/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/pear-Net_URL/Makefile
===================================================================
--- trunk/net/pear-Net_URL/Makefile	                        (rev 0)
+++ trunk/net/pear-Net_URL/Makefile	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,16 @@
+# Created by: Roman Neuhauser (<neuhauser at bellavista.cz>)
+# $FreeBSD: head/net/pear-Net_URL/Makefile 402439 2015-11-26 12:04:00Z miwi $
+# $MidnightBSD$
+
+PORTNAME=	Net_URL
+PORTVERSION=	1.0.15
+CATEGORIES=	net www pear
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Easy parsing of URLs
+
+LICENSE=	php
+
+USES=	pear
+
+.include <bsd.port.mk>


Property changes on: trunk/net/pear-Net_URL/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/pear-Net_URL/distinfo
===================================================================
--- trunk/net/pear-Net_URL/distinfo	                        (rev 0)
+++ trunk/net/pear-Net_URL/distinfo	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Net_URL-1.0.15.tgz) = 568597d802c0a741b8218e1acd8717c15bea2f345a269efc2de52cfc47cf0c05
+SIZE (PEAR/Net_URL-1.0.15.tgz) = 6303


Property changes on: trunk/net/pear-Net_URL/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/pear-Net_URL/pkg-descr
===================================================================
--- trunk/net/pear-Net_URL/pkg-descr	                        (rev 0)
+++ trunk/net/pear-Net_URL/pkg-descr	2016-03-16 02:12:09 UTC (rev 21211)
@@ -0,0 +1,3 @@
+Provides easy parsing of URLs and their constituent parts.
+
+WWW: http://pear.php.net/package/Net_URL/


Property changes on: trunk/net/pear-Net_URL/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list