Date: Thu, 11 Aug 2016 15:57:38 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> 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 Message-ID: <201608111557.u7BFvcIf065892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608111557.u7BFvcIf065892>