Bug 186283 - [NEW PORT] www/pecl-varnish: Varnish cache extension
Summary: [NEW PORT] www/pecl-varnish: Varnish cache extension
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 17:50 UTC by jim
Modified: 2014-02-15 18:00 UTC (History)
0 users

See Also:


Attachments
.shar (1.66 KB, text/plain)
2014-01-30 17:50 UTC, jim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jim 2014-01-30 17:50:00 UTC
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

portlint: OK
port test: OK
redports: https://redports.org/buildarchive/20140130150412-16217

Generated with FreeBSD Port Tools 0.99_11 (mode: new)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-15 17:08:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-15 17:57:20 UTC
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@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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-15 17:58:05 UTC
State Changed
From-To: open->closed

New port added. Thanks!