summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 03:50:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 03:50:12 +0000
commitd23fd762e711f3972476a5e44362774b2e595c11 (patch)
tree0ed61a6fc64c766123fb95d84e68206a16945b97 /net
parentA utility to update firmware in Cisco/Aironet 802.11 wireless cards (diff)
add p5-libnet 1.10
Perl5 interface to various protocols used in the internet community PR: 35867 Submitted by: jesper
Notes
Notes: svn path=/head/; revision=56051
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-libnet/Makefile30
-rw-r--r--net/p5-libnet/distinfo1
-rw-r--r--net/p5-libnet/pkg-comment1
-rw-r--r--net/p5-libnet/pkg-descr19
-rw-r--r--net/p5-libnet/pkg-plist16
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