From owner-cvs-ports@FreeBSD.ORG Sun Oct 11 12:41:09 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB66E1065676; Sun, 11 Oct 2009 12:41:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB2DF8FC0A; Sun, 11 Oct 2009 12:41:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9BCf9YD014263; Sun, 11 Oct 2009 12:41:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9BCf9iK014262; Sun, 11 Oct 2009 12:41:09 GMT (envelope-from miwi) Message-Id: <200910111241.n9BCf9iK014262@repoman.freebsd.org> From: Martin Wilke Date: Sun, 11 Oct 2009 12:41:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-file-tail Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2009 12:41:09 -0000 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 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)