SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-Data-HexDump/Makefile
Normal file
13
devel/p5-Data-HexDump/Makefile
Normal 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>
|
2
devel/p5-Data-HexDump/distinfo
Normal file
2
devel/p5-Data-HexDump/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-HexDump-0.04.tar.gz) = vDb0BEOKw2rSuSlVOSJ9Nvmc0WI/HjR693xZTEDMvPg=
|
||||
SIZE (Data-HexDump-0.04.tar.gz) = 12434
|
6
devel/p5-Data-HexDump/pkg/DESCR
Normal file
6
devel/p5-Data-HexDump/pkg/DESCR
Normal 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).
|
3
devel/p5-Data-HexDump/pkg/PLIST
Normal file
3
devel/p5-Data-HexDump/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/HexDump.pm
|
||||
@man man/man3p/Data::HexDump.3p
|
Loading…
Add table
Add a link
Reference in a new issue