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/ Fix: shar file, as attached. Patch attached with submission follows: How-To-Repeat: Not applicable.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Here is the updated Makefile with proper dependencies: # 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}/HTTP/Request.php: ${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= simplexml 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>
miwi 2008-01-23 14:21:56 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-Services_Yadis Makefile distinfo pkg-descr 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> Revision Changes Path 1.1955 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/pear-Services_Yadis/Makefile (new) 1.1 +3 -0 ports/www/pear-Services_Yadis/distinfo (new) 1.1 +4 -0 ports/www/pear-Services_Yadis/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!