diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2002-09-11 04:39:40 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2002-09-11 04:39:40 +0800 |
commit | ad6d3150d062262f2cfa644073b356b4efea5542 (patch) | |
tree | 488fd5f4f3c2a6eb583b27901288b3a638ffeb57 /net/p5-IO-Socket-Multicast | |
parent | bda5921ac0be6b9eb32c4028cde1fc8d9f74fedd (diff) | |
download | freebsd-ports-gnome-ad6d3150d062262f2cfa644073b356b4efea5542.tar.gz freebsd-ports-gnome-ad6d3150d062262f2cfa644073b356b4efea5542.tar.zst freebsd-ports-gnome-ad6d3150d062262f2cfa644073b356b4efea5542.zip |
Attribute to Janos Mohacsi <janos.mohacsi@dante.org.uk> and use the
description text from his original PR. I'm an idiot for not checking
the PR database before duplicating his effort. Since the results were
nearly identical, give him credit where credit is due.
Diffstat (limited to 'net/p5-IO-Socket-Multicast')
-rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 6 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast/pkg-descr | 13 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index 2072a80cc768..5532009a79ed 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-IO-Socket-Multicast -# Date created: 10 Sep 2002 -# Whom: Kelly Yancey <kbyanc@FreeBSD.org> +# Date created: 21 March 2002 +# Whom: Janos.Mohacsi@dante.org.uk # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- -MAINTAINER= kbyanc@FreeBSD.org +MAINTAINER= janos.mohacsi@dante.org.uk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net/p5-IO-Socket-Multicast/pkg-descr b/net/p5-IO-Socket-Multicast/pkg-descr index b0b969937c91..55279e677d57 100644 --- a/net/p5-IO-Socket-Multicast/pkg-descr +++ b/net/p5-IO-Socket-Multicast/pkg-descr @@ -1,8 +1,7 @@ -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. +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> +WWW: http://search.cpan.org/search?dist=IO-Socket-Multicast |