aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Header
Commit message (Collapse)AuthorAgeFilesLines
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Pass maintainership to submitterMartin Wilke2007-01-291-1/+1
| | | | | | | | PR: 108525 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=183650
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* - Update to 1.2.0Pav Lucistnik2006-01-112-4/+6
| | | | | | | | PR: ports/91660 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=153309
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update to 1.1.1Pav Lucistnik2004-11-123-8/+8
| | | | | | | | | | | - Update description, comment - Take maintainership PR: ports/73860 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=121481
* Upgrade to pear-HTTP_Header-1.1.0.Thierry Thomas2004-08-062-6/+4
| | | | Notes: svn path=/head/; revision=115524
* 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