Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jun 2003 22:04:44 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52950: New port: net/trickle
Message-ID:  <E19NeV2-0001vt-00@voodoo.oberon.net>
Resent-Message-ID: <200306042010.h54KADjH034944@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <ponomarew@oberon.net>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19NeV2-0001vt-00>