Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2005 13:59:49 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/p5-Net-NetSend Makefile distinfo pkg-descr pkg-plist ports/net/p5-Net-NetSend/work .extract_done.p5-Net-NetSend-0.12._usr_local .patch_done.p5-Net-NetSend-0.12._usr_local ports/net/p5-Net-NetSend/work/Net-NetSend-0.12 Changes MANIFEST Makefile.PL NetSend.pm README test.pl
Message-ID:  <200510241359.j9ODxnkS011326@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
garga       2005-10-24 13:59:49 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-NetSend   Makefile distinfo pkg-descr pkg-plist 
    net/p5-Net-NetSend/work 
                            .extract_done.p5-Net-NetSend-0.12._usr_local 
                            .patch_done.p5-Net-NetSend-0.12._usr_local 
    net/p5-Net-NetSend/work/Net-NetSend-0.12 Changes MANIFEST 
                                             Makefile.PL 
                                             NetSend.pm README 
                                             test.pl 
  Log:
  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>
  
  Revision  Changes    Path
  1.1561    +1 -0      ports/net/Makefile
  1.1       +28 -0     ports/net/p5-Net-NetSend/Makefile (new)
  1.1       +2 -0      ports/net/p5-Net-NetSend/distinfo (new)
  1.1       +7 -0      ports/net/p5-Net-NetSend/pkg-descr (new)
  1.1       +5 -0      ports/net/p5-Net-NetSend/pkg-plist (new)
  1.1       +0 -0      ports/net/p5-Net-NetSend/work/.extract_done.p5-Net-NetSend-0.12._usr_local (new)
  1.1       +0 -0      ports/net/p5-Net-NetSend/work/.patch_done.p5-Net-NetSend-0.12._usr_local (new)
  1.1       +49 -0     ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/Changes (new)
  1.1       +6 -0      ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/MANIFEST (new)
  1.1       +11 -0     ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/Makefile.PL (new)
  1.1       +966 -0    ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/NetSend.pm (new)
  1.1       +35 -0     ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/README (new)
  1.1       +17 -0     ports/net/p5-Net-NetSend/work/Net-NetSend-0.12/test.pl (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510241359.j9ODxnkS011326>