1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Add p5-File-Tail 0.97, a Perl module that provides tail(1) functionality.

PR:		23707
Submitted by:	Jeremy Shaffner <jeremy@external.org>
This commit is contained in:
Will Andrews 2000-12-21 10:30:25 +00:00
parent 28145c5d61
commit 77d4bbd37c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36190
6 changed files with 37 additions and 0 deletions

View File

@ -220,6 +220,7 @@
SUBDIR += p5-File-Slurp
SUBDIR += p5-File-Spec
SUBDIR += p5-File-Sync
SUBDIR += p5-File-Tail
SUBDIR += p5-File-Tools
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: File-Tail
# Date created: 19 December 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
PORTNAME= File-Tail
PORTVERSION= 0.97
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= jeremy@external.org
BUILD_DEPENDS= ${site_perl}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
USE_PERL5= YES
PERL_CONFIGURE= YES
MAN3= File::Tail.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (File-Tail-0.97.tar.gz) = f516d3e619db0bf7205b4ab4d6daede6

View File

@ -0,0 +1 @@
Perl Module to read the end of a file as it's appended to

View File

@ -0,0 +1,3 @@
The File::Tail module is designed for reading files which are continously
appended to (the name comes from the tail -f directive). Usualy such files
are logfiles of some description.

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Tail/.packlist
lib/perl5/site_perl/%%PERL_VER%%/File/Tail.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/File/Tail/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Tail
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/File/Tail