aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Header
Commit message (Collapse)AuthorAgeFilesLines
* Utilize devel/pear-PEAR/Makefile.common.Thierry Thomas2004-04-143-25/+9
| | | | | | | | | PR: ports/65511 Submitted by: Roman Neuhauser Approved by: mat (mentor). Notes: svn path=/head/; revision=107079
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-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> Notes: svn path=/head/; revision=96749
* New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easilyEdwin Groothuis2003-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> Notes: svn path=/head/; revision=96742