diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-14 11:50:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-14 11:50:12 +0800 |
commit | c6e2105fa741791dbb5cd1c4a8e8f00f23264c0b (patch) | |
tree | 2a5399c3ff583bce3c2f4d6a42e14c0deab309f5 | |
parent | 0699c1c300cb4d969d35963949ad66fc7524079b (diff) | |
download | freebsd-ports-gnome-c6e2105fa741791dbb5cd1c4a8e8f00f23264c0b.tar.gz freebsd-ports-gnome-c6e2105fa741791dbb5cd1c4a8e8f00f23264c0b.tar.zst freebsd-ports-gnome-c6e2105fa741791dbb5cd1c4a8e8f00f23264c0b.zip |
add p5-libnet 1.10
Perl5 interface to various protocols used in the internet community
PR: 35867
Submitted by: jesper
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-libnet/Makefile | 30 | ||||
-rw-r--r-- | net/p5-libnet/distinfo | 1 | ||||
-rw-r--r-- | net/p5-libnet/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-libnet/pkg-descr | 19 | ||||
-rw-r--r-- | net/p5-libnet/pkg-plist | 16 |
6 files changed, 68 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 1f8e2bf0cd74..7cf0e279e15a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -346,6 +346,7 @@ SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-URI SUBDIR += p5-XPC + SUBDIR += p5-libnet SUBDIR += p5-perl-ldap SUBDIR += pancho SUBDIR += papaya diff --git a/net/p5-libnet/Makefile b/net/p5-libnet/Makefile new file mode 100644 index 000000000000..4c34e06d2cc4 --- /dev/null +++ b/net/p5-libnet/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-libnet +# Date created: 2002/03/13 +# Whom: jesper +# +# $FreeBSD$ +# + +PORTNAME= libnet +PORTVERSION= 1.10 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= jesper@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::Time.3 \ + Net::NNTP.3 \ + Net::Domain.3 \ + Net::POP3.3 \ + Net::FTP.3 \ + Net::Cmd.3 \ + Net::SMTP.3 \ + Net::libnetFAQ.3 \ + Net::Netrc.3 + +.include <bsd.port.mk> diff --git a/net/p5-libnet/distinfo b/net/p5-libnet/distinfo new file mode 100644 index 000000000000..ef4d89c02dcf --- /dev/null +++ b/net/p5-libnet/distinfo @@ -0,0 +1 @@ +MD5 (libnet-1.10.tar.gz) = c7249d51a7ffd1f8fb4d6718f324d6e6 diff --git a/net/p5-libnet/pkg-comment b/net/p5-libnet/pkg-comment new file mode 100644 index 000000000000..edd9c3b906b3 --- /dev/null +++ b/net/p5-libnet/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to various protocols used in the internet community diff --git a/net/p5-libnet/pkg-descr b/net/p5-libnet/pkg-descr new file mode 100644 index 000000000000..5817adc0bce2 --- /dev/null +++ b/net/p5-libnet/pkg-descr @@ -0,0 +1,19 @@ +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: + +WWW: 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 diff --git a/net/p5-libnet/pkg-plist b/net/p5-libnet/pkg-plist new file mode 100644 index 000000000000..7c820ab3f663 --- /dev/null +++ b/net/p5-libnet/pkg-plist @@ -0,0 +1,16 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/NNTP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/dataconn.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/I.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/L.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/A.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/E.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/POP3.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/FTP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Time.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Cmd.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Config.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Domain.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/libnet.cfg +lib/perl5/site_perl/%%PERL_VER%%/Net/Netrc.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/libnetFAQ.pod |