pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-PerlIO-via-Timeout



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Feb 23 02:09:20 UTC 2016

Added Files:
        pkgsrc/devel/p5-PerlIO-via-Timeout: DESCR Makefile distinfo

Log Message:
Import PerlIO-via-Timeout-0.32 as devel/p5-PerlIO-via-Timeout.

This package implements a PerlIO layer, that adds read/write
timeout. This can be useful to avoid blocking while accessing
a handle (file, socket, ...), and fail after some time.

The timeout is implemented by using <select> on the handle
before reading/writing.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-PerlIO-via-Timeout/DESCR \
    pkgsrc/devel/p5-PerlIO-via-Timeout/Makefile \
    pkgsrc/devel/p5-PerlIO-via-Timeout/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