From owner-freebsd-ports Fri Jan 10 12:10:13 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2977837B401 for ; Fri, 10 Jan 2003 12:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEAA43F18 for ; Fri, 10 Jan 2003 12:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0AKA9NS003759 for ; Fri, 10 Jan 2003 12:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0AKA9nB003755; Fri, 10 Jan 2003 12:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970CA37B401 for ; Fri, 10 Jan 2003 12:05:36 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87A443ED8 for ; Fri, 10 Jan 2003 12:05:35 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 82CA137C91 for ; Fri, 10 Jan 2003 21:05:34 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 45F9114A24; Fri, 10 Jan 2003 21:05:34 +0100 (CET) Message-Id: <20030110200534.45F9114A24@icommerce-france.com> Date: Fri, 10 Jan 2003 21:05:34 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46958: New port : sysutils/wtail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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