Bug 117919 - [new port] misc/bufferpool, a memory management library used in feng, libnemesi, felix.
Summary: [new port] misc/bufferpool, a memory management library used in feng, libneme...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 13:20 UTC by Emmanuel Richiardone
Modified: 2007-12-18 02:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.12 KB, text/plain)
2007-11-08 13:20 UTC, Emmanuel Richiardone
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Richiardone 2007-11-08 13:20:02 UTC
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
Comment 1 Mark Linimon 2007-11-08 20:46:18 UTC
Shouldn't this go under 'devel' instead, if it's a library?
Comment 2 Emmanuel Richiardone 2007-11-08 21:29:22 UTC
On Thu, 8 Nov 2007 14:46:18 -0600, Mark Linimon wrote:

ML: Shouldn't this go under 'devel' instead, if it's a library?
 
Yes it's a library, used (for now) by feng and felix.
But between:

devel 	Development utilities. 	Do not put libraries here just because they are libraries--unless they truly do not belong anywhere else, they should not be in this category.

and

misc 	Miscellaneous utilities 	Basically things that do not belong anywhere else. If at all possible, try to find a better category for your port than misc, as ports tend to get overlooked in here.

I'can decide myself.

--
E.Richiardone
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2007-11-11 22:28:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-18 01:51:08 UTC
vanilla     2007-12-18 01:51:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bufferpool     Makefile distinfo pkg-descr pkg-plist 
  Log:
  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)
  
  Revision  Changes    Path
  1.2937    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/bufferpool/Makefile (new)
  1.1       +3 -0      ports/devel/bufferpool/distinfo (new)
  1.1       +5 -0      ports/devel/bufferpool/pkg-descr (new)
  1.1       +7 -0      ports/devel/bufferpool/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Vanilla I. Shu freebsd_committer freebsd_triage 2007-12-18 01:54:48 UTC
State Changed
From-To: open->closed

Committed, thanks. 

I move bufferpool from misc/ to devel/.