Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Feb 2005 22:57:17 -0600 (CST)
From:      Joseph Scott <joseph@randomnetworks.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76995: NEW PORT: www/pear-HTTP_Client (High level HTTP class)
Message-ID:  <20050202045717.228D62E04E@rhyll.com>
Resent-Message-ID: <200502020500.j1250bEj078120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76995
>Category:       ports
>Synopsis:       NEW PORT: www/pear-HTTP_Client (High level HTTP class)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 05:00:36 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 19:17:00 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
NEW PORT: www/pear-HTTP_Client (High level HTTP class).

This is my first port with code from PEAR, so I hope I got it right.
I based it off of www/pear-HTTP.
>How-To-Repeat:
	
>Fix:

	

--- pear-HTTP_Client.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-HTTP_Client
#	pear-HTTP_Client/Makefile
#	pear-HTTP_Client/distinfo
#	pear-HTTP_Client/pkg-descr
#
echo c - pear-HTTP_Client
mkdir -p pear-HTTP_Client > /dev/null 2>&1
echo x - pear-HTTP_Client/Makefile
sed 's/^X//' >pear-HTTP_Client/Makefile << 'END-of-pear-HTTP_Client/Makefile'
X# Ports collection makefile for: pear-HTTP_Client
X# Date created:		01 February 2005
X# Whom:				Joseph Scott (<joseph@randomnetworks.com>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=		HTTP_Client
XPORTVERSION=	1.0.0
XCATEGORIES=		www pear
X
XMAINTAINER=		joseph@randomnetworks.com
XCOMMENT=		PEAR classes for high level HTTP requests
X
XBUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=		HTTP
XFILES=			Client.php Client/CookieManager.php
XEXAMPLES=		link-checker.php
X_EXAMPLESDIR=	examples
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-HTTP_Client/Makefile
echo x - pear-HTTP_Client/distinfo
sed 's/^X//' >pear-HTTP_Client/distinfo << 'END-of-pear-HTTP_Client/distinfo'
XMD5 (PEAR/HTTP_Client-1.0.0.tgz) = 4ae6973a6a3663abd9cdbe28ccaacdb4
XSIZE (PEAR/HTTP_Client-1.0.0.tgz) = 6396
END-of-pear-HTTP_Client/distinfo
echo x - pear-HTTP_Client/pkg-descr
sed 's/^X//' >pear-HTTP_Client/pkg-descr << 'END-of-pear-HTTP_Client/pkg-descr'
XThe HTTP_Client class wraps around HTTP_Request and provides a higher level
Xinterface for performing multiple HTTP requests.
X
XFeatures:
X* Manages cookies and referrers between requests
X* Handles HTTP redirection
X* Has methods to set default headers and request parameters
X* Implements the Subject-Observer design pattern: the base class sends 
X  events to listeners that do the response processing.
X
XWWW: http://pear.php.net/package/HTTP_Client/
END-of-pear-HTTP_Client/pkg-descr
exit
--- pear-HTTP_Client.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050202045717.228D62E04E>