Initial import of p5-IO-Socket-Multicast 0.25.

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.
This commit is contained in:
kevlo 2002-07-18 06:18:57 +00:00
parent b61bb93048
commit 912ebd858c
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/18 06:18:57 kevlo Exp $
COMMENT= "module for sending and receiving multicast messages"
DISTNAME= IO-Socket-Multicast-0.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
BUILD_DEPENDS= :p5-IO-Interface->=0.97:net/p5-IO-Interface
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-Socket-Multicast-0.25.tar.gz) = 57e089b7edefa291e4542e7d8f051352
RMD160 (IO-Socket-Multicast-0.25.tar.gz) = e89201a7f44810dfaf58ffcdaa98baae7d07221f
SHA1 (IO-Socket-Multicast-0.25.tar.gz) = 001ac82696e063567b3e85f47ddc8416b499f0a3

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/18 06:18:57 kevlo Exp $
${P5ARCH}/IO/Socket/Multicast.pm
${P5ARCH}/auto/IO/Socket/Multicast/Multicast.bs
${P5ARCH}/auto/IO/Socket/Multicast/Multicast.so
man/man3p/IO::Socket::Multicast.3p
@dirrm ${P5ARCH}/auto/IO/Socket/Multicast