Bug 165496 - New port: misc/userspace-rcu userspace RCU (read-copy-update) library
Summary: New port: misc/userspace-rcu userspace RCU (read-copy-update) library
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 00:40 UTC by Leo Vandewoestijne
Modified: 2012-03-06 20:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.85 KB, text/plain)
2012-02-27 00:40 UTC, Leo Vandewoestijne
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2012-02-27 00:40:09 UTC
I'd like to create a new port for a new authoritive nameserver, KNOT, of NIC-CZ. It has two dependencies. One is already in the ports collection. The other (this library) is not (yet):

liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-27 00:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

crees@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-02-27 20:18:59 UTC
State Changed
From-To: open->feedback

plist?
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-06 20:36:03 UTC
crees       2012-03-06 20:35:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/userspace-rcu Makefile distinfo pkg-descr pkg-plist 
  Log:
  liburcu is a LGPLv2.1 userspace RCU (read-copy-update)
  library. This data synchronization library provides
  read-side access which scales linearly with the number
  of cores. It does so by allowing multiples copies of a
  given data structure to live at the same time, and by
  monitoring the data structure accesses to detect grace
  periods after which memory reclamation is possible.
  
  WWW:    http://lttng.org/content/userspace-rcu
  
  PR:             ports/165496
  Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com>
  
  Revision  Changes    Path
  1.1385    +1 -0      ports/sysutils/Makefile
  1.1       +27 -0     ports/sysutils/userspace-rcu/Makefile (new)
  1.1       +2 -0      ports/sysutils/userspace-rcu/distinfo (new)
  1.1       +9 -0      ports/sysutils/userspace-rcu/pkg-descr (new)
  1.1       +78 -0     ports/sysutils/userspace-rcu/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 4 Chris Rees freebsd_committer freebsd_triage 2012-03-06 20:38:16 UTC
State Changed
From-To: feedback->closed

Added new port to sysutils-- much more appropriate than misc :)  Take a 
look at the port's files-- pkgconfig files need to go into libdata 
rather than lib, but apart from that it was fine! 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/userspace-rcu/