* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path * Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects * Fixed bug #12571 - Wrong license in package.xml * Fixed bug #12759 - DOS linebreaks * Fixed req #9148 - Added negotiateCharset() method * Fixed req #11060 - Added negotiateMimeType() method * Added regression tests * Bump to package.xml v2.0 * Added failover JavaScript for redirect()
13 lines
346 B
Makefile
13 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/06 16:07:58 taca Exp $
|
|
|
|
DISTNAME= HTTP-1.4.1
|
|
CATEGORIES+= www
|
|
|
|
MAINTAINER= brook@nmsu.edu pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/HTTP
|
|
COMMENT= PHP support for miscellaneous HTTP functions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|