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>
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Ports collection makefile for: rubygem-file-tail
|
|
# Date created: 06 October 2009
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= file-tail
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= This is a small Ruby library that allows Ruby to 'tail' files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|