pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Data-Record



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct 11 11:04:10 UTC 2013

Added Files:
        pkgsrc/devel/p5-Data-Record: DESCR Makefile distinfo

Log Message:
Import p5-Data-Record-0.02 as devel/p5-Data-Record.

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.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Record/DESCR \
    pkgsrc/devel/p5-Data-Record/Makefile pkgsrc/devel/p5-Data-Record/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index