diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-12-24 18:56:08 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-12-24 18:56:08 +0000 |
commit | dccfc1990795c0c1dc91e13502bfeea7819f27a0 (patch) | |
tree | 317fe30dc0262f81960dcd7a17aa3d7217e323c3 /devel/p5-Data-Hexify | |
parent | b51cacefa932608cef3fed091cf6c92236a26fc8 (diff) | |
download | ports-dccfc1990795c0c1dc91e13502bfeea7819f27a0.tar.gz ports-dccfc1990795c0c1dc91e13502bfeea7819f27a0.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Hexify')
-rw-r--r-- | devel/p5-Data-Hexify/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Data-Hexify/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Data-Hexify/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Data-Hexify/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Data-Hexify/Makefile b/devel/p5-Data-Hexify/Makefile new file mode 100644 index 000000000000..f6d1017a6201 --- /dev/null +++ b/devel/p5-Data-Hexify/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Data-Hexify +# Date created: 24 December 2010 +# Whom: Nobutaka Mantani <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Data-Hexify +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= A Perl extension for hexdumping arbitrary data + +LICENSE_COMB= dual +LICENSE= ART10 GPLv1 + +PERL_CONFIGURE= yes + +MAN3= Data::Hexify.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Hexify/distinfo b/devel/p5-Data-Hexify/distinfo new file mode 100644 index 000000000000..5b9f2279f961 --- /dev/null +++ b/devel/p5-Data-Hexify/distinfo @@ -0,0 +1,2 @@ +SHA256 (Data-Hexify-1.00.tar.gz) = 0328bafdf528eb63b25490465ce59b25f21c0ff2ebf895d2f9c8d0605a8ac64e +SIZE (Data-Hexify-1.00.tar.gz) = 5810 diff --git a/devel/p5-Data-Hexify/pkg-descr b/devel/p5-Data-Hexify/pkg-descr new file mode 100644 index 000000000000..b285e4521617 --- /dev/null +++ b/devel/p5-Data-Hexify/pkg-descr @@ -0,0 +1,5 @@ +Hexify formats arbitrary (possible binary) data into a format suitable for hex +dumps in the style of xd or hexl. + +WWW: http://search.cpan.org/dist/Data-Hexify/ +Author: Johan Vromans <jvromans@squirrel.nl> diff --git a/devel/p5-Data-Hexify/pkg-plist b/devel/p5-Data-Hexify/pkg-plist new file mode 100644 index 000000000000..70cf487bf19b --- /dev/null +++ b/devel/p5-Data-Hexify/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Data/Hexify.pm +%%SITE_PERL%%/mach/auto/Data/Hexify/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hexify +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data |