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/p5-Net-NetSend/pkg-descr | |
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/p5-Net-NetSend/pkg-descr')
-rw-r--r-- | net-im/p5-Net-NetSend/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
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/ |