Module to replicate data written to a perl stream into another streams.

PR:		ports/153953
Submitted by:	Menshikov Konstantin <kostjnspb@yandex.ru>
Feature safe:	yes
This commit is contained in:
Steven Kreuzer 2011-01-14 18:40:22 +00:00
parent 57391a8666
commit 9f6ed4f559
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267794
5 changed files with 36 additions and 0 deletions

View File

@ -562,6 +562,7 @@
SUBDIR += p5-File-Signature
SUBDIR += p5-File-Stat-Bits
SUBDIR += p5-File-Stat-ModeString
SUBDIR += p5-File-Tee
SUBDIR += p5-File-Which
SUBDIR += p5-Filesys-Df
SUBDIR += p5-Filesys-DfPortable

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-File-Tee
# Date created: 30 December 2010
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= File-Tee
PORTVERSION= 0.06
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN \
http://kostjn.spb.ru/freebsd/
PKGNAMEPREFIX= p5-
MAINTAINER= kostjnspb@yandex.ru
COMMENT= Replicate data sent to a Perl stream
PERL_CONFIGURE= YES
MAN3= File::Tee.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (File-Tee-0.06.tar.gz) = 3c0a862453fe5d618ed0477371a1b1f56521634a05781de641b578ad3738d14d
SIZE (File-Tee-0.06.tar.gz) = 6292

View File

@ -0,0 +1,6 @@
This module is able to replicate data written to a
Perl stream into another streams.
It is the Perl equivalent of the shell utility tee(1)
WWW: http://search.cpan.org/dist/File-Tee/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee/.packlist
%%SITE_PERL%%/File/Tee.pm
@dirrmtry %%SITE_PERL%%/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File