aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-file-tail
Commit message (Collapse)AuthorAgeFilesLines
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Update to 1.0.5Philip M. Gollucci2010-06-062-4/+7
| | | | | | | | | PR: ports/147521 Approved by: freebsdports@chillibear.com (maintainer) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=255921
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* This is a small ruby library that allows Ruby to 'tail' a file,Martin Wilke2009-10-113-0/+32
including following a file, that still is growing like the unix command 'tail -f' can. This Library is similar to Perl's File::Tail. It can be used to extend Ruby's File-objects, for File-derived classes, or by using the included simple File::Tail::Logfile class. WWW: http://file-tail.rubyforge.org/ PR: ports/139400 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=242670