aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-HexDump
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-15 20:37:48 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-15 20:37:48 +0000
commitfb131f8836c3ac43f88b6f961460e1016415bf6a (patch)
treec9266fbb15e028c45e23608f2052d829b4435e97 /devel/p5-Data-HexDump
parent329c977502884c573478573703d4fdc1cf47cc3c (diff)
downloadports-fb131f8836c3ac43f88b6f961460e1016415bf6a.tar.gz
ports-fb131f8836c3ac43f88b6f961460e1016415bf6a.zip
Notes
Diffstat (limited to 'devel/p5-Data-HexDump')
-rw-r--r--devel/p5-Data-HexDump/Makefile22
-rw-r--r--devel/p5-Data-HexDump/distinfo1
-rw-r--r--devel/p5-Data-HexDump/pkg-comment1
-rw-r--r--devel/p5-Data-HexDump/pkg-descr9
-rw-r--r--devel/p5-Data-HexDump/pkg-plist6
5 files changed, 39 insertions, 0 deletions
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