Bug 126404 - [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
Summary: [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-10 00:20 UTC by Yi-Hsuan Hsin
Modified: 2008-08-10 06:50 UTC (History)
0 users

See Also:


Attachments
p5-WWW-Plurk-0.02.shar (3.05 KB, text/plain)
2008-08-10 00:20 UTC, Yi-Hsuan Hsin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!