diff options
author | garga <garga@FreeBSD.org> | 2005-10-24 21:59:48 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-24 21:59:48 +0800 |
commit | f73c16941745d67b3f5a682bafcb92f58684b3cb (patch) | |
tree | e0f52226c665a67d389def4e93ef034b627f0aae /net-im | |
parent | 9d8acd7554555b4baf877d61651d99aa88516034 (diff) | |
download | freebsd-ports-gnome-f73c16941745d67b3f5a682bafcb92f58684b3cb.tar.gz freebsd-ports-gnome-f73c16941745d67b3f5a682bafcb92f58684b3cb.tar.zst freebsd-ports-gnome-f73c16941745d67b3f5a682bafcb92f58684b3cb.zip |
This module implements a client interface to the Windows Messenger Service,
enabling a perl5 application to talk to windows machines.
This is a pure Perl implementation
that approximates the "net send" command on Windows.
Author: Florian Greb <greb@cpan.org>
WWW: http://search.cpan.org/~greb/Net-NetSend-0.12/
PR: ports/87875
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-Net-NetSend/Makefile | 28 | ||||
-rw-r--r-- | net-im/p5-Net-NetSend/distinfo | 2 | ||||
-rw-r--r-- | net-im/p5-Net-NetSend/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/p5-Net-NetSend/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net-im/p5-Net-NetSend/Makefile b/net-im/p5-Net-NetSend/Makefile new file mode 100644 index 000000000000..d6102a97bdb0 --- /dev/null +++ b/net-im/p5-Net-NetSend/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Net-NetSend +# Date created: 2005-10-23 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Net-NetSend +PORTVERSION= 0.12 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Perl extension for sending Windows Popup Messages + +PERL_CONFIGURE= yes + +MAN3= Net::NetSend.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BROKEN= "Doesn't build with perl < 5.6" +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/p5-Net-NetSend/distinfo b/net-im/p5-Net-NetSend/distinfo new file mode 100644 index 000000000000..6059129c5348 --- /dev/null +++ b/net-im/p5-Net-NetSend/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-NetSend-0.12.tar.gz) = e6a37ef1838f10e6d27b45ae083d94da +SIZE (Net-NetSend-0.12.tar.gz) = 9646 diff --git a/net-im/p5-Net-NetSend/pkg-descr b/net-im/p5-Net-NetSend/pkg-descr new file mode 100644 index 000000000000..1aa30cca6ca1 --- /dev/null +++ b/net-im/p5-Net-NetSend/pkg-descr @@ -0,0 +1,7 @@ +This module implements a client interface to the Windows Messenger Service, +enabling a perl5 application to talk to windows machines. +This is a pure Perl implementation +that approximates the "net send" command on Windows. + +Author: Florian Greb <greb@cpan.org> +WWW: http://search.cpan.org/~greb/Net-NetSend-0.12/ diff --git a/net-im/p5-Net-NetSend/pkg-plist b/net-im/p5-Net-NetSend/pkg-plist new file mode 100644 index 000000000000..7c3ad6a92ac4 --- /dev/null +++ b/net-im/p5-Net-NetSend/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/NetSend.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NetSend/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NetSend +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |