Date: Thu, 8 Nov 2007 13:10:03 GMT From: Emmanuel Richiardone <err@tollari.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/117919: Bufferpool is a memory management library used in feng, libnemesi, felix. Message-ID: <200711081310.lA8DA3iM070585@www.freebsd.org> Resent-Message-ID: <200711081320.lA8DK2px017619@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117919 >Category: ports >Synopsis: Bufferpool is a memory management library used in feng, libnemesi, felix. >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: Thu Nov 08 13:20:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Emmanuel Richiardone >Release: 6.3-PRERELEASE >Organization: >Environment: FreeBSD n2.lands.raad 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #7: Wed Nov 7 12:40:07 CET 2007 root@n2.lands.raad:/usr/obj/usr/src/sys/N2 i386 >Description: Bufferpool is a memory management library used in feng, libnemesi, felix. It provides a nice way to store rtp packets efficiently and share them across applications. It is part of the LScube suite. http://live.polito.it/bufferpool >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: # # bufferpool # bufferpool/pkg-plist # bufferpool/pkg-descr # bufferpool/distinfo # bufferpool/Makefile # echo c - bufferpool mkdir -p bufferpool > /dev/null 2>&1 echo x - bufferpool/pkg-plist sed 's/^X//' >bufferpool/pkg-plist << 'END-of-bufferpool/pkg-plist' Xinclude/bufferpool/bufferpool.h Xlib/libbufferpool.a Xlib/libbufferpool.la Xlib/libbufferpool.so Xlib/libbufferpool.so.1 Xlib/pkgconfig/libbufferpool.pc X@dirrm include/bufferpool X@dirrm lib/pkgconfig END-of-bufferpool/pkg-plist echo x - bufferpool/pkg-descr sed 's/^X//' >bufferpool/pkg-descr << 'END-of-bufferpool/pkg-descr' XBufferpool is a memory management library used in feng, libnemesi, felix. It provides a nice way to store rtp packets efficiently and share them across applications. X XWWW: http://live.polito.it/bufferpool END-of-bufferpool/pkg-descr echo x - bufferpool/distinfo sed 's/^X//' >bufferpool/distinfo << 'END-of-bufferpool/distinfo' XMD5 (bufferpool-0.0.1.tar.bz2) = d597c7f82e40e983a1fa8733d00a0b69 XSHA256 (bufferpool-0.0.1.tar.bz2) = 9bd2da3a26d1cb6e28938ca387d8709864eacd7ca11464a2118eff7727b52cdd XSIZE (bufferpool-0.0.1.tar.bz2) = 452934 END-of-bufferpool/distinfo echo x - bufferpool/Makefile sed 's/^X//' >bufferpool/Makefile << 'END-of-bufferpool/Makefile' X# New ports collection makefile for: bufferpool X# Date created: 7 November 2007 X# Whom: Emmanuel Richiardone (err@tollari.org) X# X# $FreeBSD$ X# X XPORTNAME= bufferpool XPORTVERSION= 0.0.1 XCATEGORIES= misc XMASTER_SITES= http://live.polito.it/files/downloads/bufferpool/ XDISTNAME= ${PORTNAME}-${PORTVERSION} XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= err@tollari.org XCOMMENT= Bufferpool - the memory management library Feng and Felix depend upon X XCONFIGURE_ARGS= --prefix=/usr/local XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X X.include <bsd.port.mk> X END-of-bufferpool/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711081310.lA8DA3iM070585>