Date: Thu, 21 Dec 2000 03:02:58 -0600 (CST) From: Jeremy Shaffner <jeremy@external.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23707: New Port: devel/p5-File-Tail Message-ID: <200012210902.eBL92wl84100@indigo.external.org> Resent-Message-ID: <200012210910.eBL9A6j15362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23707 >Category: ports >Synopsis: New Port: devel/p5-File-Tail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 21 01:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Shaffner >Release: FreeBSD 4.2-20001106-BETA i386 >Organization: >Environment: >Description: This is a Perl Module that tails a given file. It's necessary for Peep (The Network Auralizer) which is forthcoming. >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: # # p5-File-Tail # p5-File-Tail/Makefile # p5-File-Tail/distinfo # p5-File-Tail/pkg-comment # p5-File-Tail/pkg-descr # p5-File-Tail/pkg-plist # echo c - p5-File-Tail mkdir -p p5-File-Tail > /dev/null 2>&1 echo x - p5-File-Tail/Makefile sed 's/^X//' >p5-File-Tail/Makefile << 'END-of-p5-File-Tail/Makefile' X# New ports collection makefile for: File-Tail X# Date created: 19 December 2000 X# Whom: Jeremy Shaffner <jeremy@external.org> X# X# $FreeBSD$ X XPORTNAME= File-Tail XPORTVERSION= 0.97 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= jeremy@external.org X XBUILD_DEPENDS= ${site_perl}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes X Xsite_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} X XUSE_PERL5= YES XPERL_CONFIGURE= YES X XMAN3= File::Tail.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-File-Tail/Makefile echo x - p5-File-Tail/distinfo sed 's/^X//' >p5-File-Tail/distinfo << 'END-of-p5-File-Tail/distinfo' XMD5 (File-Tail-0.97.tar.gz) = f516d3e619db0bf7205b4ab4d6daede6 END-of-p5-File-Tail/distinfo echo x - p5-File-Tail/pkg-comment sed 's/^X//' >p5-File-Tail/pkg-comment << 'END-of-p5-File-Tail/pkg-comment' XPerl Module to read the end of a file as it's appended to END-of-p5-File-Tail/pkg-comment echo x - p5-File-Tail/pkg-descr sed 's/^X//' >p5-File-Tail/pkg-descr << 'END-of-p5-File-Tail/pkg-descr' XThe File::Tail module is designed for reading files which are continously Xappended to (the name comes from the tail -f directive). Usualy such files Xare logfiles of some description. END-of-p5-File-Tail/pkg-descr echo x - p5-File-Tail/pkg-plist sed 's/^X//' >p5-File-Tail/pkg-plist << 'END-of-p5-File-Tail/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Tail/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/File/Tail.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/File/Tail/autosplit.ix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Tail X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/File/Tail END-of-p5-File-Tail/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012210902.eBL92wl84100>