Port details |
- p5-WWW-Plurk Unofficial plurk.com API
- 0.02_3 www
=0 0.02_3Version of this port present on the latest quarterly branch. - Maintainer: mhsin@mhsin.org
 - Port Added: 2008-08-10 05:44:59
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- 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/.
WWW: https://metacpan.org/release/WWW-Plurk
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-WWW-Plurk>0:www/p5-WWW-Plurk
- To install the port:
- cd /usr/ports/www/p5-WWW-Plurk/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-WWW-Plurk
- pkg install p5-WWW-Plurk
- PKGNAME: p5-WWW-Plurk
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (WWW-Plurk-0.02.tar.gz) = 521f9b29ccf5af936cdb79d37d83717ab0dd03b849350bc2dc307184b4acc318
SIZE (WWW-Plurk-0.02.tar.gz) = 12582
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DateTime-Format-Mail>=0 : devel/p5-DateTime-Format-Mail
- p5-HTML-Tiny>=0 : textproc/p5-HTML-Tiny
- p5-JSON>=2.00 : converters/p5-JSON
- p5-Math-Base36>=0 : math/p5-Math-Base36
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DateTime-Format-Mail>=0 : devel/p5-DateTime-Format-Mail
- p5-HTML-Tiny>=0 : textproc/p5-HTML-Tiny
- p5-JSON>=2.00 : converters/p5-JSON
- p5-Math-Base36>=0 : math/p5-Math-Base36
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-WWW-Plurk
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.02_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jul 2018 08:40:18
0.02_3 
|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.02_3
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:33:58
0.02_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 23:55:26
0.02_3
|
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
0.02_3
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2014 13:05:57
0.02_2
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.02_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Sep 2013 10:00:39
0.02_2
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
07 Jun 2013 07:49:57
0.02_2
|
az  |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Make portlint happy
PR: ports/178932
Submitted by: az
Approved by: maintainer (timeout) |
10 Jun 2012 18:42:48
0.02_2
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
13 Mar 2012 16:15:36
0.02_2
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
0.02_2
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
19 Mar 2011 12:38:54
0.02_2
|
miwi  |
- Get Rid MD5 support |
17 Sep 2009 13:18:56
0.02_2
|
leeym  |
- fix dependency and unbreak
- bump PORTREVISION
Feature safe: yes |
14 Sep 2009 15:33:24
0.02_1
|
leeym  |
- it seems that Plurk updated the cookie name and the URL in Location 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 |
10 Aug 2008 05:44:35
0.02
|
rafan  |
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> |