Bug 100257 - [NEW PORT] devel/p5-IPC-Mmap-SimpleShare: Safely share structures among processes using anonymous mmap
Summary: [NEW PORT] devel/p5-IPC-Mmap-SimpleShare: Safely share structures among proce...
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-14 01:50 UTC by gslin
Modified: 2006-07-15 10:16 UTC (History)
1 user (show)

See Also:


Attachments
p5-IPC-Mmap-SimpleShare-0.03.shar (2.89 KB, text/plain)
2006-07-14 01:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-14 01:50:15 UTC
- Tinderbox log:

  http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-IPC-Mmap-SimpleShare-0.03.log
  http://tb.gslin.org/logs/5.5-FreeBSD/p5-IPC-Mmap-SimpleShare-0.03.log
  http://tb.gslin.org/logs/6-STABLE/p5-IPC-Mmap-SimpleShare-0.03.log

The IPC::Mmap::SimpleShare was born out of the need to share
structures among processes that come from the same ancestor. It tries
to do so in a very simple and straightforward manner. Just create an
IPC::Mmap::SimpleShare object, and use set to store your data and get
to get it back.

WWW:	http://search.cpan.org/dist/IPC-Mmap-SimpleShare/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-14 01:53:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-15 10:16:01 UTC
State Changed
From-To: open->closed

New port added. Thank You.