Net::GrowlClient provides a complete object oriented interface
to send Mac OS X Growl notifications across the network. Author: Raphael ROULET <raphael@perl-auvergne.com> WWW: http://search.cpan.org/~castor/Net-GrowlClient/ PR: ports/118184 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
@@ -479,6 +479,7 @@
|
||||
SUBDIR += p5-Net-Google-Calendar
|
||||
SUBDIR += p5-Net-Gopher
|
||||
SUBDIR += p5-Net-Growl
|
||||
SUBDIR += p5-Net-GrowlClient
|
||||
SUBDIR += p5-Net-HL7
|
||||
SUBDIR += p5-Net-Ident
|
||||
SUBDIR += p5-Net-Interface
|
||||
|
||||
27
net/p5-Net-GrowlClient/Makefile
Normal file
27
net/p5-Net-GrowlClient/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Net-GrowlClient
|
||||
# Date created: 2007-11-22
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-GrowlClient
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Perl implementation of Growl Network Notification Protocol
|
||||
|
||||
BUILD_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
RUN_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::GrowlClient.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/p5-Net-GrowlClient/distinfo
Normal file
3
net/p5-Net-GrowlClient/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (Net-GrowlClient-0.02.tar.gz) = 120a06c677546a9c7a68c75bf354fd34
|
||||
SHA256 (Net-GrowlClient-0.02.tar.gz) = ce84a3b7ecaa792519e56e862ff451e12b8a869d8f650ff5134ec5596723ee7a
|
||||
SIZE (Net-GrowlClient-0.02.tar.gz) = 5949
|
||||
5
net/p5-Net-GrowlClient/pkg-descr
Normal file
5
net/p5-Net-GrowlClient/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Net::GrowlClient provides a complete object oriented interface
|
||||
to send Mac OS X Growl notifications across the network.
|
||||
|
||||
Author: Raphael ROULET <raphael@perl-auvergne.com>
|
||||
WWW: http://search.cpan.org/~castor/Net-GrowlClient/
|
||||
5
net/p5-Net-GrowlClient/pkg-plist
Normal file
5
net/p5-Net-GrowlClient/pkg-plist
Normal file
@@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GrowlClient/.packlist
|
||||
%%SITE_PERL%%/Net/GrowlClient.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GrowlClient
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
Reference in New Issue
Block a user