Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Aug 2001 16:34:40 +0400
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29543: New port: p5-Data-HexDump - A simple hexadecial dumper
Message-ID:  <E15USXo-0004G8-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>Number:         29543
>Category:       ports
>Synopsis:       New port: p5-Data-HexDump - A simple hexadecial dumper
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 05:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-Data-HexDump - A simple hexadecial dumper

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Data-HexDump
#	p5-Data-HexDump/Makefile
#	p5-Data-HexDump/distinfo
#	p5-Data-HexDump/pkg-comment
#	p5-Data-HexDump/pkg-descr
#	p5-Data-HexDump/pkg-plist
#
echo c - p5-Data-HexDump
mkdir -p p5-Data-HexDump > /dev/null 2>&1
echo x - p5-Data-HexDump/Makefile
sed 's/^X//' >p5-Data-HexDump/Makefile << 'END-of-p5-Data-HexDump/Makefile'
X# New ports collection makefile for:	Data::HexDump
X# Date created:		8 Aug 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Data-HexDump
XPORTVERSION=	0.02
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Data
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
X#BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
X#RUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Data::HexDump.3
X
X.include <bsd.port.mk>
END-of-p5-Data-HexDump/Makefile
echo x - p5-Data-HexDump/distinfo
sed 's/^X//' >p5-Data-HexDump/distinfo << 'END-of-p5-Data-HexDump/distinfo'
XMD5 (Data-HexDump-0.02.tar.gz) = 467b7183d1062ab4a502b50c34e7d67f
END-of-p5-Data-HexDump/distinfo
echo x - p5-Data-HexDump/pkg-comment
sed 's/^X//' >p5-Data-HexDump/pkg-comment << 'END-of-p5-Data-HexDump/pkg-comment'
XA simple hexadecial dumper
END-of-p5-Data-HexDump/pkg-comment
echo x - p5-Data-HexDump/pkg-descr
sed 's/^X//' >p5-Data-HexDump/pkg-descr << 'END-of-p5-Data-HexDump/pkg-descr'
XDump in hexadecimal the content of a scalar. The result is
Xreturned in a string. Each line of the result consists of
Xthe offset in the source in the leftmost column of each
Xline, followed by one or more columns of data from the
Xsource in hexadecimal. The rightmost column of each line
Xshows the printable characters (all others are shown as
Xsingle dots).
END-of-p5-Data-HexDump/pkg-descr
echo x - p5-Data-HexDump/pkg-plist
sed 's/^X//' >p5-Data-HexDump/pkg-plist << 'END-of-p5-Data-HexDump/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump/.packlist
Xbin/hexdump
Xlib/perl5/site_perl/%%PERL_VER%%/Data/HexDump.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
END-of-p5-Data-HexDump/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15USXo-0004G8-00>