Bug 119858 - New port: www/pear-Services_Yadis Implementation of the Yadis Specification 1.0 protocol for PHP5
Summary: New port: www/pear-Services_Yadis Implementation of the Yadis Specification 1...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 13:10 UTC by Ditesh Shashikant Gathani
Modified: 2008-01-23 14:35 UTC (History)
0 users

See Also:


Attachments
file.shar (1.88 KB, text/plain)
2008-01-21 13:10 UTC, Ditesh Shashikant Gathani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ditesh Shashikant Gathani 2008-01-21 13:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-21 13:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ditesh Shashikant Gathani 2008-01-22 20:02:42 UTC
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>
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-23 14:22:01 UTC
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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-01-23 14:35:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!