summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Header
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-12 21:20:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-12 21:20:07 +0000
commit2d05e9a743dea1da4c6ee71e796e8bc66aff560c (patch)
tree9748f7fd891c80799042c09523879c38013fc3a3 /www/pear-HTTP_Header
parentUpdate to 1.6.8p2 (diff)
- Update to 1.1.1
- Update description, comment - Take maintainership PR: ports/73860 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=121481
Diffstat (limited to 'www/pear-HTTP_Header')
-rw-r--r--www/pear-HTTP_Header/Makefile6
-rw-r--r--www/pear-HTTP_Header/distinfo4
-rw-r--r--www/pear-HTTP_Header/pkg-descr6
3 files changed, 8 insertions, 8 deletions
diff --git a/www/pear-HTTP_Header/Makefile b/www/pear-HTTP_Header/Makefile
index 8fdcd30876ca..292034a06af0 100644
--- a/www/pear-HTTP_Header/Makefile
+++ b/www/pear-HTTP_Header/Makefile
@@ -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}
diff --git a/www/pear-HTTP_Header/distinfo b/www/pear-HTTP_Header/distinfo
index 4a2562839c8c..44cf23175192 100644
--- a/www/pear-HTTP_Header/distinfo
+++ b/www/pear-HTTP_Header/distinfo
@@ -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
diff --git a/www/pear-HTTP_Header/pkg-descr b/www/pear-HTTP_Header/pkg-descr
index 9499d4719941..7bef19fc56d5 100644
--- a/www/pear-HTTP_Header/pkg-descr
+++ b/www/pear-HTTP_Header/pkg-descr
@@ -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/