mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
329 B
Text
7 lines
329 B
Text
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.
|