diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-01-15 02:40:22 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-01-15 02:40:22 +0800 |
commit | f279607e5ba2294b0baca10db4d91f7065825763 (patch) | |
tree | b6022fe6f6528635414912e1f653a53ab76cc669 /sysutils | |
parent | 301ec90b299f9b4bc22895dd35d409f8e8a519b0 (diff) | |
download | freebsd-ports-gnome-f279607e5ba2294b0baca10db4d91f7065825763.tar.gz freebsd-ports-gnome-f279607e5ba2294b0baca10db4d91f7065825763.tar.zst freebsd-ports-gnome-f279607e5ba2294b0baca10db4d91f7065825763.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/p5-File-Tee/Makefile | 22 | ||||
-rw-r--r-- | sysutils/p5-File-Tee/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-File-Tee/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/p5-File-Tee/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 56c4a5cf9aaa..032d37159b5b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/p5-File-Tee/Makefile b/sysutils/p5-File-Tee/Makefile new file mode 100644 index 000000000000..2e5909c915f5 --- /dev/null +++ b/sysutils/p5-File-Tee/Makefile @@ -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> diff --git a/sysutils/p5-File-Tee/distinfo b/sysutils/p5-File-Tee/distinfo new file mode 100644 index 000000000000..0f7a21fbbbd5 --- /dev/null +++ b/sysutils/p5-File-Tee/distinfo @@ -0,0 +1,2 @@ +SHA256 (File-Tee-0.06.tar.gz) = 3c0a862453fe5d618ed0477371a1b1f56521634a05781de641b578ad3738d14d +SIZE (File-Tee-0.06.tar.gz) = 6292 diff --git a/sysutils/p5-File-Tee/pkg-descr b/sysutils/p5-File-Tee/pkg-descr new file mode 100644 index 000000000000..27d9227511f9 --- /dev/null +++ b/sysutils/p5-File-Tee/pkg-descr @@ -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/ diff --git a/sysutils/p5-File-Tee/pkg-plist b/sysutils/p5-File-Tee/pkg-plist new file mode 100644 index 000000000000..1070d932d60d --- /dev/null +++ b/sysutils/p5-File-Tee/pkg-plist @@ -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 |