[Midnightbsd-cvs] mports [21197] trunk/www: add pear extension.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 17:03:22 EDT 2016
Revision: 21197
http://svnweb.midnightbsd.org/mports/?rev=21197
Author: laffer1
Date: 2016-03-15 17:03:22 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add pear extension.
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/pear-HTTP_Request/
trunk/www/pear-HTTP_Request/Makefile
trunk/www/pear-HTTP_Request/distinfo
trunk/www/pear-HTTP_Request/pkg-descr
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2016-03-15 21:03:09 UTC (rev 21196)
+++ trunk/www/Makefile 2016-03-15 21:03:22 UTC (rev 21197)
@@ -85,6 +85,7 @@
SUBDIR += p5-WWW-Curl
SUBDIR += p5-WWW-RobotRules
SUBDIR += p5-libwww
+SUBDIR += pear-HTTP_Request
SUBDIR += pecl-APC
SUBDIR += php5-session
SUBDIR += php5-tidy
Added: trunk/www/pear-HTTP_Request/Makefile
===================================================================
--- trunk/www/pear-HTTP_Request/Makefile (rev 0)
+++ trunk/www/pear-HTTP_Request/Makefile 2016-03-15 21:03:22 UTC (rev 21197)
@@ -0,0 +1,19 @@
+# Created by: Thierry Thomas (<thierry at FreeBSD.org>)
+# $FreeBSD: head/www/pear-HTTP_Request/Makefile 402439 2015-11-26 12:04:00Z miwi $
+# $MidnightBSD$
+
+PORTNAME= HTTP_Request
+PORTVERSION= 1.4.4
+CATEGORIES= www pear
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= PEAR classes providing an easy way to perform HTTP requests
+
+BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
+ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
+ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+
+USES= pear
+
+.include <bsd.port.mk>
Property changes on: trunk/www/pear-HTTP_Request/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/www/pear-HTTP_Request/distinfo
===================================================================
--- trunk/www/pear-HTTP_Request/distinfo (rev 0)
+++ trunk/www/pear-HTTP_Request/distinfo 2016-03-15 21:03:22 UTC (rev 21197)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/HTTP_Request-1.4.4.tgz) = cb6050491a7b9583b3a74f89d14a9d49c4a5e51472a31126026e03fcabe84d19
+SIZE (PEAR/HTTP_Request-1.4.4.tgz) = 17109
Property changes on: trunk/www/pear-HTTP_Request/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/www/pear-HTTP_Request/pkg-descr
===================================================================
--- trunk/www/pear-HTTP_Request/pkg-descr (rev 0)
+++ trunk/www/pear-HTTP_Request/pkg-descr 2016-03-15 21:03:22 UTC (rev 21197)
@@ -0,0 +1,4 @@
+Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
+Proxy Authentication, SSL, file uploads etc.
+
+WWW: http://pear.php.net/package/HTTP_Request/
Property changes on: trunk/www/pear-HTTP_Request/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