From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B6116A4CE for ; Sun, 23 Nov 2003 13:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49AF43FE5 for ; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLoJFY080392 for ; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLoJPg080391; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 13:50:19 -0800 (PST) Resent-Message-Id: <200311232150.hANLoJPg080391@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7116A4CE for ; Sun, 23 Nov 2003 13:41:29 -0800 (PST) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE1F43FB1 for ; Sun, 23 Nov 2003 13:41:28 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id 9C1D23EBF; Sun, 23 Nov 2003 22:41:22 +0100 (CET) Message-Id: <20031123214122.9C1D23EBF@dask.thegler.dk> Date: Sun, 23 Nov 2003 22:41:22 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59623: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:50:25 -0000 >Number: 59623 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 13:50:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: This module is for reading record-oriented data. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited. WWW: http://search.cpan.org/dist/Text-RecordParser Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Text-RecordParser-0.04.shar begins here --- # 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-Text-RecordParser # p5-Text-RecordParser/Makefile # p5-Text-RecordParser/pkg-plist # p5-Text-RecordParser/distinfo # p5-Text-RecordParser/pkg-descr # echo c - p5-Text-RecordParser mkdir -p p5-Text-RecordParser > /dev/null 2>&1 echo x - p5-Text-RecordParser/Makefile sed 's/^X//' >p5-Text-RecordParser/Makefile << 'END-of-p5-Text-RecordParser/Makefile' X# New ports collection makefile for: p5-Text-RecordParser X# Date created: Nov 23 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X XPORTNAME= Text-RecordParser XPORTVERSION= 0.04 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= Read record-oriented files X XBUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Text::RecordParser.3 X X.include END-of-p5-Text-RecordParser/Makefile echo x - p5-Text-RecordParser/pkg-plist sed 's/^X//' >p5-Text-RecordParser/pkg-plist << 'END-of-p5-Text-RecordParser/pkg-plist' X%%SITE_PERL%%/Text/RecordParser.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true END-of-p5-Text-RecordParser/pkg-plist echo x - p5-Text-RecordParser/distinfo sed 's/^X//' >p5-Text-RecordParser/distinfo << 'END-of-p5-Text-RecordParser/distinfo' XMD5 (Text-RecordParser-0.04.tar.gz) = da8052da1a9768e9a8a1619af21c2790 END-of-p5-Text-RecordParser/distinfo echo x - p5-Text-RecordParser/pkg-descr sed 's/^X//' >p5-Text-RecordParser/pkg-descr << 'END-of-p5-Text-RecordParser/pkg-descr' XThis module is for reading record-oriented data. The most common Xexample have records separated by newlines and fields separated by Xcommas or tabs, but this module aims to provide a consistent interface Xfor handling sequential records in a file however they may be Xdelimited. X XWWW: http://search.cpan.org/dist/Text-RecordParser END-of-p5-Text-RecordParser/pkg-descr exit --- p5-Text-RecordParser-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: