Add bufferpool 0.0.1, bufferpool - the memory management library Feng

and Felix depend upon.

PR:		ports/117919
Submitted by:	Emmanuel Richiardone (err at tollari.org)
This commit is contained in:
Vanilla I. Shu 2007-12-18 01:51:04 +00:00
parent efe04f57c4
commit 37b5b6985d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203967
5 changed files with 39 additions and 0 deletions

View file

@ -107,6 +107,7 @@
SUBDIR += boost
SUBDIR += boost-python
SUBDIR += bouml
SUBDIR += bufferpool
SUBDIR += bug-buddy
SUBDIR += bugzilla
SUBDIR += bugzilla2

23
devel/bufferpool/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: bufferpool
# Date created: 7 November 2007
# Whom: Emmanuel Richiardone (err@tollari.org)
#
# $FreeBSD$
#
PORTNAME= bufferpool
PORTVERSION= 0.0.1
CATEGORIES= devel
MASTER_SITES= http://live.polito.it/files/downloads/bufferpool/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= err@tollari.org
COMMENT= Bufferpool - the memory management library Feng and Felix depend upon
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GNOME= gnometarget pkgconfig gnomehack
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (bufferpool-0.0.1.tar.bz2) = d597c7f82e40e983a1fa8733d00a0b69
SHA256 (bufferpool-0.0.1.tar.bz2) = 9bd2da3a26d1cb6e28938ca387d8709864eacd7ca11464a2118eff7727b52cdd
SIZE (bufferpool-0.0.1.tar.bz2) = 452934

View file

@ -0,0 +1,5 @@
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.
WWW: http://live.polito.it/bufferpool

View file

@ -0,0 +1,7 @@
include/bufferpool/bufferpool.h
lib/libbufferpool.a
lib/libbufferpool.la
lib/libbufferpool.so
lib/libbufferpool.so.1
libdata/pkgconfig/libbufferpool.pc
@dirrm include/bufferpool