From root@bromine.jlkhosting.com  Thu Jan 30 17:46:57 2014
Return-Path: <root@bromine.jlkhosting.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 285C8940
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2014 17:46:57 +0000 (UTC)
Received: from bromine.jlkhosting.com (bromine.jlkhosting.com [5.135.138.142])
	(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 E1F64138D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2014 17:46:56 +0000 (UTC)
Received: from root by bromine.jlkhosting.com with local (Exim 4.82 (FreeBSD))
	(envelope-from <root@bromine.jlkhosting.com>)
	id 1W8vhQ-000CwX-Mh
	for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Jan 2014 18:46:48 +0100
Message-Id: <E1W8vhQ-000CwX-Mh@bromine.jlkhosting.com>
Date: Thu, 30 Jan 2014 18:46:48 +0100
From: Jim Ohlstein <jim@ohlste.in>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/pecl-varnish: Varnish cache extension
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186283
>Category:       ports
>Synopsis:       [NEW PORT] www/pecl-varnish: Varnish cache extension
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 17:50:00 UTC 2014
>Closed-Date:    Sat Feb 15 17:58:05 UTC 2014
>Last-Modified:  Sat Feb 15 18:00:00 UTC 2014
>Originator:     Jim Ohlstein
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bromine.jlkhosting.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r260997: Wed Jan 22 02:56:43 CET
>Description:
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)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pecl-varnish
#	pecl-varnish/Makefile
#	pecl-varnish/pkg-descr
#	pecl-varnish/distinfo
#
echo c - pecl-varnish
mkdir -p pecl-varnish > /dev/null 2>&1
echo x - pecl-varnish/Makefile
sed 's/^X//' >pecl-varnish/Makefile << '0ce8860e88cc6e26fb8f04d5f71730dc'
X# Created by: Jim Ohlstein <jim@ohlste.in>
X# $FreeBSD$
X
XPORTNAME=	varnish
XPORTVERSION=	1.1.1
XCATEGORIES=	www
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	jim@ohlste.in
XCOMMENT=	Varnish cache extension
X
XLICENSE=	BSD
X
XBUILD_DEPENDS=	${LOCALBASE}/sbin/varnishd:${PORTSDIR}/www/varnish
X
XUSE_PHP=	hash
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
XUSE_PHPIZE=	yes
X
XIGNORE_WITH_PHP=	52
X
X.include <bsd.port.mk>
0ce8860e88cc6e26fb8f04d5f71730dc
echo x - pecl-varnish/pkg-descr
sed 's/^X//' >pecl-varnish/pkg-descr << '5f7be769e93e589481824877be037681'
XVarnish Cache is an open source, state of the art web application
Xaccelerator. The extension makes it possible to interact with a running
Xvarnish instance through TCP socket or shared memory.
X
XWWW: http://pecl.php.net/package/varnish
5f7be769e93e589481824877be037681
echo x - pecl-varnish/distinfo
sed 's/^X//' >pecl-varnish/distinfo << '644fb4d99baf976dbb8c4700f151b4ee'
XSHA256 (PECL/varnish-1.1.1.tgz) = c5df396751f73050b8a8b1e50a2ce180ed8dfcdb8fd22056b775213b00ead898
XSIZE (PECL/varnish-1.1.1.tgz) = 22852
644fb4d99baf976dbb8c4700f151b4ee
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Feb 15 17:08:21 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186283 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Feb 15 17:58:05 UTC 2014 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186283 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186283: commit references a PR
Date: Sat, 15 Feb 2014 17:57:20 +0000 (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"
 
>Unformatted:
