head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2013.03.18.15.46.33;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2013.03.17.10.45.54;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2012.01.21.17.39.56;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.14.16.32.16;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.21.31.58;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.12.06.21.05.20;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.25.16.35.10;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.27.12.31.07;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314455
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wenheping@@gmail.com>
# $FreeBSD: head/www/pear-Services_Blogging/Makefile 314455 2013-03-17 15:28:55Z miwi $

PORTNAME=	Services_Blogging
PORTVERSION=	0.2.4
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP interface to Blog

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314411
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/pear-Services_Blogging/Makefile 314411 2013-03-17 08:27:46Z miwi $
d13 1
a13 1
RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_Blogging
# Date created:			  23 June 2008
# Whom:				  Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/pear-Services_Blogging/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.2.4
- Pet Portlint
@
text
@d17 1
a17 1
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
@


1.4
log
@- Take over maintainership

Approved by:	Wen Heping (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3
d17 2
a18 16
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Services
FILES=		Services/Blogging.php \
		Services/Blogging/Blog.php \
		Services/Blogging/MediaObject.php \
		Services/Blogging/MultipleBlogsInterface.php \
		Services/Blogging/Driver.php \
		Services/Blogging/Post.php \
		Services/Blogging/Exception.php \
		Services/Blogging/XmlRpc.php \
		Services/Blogging/ExtendedDriver.php \
		Services/Blogging/Driver/Blogger.php \
		Services/Blogging/Driver/Exception.php \
		Services/Blogging/Driver/LiveJournal.php \
		Services/Blogging/Driver/MetaWeblog.php
d20 1
a20 1
EXAMPLES=	autodiscover.php blogger.cw.php livejournal.cw.php
@


1.3
log
@- Update to 0.2.3
@
text
@d12 1
a12 1
MAINTAINER=	wenheping@@gmail.com
@


1.2
log
@- Update to 0.2.2

PR;		126764
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
@


1.1
log
@pear-Services_Blogging provides a unified API to post and read blog entries,
independent of the API supported by the server software hosting the blog.
It uses a driver-based approach to communicate with different APIs out there.
If a new blogging API is invented, someone just needs to write a driver for
the Services_Blogging package, and everyone can access also this blogs.

WWW: http://pear.php.net/package/Services_Blogging/

PR:		ports/124910
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
@

