From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 4 13:10:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A9CF37B401 for ; Wed, 4 Jun 2003 13:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC5343F85 for ; Wed, 4 Jun 2003 13:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h54KADUp034945 for ; Wed, 4 Jun 2003 13:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h54KADjH034944; Wed, 4 Jun 2003 13:10:13 -0700 (PDT) Resent-Date: Wed, 4 Jun 2003 13:10:13 -0700 (PDT) Resent-Message-Id: <200306042010.h54KADjH034944@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C3237B401 for ; Wed, 4 Jun 2003 13:05:38 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 658ED43F3F for ; Wed, 4 Jun 2003 13:05:37 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19NeVl-000OEl-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jun 2003 22:05:29 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19NeV2-0001vt-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jun 2003 22:04:44 +0200 Message-Id: Date: Wed, 04 Jun 2003 22:04:44 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52950: New port: net/trickle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 20:10:14 -0000 >Number: 52950 >Category: ports >Synopsis: New port: net/trickle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 13:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: net/trickle trickled is a userspace bandwidth manager daemon >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: # # net/trickle # net/trickle/Makefile # net/trickle/distinfo # net/trickle/pkg-plist # net/trickle/pkg-descr # echo c - net/trickle mkdir -p net/trickle > /dev/null 2>&1 echo x - net/trickle/Makefile sed 's/^X//' >net/trickle/Makefile << 'END-of-net/trickle/Makefile' X# New ports collection makefile for: trickle X# Date created: 04.06.2003 X# Whom: Kirill Ponomarew X# X# $FreeBSD$ X# X XPORTNAME= trickle XPORTVERSION= 1.06 XCATEGORIES= net XMASTER_SITES= http://monkey.org/~marius/trickle/ X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Lightweight, portable bandwidth shaper X XBUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent X XGNU_CONFIGURE= yes XINSTALLS_SHLIB= yes X XCONFIGURE_ARGS+=--with-libevent=${LOCALBASE} XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XMAN1= trickle.1 XMAN5= trickled.conf.5 XMAN8= trickled.8 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include END-of-net/trickle/Makefile echo x - net/trickle/distinfo sed 's/^X//' >net/trickle/distinfo << 'END-of-net/trickle/distinfo' XMD5 (trickle-1.06.tar.gz) = 8e9b7fcdd49ee8fb94700dd1653f5537 END-of-net/trickle/distinfo echo x - net/trickle/pkg-plist sed 's/^X//' >net/trickle/pkg-plist << 'END-of-net/trickle/pkg-plist' Xbin/trickle Xbin/tricklectl Xbin/trickled Xlib/trickle/trickle-overload.so X%%PORTDOCS%%%%DOCSDIR%%/README X@dirrm lib/trickle X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-net/trickle/pkg-plist echo x - net/trickle/pkg-descr sed 's/^X//' >net/trickle/pkg-descr << 'END-of-net/trickle/pkg-descr' XTrickle is a portable lightweight userspace bandwidth shaper. XIt can run in collaborative mode (together with trickled) or in Xstand alone mode. X XWWW: http://monkey.org/~marius/trickle/ END-of-net/trickle/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: