aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Plurk
Commit message (Collapse)AuthorAgeFilesLines
* - stage supportAndrej Zverev2014-01-052-3/+3
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325965
* - Trim Makefile headerAndrej Zverev2013-06-072-13/+3
| | | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 - Make portlint happy PR: ports/178932 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320168
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+2
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - fix dependency and unbreakYen-Ming Lee2009-09-171-2/+5
| | | | | | | | | - bump PORTREVISION Feature safe: yes Notes: svn path=/head/; revision=241577
* - it seems that Plurk updated the cookie name and the URL in Location ↵Yen-Ming Lee2009-09-143-12/+35
| | | | | | | | | | | | | | | header. Update code accordingly. - remove outdated messages about http://plurkwiki.badchemicals.net/ - update dependencies - bump PORTREVISION PR: 137414 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=241400
* This is an unofficial API for plurk.com. It uses the same interfaces thatRong-En Fan2008-08-104-0/+56
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> Notes: svn path=/head/; revision=218309