summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-08 01:06:49 +0000
committerhubertf <hubertf>1999-11-08 01:06:49 +0000
commitf876c92bd11d80d0cf04c8e86cb21611a8981a9d (patch)
tree7446bfc515b7c3e386774aac455fa88d6a918dcd /net/p5-Net-DNS
parente9203ee16af7993f305ff6600872861a0231fd5e (diff)
downloadpkgsrc-f876c92bd11d80d0cf04c8e86cb21611a8981a9d.tar.gz
Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. As of version 0.02, Net::DNS is written entirely in Perl. Version 0.01 was written mostly in C and used the system's resolver. The Perl version runs quite a bit slower, but considering that the network can be a serious bottleneck when making DNS queries, the speed difference may not really matter in most cases. However, future versions may contain some C to increase speed or for those who wish to link against libresolv or libbind.
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r--net/p5-Net-DNS/Makefile16
-rw-r--r--net/p5-Net-DNS/files/md53
-rw-r--r--net/p5-Net-DNS/pkg/COMMENT1
-rw-r--r--net/p5-Net-DNS/pkg/DESCR11
-rw-r--r--net/p5-Net-DNS/pkg/PLIST74
5 files changed, 105 insertions, 0 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
new file mode 100644
index 00000000000..b631bba55e2
--- /dev/null
+++ b/net/p5-Net-DNS/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/08 01:06:49 hubertf Exp $
+#
+
+DISTNAME= Net-DNS-0.12
+PKGNAME= p5-Net-DNS-0.12
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= hubertf@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-DNS/files/md5 b/net/p5-Net-DNS/files/md5
new file mode 100644
index 00000000000..542a7124f59
--- /dev/null
+++ b/net/p5-Net-DNS/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/11/08 01:06:49 hubertf Exp $
+
+MD5 (Net-DNS-0.12.tar.gz) = 377e8a971e8f3e9daed32976142886df
diff --git a/net/p5-Net-DNS/pkg/COMMENT b/net/p5-Net-DNS/pkg/COMMENT
new file mode 100644
index 00000000000..5eb48e14954
--- /dev/null
+++ b/net/p5-Net-DNS/pkg/COMMENT
@@ -0,0 +1 @@
+Net::DNS - Perl DNS Resolver Module
diff --git a/net/p5-Net-DNS/pkg/DESCR b/net/p5-Net-DNS/pkg/DESCR
new file mode 100644
index 00000000000..4f67285ad4b
--- /dev/null
+++ b/net/p5-Net-DNS/pkg/DESCR
@@ -0,0 +1,11 @@
+Net::DNS is a Perl interface to the DNS resolver. It allows the
+programmer to perform any type of DNS query from a Perl script.
+For details and examples, please read the Net::DNS manual page.
+
+As of version 0.02, Net::DNS is written entirely in Perl. Version
+0.01 was written mostly in C and used the system's resolver. The
+Perl version runs quite a bit slower, but considering that the
+network can be a serious bottleneck when making DNS queries, the
+speed difference may not really matter in most cases. However,
+future versions may contain some C to increase speed or for those
+who wish to link against libresolv or libbind.
diff --git a/net/p5-Net-DNS/pkg/PLIST b/net/p5-Net-DNS/pkg/PLIST
new file mode 100644
index 00000000000..2981a59ccdd
--- /dev/null
+++ b/net/p5-Net-DNS/pkg/PLIST
@@ -0,0 +1,74 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/08 01:06:49 hubertf Exp $
+lib/perl5/site_perl/Net/DNS.pm
+lib/perl5/site_perl/Net/DNS/Header.pm
+lib/perl5/site_perl/Net/DNS/Packet.pm
+lib/perl5/site_perl/Net/DNS/Question.pm
+lib/perl5/site_perl/Net/DNS/RR.pm
+lib/perl5/site_perl/Net/DNS/Resolver.pm
+lib/perl5/site_perl/Net/DNS/Update.pm
+lib/perl5/site_perl/Net/DNS/RR/A.pm
+lib/perl5/site_perl/Net/DNS/RR/AAAA.pm
+lib/perl5/site_perl/Net/DNS/RR/AFSDB.pm
+lib/perl5/site_perl/Net/DNS/RR/CNAME.pm
+lib/perl5/site_perl/Net/DNS/RR/EID.pm
+lib/perl5/site_perl/Net/DNS/RR/HINFO.pm
+lib/perl5/site_perl/Net/DNS/RR/ISDN.pm
+lib/perl5/site_perl/Net/DNS/RR/LOC.pm
+lib/perl5/site_perl/Net/DNS/RR/MB.pm
+lib/perl5/site_perl/Net/DNS/RR/MG.pm
+lib/perl5/site_perl/Net/DNS/RR/MINFO.pm
+lib/perl5/site_perl/Net/DNS/RR/MR.pm
+lib/perl5/site_perl/Net/DNS/RR/MX.pm
+lib/perl5/site_perl/Net/DNS/RR/NAPTR.pm
+lib/perl5/site_perl/Net/DNS/RR/NIMLOC.pm
+lib/perl5/site_perl/Net/DNS/RR/NS.pm
+lib/perl5/site_perl/Net/DNS/RR/NSAP.pm
+lib/perl5/site_perl/Net/DNS/RR/NULL.pm
+lib/perl5/site_perl/Net/DNS/RR/PTR.pm
+lib/perl5/site_perl/Net/DNS/RR/PX.pm
+lib/perl5/site_perl/Net/DNS/RR/RP.pm
+lib/perl5/site_perl/Net/DNS/RR/RT.pm
+lib/perl5/site_perl/Net/DNS/RR/SOA.pm
+lib/perl5/site_perl/Net/DNS/RR/SRV.pm
+lib/perl5/site_perl/Net/DNS/RR/TXT.pm
+lib/perl5/site_perl/Net/DNS/RR/X25.pm
+lib/perl5/man/man3/Net::DNS::RR::EID.3
+lib/perl5/man/man3/Net::DNS::RR::NSAP.3
+lib/perl5/man/man3/Net::DNS::RR::PTR.3
+lib/perl5/man/man3/Net::DNS::RR::MINFO.3
+lib/perl5/man/man3/Net::DNS::RR::NULL.3
+lib/perl5/man/man3/Net::DNS::RR::LOC.3
+lib/perl5/man/man3/Net::DNS.3
+lib/perl5/man/man3/Net::DNS::Resolver.3
+lib/perl5/man/man3/Net::DNS::RR::MR.3
+lib/perl5/man/man3/Net::DNS::RR::TXT.3
+lib/perl5/man/man3/Net::DNS::RR::RP.3
+lib/perl5/man/man3/Net::DNS::RR::CNAME.3
+lib/perl5/man/man3/Net::DNS::RR::MX.3
+lib/perl5/man/man3/Net::DNS::RR::NAPTR.3
+lib/perl5/man/man3/Net::DNS::Packet.3
+lib/perl5/man/man3/Net::DNS::RR::RT.3
+lib/perl5/man/man3/Net::DNS::RR::PX.3
+lib/perl5/man/man3/Net::DNS::Update.3
+lib/perl5/man/man3/Net::DNS::RR.3
+lib/perl5/man/man3/Net::DNS::RR::HINFO.3
+lib/perl5/man/man3/Net::DNS::RR::MG.3
+lib/perl5/man/man3/Net::DNS::Header.3
+lib/perl5/man/man3/Net::DNS::RR::SRV.3
+lib/perl5/man/man3/Net::DNS::RR::X25.3
+lib/perl5/man/man3/Net::DNS::RR::AFSDB.3
+lib/perl5/man/man3/Net::DNS::RR::A.3
+lib/perl5/man/man3/Net::DNS::RR::NS.3
+lib/perl5/man/man3/Net::DNS::RR::NIMLOC.3
+lib/perl5/man/man3/Net::DNS::RR::SOA.3
+lib/perl5/man/man3/Net::DNS::RR::AAAA.3
+lib/perl5/man/man3/Net::DNS::Question.3
+lib/perl5/man/man3/Net::DNS::RR::ISDN.3
+lib/perl5/man/man3/Net::DNS::RR::MB.3
+lib/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/5.00404/perllocal.pod
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net/DNS/.packlist
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net/DNS
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net
+@dirrm lib/perl5/site_perl/Net/DNS/RR
+@dirrm lib/perl5/site_perl/Net/DNS
+@dirrm lib/perl5/site_perl/Net