aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.6.Roman Bogorodskiy2005-05-242-3/+3
| | | | | PR: 81396 Submitted by: Antonio Carlos Venancio Junior (maintainer)
* Ugrade to 1.3.5.Thierry Thomas2005-03-022-3/+3
| | | | | | | Changelg at <http://pear.php.net/package/HTTP/download/1.3.5/>. PR: ports/78212 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* - Update to 1.3.4Pav Lucistnik2005-02-102-3/+3
| | | | | PR: ports/77309 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Upgrade to to 1.3.3;Thierry Thomas2004-11-113-6/+7
| | | | | | | - Take maintainership. PR: ports/71556 Submitted by: Antônio Carlos Venâncio Júnior.
* Upgrading to 1.3.1.Thierry Thomas2004-07-172-3/+3
|
* Upgrading to 1.3.0.Thierry Thomas2004-07-032-3/+3
|
* Utilize devel/pear-PEAR/Makefile.common.Thierry Thomas2004-04-153-9/+3
| | | | | | PR: ports/65512 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* SIZEify.Trevor Johnson2004-03-181-0/+1
|
* 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>
* New port: pear-HTTP: PEAR miscellaneous HTTP utilitiesEdwin Groothuis2003-12-284-0/+33
The HTTP class is a class with static methods for doing miscellaneous HTTP-related stuff like date formatting or language negotiation. WWW: http://pear.php.net/package-info.php?package=HTTP PR: ports/60197 Submitted by: Alex Miller <asm@asm.kiev.ua>