Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2009 16:08:37 GMT
From:      Eric Freeman <freebsdports@chillibear.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139408: New port: devel/rubygem-file-tail "allows Ruby to 'tail' files"
Message-ID:  <200910071608.n97G8bh8056010@www.freebsd.org>
Resent-Message-ID: <200910071610.n97GA20n018489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139408
>Category:       ports
>Synopsis:       New port: devel/rubygem-file-tail  "allows Ruby to 'tail' files"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 07 16:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Eric Freeman
>Release:        7.2
>Organization:
>Environment:
FreeBSD localhost 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Simple RubyGem port for File-Tail (http://flori.github.com/file-tail/doc/index.html) since it doesn't appear to be in the ports collection yet and I like to only use gems via ports!

This is a small ruby library that allows Ruby to 'tail' a file, including following a file, that still is growing like the command 'tail -f' can. 
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/devel/rubygem-file-tail/
#	/usr/ports/devel/rubygem-file-tail/pkg-descr
#	/usr/ports/devel/rubygem-file-tail/distinfo
#	/usr/ports/devel/rubygem-file-tail/Makefile
#
echo c - /usr/ports/devel/rubygem-file-tail/
mkdir -p /usr/ports/devel/rubygem-file-tail/ > /dev/null 2>&1
echo x - /usr/ports/devel/rubygem-file-tail/pkg-descr
sed 's/^X//' >/usr/ports/devel/rubygem-file-tail/pkg-descr << '0ac4783eb55a1ab9613501071ca68f36'
XThis is a small ruby library that allows Ruby to 'tail' a file, 
Xincluding following a file, that still is growing like the unix
Xcommand 'tail -f' can. 
X
XThis Library is similar to Perl's File::Tail. It can be used to
Xextend Ruby's File-objects, for File-derived classes, or by
Xusing the included simple File::Tail::Logfile class. 
X
XWWW: http://file-tail.rubyforge.org/
XWWW: http://flori.github.com/file-tail/doc/index.html
0ac4783eb55a1ab9613501071ca68f36
echo x - /usr/ports/devel/rubygem-file-tail/distinfo
sed 's/^X//' >/usr/ports/devel/rubygem-file-tail/distinfo << '14d00e93822a7e1f7823e6ece40d7684'
XMD5 (rubygem/file-tail-1.0.4.gem) = c44b0f8afa5f161122896e93c9de1126
XSHA256 (rubygem/file-tail-1.0.4.gem) = 7243c9aa5dffa379608403303b5ffb2909dc7e6cf1799239e591508d83f8873b
XSIZE (rubygem/file-tail-1.0.4.gem) = 18944
14d00e93822a7e1f7823e6ece40d7684
echo x - /usr/ports/devel/rubygem-file-tail/Makefile
sed 's/^X//' >/usr/ports/devel/rubygem-file-tail/Makefile << '9dfad18b4705dbbe94ff633a0989276c'
X# Ports collection makefile for:	rubygem-file-tail
X# Date created:				06 October 2009
X# Whom:					Eric Freeman <freebsdports@chillibear.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	file-tail
XPORTVERSION=	1.0.4
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RF
X
XMAINTAINER=	freebsdports@chillibear.com
XCOMMENT=	This is a small Ruby library that allows Ruby to 'tail' files
X
XUSE_RUBY=		yes
XUSE_RUBYGEMS=		yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
9dfad18b4705dbbe94ff633a0989276c
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910071608.n97G8bh8056010>