diff options
author | seb <seb@pkgsrc.org> | 2009-01-29 22:00:17 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-01-29 22:00:17 +0000 |
commit | 7c49ea7a17a22ef73167c4714dbb3af6c4265f3b (patch) | |
tree | 5eef093cca1c11cc0a537fdb7290f8a6d4ca73a6 /net/p5-Cisco-Abbrev | |
parent | bb913acfcb81defe8d09ca7c6c064e08da253557 (diff) | |
download | pkgsrc-7c49ea7a17a22ef73167c4714dbb3af6c4265f3b.tar.gz |
Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages
Collection.
The Perl 5 module Cisco::Abbrev converts between Cisco canonical
interface names (i.e. GigabitEthernet0/1) and the abbreviated forms
often output by their devices (i.e. Gi0/1).
Diffstat (limited to 'net/p5-Cisco-Abbrev')
-rw-r--r-- | net/p5-Cisco-Abbrev/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Cisco-Abbrev/Makefile | 19 | ||||
-rw-r--r-- | net/p5-Cisco-Abbrev/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/p5-Cisco-Abbrev/DESCR b/net/p5-Cisco-Abbrev/DESCR new file mode 100644 index 00000000000..3815ec31a34 --- /dev/null +++ b/net/p5-Cisco-Abbrev/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Cisco::Abbrev converts between Cisco canonical +interface names (i.e. GigabitEthernet0/1) and the abbreviated forms +often output by their devices (i.e. Gi0/1). diff --git a/net/p5-Cisco-Abbrev/Makefile b/net/p5-Cisco-Abbrev/Makefile new file mode 100644 index 00000000000..de6cc4f5d25 --- /dev/null +++ b/net/p5-Cisco-Abbrev/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/29 22:00:17 seb Exp $ +# + +DISTNAME= Cisco-Abbrev-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cisco/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Cisco-Abbrev/ +COMMENT= Perl 5 module to translate to/from Cisco interface abbbreviations + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Cisco/Abbrev/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Cisco-Abbrev/distinfo b/net/p5-Cisco-Abbrev/distinfo new file mode 100644 index 00000000000..a4fd5c99bef --- /dev/null +++ b/net/p5-Cisco-Abbrev/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/29 22:00:17 seb Exp $ + +SHA1 (Cisco-Abbrev-0.02.tar.gz) = 209fc476bfe8c0507d74fad3aa51bd58cb58dfeb +RMD160 (Cisco-Abbrev-0.02.tar.gz) = 29bf75bc4114ca4e4838677fad1bbe6ce17209b2 +Size (Cisco-Abbrev-0.02.tar.gz) = 4273 bytes |