Bug 153953 - [NEW PORT] p5-File-Tee
Summary: [NEW PORT] p5-File-Tee
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 15:30 UTC by Menshikov Konstantin
Modified: 2011-01-14 18:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.21 KB, text/plain)
2011-01-13 15:30 UTC, Menshikov Konstantin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Menshikov Konstantin 2011-01-13 15:30:09 UTC
p5-File-Tee - 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).

Fix: Patch attached with submission follows:
Comment 1 Steven Kreuzer freebsd_committer freebsd_triage 2011-01-13 15:37:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-14 18:40:27 UTC
skreuzer    2011-01-14 18:40:22 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/p5-File-Tee Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.1264    +1 -0      ports/sysutils/Makefile
  1.1       +22 -0     ports/sysutils/p5-File-Tee/Makefile (new)
  1.1       +2 -0      ports/sysutils/p5-File-Tee/distinfo (new)
  1.1       +6 -0      ports/sysutils/p5-File-Tee/pkg-descr (new)
  1.1       +5 -0      ports/sysutils/p5-File-Tee/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steven Kreuzer freebsd_committer freebsd_triage 2011-01-14 18:40:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!