mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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>
This commit is contained in:
parent
2f747b6048
commit
9e4d5d5178
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206068
@ -982,6 +982,7 @@
|
||||
SUBDIR += pear-Services_TinyURL
|
||||
SUBDIR += pear-Services_W3C_CSSValidator
|
||||
SUBDIR += pear-Services_W3C_HTMLValidator
|
||||
SUBDIR += pear-Services_Yadis
|
||||
SUBDIR += pear-Services_urlTea
|
||||
SUBDIR += pear-Text_Wiki
|
||||
SUBDIR += pear-UDDI
|
||||
|
31
www/pear-Services_Yadis/Makefile
Normal file
31
www/pear-Services_Yadis/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Ports collection makefile for: pear-Services_Yadis
|
||||
# Date created: 21 Jan 2007
|
||||
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
||||
#
|
||||
# $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 <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
www/pear-Services_Yadis/distinfo
Normal file
3
www/pear-Services_Yadis/distinfo
Normal file
@ -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
|
4
www/pear-Services_Yadis/pkg-descr
Normal file
4
www/pear-Services_Yadis/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user