From owner-freebsd-ports Wed Aug 8 5:41:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6922237B410 for ; Wed, 8 Aug 2001 05:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ce6n57541; Wed, 8 Aug 2001 05:40:06 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp028.comintern.ru [213.148.2.28]) by hub.freebsd.org (Postfix) with ESMTP id CEDA137B405 for ; Wed, 8 Aug 2001 05:35:09 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15USXo-0004G8-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 08 Aug 2001 16:34:40 +0400 Message-Id: Date: Wed, 08 Aug 2001 16:34:40 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29543: New port: p5-Data-HexDump - A simple hexadecial dumper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >Environment: >Description: New port: p5-Data-HexDump - A simple hexadecial dumper >How-To-Repeat: >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 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 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