cvs commit: ports/net Makefile ports/net/p5-Net-HTTPS-NB Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 13 06:44:13 UTC 2012


sunpoet     2012-03-13 06:44:13 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-HTTPS-NB  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Net-HTTPS-NB 0.12
  
  Net::HTTPS::NB provides same interface as Net::HTTPS but it will never try
  multiple reads when the read_response_headers() or read_entity_body() methods
  are invoked. In addition allows non-blocking connect.
  
  If read_response_headers() did not see enough data to complete the headers an
  empty list is returned.
  
  If read_entity_body() did not see new entity data in its read the value -1 is
  returned.
  
  WWW: http://search.cpan.org/dist/Net-HTTPS-NB/
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2441    +1 -0      ports/net/Makefile
  1.1       +32 -0     ports/net/p5-Net-HTTPS-NB/Makefile (new)
  1.1       +2 -0      ports/net/p5-Net-HTTPS-NB/distinfo (new)
  1.1       +11 -0     ports/net/p5-Net-HTTPS-NB/pkg-descr (new)
  1.1       +7 -0      ports/net/p5-Net-HTTPS-NB/pkg-plist (new)


More information about the cvs-ports mailing list