Date: Fri, 10 Jan 2003 21:05:34 +0100 (CET) From: "Michael L.Hostbaek" <mich@freebsdcluster.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46958: New port : sysutils/wtail Message-ID: <20030110200534.45F9114A24@icommerce-france.com>
next in thread | raw e-mail | index | archive | help
>Number: 46958 >Category: ports >Synopsis: New port : sysutils/wtail >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: Fri Jan 10 12:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: wtail does the equivalent of tail -f on several files at once. The screen is split into as many parts as there are files to watch. Compiles on both -STABLE and -CURRENT. >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: # # wtail # wtail/Makefile # wtail/pkg-comment # wtail/pkg-descr # wtail/pkg-plist # wtail/distinfo # wtail/files # wtail/files/patch-aa # echo c - wtail mkdir -p wtail > /dev/null 2>&1 echo x - wtail/Makefile sed 's/^X//' >wtail/Makefile << 'END-of-wtail/Makefile' X# ex:ts=8 X# New ports collection makefile for: wtail X# Date created: Jan 11, 2003 X# Whom: mich@freebsdcluster.org X# X# $FreeBSD$ X# X XPORTNAME= wtail XPORTVERSION= 0.2.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ X XMAINTAINER= mich@freebsdcluster.org X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X.endif X X.include <bsd.port.mk> END-of-wtail/Makefile echo x - wtail/pkg-comment sed 's/^X//' >wtail/pkg-comment << 'END-of-wtail/pkg-comment' XWtail does the equivalent of tail -f on several files at once END-of-wtail/pkg-comment echo x - wtail/pkg-descr sed 's/^X//' >wtail/pkg-descr << 'END-of-wtail/pkg-descr' Xwtail does the equivalent of tail -f on several files at once. The screen Xis split into as many parts as there are files to watch. X XWWW: http://www.teaser.fr/~amajorel/wtail/ XAUTHOR: Andre Majorel <amajorel@teaser.fr> X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-wtail/pkg-descr echo x - wtail/pkg-plist sed 's/^X//' >wtail/pkg-plist << 'END-of-wtail/pkg-plist' Xbin/wtail X%%PORTDOCS%%share/doc/wtail/README X%%PORTDOCS%%@dirrm share/doc/wtail END-of-wtail/pkg-plist echo x - wtail/distinfo sed 's/^X//' >wtail/distinfo << 'END-of-wtail/distinfo' XMD5 (wtail-0.2.0.tar.gz) = b3a05a820703302e26b591f7146c696d END-of-wtail/distinfo echo c - wtail/files mkdir -p wtail/files > /dev/null 2>&1 echo x - wtail/files/patch-aa sed 's/^X//' >wtail/files/patch-aa << 'END-of-wtail/files/patch-aa' X--- Makefile.orig Fri Jan 10 20:55:21 2003 X+++ Makefile Fri Jan 10 20:55:36 2003 X@@ -52,6 +52,7 @@ X arc=$(ARC); cd $(TMPDIR) && tar -cf - $$arc | gzip >$$arc.tar.gz X X wtail: $(OBJ) X+ $(CC) $(LDFLAGS) -o $@ $(OBJ) X X version.c: VERSION X cat VERSION | sed 's/.*/const char version[] = "&";/' >$@ END-of-wtail/files/patch-aa 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?20030110200534.45F9114A24>