- Update to 1.1.1

- Update description, comment
- Take maintainership

PR:		ports/73860
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
Pav Lucistnik 2004-11-12 21:20:07 +00:00
parent 1c35bd9a4b
commit 2d05e9a743
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121481
3 changed files with 8 additions and 8 deletions

View file

@ -6,11 +6,11 @@
#
PORTNAME= HTTP_Header
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= www devel pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR OO-Interface to modify HTTP-Headers easily
MAINTAINER= antonio@php.net
COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${BUILD_DEPENDS}

View file

@ -1,2 +1,2 @@
MD5 (PEAR/HTTP_Header-1.1.0.tgz) = 5aba41157f1c63d2c84c3660c9221d17
SIZE (PEAR/HTTP_Header-1.1.0.tgz) = 8929
MD5 (PEAR/HTTP_Header-1.1.1.tgz) = fb12d419ac03a5f741fbaa60a1d614a0
SIZE (PEAR/HTTP_Header-1.1.1.tgz) = 9483

View file

@ -1,5 +1,5 @@
This class provides methods to set/modify HTTP-Headers.
To abstract common things, like caching etc. some sub classes are
provided that handle special cases (i.e. HTTP_Header_Cache).
This class provides methods to set/modify HTTP headers
and status codes including an HTTP caching facility.
It also provides methods for checking Status types.
WWW: http://pear.php.net/package/HTTP_Header/