SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
COMMENT= hexadecimal dumper
MODULES= cpan
PKG_ARCH= *
DISTNAME = Data-HexDump-0.04
CATEGORIES= devel
MAINTAINER= Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-HexDump-0.04.tar.gz) = vDb0BEOKw2rSuSlVOSJ9Nvmc0WI/HjR693xZTEDMvPg=
SIZE (Data-HexDump-0.04.tar.gz) = 12434

View file

@ -0,0 +1,6 @@
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).

View file

@ -0,0 +1,3 @@
${P5SITE}/Data/
${P5SITE}/Data/HexDump.pm
@man man/man3p/Data::HexDump.3p