mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Add net/p5-Net-Appliance-Phrasebook 1.8, a Perl module that
implements a network appliance command-line phrasebook.
This commit is contained in:
parent
9647b747b6
commit
e1286d55cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253742
5 changed files with 56 additions and 0 deletions
|
@ -514,6 +514,7 @@
|
|||
SUBDIR += p5-Net-Amazon-Signature
|
||||
SUBDIR += p5-Net-Amazon-Thumbnail
|
||||
SUBDIR += p5-Net-Analysis
|
||||
SUBDIR += p5-Net-Appliance-Phrasebook
|
||||
SUBDIR += p5-Net-BGP
|
||||
SUBDIR += p5-Net-Blogger
|
||||
SUBDIR += p5-Net-CIDR-Lite
|
||||
|
|
31
net/p5-Net-Appliance-Phrasebook/Makefile
Normal file
31
net/p5-Net-Appliance-Phrasebook/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: net/p5-Net-Appliance-Phrasebook
|
||||
# Date created: 05 May 2010
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Appliance-Phrasebook
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Network appliance command-line phrasebook
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
${SITE_PERL}/Data/Phrasebook.pm:${PORTSDIR}/textproc/p5-Data-Phrasebook \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Data/Phrasebook/Loader/YAML.pm:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \
|
||||
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Appliance::Phrasebook.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Appliance-Phrasebook/distinfo
Normal file
3
net/p5-Net-Appliance-Phrasebook/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-Appliance-Phrasebook-1.8.tar.gz) = 96f16381de24e1058eef0138c20c96df
|
||||
SHA256 (Net-Appliance-Phrasebook-1.8.tar.gz) = 2419cfc891ff4a12ee7faa7b7ce2c26c1c5d7aef8ac4d26dbd811b2829406be6
|
||||
SIZE (Net-Appliance-Phrasebook-1.8.tar.gz) = 19555
|
12
net/p5-Net-Appliance-Phrasebook/pkg-descr
Normal file
12
net/p5-Net-Appliance-Phrasebook/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
If you use Perl to manage interactive sessions with with the
|
||||
command-line interfaces of networked appliances, then you might find
|
||||
this module useful.
|
||||
|
||||
Net::Appliance::Phrasebook is a simple module that contains a number of
|
||||
dictionaries for the command-line interfaces of some popular network
|
||||
appliances.
|
||||
|
||||
It also supports the use of custom phrasebooks, and of hiearchies of
|
||||
dictionaries within phrasebooks.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Appliance-Phrasebook/
|
9
net/p5-Net-Appliance-Phrasebook/pkg-plist
Normal file
9
net/p5-Net-Appliance-Phrasebook/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Net/Appliance/Phrasebook.pm
|
||||
%%SITE_PERL%%/Net/Appliance/Phrasebook/nas-pb.yml
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Phrasebook/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Phrasebook
|
||||
@dirrmtry %%SITE_PERL%%/Net/Appliance/Phrasebook
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Appliance
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue