diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-12-06 23:12:03 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-12-06 23:12:03 +0000 |
commit | fa15aa16c668a1b09ee93371368bb504457a98f9 (patch) | |
tree | 42143f93c9d3b89c9c2b3238072a4097243a38c3 /net/p5-Net-NBName | |
parent | 71ec464af21a5756c8d677feb4b37bfdcc7d53e8 (diff) | |
download | pkgsrc-fa15aa16c668a1b09ee93371368bb504457a98f9.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/p5-Net-NBName')
-rw-r--r-- | net/p5-Net-NBName/DESCR | 8 | ||||
-rw-r--r-- | net/p5-Net-NBName/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net-NBName/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-NBName/distinfo | 5 |
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 |