Import of pkgsrc-2014Q1
This commit is contained in:
7
www/php-http/DESCR
Normal file
7
www/php-http/DESCR
Normal file
@@ -0,0 +1,7 @@
|
||||
This HTTP extension aims to provide a convenient and powerful
|
||||
set of functionality for one of PHPs major applications.
|
||||
|
||||
It eases handling of HTTP urls, dates, redirects, headers and
|
||||
messages, provides means for negotiation of clients preferred
|
||||
language and charset, as well as a convenient way to send any
|
||||
arbitrary data with caching and resuming capabilities.
|
||||
27
www/php-http/Makefile
Normal file
27
www/php-http/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:46 tron Exp $
|
||||
|
||||
MODNAME= http
|
||||
PKGREVISION= 1
|
||||
PECL_VERSION= 1.7.6
|
||||
CATEGORIES+= www
|
||||
|
||||
PECL_DISTNAME= pecl_http-${PECL_VERSION}
|
||||
|
||||
MAINTAINER= filip@joyent.com
|
||||
HOMEPAGE= http://pecl.php.net/package/pecl_http
|
||||
COMMENT= PHP extension for extended HTTP support
|
||||
LICENSE= 2-clause-bsd AND isc
|
||||
|
||||
CONFLICTS= php-http-[0-9]*
|
||||
|
||||
CONFIGURE_ARGS+= --with-http-curl-requests=${BUILDLINK_PREFIX.curl}
|
||||
CONFIGURE_ARGS+= --with-http-curl-libevent=${BUILDLINK_PREFIX.libevent}
|
||||
CONFIGURE_ARGS+= --with-http-magic-mime=${BUILDLINK_PREFIX.file}
|
||||
CONFIGURE_ARGS+= --with-http-zlib-compression=${BUILDLINK_PREFIX.zlib}
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../devel/libevent/buildlink3.mk"
|
||||
.include "../../sysutils/file/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
www/php-http/distinfo
Normal file
5
www/php-http/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/09/13 08:28:18 fhajny Exp $
|
||||
|
||||
SHA1 (php-http/pecl_http-1.7.6.tgz) = 44e28b6d2d9d352c5b949f14bc4dd612e4365c85
|
||||
RMD160 (php-http/pecl_http-1.7.6.tgz) = bd873c720f36944b219eac8c3b44fa4b9164c21a
|
||||
Size (php-http/pecl_http-1.7.6.tgz) = 174722 bytes
|
||||
Reference in New Issue
Block a user