diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-plist | 6 |
6 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 551dba495130..437ba910fef3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -312,6 +312,7 @@ SUBDIR += p5-Curses-Widgets SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Flow + SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-ShowTable SUBDIR += p5-Date-Calc SUBDIR += p5-Date-DayOfWeek diff --git a/devel/p5-Data-HexDump/Makefile b/devel/p5-Data-HexDump/Makefile new file mode 100644 index 000000000000..e4f3c7c91824 --- /dev/null +++ b/devel/p5-Data-HexDump/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Data::HexDump +# Date created: 8 Aug 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Data-HexDump +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Data::HexDump.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-HexDump/distinfo b/devel/p5-Data-HexDump/distinfo new file mode 100644 index 000000000000..c606ed7d59a1 --- /dev/null +++ b/devel/p5-Data-HexDump/distinfo @@ -0,0 +1 @@ +MD5 (Data-HexDump-0.02.tar.gz) = 467b7183d1062ab4a502b50c34e7d67f diff --git a/devel/p5-Data-HexDump/pkg-comment b/devel/p5-Data-HexDump/pkg-comment new file mode 100644 index 000000000000..66668a520214 --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-comment @@ -0,0 +1 @@ +A simple hexadecimal dumper diff --git a/devel/p5-Data-HexDump/pkg-descr b/devel/p5-Data-HexDump/pkg-descr new file mode 100644 index 000000000000..46febfb28bcd --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-descr @@ -0,0 +1,9 @@ +Dump in hexadecimal the content of a scalar. The result is +returned in a string. Each line of the result consists of +the offset in the source in the leftmost column of each +line, followed by one or more columns of data from the +source in hexadecimal. The rightmost column of each line +shows the printable characters (all others are shown as +single dots). + +WWW: http://search.cpan.org/search?dist=Data-HexDump diff --git a/devel/p5-Data-HexDump/pkg-plist b/devel/p5-Data-HexDump/pkg-plist new file mode 100644 index 000000000000..e4c95e982120 --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump/.packlist +bin/hexdump +lib/perl5/site_perl/%%PERL_VER%%/Data/HexDump.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true |