From owner-freebsd-ports Wed Feb 10 02:10:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07491 for freebsd-ports-outgoing; Wed, 10 Feb 1999 02:10:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07463 for ; Wed, 10 Feb 1999 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA22057; Wed, 10 Feb 1999 02:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07140 for ; Wed, 10 Feb 1999 02:02:09 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA14236; Wed, 10 Feb 1999 13:01:44 +0300 (MSK) Message-Id: <199902101001.NAA14236@netserv1.chg.ru> Date: Wed, 10 Feb 1999 13:01:44 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10002: New port - xferstats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10002 >Category: ports >Synopsis: New port - xferstats >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: Wed Feb 10 02:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xferstats X# Version required: 2.07 X# Date created: 10 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= xferstats-2.07 XCATEGORIES= textproc www XMASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ \ X ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ X XMAINTAINER= dima@chg.ru X XWRKSRC= ${WRKDIR}/xferstats X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X XMAN8= xferstats.8 X Xdo-install: X X @ ${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${MAN8PREFIX}/man/man8 X @ ${INSTALL_DATA} ${WRKSRC}/xferstats.cfg ${PREFIX}/etc/sample.xferstats.cfg X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (xferstats-2.07.tar.gz) = 6f5470cd16aea08ae6e88f1568f517ba END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/xferstats Xetc/sample.xferstats.cfg END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCompiles information about file transfers from logfiles END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXferstats is a utility that parses wu-ftpd, ncftpd, and (special) apache Xxferlogs and gives various information and totals about the data transferred. X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message