svn commit: r380739 - in head/devel: . p5-Data-HexDump-Range

Vanilla I. Shu vanilla at FreeBSD.org
Sun Mar 8 03:05:47 UTC 2015


Author: vanilla
Date: Sun Mar  8 03:05:44 2015
New Revision: 380739
URL: https://svnweb.freebsd.org/changeset/ports/380739
QAT: https://qat.redports.org/buildarchive/r380739/

Log:
  Add p5-Data-HexDump-Range 0.13.59, hexadecimal Range Dumper with color,
  bitfields and skip ranges.
  
  PR:		198107
  Submitted by:	gebhart at secnetix.de

Added:
  head/devel/p5-Data-HexDump-Range/
  head/devel/p5-Data-HexDump-Range/Makefile   (contents, props changed)
  head/devel/p5-Data-HexDump-Range/distinfo   (contents, props changed)
  head/devel/p5-Data-HexDump-Range/pkg-descr   (contents, props changed)
  head/devel/p5-Data-HexDump-Range/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar  8 02:42:18 2015	(r380738)
+++ head/devel/Makefile	Sun Mar  8 03:05:44 2015	(r380739)
@@ -1774,6 +1774,7 @@
     SUBDIR += p5-Data-Grouper
     SUBDIR += p5-Data-HashArray
     SUBDIR += p5-Data-HexDump
+    SUBDIR += p5-Data-HexDump-Range
     SUBDIR += p5-Data-Hexdumper
     SUBDIR += p5-Data-Hexify
     SUBDIR += p5-Data-Hierarchy

Added: head/devel/p5-Data-HexDump-Range/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-HexDump-Range/Makefile	Sun Mar  8 03:05:44 2015	(r380739)
@@ -0,0 +1,25 @@
+# Created by: gebhart at secnetix.de
+# $FreeBSD$
+
+PORTNAME=	Data-HexDump-Range
+PORTVERSION=	0.13.59
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	gebhart at secnetix.de
+COMMENT=	Hexadecimal Range Dumper with color, bitfields and skip ranges
+
+BUILD_DEPENDS=	p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+		p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
+		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
+		p5-Text-Colorizer>=0:${PORTSDIR}/textproc/p5-Text-Colorizer \
+		p5-Term-Bash-Completion-Generator>=0:${PORTSDIR}/shells/p5-Term-Bash-Completion-Generator
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-HexDump-Range/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-HexDump-Range/distinfo	Sun Mar  8 03:05:44 2015	(r380739)
@@ -0,0 +1,2 @@
+SHA256 (Data-HexDump-Range-0.13.59.tar.gz) = 8c735d405f0ebd4cab3f3db3ee3d9e01196686ae35e4c897e4a3ab65ab629ab7
+SIZE (Data-HexDump-Range-0.13.59.tar.gz) = 86486

Added: head/devel/p5-Data-HexDump-Range/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-HexDump-Range/pkg-descr	Sun Mar  8 03:05:44 2015	(r380739)
@@ -0,0 +1,13 @@
+Creates a dump from binary data and user defined range descriptions.
+The goal of this module is to create an easy to understand dump of binary data.
+
+This achieved through:
+- Highlighted (colors) dump that is easier to understand than
+  a monochrome blob of hex data
+- Multiple rendering modes with different output formats
+- Bitfield rendering
+- Skipping uninterresting data
+- The possibility to describe complex structures
+
+
+WWW: http://search.cpan.org/dist/Data-HexDump-Range/

Added: head/devel/p5-Data-HexDump-Range/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-HexDump-Range/pkg-plist	Sun Mar  8 03:05:44 2015	(r380739)
@@ -0,0 +1,12 @@
+bin/hdr
+%%SITE_PERL%%/Data/HexDump/Range.pm
+%%SITE_PERL%%/Data/HexDump/Range/Format.pm
+%%SITE_PERL%%/Data/HexDump/Range/Gather.pm
+%%SITE_PERL%%/Data/HexDump/Range/Object.pm
+%%SITE_PERL%%/Data/HexDump/Range/Split.pm
+%%PERL5_MAN3%%/Data::HexDump::Range.3.gz
+%%PERL5_MAN3%%/Data::HexDump::Range::Format.3.gz
+%%PERL5_MAN3%%/Data::HexDump::Range::Gather.3.gz
+%%PERL5_MAN3%%/Data::HexDump::Range::Object.3.gz
+%%PERL5_MAN3%%/Data::HexDump::Range::Split.3.gz
+man/man1/hdr.1.gz


More information about the svn-ports-head mailing list