Commit graph

6 commits

Author SHA1 Message Date
Pav Lucistnik
2d05e9a743 - Update to 1.1.1
- Update description, comment
- Take maintainership

PR:		ports/73860
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-11-12 21:20:07 +00:00
Thierry Thomas
b3c7fcbd4f Upgrade to pear-HTTP_Header-1.1.0. 2004-08-06 21:17:23 +00:00
Thierry Thomas
6f4354d282 Utilize devel/pear-PEAR/Makefile.common.
PR:		ports/65511
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:56:32 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Edwin Groothuis
1446aabaab pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.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>
2003-12-28 09:11:28 +00:00
Edwin Groothuis
f02a187e7f New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easily
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>
2003-12-28 08:52:55 +00:00