Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 18:06:59 +0900 (JST)
From:      Tomoyuki Sakurai <cherry@trombik.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125926: [NEW PORT] devel/p5-File-Stream: Regular expression delimited records from streams
Message-ID:  <20080724090659.D53851CC47@spica.trombik.org>
Resent-Message-ID: <200807240910.m6O9A50i015393@freefall.freebsd.org>

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

>Number:         125926
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-File-Stream: Regular expression delimited records from streams
>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:   Thu Jul 24 09:10:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tomoyuki Sakurai
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #5: Thu Jul 10 22:29:26 JST 2008
>Description:
Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.

Thus, readline() and the <> operator can now return records delimited by
regular expression matches.

WWW:	http://search.cpan.org/dist/File-Stream/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-File-Stream-2.20.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-File-Stream
#	p5-File-Stream/pkg-descr
#	p5-File-Stream/Makefile
#	p5-File-Stream/pkg-plist
#	p5-File-Stream/distinfo
#
echo c - p5-File-Stream
mkdir -p p5-File-Stream > /dev/null 2>&1
echo x - p5-File-Stream/pkg-descr
sed 's/^X//' >p5-File-Stream/pkg-descr << 'cfafda56373cbe2d900890ca2b691c32'
XPerl filehandles are streams, but sometimes they just aren't powerful
Xenough. This module offers to have streams from filehandles searched with
Xregexes and allows the global input record separator variable to contain
Xregexes.
X
XThus, readline() and the <> operator can now return records delimited by
Xregular expression matches.
X
XWWW:	http://search.cpan.org/dist/File-Stream/
cfafda56373cbe2d900890ca2b691c32
echo x - p5-File-Stream/Makefile
sed 's/^X//' >p5-File-Stream/Makefile << '8b72c166441eafe75c4e0ad908aaaaed'
X# New ports collection makefile for:	p5-File-Stream
X# Date created:		2008-07-21
X# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	File-Stream
XPORTVERSION=	2.20
XCATEGORIES=	devel
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	cherry@trombik.org
XCOMMENT=	Regular expression delimited records from streams
X
XRUN_DEPENDS=	p5-YAPE-Regex>=3.02:${PORTSDIR}/textproc/p5-YAPE-Regex
X
XMAN3=	File::Stream.3
XPERL_MODBUILD=	Yes
X
X.include <bsd.port.mk>
8b72c166441eafe75c4e0ad908aaaaed
echo x - p5-File-Stream/pkg-plist
sed 's/^X//' >p5-File-Stream/pkg-plist << 'ae7541f141252536607b478b829f7724'
X@comment $FreeBSD$
X%%SITE_PERL%%/File/Stream.pm
X@dirrmtry %%SITE_PERL%%/mach/auto/File/Stream
ae7541f141252536607b478b829f7724
echo x - p5-File-Stream/distinfo
sed 's/^X//' >p5-File-Stream/distinfo << 'cf45f4a9c5890149884891569a052b5f'
XMD5 (File-Stream-2.20.tar.gz) = 66704b4b0b9d42f962b5d6ab55ec1418
XSHA256 (File-Stream-2.20.tar.gz) = db43c2154b5e449166a7e34dd647f53891898cff7f7e15ed59f8df512fc20a21
XSIZE (File-Stream-2.20.tar.gz) = 6720
cf45f4a9c5890149884891569a052b5f
exit
--- p5-File-Stream-2.20.shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080724090659.D53851CC47>