pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-NBName Initial import of p5-Net-NBName 0.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393c5f0e3248
branches:  trunk
changeset: 522318:393c5f0e3248
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed Dec 06 23:12:03 2006 +0000

description:
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:

 net/p5-Net-NBName/DESCR    |   8 ++++++++
 net/p5-Net-NBName/Makefile |  18 ++++++++++++++++++
 net/p5-Net-NBName/PLIST    |   1 +
 net/p5-Net-NBName/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 0f9daae9174d -r 393c5f0e3248 net/p5-Net-NBName/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-NBName/DESCR   Wed Dec 06 23:12:03 2006 +0000
@@ -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 -r 0f9daae9174d -r 393c5f0e3248 net/p5-Net-NBName/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-NBName/Makefile        Wed Dec 06 23:12:03 2006 +0000
@@ -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@localhost
+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 -r 0f9daae9174d -r 393c5f0e3248 net/p5-Net-NBName/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-NBName/PLIST   Wed Dec 06 23:12:03 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/06 23:12:03 bouyer Exp $
diff -r 0f9daae9174d -r 393c5f0e3248 net/p5-Net-NBName/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-NBName/distinfo        Wed Dec 06 23:12:03 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index