Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2008 07:15:50 +0800 (CST)
From:      Yi-Hsuan Hsin <mhsin@mhsin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126404: [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
Message-ID:  <20080809231550.A5EEFB826@Ada.mhsin.org>
Resent-Message-ID: <200808092320.m79NK1m0082668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126404
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 09 23:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Hsuan Hsin
>Release:        FreeBSD 6.2-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD a.mhsin.org 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #7: Sat Feb 23 19:36:07 CST 2008
>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/.

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
>How-To-Repeat:
>Fix:

--- p5-WWW-Plurk-0.02.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-WWW-Plurk
#	p5-WWW-Plurk/Makefile
#	p5-WWW-Plurk/distinfo
#	p5-WWW-Plurk/pkg-descr
#	p5-WWW-Plurk/pkg-plist
#
echo c - p5-WWW-Plurk
mkdir -p p5-WWW-Plurk > /dev/null 2>&1
echo x - p5-WWW-Plurk/Makefile
sed 's/^X//' >p5-WWW-Plurk/Makefile << 'END-of-p5-WWW-Plurk/Makefile'
X# New ports collection makefile for:	p5-WWW-Plurk
X# Date created:		2008-08-04
X# Whom:			Yi-Hsuan Hsin <mhsin@mhsin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WWW-Plurk
XPORTVERSION=	0.02
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	mhsin@mhsin.org
XCOMMENT=	Unofficial plurk.com API
X
XBUILD_DEPENDS=	p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \
X		p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
X		${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \
X		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON \
X		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
X		p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \
X		p5-Math-Base36>=0:${PORTSDIR}/math/p5-Math-Base36
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3
X
X.include <bsd.port.mk>
END-of-p5-WWW-Plurk/Makefile
echo x - p5-WWW-Plurk/distinfo
sed 's/^X//' >p5-WWW-Plurk/distinfo << 'END-of-p5-WWW-Plurk/distinfo'
XMD5 (WWW-Plurk-0.02.tar.gz) = 37ecb2ea9e4492c13168299289b5888a
XSHA256 (WWW-Plurk-0.02.tar.gz) = 521f9b29ccf5af936cdb79d37d83717ab0dd03b849350bc2dc307184b4acc318
XSIZE (WWW-Plurk-0.02.tar.gz) = 12582
END-of-p5-WWW-Plurk/distinfo
echo x - p5-WWW-Plurk/pkg-descr
sed 's/^X//' >p5-WWW-Plurk/pkg-descr << 'END-of-p5-WWW-Plurk/pkg-descr'
XThis is an unofficial API for plurk.com. It uses the same interfaces that
Xplurk itself uses internally which are not published and not necessarily
Xstable. When Plurk publish a stable API this module will be updated to take
Xadvantage of it. In the mean time use with caution.
X
XRyan Lim did the heavy lifting of reverse engineering the API. His PHP
Ximplementation can be found at http://code.google.com/p/rlplurkapi/.
X
XIf you'd like to lend a hand supporting the bits of Plurk that this API
Xdoesn't yet reach please feel free to send me a patch. The Plurk API Wiki at
Xhttp://plurkwiki.badchemicals.net/ is a good source of information.
X
XAuthor:	Andy Armstrong <andy.armstrong@messagesystems.com>
XWWW:	http://search.cpan.org/dist/WWW-Plurk/
END-of-p5-WWW-Plurk/pkg-descr
echo x - p5-WWW-Plurk/pkg-plist
sed 's/^X//' >p5-WWW-Plurk/pkg-plist << 'END-of-p5-WWW-Plurk/pkg-plist'
Xbin/plurk
X%%SITE_PERL%%/WWW/Plurk.pm
X%%SITE_PERL%%/WWW/Plurk/Friend.pm
X%%SITE_PERL%%/WWW/Plurk/Message.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Plurk/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Plurk
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
X@dirrm %%SITE_PERL%%/WWW/Plurk
X@dirrmtry %%SITE_PERL%%/WWW
END-of-p5-WWW-Plurk/pkg-plist
exit
--- p5-WWW-Plurk-0.02.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080809231550.A5EEFB826>