head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.10.18.42.46;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.13.16.15.35;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.08.18.45.37;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.09.17.13.18.56;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.14.15.33.23;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.10.05.44.35;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Plurk
# Date created:		2008-08-04
# Whom:			Yi-Hsuan Hsin <mhsin@@mhsin.org>
#
# $FreeBSD: head/www/p5-WWW-Plurk/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Plurk
PORTVERSION=	0.02
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	mhsin@@mhsin.org
COMMENT=	Unofficial plurk.com API

RUN_DEPENDS=	p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
		p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \
		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON \
		p5-Math-Base36>=0:${PORTSDIR}/math/p5-Math-Base36 \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:=	${RUN_DEPENDS}
BUILD_DEPENDS+=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep

PERL_CONFIGURE=	yes

MAN3=		WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3

post-patch:
	${FIND} ${WRKSRC} -name "*.orig" -delete

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+=	p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- 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)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- 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)
@
text
@d23 1
a23 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.4
log
@- 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
@
text
@d23 1
a23 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
d33 7
a39 1
.include <bsd.port.mk>
@


1.3
log
@- fix dependency and unbreak
- bump PORTREVISION

Feature safe:	yes
@
text
@d23 1
a23 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+=	p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- 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
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON1 \
d30 3
@


1.1
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>
@
text
@d10 1
d18 1
a18 5
BUILD_DEPENDS=	p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \
		p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
		${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \
		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON \
		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
d20 5
a24 2
		p5-Math-Base36>=0:${PORTSDIR}/math/p5-Math-Base36
RUN_DEPENDS=	${BUILD_DEPENDS}
d30 7
a36 1
.include <bsd.port.mk>
@

