diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/Makefile | 31 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/pkg-descr | 13 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/pkg-plist | 7 |
5 files changed, 55 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index d80cd1e6eec3..5f0e0f229c7f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -443,6 +443,7 @@ SUBDIR += p5-Net-Radius SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock + SUBDIR += p5-Net-Rendezvous SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SFTP SUBDIR += p5-Net-SMPP @@ -596,8 +597,8 @@ SUBDIR += rude SUBDIR += rwhois SUBDIR += samba - SUBDIR += samba3 SUBDIR += samba-libsmbclient + SUBDIR += samba3 SUBDIR += sambasentinel SUBDIR += samplicator SUBDIR += scand diff --git a/net/p5-Net-Rendezvous/Makefile b/net/p5-Net-Rendezvous/Makefile new file mode 100644 index 000000000000..307f42fee65d --- /dev/null +++ b/net/p5-Net-Rendezvous/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Net-Rendezvous +# Date created: Fri Feb 20 17:39:48 EST 2004 +# Whom: Michael Johnson <ahze@ahze.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-Rendezvous +PORTVERSION= 0.86 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= ahze@ahze.net +COMMENT= A set of perl modules to utilize mDNS for service discovery + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS + +PERL_CONFIGURE= yes + +MAN3= Net::Rendezvous.3 \ + Net::Rendezvous::Entry.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 0.500600 +IGNORE= "perl 5.6 or higher is required to build this port" +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Rendezvous/distinfo b/net/p5-Net-Rendezvous/distinfo new file mode 100644 index 000000000000..98c9f52a0280 --- /dev/null +++ b/net/p5-Net-Rendezvous/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-Rendezvous-0.86.tar.gz) = 8dd5fd580efa323be97cdc533f96f950 +SIZE (Net-Rendezvous-0.86.tar.gz) = 6413 diff --git a/net/p5-Net-Rendezvous/pkg-descr b/net/p5-Net-Rendezvous/pkg-descr new file mode 100644 index 000000000000..4f05e654bb86 --- /dev/null +++ b/net/p5-Net-Rendezvous/pkg-descr @@ -0,0 +1,13 @@ +This is Net::Rendezvous, a set of perl modules to utilize mDNS for service +discovery. This method of service discovery is branded as Rendezvous by +Apple Computer. More information can be found at: + +http://www.zeroconf.org/ +http://developer.apple.com/macosx/rendezvous/index.html + +This library is free software; you can redistribute it and/or modify it under +the same terms as Perl itself. + +Rendezvous (in this context) is a trademark of Apple Computer, Inc. + +WWW: http://search.cpan.org/~chlige/Net-Rendezvous/ diff --git a/net/p5-Net-Rendezvous/pkg-plist b/net/p5-Net-Rendezvous/pkg-plist new file mode 100644 index 000000000000..d8cdc3664245 --- /dev/null +++ b/net/p5-Net-Rendezvous/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/Rendezvous.pm +%%SITE_PERL%%/Net/Rendezvous/Entry.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous +@dirrm %%SITE_PERL%%/Net/Rendezvous +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |