diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-19 16:55:45 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-19 16:55:45 +0800 |
commit | 3b30e01b57fc1fecfe372bf96826cb275b28462a (patch) | |
tree | 524a01e2f7f0a5ade59ff351a27529b134f84ac7 | |
parent | 8979e3d4ccbae661a474793bd828c0fe77f826ea (diff) | |
download | freebsd-ports-gnome-3b30e01b57fc1fecfe372bf96826cb275b28462a.tar.gz freebsd-ports-gnome-3b30e01b57fc1fecfe372bf96826cb275b28462a.tar.zst freebsd-ports-gnome-3b30e01b57fc1fecfe372bf96826cb275b28462a.zip |
Yadis is a service discovery system allowing relying parties
(aka identity consumers or membersites) to determine automatically,
without end-user intervention, the most appropriate protocol to use.
Examples of such services are:
* Single sign-on across web sites
* Profile exchange and form filling
* Blog anti-spam
Yadis provides the first step for any service that uses identifiers for
authentication, accountability, privacy controlled data exchange and more.
WWW: http://search.cpan.org/dist/Net-Yadis/
http://yadis.org/wiki/What_is_Yadis
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Yadis/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Net-Yadis/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Yadis/pkg-descr | 14 | ||||
-rw-r--r-- | net/p5-Net-Yadis/pkg-plist | 6 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b6fdc516ed11..79ebbd67a39b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -501,6 +501,7 @@ SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-Write SUBDIR += p5-Net-XWhois + SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-ext diff --git a/net/p5-Net-Yadis/Makefile b/net/p5-Net-Yadis/Makefile new file mode 100644 index 000000000000..205ba42d05cf --- /dev/null +++ b/net/p5-Net-Yadis/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Net-Yadis +# Date created: 2006-12-19 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Yadis +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Yadis service discovery protocol, and parses XRDS xml documents + +RUN_DEPENDS= ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::Yadis.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww +IGNORE= requires Perl 5.6 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Yadis/distinfo b/net/p5-Net-Yadis/distinfo new file mode 100644 index 000000000000..cb03c2712a19 --- /dev/null +++ b/net/p5-Net-Yadis/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Yadis-1.0.tar.gz) = 29e1d96b2fad64826ba2361f296bdf69 +SHA256 (Net-Yadis-1.0.tar.gz) = 1c08da4713faa810d67edeedfa266f65da0d08312b0af17de53ee6548647fbb9 +SIZE (Net-Yadis-1.0.tar.gz) = 6261 diff --git a/net/p5-Net-Yadis/pkg-descr b/net/p5-Net-Yadis/pkg-descr new file mode 100644 index 000000000000..4f7653befa01 --- /dev/null +++ b/net/p5-Net-Yadis/pkg-descr @@ -0,0 +1,14 @@ +Yadis is a service discovery system allowing relying parties +(aka identity consumers or membersites) to determine automatically, +without end-user intervention, the most appropriate protocol to use. + +Examples of such services are: + +* Single sign-on across web sites +* Profile exchange and form filling +* Blog anti-spam + +Yadis provides the first step for any service that uses identifiers for +authentication, accountability, privacy controlled data exchange and more. + +WWW: http://search.cpan.org/dist/Net-Yadis/ diff --git a/net/p5-Net-Yadis/pkg-plist b/net/p5-Net-Yadis/pkg-plist new file mode 100644 index 000000000000..60c9e9c8831f --- /dev/null +++ b/net/p5-Net-Yadis/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Yadis/.packlist +%%SITE_PERL%%/Net/Yadis.pm +%%SITE_PERL%%/Net/Yadis/HTMLParse.pm +@dirrmtry %%SITE_PERL%%/Net/Yadis +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Yadis |