summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-24 13:59:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-24 13:59:48 +0000
commitb61df8b3244e53ac4837c8326dd6cfa56d6cd32a (patch)
treec77e83bd8c28e900fd3e26839ed9fe977bd34a1c /net-im
parentUpdate to 2.3-20051014 (diff)
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>
Notes
Notes: svn path=/head/; revision=146251
Diffstat (limited to 'net-im')
-rw-r--r--net-im/p5-Net-NetSend/Makefile28
-rw-r--r--net-im/p5-Net-NetSend/distinfo2
-rw-r--r--net-im/p5-Net-NetSend/pkg-descr7
-rw-r--r--net-im/p5-Net-NetSend/pkg-plist5
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