mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -562,6 +562,7 @@
|
||||||
SUBDIR += p5-File-Signature
|
SUBDIR += p5-File-Signature
|
||||||
SUBDIR += p5-File-Stat-Bits
|
SUBDIR += p5-File-Stat-Bits
|
||||||
SUBDIR += p5-File-Stat-ModeString
|
SUBDIR += p5-File-Stat-ModeString
|
||||||
|
SUBDIR += p5-File-Tee
|
||||||
SUBDIR += p5-File-Which
|
SUBDIR += p5-File-Which
|
||||||
SUBDIR += p5-Filesys-Df
|
SUBDIR += p5-Filesys-Df
|
||||||
SUBDIR += p5-Filesys-DfPortable
|
SUBDIR += p5-Filesys-DfPortable
|
||||||
|
|
22
sysutils/p5-File-Tee/Makefile
Normal file
22
sysutils/p5-File-Tee/Makefile
Normal 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>
|
2
sysutils/p5-File-Tee/distinfo
Normal file
2
sysutils/p5-File-Tee/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (File-Tee-0.06.tar.gz) = 3c0a862453fe5d618ed0477371a1b1f56521634a05781de641b578ad3738d14d
|
||||||
|
SIZE (File-Tee-0.06.tar.gz) = 6292
|
6
sysutils/p5-File-Tee/pkg-descr
Normal file
6
sysutils/p5-File-Tee/pkg-descr
Normal 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/
|
5
sysutils/p5-File-Tee/pkg-plist
Normal file
5
sysutils/p5-File-Tee/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue