From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 17:57:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B769299D; Sat, 15 Feb 2014 17:57:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87BCE1B17; Sat, 15 Feb 2014 17:57:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FHvCP4033854; Sat, 15 Feb 2014 17:57:12 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FHvBxN033850; Sat, 15 Feb 2014 17:57:11 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402151757.s1FHvBxN033850@svn.freebsd.org> From: Pawel Pekala Date: Sat, 15 Feb 2014 17:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344469 - in head/www: . pecl-varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 17:57:12 -0000 Author: pawel Date: Sat Feb 15 17:57:11 2014 New Revision: 344469 URL: http://svnweb.freebsd.org/changeset/ports/344469 QAT: https://qat.redports.org/buildarchive/r344469/ Log: Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory. WWW: http://pecl.php.net/package/varnish PR: ports/186283 Submitted by: Jim Ohlstein Added: head/www/pecl-varnish/ head/www/pecl-varnish/Makefile (contents, props changed) head/www/pecl-varnish/distinfo (contents, props changed) head/www/pecl-varnish/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 15 17:56:31 2014 (r344468) +++ head/www/Makefile Sat Feb 15 17:57:11 2014 (r344469) @@ -1411,6 +1411,7 @@ SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-twig + SUBDIR += pecl-varnish SUBDIR += pecl-yaf SUBDIR += pecl-yar SUBDIR += pecl-zendopcache Added: head/www/pecl-varnish/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-varnish/Makefile Sat Feb 15 17:57:11 2014 (r344469) @@ -0,0 +1,25 @@ +# Created by: Jim Ohlstein +# $FreeBSD$ + +PORTNAME= varnish +PORTVERSION= 1.1.1 +CATEGORIES= www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= jim@ohlste.in +COMMENT= Varnish cache extension + +LICENSE= BSD + +BUILD_DEPENDS= ${LOCALBASE}/sbin/varnishd:${PORTSDIR}/www/varnish + +USE_PHP= hash +USE_PHP_BUILD= yes +USE_PHPEXT= yes + +IGNORE_WITH_PHP= 52 + +.include Added: head/www/pecl-varnish/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-varnish/distinfo Sat Feb 15 17:57:11 2014 (r344469) @@ -0,0 +1,2 @@ +SHA256 (PECL/varnish-1.1.1.tgz) = c5df396751f73050b8a8b1e50a2ce180ed8dfcdb8fd22056b775213b00ead898 +SIZE (PECL/varnish-1.1.1.tgz) = 22852 Added: head/www/pecl-varnish/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-varnish/pkg-descr Sat Feb 15 17:57:11 2014 (r344469) @@ -0,0 +1,5 @@ +Varnish Cache is an open source, state of the art web application +accelerator. The extension makes it possible to interact with a running +varnish instance through TCP socket or shared memory. + +WWW: http://pecl.php.net/package/varnish