From 44622343d29a884934f38cd6a2ea405c5ee8d266 Mon Sep 17 00:00:00 2001 From: Felippe de Meirelles Motta Date: Mon, 24 Jun 2013 18:32:07 +0000 Subject: String::HexConvert It is a wrapper around pack and unpack of perl to convert a string of hex digits to ascii and other way around. WWW: http://search.cpan.org/dist/String-HexConvert/ PR: ports/179818 Submitted by: Alexandre Biancalana --- textproc/Makefile | 1 + textproc/p5-String-HexConvert/Makefile | 20 ++++++++++++++++++++ textproc/p5-String-HexConvert/distinfo | 2 ++ textproc/p5-String-HexConvert/pkg-descr | 4 ++++ textproc/p5-String-HexConvert/pkg-plist | 5 +++++ 5 files changed, 32 insertions(+) create mode 100644 textproc/p5-String-HexConvert/Makefile create mode 100644 textproc/p5-String-HexConvert/distinfo create mode 100644 textproc/p5-String-HexConvert/pkg-descr create mode 100644 textproc/p5-String-HexConvert/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 0ae84b008766..835d8ef2389a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -729,6 +729,7 @@ SUBDIR += p5-String-Flogger SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction + SUBDIR += p5-String-HexConvert SUBDIR += p5-String-Koremutake SUBDIR += p5-String-RewritePrefix SUBDIR += p5-String-Scanf diff --git a/textproc/p5-String-HexConvert/Makefile b/textproc/p5-String-HexConvert/Makefile new file mode 100644 index 000000000000..1bdad52eaf24 --- /dev/null +++ b/textproc/p5-String-HexConvert/Makefile @@ -0,0 +1,20 @@ +# Created by: Alexandre Biancalana +# $FreeBSD$ + +PORTNAME= String-HexConvert +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AHERNIT +PKGNAMEPREFIX= p5- + +MAINTAINER= ale@biancalanas.net +COMMENT= String::HexConver - Converts ascii strings to hex and reverse + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PERL_CONFIGURE= yes + +MAN3= String::HexConvert.3 + +.include diff --git a/textproc/p5-String-HexConvert/distinfo b/textproc/p5-String-HexConvert/distinfo new file mode 100644 index 000000000000..81d4d056a5c8 --- /dev/null +++ b/textproc/p5-String-HexConvert/distinfo @@ -0,0 +1,2 @@ +SHA256 (String-HexConvert-0.01.tar.gz) = 7e5a9b1472edae78e00c7f31724480d88b4f41d863fce28697dc5963dac51ced +SIZE (String-HexConvert-0.01.tar.gz) = 2109 diff --git a/textproc/p5-String-HexConvert/pkg-descr b/textproc/p5-String-HexConvert/pkg-descr new file mode 100644 index 000000000000..bd529d0b5b60 --- /dev/null +++ b/textproc/p5-String-HexConvert/pkg-descr @@ -0,0 +1,4 @@ +String::HexConvert It is a wrapper around pack and unpack of perl to convert +a string of hex digits to ascii and other way around. + +WWW: http://search.cpan.org/dist/String-HexConvert/ diff --git a/textproc/p5-String-HexConvert/pkg-plist b/textproc/p5-String-HexConvert/pkg-plist new file mode 100644 index 000000000000..c674b544c756 --- /dev/null +++ b/textproc/p5-String-HexConvert/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/String/HexConvert.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String -- cgit v1.2.3