aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Header
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.0pav2006-01-122-4/+6
| | | | | PR: ports/91660 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-1/+1
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* - Update to 1.1.1pav2004-11-133-8/+8
| | | | | | | | - Update description, comment - Take maintainership PR: ports/73860 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Upgrade to pear-HTTP_Header-1.1.0.thierry2004-08-072-6/+4
|
* Utilize devel/pear-PEAR/Makefile.common.thierry2004-04-153-25/+9
| | | | | | PR: ports/65511 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* SIZEify.trevor2004-03-181-0/+1
|
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonedwin2003-12-281-1/+1
| | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easilyedwin2003-12-284-0/+48
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). PR: ports/60198 Submitted by: Alex Miller <asm@asm.kiev.ua>