From root@mhsin.org  Sat Aug  9 23:15:53 2008
Return-Path: <root@mhsin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5528D10656E1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Aug 2008 23:15:53 +0000 (UTC)
	(envelope-from root@mhsin.org)
Received: from Ada.mhsin.org (mirror2.csie.ntu.edu.tw [140.112.30.76])
	by mx1.freebsd.org (Postfix) with ESMTP id E2CFD8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Aug 2008 23:15:52 +0000 (UTC)
	(envelope-from root@mhsin.org)
Received: by Ada.mhsin.org (Postfix, from userid 0)
	id A5EEFB826; Sun, 10 Aug 2008 07:15:50 +0800 (CST)
Message-Id: <20080809231550.A5EEFB826@Ada.mhsin.org>
Date: Sun, 10 Aug 2008 07:15:50 +0800 (CST)
From: Yi-Hsuan Hsin <mhsin@mhsin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126404
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-WWW-Plurk: Unofficial plurk.com API
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 09 23:20:01 UTC 2008
>Closed-Date:    Sun Aug 10 05:44:50 UTC 2008
>Last-Modified:  Sun Aug 10 05:50:02 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Aug 10 02:09:41 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126404 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Aug 10 05:44:49 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126404 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126404: commit references a PR
Date: Sun, 10 Aug 2008 05:44:44 +0000 (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"
 
>Unformatted:
