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


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

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

1.7
date	2011.03.18.14.46.12;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.19.21.48.16;	author miwi;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314245
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ditesh Shashikant Gathani <ditesh@@gathani.org>
# $FreeBSD: head/www/pear-Services_Yadis/Makefile 314245 2013-03-15 02:55:24Z miwi $

PORTNAME=	Services_Yadis
PORTVERSION=	0.5.1
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Implementation of the Yadis Specification 1.0 protocol for PHP5

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

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


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_Yadis
# Date created:			  21 Jan 2007
# Whom:				  Ditesh Shashikant Gathani <ditesh@@gathani.org>
#
# $FreeBSD: head/www/pear-Services_Yadis/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 1
a14 8
PEAR_CATSRC=	yes
USE_PHP=	simplexml dom
CATEGORY=	Services
FILES=		Yadis.php Yadis/Xri.php Yadis/Xrds.php Yadis/Service.php \
		Yadis/Exception.php Yadis/Xrds/Namespace.php \
		Yadis/Xrds/Service.php

TESTS=		AllTests.php TestConfiguration.php.dist TestHelper.php
@


1.7
log
@- Update to 0.5.1
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.3.1
@
text
@d9 1
a9 1
PORTVERSION=	0.3.1
d18 1
d25 1
a25 5
TESTS=		test.php

post-extract:
	${MKDIR} ${WRKSRC}/tests
	${MV} ${WRKSRC}/test.php ${WRKSRC}/tests
@


1.5
log
@- Update to 0.3.0
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
d18 1
a18 1
USE_PHP=	simplexml
@


1.4
log
@- Update to 0.2.3
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3
@


1.3
log
@- Update to 0.2.2
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
@


1.2
log
@- Reset ditesh (at) gathani.org due to long period of inactivity.
- Take over some ports

Approved by:	portmgr (linimon)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
d18 1
@


1.1
log
@Implementation of the Yadis Specification 1.0 protocol allowing a client to
discover a list of Services a Yadis Identity Provider offers.

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

PR:		ports/119858
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
@
text
@d12 1
a12 1
MAINTAINER=	ditesh@@gathani.org
@

