Date: Mon, 11 Mar 2013 11:28:04 +0100 From: Espen Tagestad <espen@tagestad.no> To: "FreeBSD-gnats-submit@FreeBSD.org" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/176844: New port: devel/p5-Data-Record Message-ID: <FAA3CD33-2BB6-45AA-BBE6-10D0F563D253@tagestad.no> Resent-Message-ID: <201303111030.r2BAU1Q8080529@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176844 >Category: ports >Synopsis: New port: devel/p5-Data-Record >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 11 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Espen Tagestad >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Modirum MDpay >Environment: System: FreeBSD freebsd-dev 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: = Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffa lo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Sometimes we need data split into records and a simple split on the = input record separator ($/) or some other value fails because the values = we're splitting on may allowed in other parts of the data. Perhaps = they're quoted. Perhaps they're embedded in other data which should not = be split up. =20 This module allows you to specify what you wish to split the data on, = but also speficy an "unless" regular expression. If the text in question = matches the "unless" regex, it will not be split there. This allows us = to do things like split on newlines unless newlines are embedded in = quotes. =20 >How-To-Repeat: <code/input/activities to reproduce the problem (multiple = lines)> >Fix: --Apple-Mail=_F17ADFA3-B6BB-43AB-9181-05D39BFCDBC8 Content-Disposition: attachment; filename=p5-Data-Record.shar Content-Type: application/octet-stream; x-unix-mode=0644; name="p5-Data-Record.shar" Content-Transfer-Encoding: 7bit # 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-Record # p5-Data-Record/pkg-plist # p5-Data-Record/pkg-descr # p5-Data-Record/Makefile # p5-Data-Record/distinfo # echo c - p5-Data-Record mkdir -p p5-Data-Record > /dev/null 2>&1 echo x - p5-Data-Record/pkg-plist sed 's/^X//' >p5-Data-Record/pkg-plist << '1e1c1a0133e9db237e36e77fd6885423' X%%SITE_PERL%%/Data/Record.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Record/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Record X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 1e1c1a0133e9db237e36e77fd6885423 echo x - p5-Data-Record/pkg-descr sed 's/^X//' >p5-Data-Record/pkg-descr << 'bcae6324042daa6f5340684208ebaf27' XData::Record - "split" on steroids X XWWW: http://search.cpan.org/dist/Data-Record/ bcae6324042daa6f5340684208ebaf27 echo x - p5-Data-Record/Makefile sed 's/^X//' >p5-Data-Record/Makefile << 'd095501734f90d51381b89a1ee1739e5' XPORTNAME= Data-Record XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= espen@tagestad.no XCOMMENT= Data::Record - "split" on steroids X XRUN_DEPENDS= \ X p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ X p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat XBUILD_DEPENDS:= ${RUN_DEPENDS} \ X p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder XTEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ X p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard X XPERL_CONFIGURE= yes X XMAN3= Data::Record.3 X X.include <bsd.port.mk> d095501734f90d51381b89a1ee1739e5 echo x - p5-Data-Record/distinfo sed 's/^X//' >p5-Data-Record/distinfo << '64471ff07cf2672efc240e56827f81ea' XSHA256 (Data-Record-0.02.tar.gz) = 1d6ae66da2767520c21fbf12c538f1007ab27445d92c8eac763653f2b8849ebf XSIZE (Data-Record-0.02.tar.gz) = 7029 64471ff07cf2672efc240e56827f81ea exit --Apple-Mail=_F17ADFA3-B6BB-43AB-9181-05D39BFCDBC8-- >Release-Note: >Audit-Trail: >Unformatted: --Apple-Mail=_F17ADFA3-B6BB-43AB-9181-05D39BFCDBC8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FAA3CD33-2BB6-45AA-BBE6-10D0F563D253>