[Midnightbsd-cvs] mports [21210] trunk/net: add pear ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 18:14:10 EDT 2016


Revision: 21210
          http://svnweb.midnightbsd.org/mports/?rev=21210
Author:   laffer1
Date:     2016-03-15 18:14:09 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add pear ports

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

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

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

Added: trunk/net/pear-Net_URL2/Makefile
===================================================================
--- trunk/net/pear-Net_URL2/Makefile	                        (rev 0)
+++ trunk/net/pear-Net_URL2/Makefile	2016-03-15 22:14:09 UTC (rev 21210)
@@ -0,0 +1,17 @@
+# Created by: Zhen REN <bg1tpt at gmail.com>
+# $FreeBSD: head/net/pear-Net_URL2/Makefile 402439 2015-11-26 12:04:00Z miwi $
+# $MidnightBSD$
+
+PORTNAME=	Net_URL2
+PORTVERSION=	2.2.0
+CATEGORIES=	net www pear
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	PEAR Class for parsing and handling URL
+
+LICENSE=	bsd3
+
+USES=		pear
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/net/pear-Net_URL2/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_URL2/distinfo
===================================================================
--- trunk/net/pear-Net_URL2/distinfo	                        (rev 0)
+++ trunk/net/pear-Net_URL2/distinfo	2016-03-15 22:14:09 UTC (rev 21210)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Net_URL2-2.2.0.tgz) = 5cb13982d0e690cd9df43cce61188c58480eee3c310ddf707786be7a79f5a141
+SIZE (PEAR/Net_URL2-2.2.0.tgz) = 19908


Property changes on: trunk/net/pear-Net_URL2/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_URL2/pkg-descr
===================================================================
--- trunk/net/pear-Net_URL2/pkg-descr	                        (rev 0)
+++ trunk/net/pear-Net_URL2/pkg-descr	2016-03-15 22:14:09 UTC (rev 21210)
@@ -0,0 +1,3 @@
+Provides easy parsing of URLs and their constituent parts.
+
+WWW: http://pear.php.net/package/Net_URL2/


Property changes on: trunk/net/pear-Net_URL2/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