aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP
Commit message (Collapse)AuthorAgeFilesLines
* Utilize devel/pear-PEAR/Makefile.common.Thierry Thomas2004-04-143-9/+3
| | | | | | | | | PR: ports/65512 Submitted by: Roman Neuhauser Approved by: mat (mentor). Notes: svn path=/head/; revision=107078
* 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: 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> Notes: svn path=/head/; revision=96740