Bug 125342 - [NEW PORT] www/p5-AnyEvent-HTTP: Simple but non-blocking HTTP/HTTPS client
Summary: [NEW PORT] www/p5-AnyEvent-HTTP: Simple but non-blocking HTTP/HTTPS client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-06 19:40 UTC by Vladimir Timofeev
Modified: 2008-07-08 08:30 UTC (History)
0 users

See Also:


Attachments
p5-AnyEvent-HTTP-1.03.shar (2.37 KB, text/plain)
2008-07-06 19:40 UTC, Vladimir Timofeev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Timofeev 2008-07-06 19:40:04 UTC
Implements a simple, stateless and non-blocking HTTP client. It supports GET,
POST and other request methods, cookies and more, all on a very low level.
It can follow redirects supports proxies and automatically limits the number
of connections to the values specified in the RFC.

WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP

Generated with FreeBSD Port Tools 0.77
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-07-06 20:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-08 08:22:40 UTC
beech       2008-07-08 07:22:32 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-AnyEvent-HTTP Makefile distinfo pkg-descr pkg-plist 
  Log:
  - New port p5-AnyEvent-HTTP-1.0.3
  
  Implements a simple, stateless and non-blocking HTTP client. It supports GET,
  POST and other request methods, cookies and more, all on a very low level.
  It can follow redirects supports proxies and automatically limits the number
  of connections to the values specified in the RFC.
  
  WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP
  
  PR:             ports/125342
  Submitted by:   Vladimir Timofeev <vovkasm at gmail.com>
  
  Revision  Changes    Path
  1.2087    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/p5-AnyEvent-HTTP/Makefile (new)
  1.1       +3 -0      ports/www/p5-AnyEvent-HTTP/distinfo (new)
  1.1       +6 -0      ports/www/p5-AnyEvent-HTTP/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-AnyEvent-HTTP/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-07-08 08:22:57 UTC
State Changed
From-To: open->closed

Committed, Thanks!