pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Tee



Module Name:    pkgsrc
Committed By:   sno
Date:           Thu Feb 26 08:12:26 UTC 2009

Added Files:
        pkgsrc/devel/p5-Tee: DESCR Makefile distinfo

Log Message:
The Tee distribution provides the ptee program, a pure Perl emulation of the
standard GNU tool tee. It is designed to be a platform-independent
replacement for operating systems without a native tee program. As with tee,
it passes input received on STDIN through to STDOUT while also writing a copy
of the input to one or more files. By default, files will be overwritten.

Unlike tee, ptee does not support ignoring interrupts, as signal handling is
not sufficiently portable.

The Tee module provides a convenience function that may be used in place of
system() to redirect commands through ptee.


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