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:
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
|
@ -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
23
devel/bufferpool/Makefile
Normal 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>
|
3
devel/bufferpool/distinfo
Normal file
3
devel/bufferpool/distinfo
Normal 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
|
5
devel/bufferpool/pkg-descr
Normal file
5
devel/bufferpool/pkg-descr
Normal 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
|
7
devel/bufferpool/pkg-plist
Normal file
7
devel/bufferpool/pkg-plist
Normal 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
|
Loading…
Reference in a new issue