Bug 126404

Summary: [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
Product: Ports & Packages Reporter: Yi-Hsuan Hsin <mhsin>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-WWW-Plurk-0.02.shar none

Description Yi-Hsuan Hsin 2008-08-10 00:20:01 UTC
This is an unofficial API for plurk.com. It uses the same interfaces that
plurk itself uses internally which are not published and not necessarily
stable. When Plurk publish a stable API this module will be updated to take
advantage of it. In the mean time use with caution.

Ryan Lim did the heavy lifting of reverse engineering the API. His PHP
implementation can be found at http://code.google.com/p/rlplurkapi/.

If you'd like to lend a hand supporting the bits of Plurk that this API
doesn't yet reach please feel free to send me a patch. The Plurk API Wiki at
http://plurkwiki.badchemicals.net/ is a good source of information.

Author:	Andy Armstrong <andy.armstrong@messagesystems.com>
WWW:	http://search.cpan.org/dist/WWW-Plurk/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-08-10 03:09:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-10 06:44:44 UTC
rafan       2008-08-10 05:44:35 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-WWW-Plurk     Makefile distinfo pkg-descr pkg-plist 
  Log:
  This is an unofficial API for plurk.com. It uses the same interfaces that
  plurk itself uses internally which are not published and not necessarily
  stable. When Plurk publish a stable API this module will be updated to take
  advantage of it. In the mean time use with caution.
  
  Ryan Lim did the heavy lifting of reverse engineering the API. His PHP
  implementation can be found at http://code.google.com/p/rlplurkapi/.
  
  If you'd like to lend a hand supporting the bits of Plurk that this API
  doesn't yet reach please feel free to send me a patch. The Plurk API Wiki at
  http://plurkwiki.badchemicals.net/ is a good source of information.
  
  Author: Andy Armstrong <andy.armstrong@messagesystems.com>
  WWW:    http://search.cpan.org/dist/WWW-Plurk/
  
  PR:             ports/126404
  Submitted by:   Yi-Hsuan Hsin <mhsin at mhsin.org>
  
  Revision  Changes    Path
  1.2119    +1 -0      ports/www/Makefile
  1.1       +30 -0     ports/www/p5-WWW-Plurk/Makefile (new)
  1.1       +3 -0      ports/www/p5-WWW-Plurk/distinfo (new)
  1.1       +14 -0     ports/www/p5-WWW-Plurk/pkg-descr (new)
  1.1       +9 -0      ports/www/p5-WWW-Plurk/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 Rong-En Fan freebsd_committer freebsd_triage 2008-08-10 06:44:49 UTC
State Changed
From-To: open->closed

New port added. Thanks!