Date: Sun, 11 Oct 2009 12:41:09 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-file-tail Makefile distinfo pkg-descr Message-ID: <200910111241.n9BCf9iK014262@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-10-11 12:41:09 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/rubygem-file-tail Makefile distinfo pkg-descr
Log:
This is a small ruby library that allows Ruby to 'tail' a file,
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>
Revision Changes Path
1.3658 +1 -0 ports/devel/Makefile
1.1 +20 -0 ports/devel/rubygem-file-tail/Makefile (new)
1.1 +3 -0 ports/devel/rubygem-file-tail/distinfo (new)
1.1 +9 -0 ports/devel/rubygem-file-tail/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910111241.n9BCf9iK014262>
