cvs commit: ports/www Makefile ports/www/p5-Protocol-XMLRPC Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 23 19:45:41 UTC 2011


sunpoet     2011-09-23 19:45:40 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Protocol-XMLRPC Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Protocol-XMLRPC 0.09
  
  Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types
  are guessed just like in JSON, but you can pass explicit type if guessing is
  wrong for you. Read more about parameter creation at
  Protocol::XMLRPC::ValueFactory.
  
  It differs from other modules because it doesn't provide any mechanism for
  making actual HTTP requests. This way it can be used either in async or sync
  modes with your favorite http client or a web framework.
  
  WWW: http://search.cpan.org/dist/Protocol-XMLRPC/
  
  Revision  Changes    Path
  1.2982    +1 -0      ports/www/Makefile
  1.1       +39 -0     ports/www/p5-Protocol-XMLRPC/Makefile (new)
  1.1       +2 -0      ports/www/p5-Protocol-XMLRPC/distinfo (new)
  1.1       +10 -0     ports/www/p5-Protocol-XMLRPC/pkg-descr (new)
  1.1       +22 -0     ports/www/p5-Protocol-XMLRPC/pkg-plist (new)


More information about the cvs-ports mailing list