From 9e4d5d5178d74c7f635623870c26d3cf66e554ff Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 23 Jan 2008 14:21:56 +0000 Subject: 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 --- www/pear-Services_Yadis/Makefile | 31 +++++++++++++++++++++++++++++++ www/pear-Services_Yadis/distinfo | 3 +++ www/pear-Services_Yadis/pkg-descr | 4 ++++ 3 files changed, 38 insertions(+) create mode 100644 www/pear-Services_Yadis/Makefile create mode 100644 www/pear-Services_Yadis/distinfo create mode 100644 www/pear-Services_Yadis/pkg-descr (limited to 'www/pear-Services_Yadis') diff --git a/www/pear-Services_Yadis/Makefile b/www/pear-Services_Yadis/Makefile new file mode 100644 index 000000000000..811d44750fdb --- /dev/null +++ b/www/pear-Services_Yadis/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: pear-Services_Yadis +# Date created: 21 Jan 2007 +# Whom: Ditesh Shashikant Gathani +# +# $FreeBSD$ +# + +PORTNAME= Services_Yadis +PORTVERSION= 0.2.1 +CATEGORIES= www pear + +MAINTAINER= ditesh@gathani.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 + +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= test.php + +post-extract: + ${MKDIR} ${WRKSRC}/tests + ${MV} ${WRKSRC}/test.php ${WRKSRC}/tests + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/www/pear-Services_Yadis/distinfo b/www/pear-Services_Yadis/distinfo new file mode 100644 index 000000000000..1315623d3b01 --- /dev/null +++ b/www/pear-Services_Yadis/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_Yadis-0.2.1.tgz) = 5b4d3ed2b0152ac7274fcec3284990db +SHA256 (PEAR/Services_Yadis-0.2.1.tgz) = c3730f53ce0476f6cd1c458eda6a98c2a44058bc5c47bf1eb917a887de2ebb38 +SIZE (PEAR/Services_Yadis-0.2.1.tgz) = 12895 diff --git a/www/pear-Services_Yadis/pkg-descr b/www/pear-Services_Yadis/pkg-descr new file mode 100644 index 000000000000..27a835cf73dc --- /dev/null +++ b/www/pear-Services_Yadis/pkg-descr @@ -0,0 +1,4 @@ +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/ -- cgit v1.2.3