From nobody@FreeBSD.org  Wed Oct  7 16:08:38 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8CA4E1065693
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Oct 2009 16:08:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B4D88FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Oct 2009 16:08:38 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n97G8bE2056012
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 7 Oct 2009 16:08:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n97G8bh8056010;
	Wed, 7 Oct 2009 16:08:37 GMT
	(envelope-from nobody)
Message-Id: <200910071608.n97G8bh8056010@www.freebsd.org>
Date: Wed, 7 Oct 2009 16:08:37 GMT
From: Eric Freeman <freebsdports@chillibear.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/rubygem-file-tail  "allows Ruby to 'tail' files"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139408
>Category:       ports
>Synopsis:       New port: devel/rubygem-file-tail  "allows Ruby to 'tail' files"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 07 16:10:02 UTC 2009
>Closed-Date:    Sun Oct 11 12:43:32 UTC 2009
>Last-Modified:  Sun Oct 11 12:43:32 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 7 16:16:50 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139408 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 11 12:43:31 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139408 
>Unformatted:
