diff options
author | pettai <pettai> | 2013-03-05 20:05:57 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-03-05 20:05:57 +0000 |
commit | 080059640b5a49e35918435774cfdc51810401d4 (patch) | |
tree | 5d71158985d30ecbbe44ebb749a235d99653f6be /converters/p5-Data-Hexify | |
parent | e99284c3ba284cbcd893114f0c478da8a0e953ee (diff) | |
download | pkgsrc-080059640b5a49e35918435774cfdc51810401d4.tar.gz |
Perl extension for hexdumping arbitrary data.
Hexify formats arbitrary (possible binary) data into a format
suitable for hex dumps in the style of xd or hexl.
Diffstat (limited to 'converters/p5-Data-Hexify')
-rw-r--r-- | converters/p5-Data-Hexify/DESCR | 4 | ||||
-rw-r--r-- | converters/p5-Data-Hexify/Makefile | 16 | ||||
-rw-r--r-- | converters/p5-Data-Hexify/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/converters/p5-Data-Hexify/DESCR b/converters/p5-Data-Hexify/DESCR new file mode 100644 index 00000000000..0e380d0d3dd --- /dev/null +++ b/converters/p5-Data-Hexify/DESCR @@ -0,0 +1,4 @@ +Data::Hexify - Perl extension for hexdumping arbitrary data. +This module exports one subroutine: Hexify. +Hexify formats arbitrary (possible binary) data into a format +suitable for hex dumps in the style of xd or hexl. diff --git a/converters/p5-Data-Hexify/Makefile b/converters/p5-Data-Hexify/Makefile new file mode 100644 index 00000000000..290aaede5df --- /dev/null +++ b/converters/p5-Data-Hexify/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/03/05 20:05:57 pettai Exp $ + +DISTNAME= Data-Hexify-1.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jv/Data-Hexify/lib/Data/Hexify.pm +COMMENT= Perl extension for hexdumping arbitrary data +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Data/Hexify/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Data-Hexify/distinfo b/converters/p5-Data-Hexify/distinfo new file mode 100644 index 00000000000..9e8f4dc5c39 --- /dev/null +++ b/converters/p5-Data-Hexify/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/03/05 20:05:57 pettai Exp $ + +SHA1 (Data-Hexify-1.00.tar.gz) = ea471eddab5eb81c899c62cf79c6c90271222658 +RMD160 (Data-Hexify-1.00.tar.gz) = 2b223e14949de8ccc06fa243d6845373021f2e44 +Size (Data-Hexify-1.00.tar.gz) = 5810 bytes |