From owner-freebsd-ports Wed Apr 25 5:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7241C37B42C for ; Wed, 25 Apr 2001 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3PCo2q74420; Wed, 25 Apr 2001 05:50:02 -0700 (PDT) (envelope-from gnats) Received: from smarts-gsm.ru (gsm900.mv.ru [193.125.154.106]) by hub.freebsd.org (Postfix) with ESMTP id BCA9037B422 for ; Wed, 25 Apr 2001 05:49:56 -0700 (PDT) (envelope-from vlm@smarts-gsm.ru) Received: (from vlm@localhost) by smarts-gsm.ru (8.11.3/8.11.0-vlm) id f3PCnr901409; Wed, 25 Apr 2001 16:49:53 +0400 (MSD) (envelope-from vlm) Message-Id: <200104251249.f3PCnr901409@smarts-gsm.ru> Date: Wed, 25 Apr 2001 16:49:53 +0400 (MSD) From: vlm@spelio.net.ru Reply-To: vlm@spelio.net.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26837: Update port: net/ipcad. Official IPCAD release with some fixes. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26837 >Category: ports >Synopsis: Update port: net/ipcad. Official IPCAD release with some fixes. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 25 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lev Walkin >Release: FreeBSD 4.3-RELEASE i386 >Organization: Ulyanovsk-GSM >Environment: FreeBSD 3.x & 4.x >Description: Release of net/ipcad (ipcad-2.2) with fixes for extremely smooth and operation under heavy load. >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: # # ipcad # ipcad/Makefile # ipcad/distinfo # ipcad/pkg-comment # ipcad/pkg-descr # ipcad/pkg-plist # echo c - ipcad mkdir -p ipcad > /dev/null 2>&1 echo x - ipcad/Makefile sed 's/^X//' >ipcad/Makefile << 'END-of-ipcad/Makefile' X# New ports collection makefile for: ipcad X# Date created: 25 April 2001 X# Whom: Lev Walkin X# X# $FreeBSD: ports/net/ipcad/Makefile,v 1.1 2001/04/17 18:06:49 will Exp $ X# X XPORTNAME= ipcad XPORTVERSION= 2.2 XCATEGORIES= net XMASTER_SITES= http://www.spelio.net.ru/soft/ X XMAINTAINER= vlm@spelio.net.ru X Xpost-install: X strip ${PREFIX}/bin/ipcad X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/ipcad X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ipcad X.endif X X.include END-of-ipcad/Makefile echo x - ipcad/distinfo sed 's/^X//' >ipcad/distinfo << 'END-of-ipcad/distinfo' XMD5 (ipcad-2.2.tar.gz) = c4cc97801b92fd48bbc63efa31f6650f END-of-ipcad/distinfo echo x - ipcad/pkg-comment sed 's/^X//' >ipcad/pkg-comment << 'END-of-ipcad/pkg-comment' XIP accounting daemon simulating Cisco ip accounting END-of-ipcad/pkg-comment echo x - ipcad/pkg-descr sed 's/^X//' >ipcad/pkg-descr << 'END-of-ipcad/pkg-descr' XIPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces Xand gather ip statistics. Gathered numbers are arranged to form a Xaddress-to-address flow pairs and than can be accessed via rsh in Cisco Xfashion. X XSee README file for details. X XWWW: http://www.spelio.net.ru/soft/ X X-- XLev Walkin Xvlm@spelio.net.ru END-of-ipcad/pkg-descr echo x - ipcad/pkg-plist sed 's/^X//' >ipcad/pkg-plist << 'END-of-ipcad/pkg-plist' Xbin/ipcad Xetc/ipcad.conf.sample X%%PORTDOCS%%share/doc/ipcad/README X@dirrm share/doc/ipcad END-of-ipcad/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