svn commit: r344469 - in head/www: . pecl-varnish

Pawel Pekala pawel at FreeBSD.org
Sat Feb 15 17:57:12 UTC 2014


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 <jim at ohlste.in>

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 <jim at ohlste.in>
+# $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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list