Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 22:00:34 +0100 (CET)
From:      Jesper Skriver <jesper@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35867: new port net/p5-libnet
Message-ID:  <200203132100.g2DL0YP75310@flores.nms.tele.dk>

next in thread | raw e-mail | index | archive | help

>Number:         35867
>Category:       ports
>Synopsis:       new port net/p5-libnet
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 13:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jesper Skriver
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
TDC Tele Danmark
>Environment:
System: FreeBSD flores 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Fri Feb 15 19:15:08 CET 2002 root@flores:/usr/src/sys/compile/FLORES i386


	
>Description:
	New port net/p5-libnet

libnet is a collection of Perl modules which provides a simple
and consistent programming interface (API) to the client side
of various protocols used in the internet community.

For details of each protocol please refer to the RFC. RFC's
can be found a various places on the WEB, for a staring
point look at:

    http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/

The RFC implemented in this distribution are

Net::FTP        RFC959          File Transfer Protocol
Net::SMTP       RFC821          Simple Mail Transfer Protocol
Net::Time       RFC867          Daytime Protocol
Net::Time       RFC868          Time Protocol
Net::NNTP       RFC977          Network News Transfer Protocol
Net::POP3       RFC1939         Post Office Protocol 3
Net::SNPP       RFC1861         Simple Network Pager Protocol

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-libnet/
#	p5-libnet/pkg-plist
#	p5-libnet/pkg-descr
#	p5-libnet/pkg-comment
#	p5-libnet/distinfo
#	p5-libnet/Makefile
#
echo c - p5-libnet/
mkdir -p p5-libnet/ > /dev/null 2>&1
echo x - p5-libnet/pkg-plist
sed 's/^X//' >p5-libnet/pkg-plist << 'END-of-p5-libnet/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Net/NNTP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP/dataconn.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP/I.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP/L.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP/A.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP/E.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/POP3.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/SMTP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/FTP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Time.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Cmd.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Config.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Domain.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/libnet.cfg
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Netrc.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Net/libnetFAQ.pod
END-of-p5-libnet/pkg-plist
echo x - p5-libnet/pkg-descr
sed 's/^X//' >p5-libnet/pkg-descr << 'END-of-p5-libnet/pkg-descr'
Xlibnet is a collection of Perl modules which provides a simple
Xand consistent programming interface (API) to the client side
Xof various protocols used in the internet community.
X
XFor details of each protocol please refer to the RFC. RFC's
Xcan be found a various places on the WEB, for a staring
Xpoint look at:
X
XWWW: http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/
X
XThe RFC implemented in this distribution are
X
XNet::FTP        RFC959          File Transfer Protocol
XNet::SMTP       RFC821          Simple Mail Transfer Protocol
XNet::Time       RFC867          Daytime Protocol
XNet::Time       RFC868          Time Protocol
XNet::NNTP       RFC977          Network News Transfer Protocol
XNet::POP3       RFC1939         Post Office Protocol 3
XNet::SNPP       RFC1861         Simple Network Pager Protocol
END-of-p5-libnet/pkg-descr
echo x - p5-libnet/pkg-comment
sed 's/^X//' >p5-libnet/pkg-comment << 'END-of-p5-libnet/pkg-comment'
XPerl5 interface to various protocols used in the internet community
END-of-p5-libnet/pkg-comment
echo x - p5-libnet/distinfo
sed 's/^X//' >p5-libnet/distinfo << 'END-of-p5-libnet/distinfo'
XMD5 (libnet-1.10.tar.gz) = c7249d51a7ffd1f8fb4d6718f324d6e6
END-of-p5-libnet/distinfo
echo x - p5-libnet/Makefile
sed 's/^X//' >p5-libnet/Makefile << 'END-of-p5-libnet/Makefile'
X# New ports collection makefile for:    p5-libnet
X# Date created:				2002/03/13
X# Whom:					jesper
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	libnet
XPORTVERSION=    1.10
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jesper@FreeBSD.org
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Net::Time.3 \
X		Net::NNTP.3 \
X		Net::Domain.3 \
X		Net::POP3.3 \
X		Net::FTP.3 \
X		Net::Cmd.3 \
X		Net::SMTP.3 \
X		Net::libnetFAQ.3 \
X		Net::Netrc.3
X
X.include <bsd.port.mk>
END-of-p5-libnet/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203132100.g2DL0YP75310>