1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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.

WWW: http://search.cpan.org/dist/Net-NBName/
This commit is contained in:
Bill Fenner 2006-02-18 18:13:08 +00:00
parent ab6a4d1a13
commit bf5540034a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156312
5 changed files with 44 additions and 0 deletions

View File

@ -403,6 +403,7 @@
SUBDIR += p5-Net-HL7
SUBDIR += p5-Net-Ident
SUBDIR += p5-Net-MovableType
SUBDIR += p5-Net-NBName
SUBDIR += p5-Net-OpenDHT
SUBDIR += p5-Net-Packet
SUBDIR += p5-Net-ParseWhois

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: p5-Net-NBName
# Date created: 18 Feb 2006
# Whom: Bill Fenner <fenner@FreeBSD.Org>
#
# $FreeBSD$
PORTNAME= Net-NBName
PORTVERSION= 0.25
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
MAINTAINER= fenner@FreeBSD.Org
COMMENT= Performs simple NetBIOS Name Service Requests
PERL_CONFIGURE= YES
MAN3= Net::NBName.3 Net::NBName::NameQuery.3 Net::NBName::NameQuery::RR.3 \
Net::NBName::NodeStatus.3 Net::NBName::NodeStatus::RR.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-NBName-0.25.tar.gz) = e059e2a368743574bb0eea770409c2f6
SHA256 (Net-NBName-0.25.tar.gz) = 54f6b428a0d6c397df43696783a19be9e9ab7a3673d4534a4560967289718fea
SIZE (Net-NBName-0.25.tar.gz) = 8644

View File

@ -0,0 +1,5 @@
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.
WWW: http://search.cpan.org/dist/Net-NBName/

View File

@ -0,0 +1,15 @@
bin/namequery.pl
bin/nodescan.pl
bin/nodestat.pl
%%SITE_PERL%%/Net/NBName.pm
%%SITE_PERL%%/Net/NBName/NameQuery.pm
%%SITE_PERL%%/Net/NBName/NodeStatus.pm
%%SITE_PERL%%/Net/NBName/NameQuery/RR.pm
%%SITE_PERL%%/Net/NBName/NodeStatus/RR.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NBName/.packlist
@dirrm %%SITE_PERL%%/Net/NBName/NameQuery
@dirrm %%SITE_PERL%%/Net/NBName/NodeStatus
@dirrm %%SITE_PERL%%/Net/NBName
@dirrmtry %%SITE_PERL%%/Net
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NBName
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net