From owner-svn-ports-head@freebsd.org  Thu Aug 11 15:57:39 2016
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DC8CBB669B;
 Thu, 11 Aug 2016 15:57:39 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 35AA6195B;
 Thu, 11 Aug 2016 15:57:39 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BFvcsQ065896;
 Thu, 11 Aug 2016 15:57:38 GMT (envelope-from garga@FreeBSD.org)
Received: (from garga@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7BFvcIf065892;
 Thu, 11 Aug 2016 15:57:38 GMT (envelope-from garga@FreeBSD.org)
Message-Id: <201608111557.u7BFvcIf065892@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: garga set sender to
 garga@FreeBSD.org using -f
From: Renato Botelho <garga@FreeBSD.org>
Date: Thu, 11 Aug 2016 15:57:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r420082 - in head/net: . pear-Net_Growl
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.22
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Aug 2016 15:57:39 -0000

Author: garga
Date: Thu Aug 11 15:57:37 2016
New Revision: 420082
URL: https://svnweb.freebsd.org/changeset/ports/420082

Log:
  New port: net/pear-Net_Growl:
  
  Growl is a MACOSX application that listen to notifications sent by
  applications and displays them on the desktop using different display
  styles. Net_Growl offers the possibility to send notifications to Growl
  from your PHP application through network communication using UDP.
  
  Sponsored by:	Rubicon Communications (Netgate)

Added:
  head/net/pear-Net_Growl/
  head/net/pear-Net_Growl/Makefile   (contents, props changed)
  head/net/pear-Net_Growl/distinfo   (contents, props changed)
  head/net/pear-Net_Growl/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Aug 11 15:49:20 2016	(r420081)
+++ head/net/Makefile	Thu Aug 11 15:57:37 2016	(r420082)
@@ -855,6 +855,7 @@
     SUBDIR += pear-Net_IDNA
     SUBDIR += pear-Net_IPv4
     SUBDIR += pear-Net_IPv6
+    SUBDIR += pear-Net_Growl
     SUBDIR += pear-Net_Ident
     SUBDIR += pear-Net_LDAP
     SUBDIR += pear-Net_LDAP2

Added: head/net/pear-Net_Growl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pear-Net_Growl/Makefile	Thu Aug 11 15:57:37 2016	(r420082)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME=	Net_Growl
+DISTVERSION=	2.7.0
+CATEGORIES=	net pear
+
+MAINTAINER=	garga@FreeBSD.org
+COMMENT=	Send notifications to Growl
+
+LICENSE=	BSD2CLAUSE
+
+USES=		pear
+
+.include <bsd.port.mk>

Added: head/net/pear-Net_Growl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pear-Net_Growl/distinfo	Thu Aug 11 15:57:37 2016	(r420082)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470930690
+SHA256 (PEAR/Net_Growl-2.7.0.tgz) = 53b1ad5419e4fdce45d01dd8d98a29eaa50f48f6bbb55c37a277547aa62d32c8
+SIZE (PEAR/Net_Growl-2.7.0.tgz) = 689487

Added: head/net/pear-Net_Growl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pear-Net_Growl/pkg-descr	Thu Aug 11 15:57:37 2016	(r420082)
@@ -0,0 +1,6 @@
+Growl is a MACOSX application that listen to notifications sent by
+applications and displays them on the desktop using different display
+styles. Net_Growl offers the possibility to send notifications to Growl
+from your PHP application through network communication using UDP.
+
+WWW: https://pear.php.net/package/Net_Growl/