mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Add IO::Socket::Multicast module for sending and receiving multicast
datagrams in perl. PR: 36162 Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
This commit is contained in:
parent
8e27e3d244
commit
88ff4a60c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66084
@ -346,6 +346,7 @@
|
||||
SUBDIR += p5-Frontier-RPC
|
||||
SUBDIR += p5-IC-Radius
|
||||
SUBDIR += p5-IO-Interface
|
||||
SUBDIR += p5-IO-Socket-Multicast
|
||||
SUBDIR += p5-JUNOScript
|
||||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Net
|
||||
|
25
net/p5-IO-Socket-Multicast/Makefile
Normal file
25
net/p5-IO-Socket-Multicast/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-IO-Socket-Multicast
|
||||
# Date created: 10 Sep 2002
|
||||
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Socket-Multicast
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kbyanc@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= IO::Socket::Multicast.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-IO-Socket-Multicast/distinfo
Normal file
1
net/p5-IO-Socket-Multicast/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IO-Socket-Multicast-0.25.tar.gz) = 57e089b7edefa291e4542e7d8f051352
|
1
net/p5-IO-Socket-Multicast/pkg-comment
Normal file
1
net/p5-IO-Socket-Multicast/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to send and receive multicast messages
|
8
net/p5-IO-Socket-Multicast/pkg-descr
Normal file
8
net/p5-IO-Socket-Multicast/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
From the README:
|
||||
The IO::Socket::Multicast module subclasses IO::Socket::INET to enable
|
||||
you to manipulate multicast groups. With this module (and an operating
|
||||
system that supports multicasting), you will be able to receive incoming
|
||||
multicast transmissions and generate your own outgoing multicast
|
||||
packets.
|
||||
|
||||
- Kelly Yancey <kbyanc@FreeBSD.org>
|
9
net/p5-IO-Socket-Multicast/pkg-plist
Normal file
9
net/p5-IO-Socket-Multicast/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket/Multicast.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO
|
Loading…
x
Reference in New Issue
Block a user