summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorbouyer <bouyer>2006-12-06 23:12:03 +0000
committerbouyer <bouyer>2006-12-06 23:12:03 +0000
commit498f326c8c7452faea25f51e4a7c69f933063034 (patch)
tree42143f93c9d3b89c9c2b3238072a4097243a38c3 /net
parent0df832aae39010c96bb46fb9676a5e205ffc7b68 (diff)
downloadpkgsrc-498f326c8c7452faea25f51e4a7c69f933063034.tar.gz
Initial import of p5-Net-NBName 0.26
Net::NBName is a class that allows you to perform simple NetBIOS Name Service Requests in your Perl code. It performs these NetBIOS operations over TCP/IP using Perl's built-in socket support. I've currently implemented two NBNS requests: the node status request and the name query request. The node status request can be used to query the NetBIOS name table of a remote host; the name query request can be used to establish the ip address of a NetBIOS name.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-NBName/DESCR8
-rw-r--r--net/p5-Net-NBName/Makefile18
-rw-r--r--net/p5-Net-NBName/PLIST1
-rw-r--r--net/p5-Net-NBName/distinfo5
4 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Net-NBName/DESCR b/net/p5-Net-NBName/DESCR
new file mode 100644
index 00000000000..ece63b2415c
--- /dev/null
+++ b/net/p5-Net-NBName/DESCR
@@ -0,0 +1,8 @@
+Net::NBName is a class that allows you to perform simple NetBIOS Name
+Service Requests in your Perl code. It performs these NetBIOS operations over
+TCP/IP using Perl's built-in socket support.
+
+I've currently implemented two NBNS requests: the node status request
+and the name query request. The node status request can be used to query
+the NetBIOS name table of a remote host; the name query request can be
+used to establish the ip address of a NetBIOS name.
diff --git a/net/p5-Net-NBName/Makefile b/net/p5-Net-NBName/Makefile
new file mode 100644
index 00000000000..0353da4e3a4
--- /dev/null
+++ b/net/p5-Net-NBName/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/06 23:12:03 bouyer Exp $
+#
+
+DISTNAME= Net-NBName-0.26
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5nbn
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= bouyer@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~jmacfarla/Net-NBName-0.26/
+COMMENT= Perl extension to perform simple NetBIOS Name Service Requests
+
+PERL5_PACKLIST= auto/Net/NBName/.packlist
+
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-NBName/PLIST b/net/p5-Net-NBName/PLIST
new file mode 100644
index 00000000000..ee6d07a5f7f
--- /dev/null
+++ b/net/p5-Net-NBName/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/06 23:12:03 bouyer Exp $
diff --git a/net/p5-Net-NBName/distinfo b/net/p5-Net-NBName/distinfo
new file mode 100644
index 00000000000..8d52de3a516
--- /dev/null
+++ b/net/p5-Net-NBName/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/12/06 23:12:03 bouyer Exp $
+
+SHA1 (Net-NBName-0.26.tar.gz) = 3e9fbbb816a87d478cf270c145c68c82d235f18c
+RMD160 (Net-NBName-0.26.tar.gz) = 6440567ac79c3a5c7dd8d44baf7a0feedc6797bc
+Size (Net-NBName-0.26.tar.gz) = 9195 bytes